@charset "UTF-8";

/*****************************/

/* Bar */

/*****************************/

.tabs-style-bar nav {
  background: rgba(40, 44, 42, 0.05);
}

.tabs-style-bar nav ul {
  border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: var(--x-tab-bg1, #f7f7f7);
  color: var(--x-tab-color2, #74777b);
  transition:
    background-color 0.2s,
    color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
  background: var(--x-tab-active, #2cc185);
  color: var(--x-tab-bg3, #fff);
}

/*****************************/

/* Circle */

/*****************************/

.tabs-style-circle {
  overflow: visible;
}

.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid var(--x-tab-active, #2cc185);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

@media screen and (max-width: 58em) {
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}

.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tabs-style-circle nav a {
  overflow: visible;
  color: var(--x-tab-color2, #74777b);
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-circle nav a span {
  display: inline-block;
}

.tabs-style-circle nav a span,
.tabs-style-circle .icon::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-circle nav a:hover,
.tabs-style-circle nav a:focus {
  color: var(--x-tab-color3, #4a4a4b);
}

.tabs-style-circle nav li.tab-current a {
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-circle nav li.tab-current a span {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

.tabs-style-circle .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

.tabs-style-circle nav li.tab-current .icon::before {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

/*****************************/

/* Circle fill */

/*****************************/

.tabs-style-circlefill {
  max-width: 700px;
  border: 1px solid var(--x-tab-active, #2cc185);
}

.tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid var(--x-tab-active, #2cc185);
}

.tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: var(--x-tab-bg3, #fff);
  font-size: 1.25em;
}

.tabs-style-circlefill nav li:first-child {
  border-left: none;
}

.tabs-style-circlefill nav li:last-child {
  border: none;
}

.tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid var(--x-tab-active, #2cc185);
  border-radius: 50%;
  background: var(--x-tab-active, #2cc185);
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.tabs-style-circlefill nav li.tab-current::before {
  -webkit-transform: scale3d(2.5, 2.5, 1);
  transform: scale3d(2.5, 2.5, 1);
}

.tabs-style-circlefill nav a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tabs-style-circlefill nav a span {
  display: none;
}

.tabs-style-circlefill nav li.tab-current a {
  color: var(--x-tab-bg3, #fff);
}

.tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
  border-top: 1px solid var(--x-tab-active, #2cc185);
}

/*****************************/

/* Fill up */

/*****************************/

.tabs-style-fillup nav ul li a {
  padding: 1.9em 0;
  border-right: 1px solid var(--x-tab-active, #2cc185);
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-fillup nav ul li:last-child a {
  border: none;
}

.tabs-style-fillup nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-fillup nav ul li.tab-current a {
  color: var(--x-tab-bg3, #fff);
}

.tabs-style-fillup nav ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  border: 1px solid var(--x-tab-active, #2cc185);
  background: var(--x-tab-active, #2cc185);
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.tabs-style-fillup nav ul li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.tabs-style-fillup nav ul li a span {
  display: block;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.5;
}

.tabs-style-fillup .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/*****************************/

/* Flip */

/*****************************/

.tabs-style-flip {
  max-width: 1200px;
}

.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: var(--x-tab-active, #2cc185);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
  color: var(--x-tab-color2, #74777b);
}

.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.625em;
}

.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--x-tab-bg2, #f0f0f0);
  content: '';
  -webkit-transition:
    -webkit-transform 0.3s,
    background-color 0.3s;
  transition:
    transform 0.3s,
    background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
  background-color: var(--x-tab-bg3, #fff);
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.tabs-style-flip .content-wrap {
  background: var(--x-tab-bg3, #fff);
}

/*****************************/

/* Icon box */

/*****************************/

.tabs-style-iconbox nav {
  background: rgba(255, 255, 255, 0.4);
}

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
  font-weight: 700;
  font-size: 0.7em;
}

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
  background: var(--x-tab-bg3, #fff);
  box-shadow: -1px 0 0 var(--x-tab-bg3, #fff);
}

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: var(--x-tab-bg3, #fff);
  content: '';
  pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, 0.07);
  content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0.25em 0;
}

/*****************************/

/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */

/*****************************/

.tabs-style-iconfall {
  overflow: visible;
}

.tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: var(--x-tab-color2, #74777b);
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-iconfall nav a span {
  font-weight: 700;
}

.tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: var(--x-tab-active, #2cc185);
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tabs-style-iconfall .icon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
}

.tabs-style-iconfall nav li.tab-current .icon::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 58em) {
  .tabs-style-iconfall nav li .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*****************************/

/* Line */

/*****************************/

.tabs-style-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: var(--x-tab-color2, #74777b);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition:
    color 0.3s,
    box-shadow 0.3s;
  transition:
    color 0.3s,
    box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px var(--x-tab-color2, #74777b);
}

.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px var(--x-tab-active, #2cc185);
  color: var(--x-tab-active, #2cc185);
}

@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-line nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}

/*****************************/

/* Line Box */

/*****************************/

.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  -webkit-flex: none;
  flex: none;
}

.tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: var(--x-tab-color2, #74777b);
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-linebox nav li.tab-current a {
  color: var(--x-tab-bg3, #fff);
}

.tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: '';
  -webkit-transition:
    background-color 0.3s,
    -webkit-transform 0.3s;
  transition:
    background-color 0.3s,
    transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}

.tabs-style-linebox nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
  background: var(--x-tab-active, #2cc185);
}

@media screen and (max-width: 58em) {
  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-linebox nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}

/*****************************/

/* Moving Line */

/*****************************/

.tabs-style-linemove nav {
  background: var(--x-tab-bg3, #fff);
}

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--x-tab-active, #2cc185);
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* Move the line */

.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.tabs-style-linemove nav a {
  padding: 1em 0;
  color: var(--x-tab-color2, #74777b);
  line-height: 1;
  -webkit-transition:
    color 0.3s,
    -webkit-transform 0.3s;
  transition:
    color 0.3s,
    transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
  color: var(--x-tab-active, #2cc185);
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.tabs-style-linemove nav a span {
  font-weight: 700;
}

/*****************************/

/* Triangle and line */

/*****************************/

.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #e7ecea;
}

.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {
    font-size: 0.6em;
  }
}

/*****************************/

/* Shape */

/*****************************/

.tabs-style-shape {
  max-width: 1200px;
}

.tabs-style-shape nav ul li {
  margin: 0 3em;
}

.tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

.tabs-style-shape nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: var(--x-tab-bg3, #fff);
  font-weight: 500;
}

.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

.tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

.tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: var(--x-tab-bg4, #bdc2c9);
}

.tabs-style-shape nav li a svg:nth-child(2),
.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

.tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: var(--x-tab-bg4, #bdc2c9);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs-style-shape nav li a:hover span {
  background-color: var(--x-tab-active, #2cc185);
}

.tabs-style-shape nav li a:hover svg {
  fill: var(--x-tab-active, #2cc185);
}

/* Make only shape clickable */

.tabs-style-shape nav li a svg {
  pointer-events: none;
}

.tabs-style-shape nav li a svg use {
  pointer-events: auto;
}

.tabs-style-shape nav li.tab-current a span,
.tabs-style-shape nav li.tab-current a svg {
  -webkit-transition: none;
  transition: none;
}

.tabs-style-shape nav li.tab-current a span {
  background: var(--x-tab-bg3, #fff);
}

.tabs-style-shape nav li.tab-current a svg {
  fill: var(--x-tab-bg3, #fff);
}

.tabs-style-shape .content-wrap {
  background: var(--x-tab-bg3, #fff);
}

@media screen and (max-width: 58em) {
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }
  .tabs-style-shape nav ul li a {
    margin: 0;
  }
  .tabs-style-shape nav ul li svg {
    display: none;
  }
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
  .tabs-style-shape nav ul li.tab-current {
    z-index: 1;
  }
}

/*****************************/

/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */

/*****************************/

.tabs-style-tzoid {
  max-width: 1200px;
}

.tabs-style-tzoid nav {
  padding: 0 1em;
}

.tabs-style-tzoid nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li a {
  padding: 0 1.5em 0 0.3em;
  color: #0d9564;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

@media screen and (max-width: 54em) {
  .tabs-style-tzoid nav ul li a {
    padding: 0 0.5em 0 0.3em;
  }
}

.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
  color: var(--x-tab-bg3, #fff);
}

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-tzoid nav ul li a span {
  font-weight: 500;
  font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: var(--x-tab-active, #2cc185);
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
  content: '';
  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
  background: var(--x-tab-bg3, #fff);
  box-shadow: none;
}

/*****************************/

/* Underline */

/*****************************/

.tabs-style-underline nav {
  background: var(--x-tab-bg3, #fff);
}

.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  border-left: 1px solid #e7ecea;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
  border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--x-tab-active, #2cc185);
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}

.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tabs-style-underline nav a span {
  font-weight: 700;
}

/*****************************/

/* Top Line */

/*****************************/

.tabs-style-topline {
  max-width: 1200px;
}

.tabs-style-topline nav li {
  border: 1px solid rgba(40, 44, 42, 0.1);
}

.tabs-style-topline nav li:not(:last-child) {
  border-right: none;
}

.tabs-style-topline nav li.tab-current {
  border-top-color: var(--x-tab-active, #2cc185);
  border-bottom: none;
}

.tabs-style-topline nav a {
  padding: 0.65em 0 0.5em;
  background: rgba(40, 44, 42, 0.05);
  color: var(--x-tab-color2, #74777b);
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-topline nav li.tab-current a {
  background: none;
  box-shadow: inset 0 3px 0 var(--x-tab-active, #2cc185);
  color: var(--x-tab-active, #2cc185);
}

.tabs-style-topline .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-topline nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5em;
}

:root {
  --x-tab-active: #2cc185;

  --x-tab-color1: #334455;
  --x-tab-color2: #74777b;
  --x-tab-color3: #4a4a4b;
  --x-tab-color4: #000;

  /* Background colors */
  --x-tab-bg1: #f7f7f7;
  --x-tab-bg2: #f0f0f0;
  --x-tab-bg3: #fff;
  --x-tab-bg4: #bdc2c9;
}

/* Default tab style */

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */

.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  flex-flow: row wrap;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  text-decoration: none;
  color: var(--x-tab-active);
  cursor: pointer;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}

/* Content */

.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
}

.content-wrap section.content-current {
  display: block;
}

/* Fallback */

.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}

.footest {
  background-color: red !important;
  height: 30px;
  color: green;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/*input[type='search'] {*/

/*  -webkit-appearance: textfield;*/

/*  -webkit-box-sizing: content-box;*/

/*  -moz-box-sizing: content-box;*/

/*  box-sizing: content-box;*/

/*}*/

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 1090px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/*input[type='radio'],*/

/*input[type='checkbox'] {*/

/*  margin: 4px 0 0;*/

/*  margin-top: 1px \9;*/

/*  line-height: normal;*/

/*}*/

input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 34px;
  }
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 800px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 800px) {
  .navbar {
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 800px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 800px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 800px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 800px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 800px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 800px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1089px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 800px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1089px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 800px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 1089px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 1089px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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: -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
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  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: -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
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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: -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
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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: -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
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0px/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

/* CSS Document */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Verdana, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-8{
  right: 2rem;
}

.top-0{
  top: 0px;
}

.top-4{
  top: 1rem;
}

.top-\[244px\]{
  top: 244px;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[2\]{
  z-index: 2;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-start-2{
  grid-column-start: 2;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.m-1{
  margin: 0.25rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-ml-2\.5{
  margin-left: -0.625rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[-2px\]{
  margin-bottom: -2px;
}

.mb-\[19px\]{
  margin-bottom: 19px;
}

.mb-\[3px\]{
  margin-bottom: 3px;
}

.mb-\[4rem\]{
  margin-bottom: 4rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-9{
  margin-left: 2.25rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-0{
  margin-right: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-8{
  margin-right: 2rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[4px\]{
  margin-top: 4px;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.size-\[20px\]{
  width: 20px;
  height: 20px;
}

.size-fit{
  width: fit-content;
  height: fit-content;
}

.\!h-\[40px\]{
  height: 40px !important;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-2\/5{
  height: 40%;
}

.h-24{
  height: 6rem;
}

.h-3\/5{
  height: 60%;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[12rem\]{
  height: 12rem;
}

.h-\[180px\]{
  height: 180px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[37px\]{
  height: 37px;
}

.h-\[4\.75rem\]{
  height: 4.75rem;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[475px\]{
  height: 475px;
}

.h-\[800px\]{
  height: 800px;
}

.h-full{
  height: 100%;
}

.h-max{
  height: max-content;
}

.h-screen{
  height: 100vh;
}

.max-h-\[200px\]{
  max-height: 200px;
}

.max-h-\[90\%\]{
  max-height: 90%;
}

.max-h-\[95\%\]{
  max-height: 95%;
}

.min-h-10{
  min-height: 2.5rem;
}

.min-h-6{
  min-height: 1.5rem;
}

.min-h-\[16rem\]{
  min-height: 16rem;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2\/12{
  width: 16.666667%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/4{
  width: 50%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-3\/12{
  width: 25%;
}

.w-3\/5{
  width: 60%;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[105px\]{
  width: 105px;
}

.w-\[110px\]{
  width: 110px;
}

.w-\[115px\]{
  width: 115px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[130px\]{
  width: 130px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[210px\]{
  width: 210px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[28rem\]{
  width: 28rem;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[32rem\]{
  width: 32rem;
}

.w-\[420px\]{
  width: 420px;
}

.w-\[46rem\]{
  width: 46rem;
}

.w-\[480px\]{
  width: 480px;
}

.w-\[48rem\]{
  width: 48rem;
}

.w-\[500px\]{
  width: 500px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[56px\]{
  width: 56px;
}

.w-\[571px\]{
  width: 571px;
}

.w-\[750px\]{
  width: 750px;
}

.w-\[775px\]{
  width: 775px;
}

.w-\[80px\]{
  width: 80px;
}

.w-\[90px\]{
  width: 90px;
}

.w-fit{
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-\[100px\]{
  min-width: 100px;
}

.min-w-\[105px\]{
  min-width: 105px;
}

.min-w-\[115px\]{
  min-width: 115px;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[1280px\]{
  min-width: 1280px;
}

.min-w-\[130px\]{
  min-width: 130px;
}

.min-w-\[140px\]{
  min-width: 140px;
}

.min-w-\[150px\]{
  min-width: 150px;
}

.min-w-\[160px\]{
  min-width: 160px;
}

.min-w-\[175px\]{
  min-width: 175px;
}

.min-w-\[180px\]{
  min-width: 180px;
}

.min-w-\[205px\]{
  min-width: 205px;
}

.min-w-\[20px\]{
  min-width: 20px;
}

.min-w-\[210px\]{
  min-width: 210px;
}

.min-w-\[240px\]{
  min-width: 240px;
}

.min-w-\[25px\]{
  min-width: 25px;
}

.min-w-\[300px\]{
  min-width: 300px;
}

.min-w-\[30px\]{
  min-width: 30px;
}

.min-w-\[400px\]{
  min-width: 400px;
}

.min-w-\[420px\]{
  min-width: 420px;
}

.min-w-\[450px\]{
  min-width: 450px;
}

.min-w-\[45px\]{
  min-width: 45px;
}

.min-w-\[500px\]{
  min-width: 500px;
}

.min-w-\[50px\]{
  min-width: 50px;
}

.min-w-\[550px\]{
  min-width: 550px;
}

.min-w-\[575px\]{
  min-width: 575px;
}

.min-w-\[700px\]{
  min-width: 700px;
}

.min-w-\[70px\]{
  min-width: 70px;
}

.min-w-\[750px\]{
  min-width: 750px;
}

.min-w-\[800px\]{
  min-width: 800px;
}

.min-w-\[80px\]{
  min-width: 80px;
}

.min-w-\[85px\]{
  min-width: 85px;
}

.min-w-fit{
  min-width: fit-content;
}

.\!max-w-fit{
  max-width: fit-content !important;
}

.max-w-32{
  max-width: 8rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[20px\]{
  max-width: 20px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-max{
  max-width: max-content;
}

.max-w-md{
  max-width: 28rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-none{
  flex: none;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.basis-1\/2{
  flex-basis: 50%;
}

.basis-1\/4{
  flex-basis: 25%;
}

.basis-full{
  flex-basis: 100%;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.list-disc{
  list-style-type: disc;
}

.auto-cols-max{
  grid-auto-columns: max-content;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-\[200px_1fr\]{
  grid-template-columns: 200px 1fr;
}

.grid-cols-\[auto\2c 3rem\]{
  grid-template-columns: auto 3rem;
}

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.content-center{
  align-content: center;
}

.content-end{
  align-content: flex-end;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

.gap-0{
  gap: 0px;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-\[0\.5rem\]{
  gap: 0.5rem;
}

.gap-\[0\.7rem\]{
  gap: 0.7rem;
}

.gap-\[1\.5rem\]{
  gap: 1.5rem;
}

.gap-\[2rem\]{
  gap: 2rem;
}

.gap-\[3rem\]{
  gap: 3rem;
}

.gap-x-1{
  column-gap: 0.25rem;
}

.gap-x-2{
  column-gap: 0.5rem;
}

.gap-x-4{
  column-gap: 1rem;
}

.gap-x-5{
  column-gap: 1.25rem;
}

.gap-x-8{
  column-gap: 2rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.justify-self-start{
  justify-self: start;
}

.justify-self-center{
  justify-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-b-\[0\.3rem\]{
  border-bottom-width: 0.3rem;
}

.border-l-2{
  border-left-width: 2px;
}

.border-r{
  border-right-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-rxid-nav-border{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 210 / var(--tw-border-opacity, 1));
}

.border-rxid-primary{
  --tw-border-opacity: 1;
  border-color: rgb(228 31 53 / var(--tw-border-opacity, 1));
}

.border-sds-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(63 125 152 / var(--tw-border-opacity, 1));
}

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-sds-blue-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 125 152 / var(--tw-border-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-rxid-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(228 31 53 / var(--tw-bg-opacity, 1));
}

.bg-sds-blue-30{
  --tw-bg-opacity: 1;
  background-color: rgb(133 182 198 / var(--tw-bg-opacity, 1));
}

.bg-sds-blue-60{
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 120 / var(--tw-bg-opacity, 1));
}

.bg-sds-cardinal-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-sds-green-10{
  --tw-bg-opacity: 1;
  background-color: rgb(226 240 215 / var(--tw-bg-opacity, 1));
}

.bg-sds-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(59 109 37 / var(--tw-bg-opacity, 1));
}

.bg-sds-purple-70{
  --tw-bg-opacity: 1;
  background-color: rgb(102 0 153 / var(--tw-bg-opacity, 1));
}

.bg-sds-red-10{
  --tw-bg-opacity: 1;
  background-color: rgb(252 227 229 / var(--tw-bg-opacity, 1));
}

.bg-sds-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(198 28 45 / var(--tw-bg-opacity, 1));
}

.bg-sds-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(224 154 0 / var(--tw-bg-opacity, 1));
}

.bg-sds-yellow-80{
  --tw-bg-opacity: 1;
  background-color: rgb(169 91 6 / var(--tw-bg-opacity, 1));
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.fill-current{
  fill: currentColor;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[2rem\]{
  padding: 2rem;
}

.p-\[4px\]{
  padding: 4px;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[4rem\]{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.\!pr-6{
  padding-right: 1.5rem !important;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[19px\]{
  padding-left: 19px;
}

.pr-0{
  padding-right: 0px;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-\[10px\]{
  padding-right: 10px;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-52{
  padding-top: 13rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[19px\]{
  padding-top: 19px;
}

.text-left{
  text-align: left;
}

.\!text-center{
  text-align: center !important;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-13{
  line-height: 3.25rem;
}

.leading-14{
  line-height: 3.5rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-current{
  color: currentColor;
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-rxid-font{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.text-rxid-link-color{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity, 1));
}

.text-rxid-nav-text-color{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-rxid-primary{
  --tw-text-opacity: 1;
  color: rgb(228 31 53 / var(--tw-text-opacity, 1));
}

.text-sds-blue-50{
  --tw-text-opacity: 1;
  color: rgb(63 125 152 / var(--tw-text-opacity, 1));
}

.text-sds-cardinal-black{
  --tw-text-opacity: 1;
  color: rgb(39 37 31 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.decoration-blue-300{
  text-decoration-color: #93c5fd;
}

.opacity-0{
  opacity: 0;
}

.opacity-75{
  opacity: 0.75;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_0\.4rem_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 0 0.4rem rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}

.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */

.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.setting-set-container {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  border: 1px solid black;
}

.setting-set-header {
  display: flex;
  margin-top: 5px;
  flex-direction: row;
  border: 1px solid black;
  background-color: #c8c8d2;
}

.setting-set-toggle {
  margin: 5px;
}

.setting-compact-toggle {
  margin: 5px;
}

.setting-container {
  display: flex;
  width: 97%;
  flex-direction: column;
  border: 1px solid black;
  margin: 5px;
}

@media only screen and (min-width: 550px) {
  .setting-container {
    width: 48%;
  }
}

@media only screen and (min-width: 950px) {
  .setting-container {
    width: 32%;
  }
}

@media only screen and (min-width: 1300px) {
  .setting-container {
    width: 24%;
  }
}

@media only screen and (min-width: 1600px) {
  .setting-container {
    width: 19%;
  }
}

.x-toggle:checked {
  background-color: #92d3e1;
}

.setting-title-bar {
  display: flex;
  width: 100%;
  flex-direction: row;
  background-color: #346170;
  padding: 5px;
  color: white;
}

.setting-title {
  display: flex;
  font-weight: bold;
  width: 100%;
  flex-direction: column;
}

.setting-name {
  padding-left: 5px;
  font-size: smaller;
  background-color: powderblue;
}

.setting-buttons {
  display: flex;
  flex-direction: row;
}

.setting-button {
  border: none;
  margin: 0 5px;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.setting-image {
  float: left;
  margin-right: 2px;
}

.setting-inner-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  background-color: #f9f9f9;
  padding: 5px;
}

.setting-left {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding-top: 5px;
}

.setting-right {
  display: flex;
  width: 50%;
  margin-left: 10px;
  flex-direction: column;
}

.setting-values {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.setting-value {
  display: flex;
  width: 100%;
  flex-direction: row;
  font-style: italic;
  font-size: smaller;
}

.setting-value .setting-value-text {
  display: flex;
  margin-right: 5px;
}

.setting-value .setting-value-value {
  display: flex;
  width: 100%;
}

.setting-value-current {
  display: flex;
}

.setting-description {
  line-height: 120%;
}

.setting-editor {
  display: flex;
  width: 100%;
}

.setting-editor-edit .setting-editor-http-info-item {
  margin-bottom: 5px;
}

.setting-editor-string.setting-editor-edit,
.setting-editor-integer.setting-editor-edit,
.setting-editor-http-info.setting-editor-edit .setting-editor-http-info-value {
  display: flex;
  border: 1px solid black;
  width: 100%;
}

.setting-found-at {
  text-decoration: underline;
}

.setting-found-at-current {
  background-color: #e41f35;
}

.setting-compact {
  display: flex;
  flex-direction: row;
}

.filter {
  border: 1px solid black;
}

/* Editors */

.setting-card .x-toggle-component {
  justify-content: left;
}

.setting-editor-http-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.setting-editor-http-info-item {
  display: flex;
  flex-direction: row;
}

.setting-editor-http-info-label {
  display: flex;
  margin-right: 5px;
}

/* Table version */

.setting-table {
  border-collapse: collapse;
  border-width: 1px;
}

.setting-table-title {
  font-weight: bold;
}

.setting-table th {
  background-color: grey;
  color: white;
}

.setting-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.setting-table td,
.setting-table th {
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 5px;
}

.setting-table .setting-value-current {
  vertical-align: center;
}

.setting-table-row {
  height: 100%;
}

.setting-table-current {
  display: table-cell;
  height: 100%;
  min-width: 200px;
}

.setting-table-current-container {
  height: auto;
}

.setting-editor-boolean .x-toggle-container {
  font-size: 14px;
}

.setting-editor-json {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.setting-editor-display .setting-editor-json-item {
  display: flex;
  flex-direction: row;
}

.setting-editor-json-label {
  margin-right: 5px;
}

.card-container {
  display: flex;
  width: 97%;
  flex-flow: wrap;
  flex-direction: row;
  margin: 5px;
}

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  margin: 5px;
}

.card .title {
  text-align: center;
}

.card .body {
  display: flex;
  flex-direction: row;
  margin: 2px;
}

.card .card-column {
  flex-grow: 1;
  margin-left: 5px;
  margin-right: 5px;
}

.card .card-column .card-entries {
  background-color: transparent;
}

.card .card-column .card-entry {
}

.card .card-column .card-entry-count {
  text-align: right;
  padding-right: 5px;
}

.card .card-column .card-entry-text {
}

.card .card-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.card .card-column-spacer {
  flex-grow: 1;
}

.card .column-title {
  text-align: center;
}

.card-invoice {
  min-width: 300px;
}

.card-return {
  min-width: 200px;
}

.card-transfer {
  min-width: 200px;
}

.card-maintenance {
  min-width: 200px;
}

.card-users {
  min-width: 200px;
}

.card-facility {
  min-width: 200px;
}

svg.fa-pencil,
svg.fa-arrow-to-right,
svg.fa-user-check,
svg.fa-users,
svg.fa-magnifying-glass-plus, /* replaced fa-search-plus */
svg.fa-arrow-rotate-left, /* replaced fa-undo */
svg.fa-floppy-disk,  /* replaced fa-save */
svg.fa-rectangle-list, /* replaced fa-list-alt */
svg.fa-user-edit,
svg.fa-unlock,
svg.fa-trash-can, /* replaced fa-trash-alt */
svg.fa-scanner-gun, /* replaced fa-scanner */
svg.fa-clipboard-list,
svg.fa-syringe,
svg.fa-arrow-up,
svg.fa-arrow-down,
svg.fa-ballot-check,
svg.fa-clipboard-check {
  font-size: 1.2em;
  padding: 2px 5px;
  cursor: pointer;
  margin: 5px;
}

.mobile-button__primary {
  background: #e41f38;
  border: none;
  border-radius: 4px;
  color: #fff;
  min-width: 15rem;
  padding: 0.8rem 0;
}

.mobile-button__primary:hover,
.mobile-button__primary:focus {
  background-color: #b10002;
  text-decoration: none;
}

.mobile-button__primary:disabled {
  background-color: #afafaf;
  color: #2e2e2f;
  cursor: not-allowed !important;
  filter: alpha(opacity=50);
  opacity: 0.5;
  pointer-events: none;
}

.mobile-button__secondary {
  border: 1px solid #333;
  border-radius: 4px;
  color: #2e2e2f;
  padding: 0.8rem 0;
}

.mobile-button__secondary:hover,
.mobile-button__secondary:focus {
  background-color: #afafaf;
  border: 1px solid #afafaf;
  color: #2e2e2f;
  text-decoration: none;
}

.cycle-count-item-selection__button {
  margin: 1.5rem 0;
  width: 100%;
}

.cycle-count-item-selection__item {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
}

.cycle-count-item-selection__item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.cycle-count-item-selection__indicator {
  background-color: #2c2c2c;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem 2rem;
  width: 8.2rem;
}

.cycle-count-item-selection__indicator--checked {
  background-color: #75c5b4;
  color: #2c2c2c;
  line-height: 2.1rem;
}

.cycle-count-reconcile-action__section {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}

.cycle-count-reconcile-action__null-message {
  padding-top: 1.5rem;
  text-align: center;
}

.cycle-count-reconcile-action__product {
  background-color: #dadada;
}

.cycle-count-reconcile-action__product-name {
  background-color: #bdbdbd;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}

.cycle-count-reconcile-action__product-details-and-actions {
  padding: 0 2rem;
}

.cycle-count-reconcile-action__product-details {
  display: flex;
  margin-bottom: 1rem;
  text-align: center;
}

.cycle-count-reconcile-action__serial-number,
.cycle-count-reconcile-action__lot-number {
  width: 50%;
}

.cycle-count-reconcile-action__section {
  margin-bottom: 1.5rem;
}

.cycle-count-reconcile-action__section-title {
  background-color: #2c2c2c;
  color: #fff;
  margin-bottom: 0;
  padding: 1rem;
}

.cycle-count-reconcile-action__submit-button {
  margin: 1.5rem 0;
  width: 100%;
}

.cycle-count-selection {
  background: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cycle-count-selection__item {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.cycle-count-selection__item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.cycle-count-selection__item-button {
  align-items: center;
  background: transparent;
  border: none;
  color: #2c2c2c;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
}

.cycle-count-selection__item-button:active,
.cycle-count-selection__item-button:focus,
.cycle-count-selection__item-button:hover {
  background-color: #92d3e1;
}

.cycle-count-selection__item-button:hover .cycle-count-selection__type {
  color: #2c2c2c;
}

.cycle-count-selection__data {
  display: flex;
  flex-direction: column;
}

.cycle-count-selection__started-by {
  text-align: left;
}

.cycle-count-selection__type {
  color: #6c6b6c;
  text-align: left;
}

.cycle-count-selection__select-button {
  background-color: #2c2c2c;
  border-radius: 5px;
  color: #fff;
  margin-left: auto;
  padding: 0.5rem 2rem;
}

.cycle-count-selection__submit-button {
  margin: 1.5rem 0;
  width: 100%;
}

.cycle-count-summary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cycle-count-summary__item {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
}

.cycle-count-summary__item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.cycle-count-summary__product-name {
  margin: 0;
  flex: 1 1 70%;
}

.cycle-count-summary__item-count {
  padding-left: 1rem;
  flex: 1 1 30%;
  text-align: right;
}

.cycle-count-summary__button {
  margin: 1.5rem 0;
  width: 100%;
}

.mobile-cycle-count .col-md-6 {
  padding: 0;
  width: 100%;
}

.mobile-dashboard-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-dashboard-list__item {
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

.mobile-dashboard-list__item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.inventory-overview-item {
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
  background-color: #fff;
}

.inventory-overview-item .cp-Panel-toggle {
  color: #2e2e2f;
  text-decoration: none;
}

.inventory-overview-item__accordion-main {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 1rem;
}

.inventory-overview-item__product-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.inventory-overview-item__indicator {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-right: 2rem;
  text-align: center;
  min-width: 3rem;
}

.inventory-out.inventory-overview-item__indicator {
  background-color: #e41f35;
  color: #fff;
}

.inventory-good.inventory-overview-item__indicator {
  background-color: #9bc787;
  color: #000;
}

.inventory-low.inventory-overview-item__indicator {
  background-color: #f9c916;
  color: #000;
}

.inventory-overview-item__available {
  display: block;
  line-height: 1rem;
}

.inventory-overview-item__chevron {
  font-size: 1.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.inventory-overview-item__ndc {
  margin: 0;
}

.inventory-overview-item__accordion-details {
  background: #e4e4e4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1rem 1rem;
  text-align: center;
}

.inventory-overview-item__column {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  width: calc(50% - 2rem);
}

.inventory-overview-item__children--product-name {
  display: inline;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.inventory-overview-item__children--indicator {
  display: inline;
}

.inventory-overview-item__children--available {
  font-weight: bold;
}

@media (min-width: 375px) {
  .inventory-overview-item__accordion-details {
    flex-wrap: nowrap;
  }
  .inventory-overview-item__column {
    width: 100%;
  }
}

.labeled-data__label,
.labeled-data__text {
  margin: 0;
}

.mobile-main-content {
  height: 100%;
  padding: 1.5rem;
}

.max-width-830 {
  margin: 0 auto;
  max-width: 83rem;
}

.max-width-530 {
  margin: 0 auto;
  max-width: 53rem;
}

.loading-animation {
  background-color: #dadada;
  min-height: 26rem;
  position: relative;
}

.loading-animation__icon {
  bottom: calc(50% - (42px / 2));
  left: calc(50% - (42px / 2));
  position: absolute;
}

.mobile-menu {
  display: flex;
  flex-wrap: wrap;
}

.mobile-menu__btn-circle,
.mobile-menu__btn-home-secondary {
  color: #2e2e2f;
  flex: 1 1 50%;
  margin-bottom: 4.5rem;
  text-align: center;
}

.mobile-menu__btn-circle .btn-circle__title,
.mobile-menu__btn-home-secondary .btn-home-secondary__title {
  margin: 0;
}

.mobile-menu__btn-circle:hover,
.mobile-menu__btn-circle:visited,
.mobile-menu__btn-circle:focus {
  text-decoration: none;
}

.mobile-menu__btn-circle:hover .btn-circle__title,
.mobile-menu__btn-circle:visited .btn-circle__title,
.mobile-menu__btn-circle:focus .btn-circle__title {
  color: #2e2e2f;
  text-decoration: underline;
}

.mobile-menu__btn-circle:hover .icon-container,
.mobile-menu__btn-circle:visited .icon-container,
.mobile-menu__btn-circle:focus .icon-container {
  filter: contrast(120%);
}

.mobile-menu__btn-circle .icon-container {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 9.5rem;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 9.5rem;
}

.mobile-menu__btn-circle .btn-add-item {
  background: #730505;
}

.mobile-menu__btn-circle .btn-use-item {
  background: #e41f35;
}

.mobile-menu__btn-circle .btn-transfer {
  background: #346170;
}

.mobile-menu__btn-circle .btn-relocate {
  background: #75c5b4;
}

.mobile-menu__btn-circle .btn-return {
  background: #9bc787;
}

.mobile-menu__btn-circle .btn-reconcile {
  background: #92d3e1;
}

.mobile-menu__btn-circle .btn-reconcile.locked {
  background: #e0e0e0;
}

.mobile-menu__btn-home-secondary {
  align-content: center;
  display: flex;
  flex: 1 1 45%;
  justify-content: center;
  margin: 0 1rem;
  margin-bottom: 3rem;
}

.mobile-menu__btn-home-secondary svg {
  color: #333;
  font-size: 2.1rem;
  margin-right: 1rem;
}

.mobile-navbar {
  background-color: #fff;
  border-bottom: 1px solid #c8c8d2;
  padding: 2rem;
  width: 100%;
  z-index: 100;
}

.mobile-navbar__list,
.mobile-navbar-dropdown__list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-navbar__logo {
  margin: 0 !important;
  width: 6rem;
}

.mobile-navbar-dropdown {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  position: relative;
}

.mobile-navbar-dropdown .ember-basic-dropdown-trigger:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.mobile-navbar-dropdown__hamburger-menu {
  background: transparent;
  border: none;
  font-size: 2.4rem;
}

.mobile-navbar-dropdown__list {
  background-color: #f9f9f9;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 4px 9px 12px 0px #c3c3c3;
  display: block;
  font-size: 1.5rem;
  padding: 1rem 0;
  position: absolute;
  right: -2rem;
  top: 2.2rem;
  width: 22rem;
}

.mobile-navbar-dropdown__item {
  text-align: right;
}

.mobile-navbar-dropdown__item:hover,
.mobile-navbar-dropdown__item:hover > .mobile-navbar-dropdown__item-link {
  background-color: #ececec;
  color: #333;
  text-decoration: none;
}

.mobile-navbar-dropdown__item-link {
  color: #333;
  display: block;
  padding: 1rem 2.5rem;
}

.mobile-navbar-dropdown__icon {
  color: #848484;
  margin-left: 1rem;
}

.reconcile-actions__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1rem;
}

.reconcile-actions__button {
  background-color: #fff;
  border: 1px solid #2c2c2c;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.8rem;
  width: 50%;
}

.reconcile-actions__button:disabled {
  cursor: not-allowed;
}

.reconcile-actions__button:disabled:hover {
  background-color: #fff;
  color: #2c2c2c;
}

.reconcile-actions__button:hover,
.reconcile-actions__button:active,
.reconcile-actions__button:focus,
.reconcile-actions__button--active,
.reconcile-actions__button--active:disabled:hover {
  background-color: #2c2c2c;
  color: #fff;
}

.reconcile-actions__button:nth-child(even) {
  margin-right: 0;
  width: calc(50% - 0.5rem);
}

.reconcile-action__select {
  padding-bottom: 1rem;
}

@media (min-width: 450px) {
  .reconcile-actions__button-group {
    flex-wrap: nowrap;
  }
  .reconcile-actions__button {
    width: 100%;
  }
  .reconcile-actions__button:nth-child(even) {
    margin-right: 0.5rem;
    width: 100%;
  }
  .reconcile-actions__button:last-child {
    margin-right: 0;
  }
}

.scan-items__input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.scan-items__input-container__camera-input,
.scan-items__loading-animation {
  position: absolute;
  top: 0;
  left: 0;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}

.scan-items__input-container__camera-input .scandit-container {
  /*
    .scandit-container is an element that Scandit dynamically injects
     It's aspect-ratio fluctuates between 1 / 1 and auto which causes the actual content to be cropped when testing this on mobile devices
  */
  aspect-ratio: 1 / 1;
}

.scan-items__input_container__manual-input {
  position: absolute;
  top: 0;
  left: 0;
  background: #e4e4e4;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 0 2rem;
}

.scan-items__input-container__overlapping-footer {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 6; /* Scandit's error elements has a z-index of 5 */
}

.scan-items__input-container__overlapping-footer__input-toggle {
  align-items: center;
  background: #2c2c2c;
  border: none;
  border-radius: 50%;
  box-shadow: -4px 4px 13px 0px #aeaeaf;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 5rem;
  justify-content: center;
  line-height: 1.5rem;
  padding: 1rem 1rem;
  width: 5rem;
}

.scan-items__input-container__overlapping-footer__input-toggle--icon {
  font-size: 2rem;
}

@media (min-width: 600px) {
  .scan-items__input-container__overlapping-footer {
    bottom: 2rem;
    left: 2rem;
    text-align: center;
  }

  .scan-items__input_container__manual-input {
    padding: 0 4rem;
  }
}

.scan-items__last-scanned {
  background: #fff;
  border: 1px solid #333;
  margin: 1.5rem 0;
  padding: 1.5rem 1.5rem;
}

.scan-items__last-scanned--title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.scan-summary__list {
  background-color: #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 3rem 1rem 1.5rem 1rem;
}

.scan-summary__item {
  background: #fff;
  border: 1px solid #333;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 425px) {
  .scan-summary__list {
    min-height: 20.5rem;
  }
}

@media (min-width: 600px) {
  .scan-summary__list {
    min-height: 31.2rem;
  }
}

.scan__input {
  padding: 0;
  width: 100%;
}

.scan__button {
  width: 100%;
}

.scan__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scan__footer--button {
  margin-bottom: 1.5rem;
}

.scan__summary-view-button {
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 400px) {
  .scan__footer {
    flex-direction: row;
  }
  .scan__footer--button {
    width: 15rem;
  }
  .scan__summary-view-button {
    width: unset;
  }
}

.scanned-item__product {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.scanned-item__product-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scanned-item__column {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
}

.scanned-item__icon {
  background: transparent;
  border: none;
  font-size: 2.5rem;
}

@media only screen and (min-width: 375px) {
  .scanned-item__product-detail {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .scanned-item__product-detail .scanned-item__column {
    width: calc(50% - 2rem);
  }
}

@media only screen and (min-width: 730px) {
  .scanned-item__product-detail {
    flex-direction: row;
  }
  .scanned-item__product-detail .scanned-item__column {
    align-items: start;
    display: flex;
    width: calc(33% - 2rem);
  }
  .scanned-item__product-detail .scanned-item__column:nth-child(2) {
    width: calc(18% - 2rem);
  }
  .scanned-item__product-detail .scanned-item__column:nth-child(4) {
    width: calc(16% - 2rem);
  }
}

@media only screen and (min-width: 870px) {
  .scanned-item__product-detail .scanned-item__column {
    width: calc(34% - 2rem);
  }
  .scanned-item__product-detail .scanned-item__column:nth-child(4) {
    width: calc(14% - 2rem);
  }
}

/* #region MARGIN */

.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

/* #endregion */

/* #region TEXT ALIGNMENT */

.text-center {
  text-align: center;
}

/* #endregion */

/* The below styling is to fit designs provided by the UX team (app.css is a mess and I don't want this to mix with what is there) */

.primary-button {
  background-color: #e41f35;
  color: #fff;
  border: 1px solid #e41f35;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 40px;
  min-width: 100px;
  font-weight: 700;
}

.secondary-button {
  background-color: #fff;
  color: #e41f35;
  border: 1px solid #e41f35;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 40px;
  min-width: 100px;
  font-weight: 700;
}

.button-bar {
  display: flex;
  justify-content: center;
  gap: 0;
}

.button-bar button:first-child,
.button-bar .radio-button:first-child {
  border-radius: 4px 0 0 4px;
}

.button-bar button:not(:first-child):not(:last-child),
.button-bar .radio-button:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-width: 1px 1px 1px 0;
}

.button-bar button:last-child,
.button-bar .radio-button:last-child {
  border-radius: 0 4px 4px 0;
  border-width: 1px 1px 1px 0;
}

.sds-toggle{
  position: relative;
  display: inline-block;
}

.sds-toggle.small{
  height: 20px;
  width: 38px;
}

.sds-toggle.regular{
  height: 38px;
  width: 71px;
}

.sds-toggle-input{
  width: 0px;
  height: 0px;
  opacity: 0;
}

.sds-toggle-slider{
  position: absolute;
  inset: 0px;
  cursor: pointer;
}

.sds-toggle-slider::before{
  content: var(--tw-content);
  position: absolute;
}

.sds-toggle-slider{
  display: flex;
  align-items: center;
}

.peer:checked ~ .sds-toggle-slider{
  flex-direction: row;
}

.sds-toggle-slider:not(peer-checked){
  flex-direction: row-reverse;
}

.peer:checked ~ .sds-toggle-slider{
  --tw-bg-opacity: 1;
  background-color: rgb(63 125 152 / var(--tw-bg-opacity, 1));
}

.sds-toggle-slider:not(peer-checked){
  --tw-bg-opacity: 1;
  background-color: rgb(179 203 214 / var(--tw-bg-opacity, 1));
}

.sds-toggle-slider{
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sds-toggle-slider::before{
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.peer:disabled ~ .sds-toggle-slider{
  cursor: not-allowed;
  opacity: 0.75;
}

.sds-toggle-slider.small::before{
  left: 2px;
  content: var(--tw-content);
  width: 16px;
  height: 16px;
}

.peer:checked ~ .sds-toggle-slider.small::before{
  content: var(--tw-content);
  --tw-translate-x: 18px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sds-toggle-slider.regular::before{
  left: 4px;
  content: var(--tw-content);
  width: 32px;
  height: 32px;
}

.peer:checked ~ .sds-toggle-slider.regular::before{
  content: var(--tw-content);
  --tw-translate-x: 32px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sds-toggle-slider-label{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  user-select: none;
}

/*---------------------------------------------------------------------------
  Tailwind Overrides
---------------------------------------------------------------------------*/

a{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.rxid-well{
  border-width: 2px;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.section-separator{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

#okta-sign-in {
  margin: 10px auto 8px !important;
}

#okta-sign-in .default-custom-button {
  all: revert !important;
}

#okta-sign-in .auth-divider {
  display: none;
}

#okta-sign-in .primary-auth-container {
  margin-bottom: 20px !important;
}

/*---------------------------------------------------------------------------
  Bootstrap Overrides
---------------------------------------------------------------------------*/

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  /*padding-top: 110px;*/
  line-height: 1.5em;
  color: #2e2e2f;
  background-color: #f1f1f1;
  font-size: 16px;
}

body#reports {
  padding-top: 66px;
}

*:focus {
  outline: 0;
}

h2,
.h2,
h3,
.h3 {
  margin-bottom: 10px; /* Pulled over from Bootstrap */
}

h1 {
  color: #e41f35;
  font-size: 24px;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h1.breadcrumb {
  font-weight: normal;
}

h1.breadcrumb a {
  color: #e41f35;
  text-decoration: none;
}

h1.breadcrumb a:hover {
  text-decoration: underline;
}

h1.breadcrumb span {
  color: #2e2e2f;
}

h1.catalog {
  /*position: absolute;*/
}

h1.inline {
  display: inline-block;
  margin: 5px 0;
}

/*use body class addon instead?*/

.loadingWrapper {
  margin-top: -110px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Dialog element backdrop styling */

::backdrop {
  background-color: black;
  opacity: 0.55;
}

/*Visual scrollbar*/

/*::-webkit-scrollbar {*/

/*  -webkit-appearance: none;*/

/*  width: 7px;*/

/*}*/

/*::-webkit-scrollbar-thumb {*/

/*  border-radius: 4px;*/

/*  background-color: rgba(0, 0, 0, .5);*/

/*  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);*/

/*}*/

/* Multi-select-filter override ember-power-select */

.rxid-multi-select-filter-ebd-trigger.ember-power-select-trigger {
  all: revert;
}

.rxid-multi-select-filter .ember-power-select-option {
  padding: 0.75rem;
}

.rxid-multi-select-filter .ember-power-select-option[aria-selected='true'] {
  background-color: inherit;
}

.rxid-multi-select-filter .ember-power-select-option[aria-current='true'] {
  background-color: #5897fb;
  color: #ffffff;
}

.rxid-multi-select-filter input[type='checkbox'] {
  vertical-align: middle;
  position: relative;
  bottom: 0.25rem;
}

.catalogFilter {
  float: right;
}

.productTable > .table > tbody > tr > td {
  line-height: 40px;
}

.parsTable > .table > tbody > tr > td {
  white-space: nowrap;
}

.parsTable > table.yeti-table > tbody > tr:hover {
  background-color: inherit;
}

.rfidPassesTable > .table > tbody > tr.editing > td .form-control {
  margin-top: 3px;
}

.rfidPassesTable > .table > tbody > tr.editing > td {
  vertical-align: top;
}

.rfidPassesTable > .table > tbody > tr.editing > td.noedit {
  vertical-align: middle;
}

.rfidPassesTable > .table > tbody > tr.editing > td.passUser {
  padding-top: 7px;
}

.rfidPassesTable > .table > tbody > tr > td.passUser {
  width: 300px;
}

.rfidPassesTable > .table > tbody > tr.editing > td.passUserName {
  padding-top: 14px;
}

.rfidPassesTable > .table > tbody > tr > td.passLabel,
.rfidPassesTable > .table > tbody > tr > td.passId {
  width: 20%;
}

.table > tfoot > tr > td.noPars {
  line-height: 40px;
  padding-left: 15px;
}

.network-inventory table.yeti-table > tbody > tr > td {
  vertical-align: top;
}

.statusTable > .table > tbody > tr > td {
  height: 45px;
}

.statusTable > .table > tbody > tr > td .data {
  padding: 1px 0 0 13px;
}

.inventoryYetiTable table.yeti-table > tbody > tr > td {
  vertical-align: top;
}

.inventoryYetiTable .flags {
  min-width: 70px;
  width: 70px;
}

.inventoryYetiTable .ndc {
  min-width: 160px;
  width: 160px;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.returns-header-table .shippingNumbers {
  line-height: 38px;
  display: inline-block;
  width: 75%;
}

.returns-header-table .form-inline .form-control.w-100 {
  width: 100%;
}

.newFacilityStatusTable .form-inline .form-control.w-100 {
  width: 100%;
}

.newFacilityStatusTable .well {
  height: 110px;
  white-space: nowrap;
}

.vendorsTable > .table > tbody > tr > td {
  height: 45px;
}

.vendorsTable > .table > tbody > tr > td .data {
  padding: 1px 0 0 13px;
}

.newVendorTable .form-inline .form-control.w-100 {
  width: 100%;
}

.newVendorTable .well {
  height: 110px;
  white-space: nowrap;
}

.vendorAccountsTable > .table > tbody > tr > td {
  height: 45px;
}

.vendorAccountsTable > .table > tbody > tr > td .data {
  padding: 1px 0 0 13px;
}

.newVendorAccountTable .form-inline .form-control.w-100 {
  width: 100%;
}

.newVendorAccountTable .well {
  height: 110px;
  white-space: nowrap;
}

.location-edit ul.list-group {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}

.location-edit li.list-group-item.borderless {
  border: none;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  width: 25%;
}

.location-edit td div.row {
  line-height: 50px;
}

.location-edit .list-group-item {
  padding: 0;
}

.location-edit input.no-margin {
  margin-right: 0px;
}

.location-edit div.name-margin {
  margin-top: 25px;
}

.location-edit div.padding-left {
  padding-right: 0px;
}

.location-edit span.align-icons {
  padding-top: 5px;
}

.create-clinical-order-btn {
  margin-top: 92px;
}

a .linkColor {
  color: #337ab7;
  text-decoration: none;
}

.blueLink {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}

.blueLink:hover {
  text-decoration: underline;
  color: #23527c;
}

a:hover,
a:visited {
  text-decoration: underline;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #e41f35ba;
  border-color: #e41f35ba;
}

.text-sm {
  font-size: 12px;
}

input[type='button'],
input[type='submit'] {
  border: 0;
}

.animated-tools {
  z-index: 10001;
}

.schedule-patients .scheduled-times {
  padding-top: 10px;
}

.icon-spacing > .icon-spacing__icon {
  width: 2em;
}

.scan-menu {
  padding-left: 5px;
  padding-right: 5px;
}

.clinical-order-dispense .form-group {
  margin-bottom: 0;
}

.clinical-order-dispense .form-group p.form-control-static {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.clinical-order-dispense .barcode-input {
  width: 96%;
}

.schedule-patients .dispense-column {
  width: 5em;
}

.add-vendor-dialog {
  width: 500px;
}

.vendor-edit .table-title {
  margin-top: 10px;
}

.vendor-edit .padding-bottom-30 {
  padding-bottom: 30px;
}

.vendor-edit div.row.col-sm-12 {
  padding-left: 0px;
}

.vendor-edit table.yeti-table tfoot {
  border: none;
}

.vendor-edit table.yeti-table tfoot tr.yeti-table-pagination {
  background-color: inherit;
}

.icon-black {
  color: black;
}

.barcode-input {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.barcode-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form-control:hover {
  border-color: #000;
}

input.form-control.error {
  border: 1px solid red;
}

.errormsg {
  color: red;
}

.inline.errormsg {
  font-size: 0.8em;
  line-height: 20px;
}

.inline span {
  margin: 0 5px;
}

.ember-power-select-option {
  padding: 5px 8px;
}

.form-group .ember-power-select-trigger {
  border: 1px solid #ccc;
}

.form-group .ember-power-select-trigger:hover {
  border: 1px solid #000;
}

.ember-power-select-trigger--active {
  border-color: #75c5b4;
  -webkit-box-shadow: 0 0 0 1px #75c5b4;
  box-shadow: 0 0 0 1px #75c5b4;
}

/* Screen Reader */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#searchtabs {
  float: left;
  width: 100%;
  line-height: normal;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

#searchtabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#searchtabs li {
  float: left;
  margin-right: 2px;
}

#searchtabs a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #346170;
}

#searchtabs a:hover {
  text-decoration: underline;
}

#searchtabs #selected {
  border: 1px dotted #000;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

#searchtabs #selected a {
  color: #2e2e2f;
  padding-bottom: 10px;
  font-weight: bold;
}

#searchtabs #selected a:hover {
  text-decoration: none !important;
}

#order,
#product {
  clear: both;
  padding: 0;
}

/* fieldset styling */

fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  width: 95%;
  border: 1px solid #000;
  background: #f5f3e9;
  text-align: left;
}

/* legend styling */

form p {
  position: relative;
  width: 100%;
}

.required {
  font-size: 0.83em;
  color: #760000;
}

.searchDiv {
  display: none;
}

.addedTable {
  display: none;
}

/* This was causing the
.enabled {
  width: 10%;
  height: 55px;
  float: left;
}
*/

.notification {
  width: 15%;
  height: 55px;
  float: left;
}

.email {
  width: 40%;
  height: 60px;
  float: left;
}

.dataRow {
  clear: left;
}

.notificationFields {
  clear: left;
  display: none;
}

.notificationName {
  float: left;
  width: 15%;
  padding-left: 10%;
  height: 30px;
}

.notificationValue {
  float: left;
  height: 30px;
}

.disclosure-button {
  cursor: pointer;
}

.note {
  padding: 5px;
  background-color: #fef2c5;
  border: 2px solid #f9c916;
  margin: 0 0 15px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Helper Classes
--------------------------------------------------------------------------------- */

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.width50 {
  min-width: 50px;
  width: 50px;
}

.width65 {
  min-width: 65px;
  width: 65px;
}

.width75 {
  min-width: 75px;
  width: 75px;
}

.width95 {
  min-width: 95px;
  width: 95px;
}

.width100 {
  min-width: 100px;
  width: 100px;
}

.width125 {
  min-width: 125px;
  width: 125px;
}

.width150 {
  min-width: 150px;
  width: 150px;
}

.width200 {
  width: 200px;
}

.width250 {
  width: 250px;
}

.width25Percent {
  width: 25%;
}

.width7 {
  width: 7%;
}

.padding5 {
  padding: 5px;
}

@supports (zoom: 1.4) {
  input[type='checkbox'] {
    zoom: 1.4;
  }
}

/* Icons
--------------------------------------------------------------------------------- */

i.save,
i.cancel,
i.undo,
i.edit,
i.unlock,
i.arrow {
  font-size: 1.5em;
  padding: 5px;
  cursor: pointer;
  margin: 5px;
}

.catalog div.row {
  height: 34px;
}

.catalog .well {
  padding: 6px 4px 6px 7px;
}

svg.unlock {
  font-size: 2.05em;
}

svg.hiddenIcon {
  visibility: hidden;
}

/* Tooltips
--------------------------------------------------------------------------------- */

.tooltip-inner {
  padding: 0;
  background-color: inherit;
}

.alignLeft .tooltip-inner {
  text-align: left;
}

.invoice-header-review-listing .ember-tooltip-effect-slide,
.tooltip-inner {
  max-width: 300px;
}

/* Buttons
--------------------------------------------------------------------------------- */

button.icon-button {
  border: none;
  background-color: white;
}

button:disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn:hover {
  background: #999;
}

.btn-sm {
  font-size: 12px;
  padding: 3px 9px;
}

.btn-lg {
  font-size: 18px;
  padding: 12px 30px;
}

.btn-secondary {
  color: #fff;
  background-color: #999;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: #666;
  text-decoration: none;
}

.btn-secondary:focus,
.btn-secondary:active {
  text-decoration: none;
}

.btn-add {
  color: #fff;
  background-color: #75c5b4;
}

.btn-add:hover {
  background-color: #429281;
  text-decoration: none;
}

.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.btn-block {
  display: block;
  width: 100%;
}

/* Responsive Grid
--------------------------------------------------------------------------------- */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.group:before,
.group:after {
  content: '';
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

/* GRID OF TWO */

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }

  .span_1_of_2 {
    width: 100%;
  }
}

/* GRID OF THREE  */

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}

@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }
}

/* GRID OF FOUR */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }

  .span_3_of_4 {
    width: 100%;
  }

  .span_2_of_4 {
    width: 100%;
  }

  .span_1_of_4 {
    width: 100%;
  }
}

.action-select {
  margin-top: 5px;
}

.scan-error {
  color: #e41f35;
  font-weight: 800;
}

/*body#home #t-home a, body#search #t-search a, body#orderhistory #t-orderhistory a, body#facilityadmin #t-facilityadmin a, body#scanbarcodes #t-scanbarcodes a, body#reports #t-reports a, body#cyclecount #t-cyclecount a, body#network #t-network a, body#dispense #t-dispense a {*/

.navbar-default .navbar-nav a.active {
  background: #ffffff;
  color: #e41f35 !important;
  border-bottom: 5px solid #e41f35;
}

.navbar-default .navbar-nav a.active.settings {
  color: #e41f35 !important;
  border-bottom: none;
}

body#search #t-search a i,
body#facilityadmin #t-facilityadmin a i {
  color: #e41f35;
}

@media only screen and (max-width: 768px) {
  body#home #t-home a,
  body#search #t-search a,
  body#orderhistory #t-orderhistory a,
  body#facilityadmin #t-facilityadmin a,
  body#scanbarcodes #t-scanbarcodes a,
  body#reports #t-reports a,
  body#cyclecount #t-cyclecount a,
  body#network #t-network a,
  body#dispense #t-dispense a {
    background-color: #e41f35;
    color: #fff;
    border-bottom: none;
  }

  body#search #t-search a i,
  body#facilityadmin #t-facilityadmin a i {
    color: #fff;
  }
}

.additem .icon {
  background: url(/rxid/assets/images/icon-add.png) 50% 0 no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

.additem.active,
.additem.active:hover,
.additem.active:focus {
  color: #fff;
  background-color: #730505;
}

.additem.active .icon {
  background: url(/rxid/assets/images/icon-add-white.png) 50% 0 no-repeat;
}

.useitem .icon {
  background: url(/rxid/assets/images/icon-use.png) 50% 0 no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

.useitem.active,
.useitem.active:focus,
.useitem.active:hover {
  color: #fff;
  background-color: #e41f35;
}

.useitem.active .icon {
  background: url(/rxid/assets/images/icon-use-white.png) 50% 0 no-repeat;
}

.transfer .icon {
  background: url(/rxid/assets/images/icon-transfer.png) 50% 7px no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

.transfer.active,
.transfer.active:focus,
.transfer.active:hover {
  color: #fff;
  background-color: #346170;
}

.transfer.active .icon {
  background: url(/rxid/assets/images/icon-transfer-white.png) 50% 7px no-repeat;
}

.relocate .icon {
  background: url(/rxid/assets/images/icon-relocate.png) 50% 10px no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

.relocate.active,
.relocate.active:focus,
.relocate.active:hover {
  color: #fff;
  background-color: #75c5b4;
}

.relocate.active .icon {
  background: url(/rxid/assets/images/icon-relocate-white.png) 50% 10px
    no-repeat;
}

.return .icon {
  background: url(/rxid/assets/images/icon-return.png) 50% 0 no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

.return.active,
.return.active:focus,
.return.active:hover {
  color: #fff;
  background-color: #9bc787;
}

.return.active .icon {
  background: url(/rxid/assets/images/icon-return-white.png) 50% 0 no-repeat;
}

.invoice .icon {
  background: url(/rxid/assets/images/icon-invoice.png) 50% 0 no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

.invoice.active,
.invoice.active:focus,
.invoice.active:hover {
  color: #fff;
  background-color: #d0e276;
}

.invoice.active .icon {
  background: url(/rxid/assets/images/icon-invoice-white.png) 50% 0 no-repeat;
}

.scan-info {
  font-size: 75%;
  font-weight: 700;
}

.cyclecount .icon {
  background: url(/rxid/assets/images/icon-cyclecount.png) 50% 10px no-repeat;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 10px;
}

#cyclecount .table-hover > tbody > tr i {
  color: #5cac9b;
}

#cyclecount .table-hover > tbody > tr:hover i {
  color: #2e2e2f;
}

.nav-pills#scan-tabs > li.active > a.cyclecount .icon {
  background: url(/rxid/assets/images/icon-cyclecount-white.png) 50% 10px
    no-repeat;
}

.nav-pills#scan-tabs > li.active > a.cyclecount,
.nav-pills#scan-tabs > li.active > a.cyclecount:focus,
.nav-pills#scan-tabs > li.active > a.cyclecount:hover {
  color: #fff;
  background-color: #92d3e1;
}

.additem-sm {
  background: url(/rxid/assets/images/icon-add-sm.png) 50% 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 30px;
  top: 5px;
  position: relative;
}

.useitem-sm {
  background: url(/rxid/assets/images/icon-use-sm.png) 50% 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 30px;
  top: 5px;
  position: relative;
}

.transfer-sm {
  background: url(/rxid/assets/images/icon-transfer-sm.png) 50% 0 no-repeat;
  width: 29px;
  height: 16px;
  display: inline-block;
  padding-right: 30px;
  top: 5px;
  position: relative;
}

.relocate-sm {
  background: url(/rxid/assets/images/icon-relocate-sm.png) 50% 0 no-repeat;
  width: 29px;
  height: 15px;
  display: inline-block;
  padding-right: 30px;
  top: 5px;
  position: relative;
}

.return-sm {
  background: url(/rxid/assets/images/icon-return-sm.png) 50% 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 30px;
  top: 5px;
  position: relative;
}

.invoice-sm {
  background: url(/rxid/assets/images/icon-invoice-sm.png) 50% 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 30px;
  top: 5px;
  position: relative;
}

a i.icon-logout {
  background: url(/rxid/assets/images/icon-logout.png) no-repeat;
  width: 14px;
  height: 10px;
  display: inline-block;
}

a:hover i.icon-logout {
  background: url(/rxid/assets/images/icon-logout-hover.png) no-repeat;
}

.date-to {
  padding: 8px 0;
}

.clickable-row {
  cursor: pointer;
}

.clickable-item {
  cursor: pointer;
}

.twisty {
  transform: rotate(0deg);
  transition: transform 0.25s linear;
  font-size: 1.4em;
  vertical-align: -0.225em;
}

.twisty.open {
  transform: rotate(90deg);
  transition: transform 0.25s linear;
}

i.clickable {
  font-size: 1.5em;
  cursor: pointer;
  margin: 5px;
}

.yeti-table td i.clickable {
  padding: 5px;
}

/*.footer {*/

/*  margin: 40px 30px;*/

/*}*/

.footer {
  margin: 5px 20px;
}

.navbar-fixed-bottom {
  border: none;
  background-color: #f1f1f1;
}

button,
button:focus,
.btn:focus {
  outline: none;
}

.facility-switch {
  background: #e41f35;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 5px 15px;
  text-align: center;
}

.facility-switch a {
  color: #fff;
}

.tiles a {
  background-color: #fff;
  height: 90px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.tiles a:hover {
  text-decoration: none;
  background-color: #75c5b4;
}

.tiles a .tile-number {
  font-size: 36px;
  color: #2e2e2f;
  padding: 25px 0 10px;
}

.tiles a .tile-label {
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
}

.tiles a:hover .tile-number,
.tiles a:hover .tile-label {
  color: #fff;
}

#reports .container-fluid:nth-child(2) {
  border-bottom: 1px solid #c8c8d2;
}

.btn-toolbar {
  float: right;
}

#reports .btn-toolbar .btn {
  padding: 8px 10px;
  border: 1px solid #c8c8d2;
  color: #2e2e2f;
}

#reports .btn-toolbar .btn:hover {
  background-color: #c8c8d2;
  color: #fff;
}

#reports .btn-toolbar .btn-default {
  background-color: #fff;
}

#reports .btn-toolbar .btn-default.active {
  background-color: #c8c8d2;
  border-color: #c8c8d2;
  box-shadow: none;
  color: #fff;
}

#reports .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.reports-nav-group {
  padding: 0 30px 15px;
}

.reports-nav-group li {
  padding: 5px 0;
}

.reports-nav-group a {
  color: #2e2e2f;
}

.report-right {
  border-left: 1px solid #c8c8d2;
}

.report-left {
  margin-top: 30px;
  padding-right: 0;
  padding-left: 0;
}

.report-left hr {
  margin-top: 0;
  margin-bottom: 25px;
}

.report-left h5,
.report-right h5 {
  font-weight: 700;
  margin-top: 0;
}

.report-filters {
  margin-bottom: 30px;
  border-bottom: 1px solid #c8c8d2;
  padding: 30px 15px 15px;
}

.report-table {
  background: #fff;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 30px;
}

.section-padding {
  padding: 0 15px;
}

@media (max-width: 800px) {
  #reports .btn-toolbar {
    margin-top: 15px;
    float: left;
  }

  .report-filters {
    padding-top: 15px;
  }
}

#map {
  width: 99%;
  height: 450px;
}

/*---------------------------------------------------------------------------
  Retina Display Images
---------------------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a i.icon-logout {
    background: url(/rxid/assets/images/icon-logout@2x.png) no-repeat;
    background-size: 14px 10px;
  }

  a:hover i.icon-logout {
    background: url(/rxid/assets/images/icon-logout-hover@2x.png) no-repeat;
    background-size: 14px 10px;
  }

  .additem .icon {
    background: url(/rxid/assets/images/icon-add@2x.png) 50% 0 no-repeat;
    background-size: 39px 39px;
  }

  .nav-pills#scan-tabs > li.active > a.additem .icon {
    background: url(/rxid/assets/images/icon-add-white@2x.png) 50% 0 no-repeat;
    background-size: 39px 39px;
  }

  .useitem .icon {
    background: url(/rxid/assets/images/icon-use@2x.png) 50% 0 no-repeat;
    background-size: 39px 39px;
  }

  .nav-pills#scan-tabs > li.active > a.useitem .icon {
    background: url(/rxid/assets/images/icon-use-white@2x.png) 50% 0 no-repeat;
    background-size: 39px 39px;
  }

  .transfer .icon {
    background: url(/rxid/assets/images/icon-transfer@2x.png) 50% 7px no-repeat;
    background-size: 58px 32px;
  }

  .nav-pills#scan-tabs > li.active > a.transfer .icon {
    background: url(/rxid/assets/images/icon-transfer-white@2x.png) 50% 7px
      no-repeat;
    background-size: 58px 32px;
  }

  .relocate .icon {
    background: url(/rxid/assets/images/icon-relocate@2x.png) 50% 10px no-repeat;
    background-size: 57px 29px;
  }

  .nav-pills#scan-tabs > li.active > a.relocate .icon {
    background: url(/rxid/assets/images/icon-relocate-white@2x.png) 50% 10px
      no-repeat;
    background-size: 57px 29px;
  }

  .return .icon {
    background: url(/rxid/assets/images/icon-return@2x.png) 50% 0 no-repeat;
    background-size: 39px 39px;
  }

  .nav-pills#scan-tabs > li.active > a.invoice .icon {
    background: url(/rxid/assets/images/icon-invoice-white@2x.png) 50% 0
      no-repeat;
    background-size: 39px 39px;
  }

  .invoice .icon {
    background: url(/rxid/assets/images/icon-invoice@2x.png) 50% 0 no-repeat;
    background-size: 39px 39px;
  }

  .nav-pills#scan-tabs > li.active > a.return .icon {
    background: url(/rxid/assets/images/icon-return-white@2x.png) 50% 0
      no-repeat;
    background-size: 39px 39px;
  }

  .cyclecount .icon {
    background: url(/rxid/assets/images/icon-cyclecount@2x.png) 50% 10px
      no-repeat;
    background-size: 58px 29px;
  }

  .nav-pills#scan-tabs > li.active > a.cyclecount .icon {
    background: url(/rxid/assets/images/icon-cyclecount-white@2x.png) 50% 10px
      no-repeat;
    background-size: 58px 29px;
  }

  .additem-sm {
    background: url(/rxid/assets/images/icon-add-sm@2x.png) 50% 0 no-repeat;
    background-size: 20px 20px;
  }

  .useitem-sm {
    background: url(/rxid/assets/images/icon-use-sm@2x.png) 50% 0 no-repeat;
    background-size: 20px 20px;
  }

  .transfer-sm {
    background: url(/rxid/assets/images/icon-transfer-sm@2x.png) 50% 0 no-repeat;
    background-size: 29px 16px;
  }

  .relocate-sm {
    background: url(/rxid/assets/images/icon-relocate-sm@2x.png) 50% 0 no-repeat;
    background-size: 29px 15px;
  }

  .return-sm {
    background: url(/rxid/assets/images/icon-return-sm@2x.png) 50% 0 no-repeat;
    background-size: 20px 20px;
  }

  .invoice-sm {
    background: url(/rxid/assets/images/icon-invoice-sm@2x.png) 50% 0 no-repeat;
    background-size: 20px 20px;
  }
}

/*---------------------------------------------------------------------------
  Datatable Ovverrides
---------------------------------------------------------------------------*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e41f35;
  border-color: #e41f35;
}

.add-facility-catalog table.yeti-table tfoot {
  border: none;
}

.add-facility-catalog table.yeti-table tfoot tr.yeti-table-pagination {
  background-color: #fff;
}

.report-nav-link a.delete-report {
  display: none;
}

.report-nav-link:hover a.delete-report {
  display: inline;
}

a.show-report.active {
  font-weight: 700;
}

.return-reason-column {
  min-width: 396px;
  max-width: 396px;
}

.uom-max-width {
  min-width: 136px;
}

/*---------------------------------------------------------------------------
  Bootstrap Overrides
---------------------------------------------------------------------------*/

.container-fluid {
  padding-left: 0px;
}

.container-padding {
  padding: 0 15px 25px 15px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 800px) {
  .hide-logged-in-mobile {
    display: none;
  }
}

hr {
  border-top-color: #c8c8d2;
  margin: 20px 0; /* Pulled over from Bootstrap */
}

.navbar {
  border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.row.sub-nav {
  min-height: 52px;
}

.sub-nav.navbar-default .navbar-collapse {
  padding-left: 0;
}

.sub-nav.navbar-nav > li > a {
  line-height: 17px;
}

.navbar .principalInfo {
  margin: 5px;
}

.navbar .row {
  border-bottom: 1px solid #c8c8d2;
  padding: 0 15px;
}

/*@media (max-width: 800px) {*/

/*  .navbar-default .navbar-collapse {*/

/*    padding-left: 30px;*/

/*  }*/

/*}*/

.navbar-nav > li > a {
  line-height: 25px;
}

.navbar-nav > li > a i,
.navbar-nav > li > a svg,
.dropdown-item > svg {
  color: #c8c8d2;
}

.navbar-nav > li > a:hover i,
.navbar-nav > li > a:hover svg {
  color: #e41f35;
}

.navbar-brand {
  height: 65px;
  border-right: 1px solid #c8c8d2;
  padding: 0px;
}

.navbar-default {
  background-color: #fff;
  border-color: #c8c8d2;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #e41f35;
}

.navbar-toggle {
  border: none;
  margin-top: 11px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2e2e2f;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #e41f35;
}

.nav-top {
  padding-top: 5px;
}

.nav.nav-pills > li > a {
  padding: 6px 12px;
}

.nav-pills > li + li {
  margin-left: 10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #2e2e2f;
}

.nav-pills#scan-tabs .pill {
  cursor: pointer;
  font-size: 14px;
  /*color: #2f2f2f;*/
  border-radius: 10px;
  padding: 15px;
  margin: 5px;
}

.tab-table {
  margin-top: 20px;
  padding-bottom: 10px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #e3e3e3;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #2e2e2f;
  border-color: #c8c8d2;
  border-bottom-color: transparent;
}

.nav-tabs {
  border-bottom-color: #c8c8d2;
}

table {
  background-color: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: top;
  border-top: 1px solid #c8c8d2;
}

.table > tbody > tr > th,
.table > thead > tr > th {
  background-color: #c8c8d2;
  border-bottom: 0;
}

tr.selected-expand > td:not(.grouping-cell),
tr.selected-row > td:not(.grouping-cell),
.table-hover > tbody > tr:hover,
a.list-group-item:hover,
button.list-group-item:hover,
table.yeti-table > tbody > tr:hover {
  background-color: #92d3e1;
}

table.yeti-table div.printlabel {
  color: #337ab7;
  cursor: pointer;
  padding: 10px;
}

.text-default {
  color: #2e2e2f;
}

.text-success {
  color: #9bc787;
}

.text-warning {
  color: #f9c916;
}

.text-danger {
  color: #e41f35;
}

.text-danger2 {
  color: #730505;
}

.cp-Panel-toggle h1 {
  display: inline-flex;
  cursor: pointer;
}

.panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.panel-default > .panel-heading {
  background-color: #c8c8d2;
  border-radius: 0;
  border: none;
}

.panel-success > .panel-heading {
  background-color: #75c5b4;
  border-radius: 0;
  color: #fff;
  border: none;
}

.panel-danger {
  border: 1px solid #e41f35 !important;
}

.bg-success p {
  padding: 15px;
}

.btn {
  border: none;
}

.btn-primary {
  color: #fff;
  background-color: #e41f35;
}

.btn-primary:hover {
  background-color: #b10002;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #e41f35;
}

.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary:active:visited,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:active:visited {
  border-color: #e41f35;
  background-color: #e41f35;
  box-shadow: none;
}

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

.btn-default:hover,
.btn-default[disabled]:hover {
  background-color: #afafb9;
  color: #fff;
}

.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  background-color: #95959f;
}

.btn-success {
  background-color: #75c5b4;
  color: #fff;
}

.btn-success:hover {
  background-color: #5cac9b;
  color: #fff;
}

.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  background-color: #429281;
  color: #fff;
}

.btn-info {
  background-color: #92d3e1;
}

.btn-info:hover {
  background-color: #79bac8;
}

.btn-info:focus,
.btn-success:active,
.btn-success:active:focus {
  background-color: #5fa0ae;
}

.btn-info-dark {
  background-color: #346170;
  color: #fff;
}

.btn-info-dark:hover {
  background-color: #1b4857;
  color: #fff;
}

.btn-info-dark:focus,
.btn-success:active,
.btn-success:active:focus {
  background-color: #012e3d;
  color: #fff;
}

.btn-group .btn-default.active,
.btn-group .btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #2e2e2f;
  border-color: #2e2e2f;
  outline: none;
}

.btn-group .btn-default {
  background-color: #fff;
  color: #2e2e2f;
  border-width: 1px;
  border-style: solid;
  border-color: #2e2e2f;
}

.input-group-btn .btn {
  padding: 7px 20px;
}

.breadcrumb {
  background-color: transparent;
  padding: 8px 15px 8px 0;
}

.help-block {
  margin-bottom: 0;
  color: #777;
}

.well {
  background-color: #fff;
  border-color: #c8c8d2;
  box-shadow: none;
  border-radius: 0;
}

.well-gray {
  background-color: #c8c8d2;
}

.alert {
  border-width: 2px;
}

.alert-danger {
  color: #e41f35;
  background-color: #fff;
  border-color: #e41f35;
}

.alert-success {
  color: #429281;
  background-color: #fff;
  border-color: #429281;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e41f35;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #e41f35;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e41f35;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-right > li {
    border-left: 1px solid #c8c8d2;
  }

  .navbar-right.navbar-nav > li > a {
    height: 60px;
  }

  .form-horizontal .control-label {
    text-align: left;
  }
}

.validation-required {
  padding-left: 5px;
  color: red;
}

.validation-message,
.cautionary-text {
  color: red;
}

/* ---------------------------------------------------------
Jquery UI button group
----------------------------------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #2f2f2f;
  background: #fff;
  font-weight: normal;
  color: #2f2f2f;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  background: #c8c8d2;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover,
.ui-widget-header .ui-state-active:hover {
  border: 1px solid #2f2f2f;
  background: #2f2f2f;
  font-weight: normal;
  color: #fff;
}

.ui-buttonset .ui-button {
  margin-right: -0.4em;
}

.ui-buttonset label {
  width: 25%;
}

.rickshaw_graph .x_tick .title {
  bottom: -22px !important;
  left: -18px !important;
}

.temperature-log-buttons {
  float: right;
}

input:disabled {
  cursor: not-allowed !important;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.batchProcess .x-toggle-light.x-toggle-btn,
.batchProcess .x-toggle:checked + label > .x-toggle-light.x-toggle-btn {
  background-color: #fff;
  border: 1px solid #c8c8d2;
}

.batchProcess .x-toggle-light.x-toggle-btn::after {
  background-color: #e42036;
}

.batchProcess .x-toggle-light.medium {
  height: 2.4em;
}

.batchProcess
  .x-toggle-component.x-toggle-focused
  .x-toggle-btn:not(.x-toggle-disabled)::after {
  box-shadow: none;
}

/* Make all toggle flip buttons cardinal red */

.x-toggle-flip.x-toggle-btn::before {
  background: #e41f35;
}

.x-toggle-flip.x-toggle-disabled {
  opacity: 0.65;
}

.x-toggle-with-rxid-background .x-toggle-light:not([aria-checked]) {
  background-color: white;
}

.x-toggle-with-rxid-background .x-toggle-light.x-toggle-btn::after {
  background-color: #f1f1f1;
}

input:disabled {
  cursor: not-allowed !important;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.users-screen .merge-footer-note > span:first-child {
  color: red;
  padding-right: 0.1rem;
}

.generate-label,
.confirmation-dialog {
  min-width: 500px;
}

.reset-password-dialog {
  width: 50vw;
  min-width: 300px;
}

.reset-password-dialog .form-check.form-check-inline .form-check-input {
  vertical-align: middle;
  margin: 0 0 4px 0;
}

.email-input-trigger .ember-power-select-trigger-multiple-input {
  padding: 0 10px;
}

.email-input-trigger.invalid .ember-power-select-trigger-multiple-input {
  color: #e41f35;
}

.email-input-trigger.valid .ember-power-select-trigger-multiple-input {
  color: green;
}

.add-facility-catalog {
  width: 80vw;
  min-width: 80vw;
}

.spinner-pane {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 21;
  cursor: wait;

  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-pane i {
  color: white;
}

div.page-spinner {
  z-index: 1000;
}

.table-checkbox {
  font-size: 16px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.link a {
  color: #e41f35;
}

.link a:hover {
  text-decoration: underline;
}

.cardinal-red {
  color: #e41f35;
}

.width8 {
  width: 8%;
}

.pc-active-button {
  padding-bottom: 10px;
}

.big-cb {
  font-size: 50px;
}

.search-bar .clear-btn {
  margin: 2px 0 0 -25px;
  cursor: pointer;
}

.disclosure-button {
  padding: 5px 10px 5px 5px;
}

/*---------------------------------------------------------------------------
  X-Tabs Overrides
---------------------------------------------------------------------------*/

.tabs {
  font-size: unset;
  font-weight: unset;
}

.tabs nav {
  font-size: 2rem;
  text-align: center;
}

.tabs .content-current {
  text-align: left;
}

div.tabs-style-topline {
  margin: 0;
}

div.tabs-style-topline nav ul {
  float: left;
  width: 50%;
  background-color: #f1f1f1;
  position: relative;
}

div.tabs-style-topline,
div.tabs-style-topline div.content-wrap section {
  max-width: none;
}

.tabWrapper {
  border: 1px solid rgba(40, 44, 42, 0.1);
  margin-top: -1px;
  z-index: 10;
}

nav.tabRow {
  margin-left: -18px;
  margin-right: -18px;
}

nav.tabRow.marginLeft0 {
  margin-left: 0;
}

.sticky-legend {
  position: sticky;
  top: 119px;
  background-color: #f0f0f0;
  z-index: 2;
}

.sticky-header {
  position: sticky;
  top: 175px;
  z-index: 2;
}

.sticky-container {
  white-space: nowrap;
  overflow: auto;
  padding-top: 11px;
}

@media (max-width: 905px) {
  .sticky-container {
    width: 860px;
  }
}

@media (max-width: 800px) {
  .sticky-legend {
    top: 65px;
  }

  .sticky-header {
    top: 121px;
  }
  .hide-username {
    display: none;
  }
}

/*---------------------------------------------------------------------------
  Model Table Overrides
---------------------------------------------------------------------------*/

.globalSearch {
  margin-bottom: 10px;
}

.unlock-user-container {
  padding-bottom: 15px;
}

.unlock-user-container button {
  margin-right: 10px;
}

/*---------------------------------------------------------------------------
  Tabular panel styling
---------------------------------------------------------------------------*/

table.tabular-panel-table > tbody > tr > td,
table.tabular-panel-table > tbody > tr > th,
table.tabular-panel-table > tfoot > tr > td,
table.tabular-panel-table > tfoot > tr > th,
table.tabular-panel-table > thead > tr > td,
table.tabular-panel-table > thead > tr > th {
  vertical-align: middle;
  border-top: 0px;
}

/*.order-header-block .tabular-panel-label {*/

/*  vertical-align: top;*/

/*}*/

.tabular-panel-label,
.cp-panel-label {
  font-weight: bold;
}

.order-info .tabular-panel-value {
  text-align: right;
}

/*---------------------------------------------------------------------------
  Ember-pikaday date picker
---------------------------------------------------------------------------*/

.pikaday,
.pika-single {
  border-radius: 4px !important;
}

.pika-single .is-selected .pika-button {
  box-shadow: inset 0 1px 3px #e41f35;
  background: #e41f35;
  color: white;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #999;
  box-shadow: none;
  border-radius: 3px;
}

.time-mask {
  color: #a1a1a1;
}

.time-mask:focus {
  color: #555;
}

.pika-datetime-stacked .input-group-addon {
  background-color: #c8c8d2;
  padding: 0;
}

.pika-datetime-stacked .input-group-addon .button {
  background-color: #c8c8d2;
  border-radius: 0;
  padding: 20px;
  width: 100%;
}

button.pika-datetime-stacked.reset {
  margin-top: 10px;
}

.pika-datetime-stacked.input-group.btn-right-side .date-mask {
  border-bottom-left-radius: 0;
}

.pika-datetime-stacked.input-group.btn-right-side .time-mask {
  border-top: 0;
  border-bottom-left-radius: 4px;
}

.pika-datetime-stacked.input-group.btn-left-side .date-mask {
  border-top-right-radius: 4px;
}

.pika-datetime-stacked.input-group.btn-left-side .time-mask {
  border-top: 0;
  border-top-right-radius: 0;
}

.pika-datetime-stacked .form-control.date-mask:hover,
.pika-datetime-stacked .form-control.time-mask:hover {
  border-color: #ccc;
}

.navbar {
  margin-bottom: 0px;
}

/*---------------------------------------------------------------------------
  facility-usage styling
---------------------------------------------------------------------------*/

.facility-usage .search-criteria {
  margin-bottom: 20px;
}

.facility-usage .search-criteria input[type='checkbox'] {
  margin-top: 2px;
}

.facility-usage .note-text {
  font-style: italic;
  padding-bottom: 25px;
}

.facility-usage .well {
  margin-bottom: 0;
}

.facility-usage table.yeti-table .table-export-buttons {
  top: 0;
}

/*---------------------------------------------------------------------------
  scan-item styling
---------------------------------------------------------------------------*/

.overflow-hidden {
  overflow: hidden;
}

.scan-item .panel.panel-default {
  margin: 0;
}

.scan-item .panel-heading {
  border: none;
  background-color: white;
  padding-left: 0;
}

.scan-item .patient-dispense-fields {
  padding-left: 20px;
}

.scan-item .patient-dispense-fields label.eye {
  display: block;
  font-weight: 400;
  padding: 3px 0;
}

.scan-item .patient-dispense-fields label.control-label.eye {
  padding: 3px 15px;
  font-weight: 700;
}

.scan-item .patient-or {
  margin-bottom: 15px;
}

.scan-item
  .ember-power-select-selected-item
  .patient-selector
  .patient-additional {
  color: #999;
  margin-left: 10px;
}

.scan-item .ember-power-select-option .patient-selector .patient-additional {
  margin-left: 10px;
}

.scan-item .patient-not-provided-warning {
  color: #e41f35;
}

.warning-sm {
  color: #f9c916;
}

/*---------------------------------------------------------------------------
  ember-power-select styling
---------------------------------------------------------------------------*/

.ember-power-select-trigger.ember-basic-dropdown-trigger:not(
    .ember-power-select-multiple-trigger
  ) {
  height: 34px;
  line-height: 32px;
}

.next-to-button.ember-power-select-trigger.ember-basic-dropdown-trigger:not(
    .ember-power-select-multiple-trigger
  ) {
  /*
  Buttons (.btn) have an overall height of 38px in the app and the power select needs to match their height
  */
  height: 38px;
}

.ember-power-select-trigger.ember-power-select-multiple-trigger input {
  height: 36px;
}

.ember-power-select-trigger.ember-power-select-multiple-trigger li {
  height: 32px;
  padding-top: 5px;
  padding-right: 5px;
}

.ember-power-select-trigger[aria-disabled='true'] {
  cursor: not-allowed;
}

.right {
  float: right;
}

.batchProcessDetailsDialog {
  max-height: calc(100vh - 240px);
  width: calc(100vw - 100px);
  padding: 15px;
}

.table-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 450px);
}

.table-scroll .table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 10;
  vertical-align: middle;
}

table.yeti-table tfoot tr.yeti-table-pagination .pageSize {
  margin-right: 15px;
}

table.yeti-table tfoot tr.yeti-table-pagination {
  background-color: #f1f1f1;
}

table.yeti-table tfoot tr.yeti-table-pagination .cell-wrapper {
  padding-top: 15px;
}

table.yeti-table tfoot tr.yeti-table-pagination .cell-wrapper .row {
  margin-left: -20px;
  margin-right: -20px;
}

table.yeti-table tfoot tr.yeti-table-pagination td {
  vertical-align: middle;
  border-top: 0px;
}

table.yeti-table tfoot tr.yeti-table-pagination .footerCell {
  padding: 10px 0;
  height: 45px;
}

table.yeti-table tfoot tr.yeti-table-pagination .summary {
  display: flex;
  align-items: center;
}

table.yeti-table > tbody > tr.selected {
  background-color: #ccc;
}

table.yeti-table > thead.prehead {
  border: none;
}

table.yeti-table > thead > tr.preheadRow > th.preheadCell {
  background-color: #f1f1f1;
  border: none;
  padding: 0;
  font-weight: 400;
}

table.yeti-table > thead > tr.preheadRow > th.preheadCell .btn {
  line-height: 18px;
}

/*---------------------------------------------------------------------------
  table-export styling
---------------------------------------------------------------------------*/

table.yeti-table {
  position: relative;
}

table.yeti-table .table-export-buttons {
  position: absolute;
  right: 0px;
  top: -42px;
}

.table__toolbar .table-export-buttons .btn {
  line-height: 18px;
}

/*---------------------------------------------------------------------------
  yeti-table-top-level-controls styling
---------------------------------------------------------------------------*/

.yeti-table-top-level-controls {
  display: flex;
  width: 100%;
}

.yeti-table-top-level-controls .form-inline {
  margin-bottom: 10px;
}

.yeti-table-top-level-controls .form-group.segments {
  height: 38px;
}

.yeti-table-top-level-controls .form-group.facilities,
.yeti-table-top-level-controls .form-group .ember-power-select-trigger {
  height: 38px;
  width: 300px;
  vertical-align: middle;
}

.yeti-table-top-level-controls .center {
  flex-grow: 1;
}

/*---------------------------------------------------------------------------
  display-products styling
---------------------------------------------------------------------------*/

.display-products .yeti-table-top-level-controls .segment-selector {
  width: 360px;
  display: inline-block;
  vertical-align: middle;
}

.change-password {
  padding-left: 20px;
  padding-right: 20px;
}

/*---------------------------------------------------------------------------
  order-edit styling
---------------------------------------------------------------------------*/

.order-edit .order-edit-header {
  display: flex;
  flex-direction: row;
}

.order-edit-header .panel.col.allocation,
.order-edit-header .panel.col.noallocation {
  padding: 15px;
}

.order-edit-header .instructions .well {
  padding-left: 0;
  padding-bottom: 0;
}

.order-edit-header .noallocation li {
  margin: 15px 0;
}

.order-edit .left-hand-side {
  flex-basis: 100%;
  padding: 10px;
}

.order-edit .right-hand-side {
  flex-basis: 220px;
  font-size: 18px;
  font-weight: 600;
  width: 190px;
  min-width: 140px;
}

.order-edit .right-hand-side div {
  background-color: #d7fff7;
  padding: 0 10px 0 10px;
}

.order-edit .order-edit-header {
  min-height: 15em;
}

.order-edit .well,
.order-view .well {
  margin: 0;
}

.order-view .well {
  padding-bottom: 0;
}

.order-edit .footnote {
  margin: 0 0 10px 10px;
  font-style: italic;
}

.generate-label .footnote {
  font-style: italic;
}

.invoice-master-listing .footnote {
  margin: 10px 20px 10px 10px;
  font-style: italic;
}

.invoice-master-listing .invoice-master-row {
  height: 50px;
}

.order-create .no-vendor {
  font-style: italic;
  color: red;
}

.order-edit .button-row button,
.order-view .button-row button {
  margin: 10px;
}

.order-edit div.x-tab-bad-p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.order-edit .order-edit--quantity-input {
  width: 85px;
  text-align: center;
  line-height: 28px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  padding: 10px 2px 10px 10px;
  margin-left: 5px;
}

.order-edit .table > thead > tr > th,
.order-edit .table > tbody > tr > td {
  line-height: 2.25;
}

.order-edit .grandTotal td,
.inventory-valuation .grandTotal td {
  padding: 8px;
  line-height: 1.42857143;
}

.order-edit .grandTotal td:first-of-type,
.order-view .grandTotal td:first-of-type,
.inventory-valuation .grandTotal td:first-of-type {
  text-align: right;
}

table.yeti-table tfoot.noControls tr.yeti-table-pagination .footerCell {
  margin: 0;
  padding: 0;
}

table.yeti-table
  tfoot.pad-summary.noControls
  tr.yeti-table-pagination
  .footerCell {
  padding-top: 10px;
}

table.yeti-table
  tfoot.noControls
  tr.yeti-table-pagination
  .footerCell
  .pageSize {
  padding-top: 10px;
}

.order-create .grandTotal,
.order-submit .grandTotal {
  padding: 8px 0;
}

.order-create .yeti-table-extracontent,
.order-submit .yeti-table-extracontent {
  border: 1px solid #ddd;
}

.order-create .yeti-table-extracontent .row {
  margin: 5px -15px 5px -20px;
}

.order-submit .poLabel {
  float: left;
  margin-top: 5px;
}

/*---------------------------------------------------------------------------
    order-listing styling
  ---------------------------------------------------------------------------*/

.order-listing div.vendor-dropdown span {
  padding-top: 0px;
}

thead > tr.table-bordered > th,
tbody > tr.table-bordered > td {
  border: 1px solid #ddd;
}

/*---------------------------------------------------------------------------
  pending-review-details-header-block styling
---------------------------------------------------------------------------*/

.pending-review-details-header-block {
  width: 50%;
  min-width: 700px;
}

.pending-review-details-header-block .tabular-panel-label {
  width: 135px;
}

/*---------------------------------------------------------------------------
  banner items
---------------------------------------------------------------------------*/

.banner-item {
  margin: 7px 0;
}

.banner-item svg {
  margin: 0 7px;
  min-width: 25px;
}

/*fixes wrapping of buttons*/

.banner-item-detail .radios .btn-group {
  display: inline-flex;
}

.banner-item-detail .radios label {
  font-weight: inherit;
}

.banner-item-detail .radios input {
  margin: 0 15px 0 5px;
  display: none;
}

.bulletins {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 25px;
}

.bulletins .bulletin-item {
  margin-bottom: 25px;
  padding: 10px;
  background-color: #fef2c5;
  border: 2px solid #f9c916;
  font-size: 14px;
}

.bulletins .bulletin-item:last-child {
  margin-bottom: 0;
}

.bulletins .bulletin-item svg {
  font-size: 19px;
  margin: 0 7px 1px 2px;
}

.login .bulletins .bulletin-item {
  background-color: #f1f1f1;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  border: 2px solid #000;
}

.bulletin-edit .expiresRow {
  margin-bottom: 15px;
}

.admin-bulletins .textCol {
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bulletin-edit .instructions {
  margin-top: 10px;
  color: #333;
}

/*---------------------------------------------------------------------------
  login page
---------------------------------------------------------------------------*/

.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.login .login-form-wrapper {
  max-width: 450px;
  width: 100%;
}

.login .notice-wrapper {
  max-width: 630px;
}

.login .cardinal-logo {
  width: calc(100% - 55px);
  max-width: 300px;
  margin-right: 55px;
}

/*---------------------------------------------------------------------------
  shipment-selection styling
---------------------------------------------------------------------------*/

.shipment-selection div.search-bar input.form-control {
  width: 300px;
}

/*---------------------------------------------------------------------------
  yeti-table styling
  (classes needed:   table.yeti-table   &   <foot.row>.yeti-table-pagination)
---------------------------------------------------------------------------*/

table.yeti-table thead {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #ddd;
}

table.yeti-table tbody {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}

table.yeti-table > thead > tr > th,
table.yeti-table > tbody > tr > th,
table.yeti-table > thead > tr > td,
table.yeti-table > tbody > tr > td {
  border: 1px solid #ddd;
}

table.yeti-table > tfoot > tr > th,
table.yeti-table > tfoot > tr > th {
  border: 0px;
}

table.yeti-table > tbody > tr > th,
table.yeti-table > tfoot > tr > th,
table.yeti-table > tbody > tr > td,
table.yeti-table > tfoot > tr > td {
  vertical-align: middle;
}

table.yeti-table tfoot {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #f1f1f1;
}

table.yeti-table tfoot tr.yeti-table-nocontent td {
  padding: 10px 15px;
  height: 52px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}

table.yeti-table tfoot.outside tr.yeti-table-pagination {
  background-color: inherit;
}

table.yeti-table tfoot.outside {
  border: none;
}

.topAlignCells table.yeti-table > tbody > tr > td {
  vertical-align: top;
}

.scanner-configuration .col-sm-12 {
  padding: 0;
}

.scanner-configuration .thumbnail {
  min-height: 360px;
}

.scanner-configuration .thumbnail img {
  padding: 0 0 35px 0;
}

.scanner-configuration .thumbnail .category.caption h1 {
  color: #000;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-49 {
  width: 49%;
}

.w-50vw {
  width: 50vw;
}

.w-30vw {
  width: 30vw;
}

.table__toolbar {
  padding-bottom: 10px;
}

.table__cell--content-align-center {
  text-align: center;
}

.table__column--col-3 {
  width: calc(100% / 3);
}

.table__column--col-4 {
  width: calc(100% / 4);
}

.table__column--col-5 {
  width: calc(100% / 5);
}

.table__column--col-7 {
  width: calc(100% / 7);
}

.table__column--col-10 {
  width: calc(100% / 10);
}

.table__column--col-25 {
  width: calc(100% / 25);
}

.table__column--col-50 {
  width: calc(100% / 50);
}

.cp-panel__toggle--show-inline {
  display: inline-flex;
}

.cp-panel__toggle--show-inline > div {
  padding-right: 10px;
}

.cp-panel__toggle--show-inline > div > i {
  width: 10px;
}

.cp-panel__body {
  padding-left: 40px;
}

.display-products .btn-group > .btn,
.yeti-table-pagination .btn-group > .btn {
  border: 1px solid #aaa;
  line-height: 16px;
}

.display-products .btn-group > .btn.active {
  background-color: #eee;
}

.display-products .btn-group > .btn:hover {
  background-color: #ccc;
}

.display-products .btn-group > .btn.active:focus {
  outline: none;
}

.display-products .panel-heading {
  border: none;
  background-color: white;
  padding-left: 0;
}

.row.results {
  padding: 0;
  margin: 0 0 10px 0;
}

.row.results .title {
  font-size: 20px;
}

.row.controls,
.schedule-patients .controls {
  padding: 0;
  margin-bottom: 10px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pointer {
  cursor: pointer;
}

.inlineBlock {
  display: inline-block;
}

.padding2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.padLeft0 {
  padding-left: 0;
}

.padRight0 {
  padding-right: 0;
}

.padLeft5 {
  padding-left: 5px;
}

.padLeft10 {
  padding-left: 10px;
}

.padLeft20 {
  padding-left: 20px;
}

.padLeft40 {
  padding-left: 40px;
}

.padRight5 {
  padding-right: 5px;
}

.padRight15 {
  padding-right: 15px;
}

.padRight20 {
  padding-right: 20px;
}

.padBottom0 {
  padding-bottom: 0px;
}

.padTop0 {
  padding-top: 0px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom25 {
  margin-bottom: 25px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.marginRight20 {
  margin-right: 20px;
}

.marginBottom50 {
  margin-bottom: 50px;
}

.margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.marginTop0 {
  margin-top: 0px;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop50 {
  margin-top: 50px;
}

.marginLeft0 {
  margin-left: 0;
}

.marginRight0 {
  margin-right: 0;
}

.marginRight5 {
  margin-right: 5px;
}

.marginTop6 {
  margin-top: 6px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginRight10 {
  margin-right: 10px;
}

.marginRight15 {
  margin-right: 15px;
}

.marginLeft15 {
  margin-left: 15px;
}

.marginLeftNegative15 {
  margin-left: -15px;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.invoice-details .invoice-category {
  display: flex;
}

.invoice-details .footnote {
  margin: -10px 20px 30px 10px;
  font-style: italic;
}

.invoice-category-header {
  width: 150px;
  min-width: 150px;
}

.invoice-category > .ember-power-select-trigger {
  min-width: 100px;
}

div.tabs-style-topline nav.negative-z-index ul {
  z-index: -2;
}

.bullet-wrap-text {
  white-space: pre-line;
}

.table__table-description {
  margin-bottom: 20px;
}

.invoice-title-header .well {
  border-radius: 4px;
}

.invoice-details table.yeti-table tfoot tr.yeti-table-pagination {
  background-color: #fff;
}

.invoice-details table {
  border-collapse: inherit;
  margin-bottom: 0px;
}

.invoice-details .comments-are-present {
  display: flex;
}

.errors-are-present {
  position: relative;
  top: 60px;
}

.invoice-push-buttons-down {
  position: relative;
  top: 30px;
}

.errors-and-selector-present-excel {
  position: relative;
  top: 80px;
}

.account-mass-selector > .ember-power-select-trigger {
  min-width: 120px;
}

.invoice-details .account-selector-row {
  margin-left: 81.5%;
  margin-right: 270px;
  margin-bottom: 0px;
  padding: 5px 5px 0px;
}

@media only screen and (max-width: 2200px) {
  .invoice-details .account-selector-row {
    margin-left: calc(100% - 390px);
    margin-right: 270px;
  }
}

@media only screen and (max-width: 1000px) {
  .invoice-details {
    min-width: 1000px;
  }
}

.invoice-master-listing .invoice-header-submitted-container {
  padding: 0;
}

.invoice-master-listing .yeti-table .invoice-headers-submitted {
  padding: 15px;
  background-color: #e5e5e9;
}

.invoice-master-listing table {
  margin-bottom: 0;
}

.invoice-master-view .ndc-column {
  width: 150px;
}

.open-disputes-and-deferreds-item .actions-column {
  width: 285px;
}

.open-disputes-and-deferreds-item > .ember-power-select-trigger {
  width: 275px;
}

.facility-notification__cell--enabled {
  text-align: center;
}

.facility-notification-dialog {
  min-height: 450px;
  min-width: 60vw;
  position: relative;
}

@media only screen and (max-height: 720px) {
  .facility-notification-dialog {
    min-height: 65vh;
  }
}

@media only screen and (max-width: 1024px) {
  .facility-notification-dialog {
    min-width: 80vw;
  }
}

.facility-notification__emails {
  width: 95%;
  float: left;
}

.facility-notification__emails-edit {
  float: right;
}

.facility-notification-dialog__buttons {
  bottom: 0;
  right: 0;
}

.email-collection__buttons {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.email__input {
  width: 100%;
}

.returns-accept-reject {
  max-width: 200px;
  min-width: 200px;
}

.user-initiated {
  max-width: 125px;
  min-width: 125px;
}

.warning-message {
  color: red;
  font-size: 0.8em;
  line-height: 20px;
}

.warning-message--background.row {
  margin: 5px 0 0 0;
}

.warning-message--background.row .icon {
  padding: 0;
  width: 5px;
}

.warning-message__messages {
  margin: 0 5px;
  padding: 0 10px;
}

.warning-message__message {
  text-align: left;
}

.warning-message--background {
  background-color: transparent;
}

.warning-message--background svg {
  margin-right: 5px;
}

.open-disputes-and-deferreds-item .effective-price {
  line-height: 37px;
}

.display-flex {
  display: flex;
}

.pull-right-flex {
  margin-left: auto;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex-search-bar .form-control {
  display: inline-block;
}

.flex-search-bar .searchFilterLabel {
  padding: 6px 10px 0 0;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.disputed-comments-history .dispute-original-price {
  width: 45%;
  float: left;
}

.disputed-comments-history .dispute-new-price-history {
  width: 45%;
  float: right;
}

.invoice-detail-errors .resolve-buttons {
  min-width: 300px;
}

.width10Percent {
  width: 10%;
}

.width12Percent {
  width: 12%;
}

.width15Percent {
  width: 15%;
}

.width20Percent {
  width: 20%;
}

.font-style-italic {
  font-style: italic;
}

.credit-review-item .credit-accept-reject-buttons {
  width: 185px;
}

.IE-Note-Styling {
  text-align: center;
  color: red;
  margin: auto;
  margin-bottom: 3% !important;
  font-weight: bold;
  font-size: medium;
  border: solid black 2px;
  max-width: 1000px;
  padding: 1%;
}

/* No color theming in BootstrapJS until 4.x */

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e41f35;
}

.has-error .form-control {
  border-color: #e41f35;
  border-top-color: rgb(228, 31, 53);
  border-right-color: rgb(228, 31, 53);
  border-bottom-color: rgb(228, 31, 53);
  border-left-color: rgb(228, 31, 53);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.rfid-enclosure-temperature .date-range-picker {
  margin-bottom: 0;
}

.d3-graph svg {
  background-color: #fff;
}

.d3-tooltip {
  padding: 5px;
  background-color: lightgray;
  border: 0px;
  border-radius: 5px;
}

.d3-tooltip-header {
  font-weight: 800;
}

.rfid-enclosure-temperature .d3-graph {
  margin-bottom: 15px;
}

.rfid-enclosure-temperature .d3-graph .circle {
  stroke: CornflowerBlue;
  fill: CornflowerBlue;
}

.rfid-enclosure-temperature .d3-graph .threshold-line {
  fill: none;
  stroke: red;
  stroke-width: 1;
}

.inventory-detail label.checkbox-inline {
  padding-left: 25px;
}

.inventory-detail label.checkbox-inline input[type='checkbox'] {
  margin-left: -18px;
  margin-top: 0;
}

.inlineFlex {
  display: inline-flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.rfid-passes .rfid-passes-footer {
  display: flex;
  flex-direction: row;
}

.rfid-passes .rfid-passes-footer div:first-child {
  flex-basis: 20px;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  transition-delay: 0.5s;
}

.dropdown:hover .dropbtn {
  color: red;
}

.dropdown-content {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  right: 0;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #dddddd;
}

.table > thead.sticky-dashboard-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table > thead.sticky-dashboard-header > tr.controls > th {
  background-color: #f1f1f1;
}

.inventory-good,
.light-green {
  color: #9bc787;
}

.inventory-low {
  color: #f9c916;
}

.inventory-out {
  color: #e41f35;
}

.invoice-details .form-group.segments {
  height: 38px;
}

.dashboard-legend-wrapper:hover .dashboard-legend {
  opacity: 1;
}

.dashboard-config-dialog .controls-container {
  display: grid;
  grid-template-columns: 300px 100px;
  line-height: 36px;
}

.dashboard-config-dialog .controls-container label {
  display: grid;
  justify-content: end;
}

.dashboard-controls {
  display: flex;
}

.dashboard-legend-popover {
  width: 700px;
  padding: 10px 0 0 10px;
}

.dashboard-legend-popover .tooltip-inner {
  color: #2e2e2f;
}

.print-label .clickable,
.icon-clickable {
  cursor: pointer;
  color: #337ab7;
}

.dispense-history-table {
  height: 325px;
}

.ember-power-select-placeholder-text-red .ember-power-select-placeholder{
  color: #FF0000FF;
}

.rxid-form-element-row :focus {
  /*Copied from bootstrap's styling of form elements in focus*/
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
}

/*
Start: Providing the .rxid-control styling as a replacement to Bootstrap .form-control styling
 */

.rxid-control {
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-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-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.rxid-control:hover {
  border-color: #000;
}

.rxid-control.has-error {
  border: 1px solid #e41f35;
}

.flex-search-bar .rxid-control {
  display: inline-block;
}

/*
End: Providing the .rxid-control styling as a replacement to Bootstrap .form-control styling
 */

.sds-button{
  height: 40px;
  max-width: 270px;
  border-radius: 0.5rem;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}

.sds-button:focus{
  outline-color: #183847;
  outline-style: solid;
  outline-offset: 1.5px;
  outline-width: 1px;
}

.sds-button.icon{
  width: 40px;
  padding: 4px;
}

/* This is done to override the css defined in rxid_fontawesome.css. */

.sds-button svg{
  font-weight: 1.2em;
  margin: 0px;
  padding: 0px;
  margin: 0; /* This is the override */
}

.sds-button.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(63 125 152 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sds-button.primary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(179 203 214 / var(--tw-bg-opacity, 1));
}

.sds-button.primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 68 91 / var(--tw-bg-opacity, 1));
}

.sds-button.primary:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(179 203 214 / var(--tw-bg-opacity, 1));
}

.sds-button.secondary{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(63 125 152 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 125 152 / var(--tw-text-opacity, 1));
}

.sds-button.secondary:disabled{
  --tw-text-opacity: 1;
  color: rgb(179 203 214 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(179 203 214 / var(--tw-border-opacity, 1));
}

.sds-button.secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(18 68 91 / var(--tw-bg-opacity, 1));
}

.sds-button.secondary:hover:disabled{
  --tw-text-opacity: 1;
  color: rgb(179 203 214 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(179 203 214 / var(--tw-border-opacity, 1));
}

.sds-button.red{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(198 28 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(198 28 45 / var(--tw-text-opacity, 1));
}

.sds-button.red:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(155 22 26 / var(--tw-bg-opacity, 1));
}

.sds-button-link {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}

.sds-button-link:hover {
  text-decoration: underline;
  color: #23527c;
}

.sds-header{
  --tw-text-opacity: 1;
  color: rgb(39 37 31 / var(--tw-text-opacity, 1));
  text-align: left;
}

.sds-header-1{
  font-size: 32px;
}

.sds-header-2{
  font-size: 26px;
}

.sds-header-3{
  font-size: 20px;
}

.sds-label{
  font-size: 12px;
  line-height: 1.75rem;
}

.sds-label-semibold{
  font-weight: 600;
}

.sds-label-normal{
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity, 1));
}

.sds-text-error{
  --tw-text-opacity: 1;
  color: rgb(228 31 53 / var(--tw-text-opacity, 1));
  font-style: italic;
}

.sds-header-border{
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(63 125 152 / var(--tw-border-opacity, 1));
}

.sds-table{
  width: 100%;
  background-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(39 37 31 / var(--tw-text-opacity, 1));
  text-align: left;
}

.sds-sticky-header{
  overflow-y: auto;
}

.sds-table tfoot{
  --tw-text-opacity: 1;
  color: rgb(64 64 65 / var(--tw-text-opacity, 1));
}

.sds-table td,
th{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sds-table tbody tr:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 245 247 / var(--tw-bg-opacity, 1)) !important;
}

.sds-table tbody tr:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 245 247 / var(--tw-bg-opacity, 1)) !important;
}

.sds-table tbody tr{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 171 170 / var(--tw-border-opacity, 1));
}

.sds-table thead{
  --tw-bg-opacity: 1;
  background-color: rgb(226 225 225 / var(--tw-bg-opacity, 1));
  font-weight: 700;
}

.sds-table.sds-table-striped tbody tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.sds-table.sds-table-striped tbody tr:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* applies color to sorted column header */

.yeti-table-sorted{
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity, 1));
}

th.yeti-table-sortable .fa-sort,
th:not(.yeti-table-sortable).yeti-table-sorted .fa-sort-up,
th:not(.yeti-table-sortable).yeti-table-sorted .fa-sort-down{
  opacity: 0.25;
}

.login-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.1), -1px 6px 20px rgba(0, 0, 0, 0.1);

  .header {
    width: 100%;
    background-color: white;
    padding: 0;
    z-index: 8;
  }

  .cardinal-logo {
    padding: 17px 0 4px 29px;
  }
  .cardinal-logo-img {
    height: 73px;
    height: 5.7vw;
    max-height: 73px;
  }
  @media (max-width: 767px) {
    .cardinal-logo {
      height: 53px;
      padding: 9px 0 13px 10px;
    }
    .cardinal-logo-img {
      height: 31px;
    }
  }
  .default-gutter {
    padding-left: 5.5%;
    padding-right: 5.5%;
    margin-left: 0;
    margin-right: 0;
  }
  @media (max-width: 767px) {
    .default-gutter {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  .row {
    .column {
      width: 50%;
      float: left;
      padding-right:15px;
      padding-left:15px
    }

    @media (max-width: 767px) {
      .column {
        width: 100%;
      }
    }
  }
  .h1,.h2,.h3 {
    margin-top:20px;
    margin-bottom:10px
  }

  .decorative-container {
    margin-top: 25px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 1.75em;
  }
}

.last\:rounded-br-md:last-child{
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-tr-md:last-child{
  border-top-right-radius: 0.375rem;
}

.odd\:bg-slate-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.even\:bg-slate-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.even\:bg-slate-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-rxid-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(228 31 53 / var(--tw-text-opacity, 1));
}

.hover\:text-sds-blue-70:hover{
  --tw-text-opacity: 1;
  color: rgb(18 68 91 / var(--tw-text-opacity, 1));
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.focus\:text-rxid-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(228 31 53 / var(--tw-text-opacity, 1));
}

.focus\:text-sds-cardinal-black:focus{
  --tw-text-opacity: 1;
  color: rgb(39 37 31 / var(--tw-text-opacity, 1));
}

.focus\:no-underline:focus{
  text-decoration-line: none;
}

.active\:no-underline:active{
  text-decoration-line: none;
}

.group:hover .group-hover\:block{
  display: block;
}

@media (min-width: 768px){

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:list-item{
    display: list-item;
  }

  .md\:size-auto{
    width: auto;
    height: auto;
  }

  .md\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .md\:basis-2\/3{
    flex-basis: 66.666667%;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:flex{
    display: flex;
  }
}

@media (min-width: 1536px){

  .\32xl\:flex{
    display: flex;
  }
}
