/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@screen-min:                 768px;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: 1px 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 {
  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"] {
  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;
  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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.625rem;
  color: black;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: currentColor;
}
a:hover,
a:focus {
  color: currentColor;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
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.625rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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: 1.625rem;
  margin-bottom: 1.625rem;
  border: 0;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.1;
}
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: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.625rem;
  margin-bottom: 0.8125rem;
}
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: 0.8125rem;
  margin-bottom: 0.8125rem;
}
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: 3.375rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.3125rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.3125rem;
}
h6,
.h6 {
  font-size: 1.125rem;
}
p {
  margin: 0 0 0.8125rem;
}
.lead {
  margin-bottom: 1.625rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #F7E9D2;
  padding: .2em;
}
.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: #DEDEDE;
}
.text-primary {
  color: #EA161F;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bc1118;
}
.text-success {
  color: #3D8608;
}
a.text-success:hover,
a.text-success:focus {
  color: #275605;
}
.text-info {
  color: #565656;
}
a.text-info:hover,
a.text-info:focus {
  color: #3d3d3d;
}
.text-warning {
  color: #EA161F;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bc1118;
}
.text-danger {
  color: #EA161F;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc1118;
}
.bg-primary {
  color: #fff;
  background-color: #EA161F;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #bc1118;
}
.bg-success {
  background-color: #3D8608;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #275605;
}
.bg-info {
  background-color: #565656;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #3d3d3d;
}
.bg-warning {
  background-color: #F7E9D2;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #efd4a7;
}
.bg-danger {
  background-color: #EA161F;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #bc1118;
}
.page-header {
  padding-bottom: -0.1875rem;
  margin: 3.25rem 0 1.625rem;
  border-bottom: 1px solid #F8F8F8;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.8125rem;
}
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1.625rem;
}
dt,
dd {
  line-height: 1.625rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .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;
  border-bottom: 1px dotted #F2F2F2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.8125rem 1.625rem;
  margin: 0 0 1.625rem;
  font-size: 1.25rem;
  border-left: 5px solid #F8F8F8;
}
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.625rem;
  color: #F2F2F2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F8F8F8;
  border-left: 0;
  text-align: right;
}
.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: 1.625rem;
  font-style: normal;
  line-height: 1.625rem;
}
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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.3125rem;
  margin: 0 0 0.8125rem;
  font-size: 1rem;
  line-height: 1.625rem;
  word-break: break-all;
  word-wrap: break-word;
  color: white;
  background-color: #565656;
  border: 1px solid #ccc;
  border-radius: 0;
}
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-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: black;
  text-align: left;
}
th {
  text-align: left;
  font-weight: 500;
}
.table + .btn-toolbar {
  margin-top: -1.625rem;
  padding-top: 8px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.625rem;
}
.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.625rem;
  vertical-align: middle;
  border-top: 1px solid rgba(112, 112, 112, 0.68);
}
.table tbody th {
  font-weight: 500;
}
.table tbody td {
  font-weight: 300;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid black;
}
.table tbody {
  border-bottom: 1px solid black;
}
.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 rgba(112, 112, 112, 0.68);
}
.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 rgba(112, 112, 112, 0.68);
}
.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 rgba(112, 112, 112, 0.68);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-hover > tbody > tr:hover {
  background-color: #FCF8F3;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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: #F7E9D2;
}
.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: #f3debc;
}
.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: #3D8608;
}
.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: #326e07;
}
.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: #565656;
}
.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: #494949;
}
.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: #F7E9D2;
}
.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: #f3debc;
}
.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: #EA161F;
}
.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: #d3131b;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.21875rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(112, 112, 112, 0.68);
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.625rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #404040;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"]:not(.radio-form-control),
input[type="checkbox"]:not(.radio-form-control) {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.625rem;
  color: black;
}
.form-group {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.625rem;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid black;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline-width: 1px;
  outline-style: solid;
}
.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 {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F8F8F8;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-group select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 1.625rem;
  }
  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"] {
    height: 24px;
  }
  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"] {
    height: 63px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 48px;
}
.radio label,
.checkbox label {
  min-height: 1.625rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
input[type="radio"].radio-form-control {
  appearance: none;
}
.radio input[type="radio"]:not(.radio-form-control),
.radio-inline input[type="radio"]:not(.radio-form-control),
.checkbox input[type="checkbox"]:not(.radio-form-control),
.checkbox-inline input[type="checkbox"]:not(.radio-form-control) {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 2.625rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 24px;
  padding: 0 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0;
}
select.input-sm {
  height: 24px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 24px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  min-height: 2.5rem;
  padding: 6px 10px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.input-lg {
  height: 63px;
  padding: 10px 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  border-radius: 6px;
}
select.input-lg {
  height: 63px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 63px;
  padding: 10px 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 63px;
  line-height: 63px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 1.625rem;
  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: 63px;
  height: 63px;
  line-height: 63px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.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: white;
}
.has-success .form-control {
  border-color: white;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: white;
  border-color: white;
  background-color: #3D8608;
}
.has-success .form-control-feedback {
  color: white;
}
.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: black;
}
.has-warning .form-control {
  border-color: black;
  -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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-warning .input-group-addon {
  color: black;
  border-color: black;
  background-color: #F7E9D2;
}
.has-warning .form-control-feedback {
  color: black;
}
.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: white;
}
.has-error .form-control {
  border-color: white;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: white;
  border-color: white;
  background-color: #EA161F;
}
.has-error .form-control-feedback {
  color: white;
}
.has-feedback label ~ .form-control-feedback {
  top: 6.625rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 48px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 1.75rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 0.875rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.625rem;
  border-radius: 9999px;
  -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;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: black;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: scaleX(1) scaleY(1) !important;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default.btn,
.btn-defaultbutton,
.btn-default[type='button'],
.btn-default[type='reset'],
.btn-default[type='submit'] {
  color: black;
  background-color: white;
  border-color: black;
}
.btn-default.btn:focus,
.btn-defaultbutton:focus,
.btn-default[type='button']:focus,
.btn-default[type='reset']:focus,
.btn-default[type='submit']:focus,
.btn-default.btn.focus,
.btn-defaultbutton.focus,
.btn-default[type='button'].focus,
.btn-default[type='reset'].focus,
.btn-default[type='submit'].focus {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default.btn:hover,
.btn-defaultbutton:hover,
.btn-default[type='button']:hover,
.btn-default[type='reset']:hover,
.btn-default[type='submit']:hover {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default.btn:hover .text-muted,
.btn-defaultbutton:hover .text-muted,
.btn-default[type='button']:hover .text-muted,
.btn-default[type='reset']:hover .text-muted,
.btn-default[type='submit']:hover .text-muted {
  color: #707070;
}
.btn-default.btn:active,
.btn-defaultbutton:active,
.btn-default[type='button']:active,
.btn-default[type='reset']:active,
.btn-default[type='submit']:active,
.btn-default.btn.active,
.btn-defaultbutton.active,
.btn-default[type='button'].active,
.btn-default[type='reset'].active,
.btn-default[type='submit'].active,
.open > .dropdown-toggle.btn-default.btn,
.open > .dropdown-toggle.btn-defaultbutton,
.open > .dropdown-toggle.btn-default[type='button'],
.open > .dropdown-toggle.btn-default[type='reset'],
.open > .dropdown-toggle.btn-default[type='submit'] {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default.btn:active:hover,
.btn-defaultbutton:active:hover,
.btn-default[type='button']:active:hover,
.btn-default[type='reset']:active:hover,
.btn-default[type='submit']:active:hover,
.btn-default.btn.active:hover,
.btn-defaultbutton.active:hover,
.btn-default[type='button'].active:hover,
.btn-default[type='reset'].active:hover,
.btn-default[type='submit'].active:hover,
.open > .dropdown-toggle.btn-default.btn:hover,
.open > .dropdown-toggle.btn-defaultbutton:hover,
.open > .dropdown-toggle.btn-default[type='button']:hover,
.open > .dropdown-toggle.btn-default[type='reset']:hover,
.open > .dropdown-toggle.btn-default[type='submit']:hover,
.btn-default.btn:active:focus,
.btn-defaultbutton:active:focus,
.btn-default[type='button']:active:focus,
.btn-default[type='reset']:active:focus,
.btn-default[type='submit']:active:focus,
.btn-default.btn.active:focus,
.btn-defaultbutton.active:focus,
.btn-default[type='button'].active:focus,
.btn-default[type='reset'].active:focus,
.btn-default[type='submit'].active:focus,
.open > .dropdown-toggle.btn-default.btn:focus,
.open > .dropdown-toggle.btn-defaultbutton:focus,
.open > .dropdown-toggle.btn-default[type='button']:focus,
.open > .dropdown-toggle.btn-default[type='reset']:focus,
.open > .dropdown-toggle.btn-default[type='submit']:focus,
.btn-default.btn:active.focus,
.btn-defaultbutton:active.focus,
.btn-default[type='button']:active.focus,
.btn-default[type='reset']:active.focus,
.btn-default[type='submit']:active.focus,
.btn-default.btn.active.focus,
.btn-defaultbutton.active.focus,
.btn-default[type='button'].active.focus,
.btn-default[type='reset'].active.focus,
.btn-default[type='submit'].active.focus,
.open > .dropdown-toggle.btn-default.btn.focus,
.open > .dropdown-toggle.btn-defaultbutton.focus,
.open > .dropdown-toggle.btn-default[type='button'].focus,
.open > .dropdown-toggle.btn-default[type='reset'].focus,
.open > .dropdown-toggle.btn-default[type='submit'].focus {
  color: black;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-default.btn:active,
.btn-defaultbutton:active,
.btn-default[type='button']:active,
.btn-default[type='reset']:active,
.btn-default[type='submit']:active,
.btn-default.btn.active,
.btn-defaultbutton.active,
.btn-default[type='button'].active,
.btn-default[type='reset'].active,
.btn-default[type='submit'].active,
.open > .dropdown-toggle.btn-default.btn,
.open > .dropdown-toggle.btn-defaultbutton,
.open > .dropdown-toggle.btn-default[type='button'],
.open > .dropdown-toggle.btn-default[type='reset'],
.open > .dropdown-toggle.btn-default[type='submit'] {
  background-image: none;
}
.btn-default.btn.disabled:hover,
.btn-defaultbutton.disabled:hover,
.btn-default[type='button'].disabled:hover,
.btn-default[type='reset'].disabled:hover,
.btn-default[type='submit'].disabled:hover,
.btn-default.btn[disabled]:hover,
.btn-defaultbutton[disabled]:hover,
.btn-default[type='button'][disabled]:hover,
.btn-default[type='reset'][disabled]:hover,
.btn-default[type='submit'][disabled]:hover,
fieldset[disabled] .btn-default.btn:hover,
fieldset[disabled] .btn-defaultbutton:hover,
fieldset[disabled] .btn-default[type='button']:hover,
fieldset[disabled] .btn-default[type='reset']:hover,
fieldset[disabled] .btn-default[type='submit']:hover,
.btn-default.btn.disabled:focus,
.btn-defaultbutton.disabled:focus,
.btn-default[type='button'].disabled:focus,
.btn-default[type='reset'].disabled:focus,
.btn-default[type='submit'].disabled:focus,
.btn-default.btn[disabled]:focus,
.btn-defaultbutton[disabled]:focus,
.btn-default[type='button'][disabled]:focus,
.btn-default[type='reset'][disabled]:focus,
.btn-default[type='submit'][disabled]:focus,
fieldset[disabled] .btn-default.btn:focus,
fieldset[disabled] .btn-defaultbutton:focus,
fieldset[disabled] .btn-default[type='button']:focus,
fieldset[disabled] .btn-default[type='reset']:focus,
fieldset[disabled] .btn-default[type='submit']:focus,
.btn-default.btn.disabled.focus,
.btn-defaultbutton.disabled.focus,
.btn-default[type='button'].disabled.focus,
.btn-default[type='reset'].disabled.focus,
.btn-default[type='submit'].disabled.focus,
.btn-default.btn[disabled].focus,
.btn-defaultbutton[disabled].focus,
.btn-default[type='button'][disabled].focus,
.btn-default[type='reset'][disabled].focus,
.btn-default[type='submit'][disabled].focus,
fieldset[disabled] .btn-default.btn.focus,
fieldset[disabled] .btn-defaultbutton.focus,
fieldset[disabled] .btn-default[type='button'].focus,
fieldset[disabled] .btn-default[type='reset'].focus,
fieldset[disabled] .btn-default[type='submit'].focus {
  background-color: white;
  border-color: black;
}
.btn-default.btn .badge,
.btn-defaultbutton .badge,
.btn-default[type='button'] .badge,
.btn-default[type='reset'] .badge,
.btn-default[type='submit'] .badge {
  color: white;
  background-color: black;
}
.btn-primary.btn,
.btn-primarybutton,
.btn-primary[type='button'],
.btn-primary[type='reset'],
.btn-primary[type='submit'] {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}
.btn-primary.btn:focus,
.btn-primarybutton:focus,
.btn-primary[type='button']:focus,
.btn-primary[type='reset']:focus,
.btn-primary[type='submit']:focus,
.btn-primary.btn.focus,
.btn-primarybutton.focus,
.btn-primary[type='button'].focus,
.btn-primary[type='reset'].focus,
.btn-primary[type='submit'].focus {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #161616;
}
.btn-primary.btn:hover,
.btn-primarybutton:hover,
.btn-primary[type='button']:hover,
.btn-primary[type='reset']:hover,
.btn-primary[type='submit']:hover {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #373737;
}
.btn-primary.btn:hover .text-muted,
.btn-primarybutton:hover .text-muted,
.btn-primary[type='button']:hover .text-muted,
.btn-primary[type='reset']:hover .text-muted,
.btn-primary[type='submit']:hover .text-muted {
  color: #707070;
}
.btn-primary.btn:active,
.btn-primarybutton:active,
.btn-primary[type='button']:active,
.btn-primary[type='reset']:active,
.btn-primary[type='submit']:active,
.btn-primary.btn.active,
.btn-primarybutton.active,
.btn-primary[type='button'].active,
.btn-primary[type='reset'].active,
.btn-primary[type='submit'].active,
.open > .dropdown-toggle.btn-primary.btn,
.open > .dropdown-toggle.btn-primarybutton,
.open > .dropdown-toggle.btn-primary[type='button'],
.open > .dropdown-toggle.btn-primary[type='reset'],
.open > .dropdown-toggle.btn-primary[type='submit'] {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #373737;
}
.btn-primary.btn:active:hover,
.btn-primarybutton:active:hover,
.btn-primary[type='button']:active:hover,
.btn-primary[type='reset']:active:hover,
.btn-primary[type='submit']:active:hover,
.btn-primary.btn.active:hover,
.btn-primarybutton.active:hover,
.btn-primary[type='button'].active:hover,
.btn-primary[type='reset'].active:hover,
.btn-primary[type='submit'].active:hover,
.open > .dropdown-toggle.btn-primary.btn:hover,
.open > .dropdown-toggle.btn-primarybutton:hover,
.open > .dropdown-toggle.btn-primary[type='button']:hover,
.open > .dropdown-toggle.btn-primary[type='reset']:hover,
.open > .dropdown-toggle.btn-primary[type='submit']:hover,
.btn-primary.btn:active:focus,
.btn-primarybutton:active:focus,
.btn-primary[type='button']:active:focus,
.btn-primary[type='reset']:active:focus,
.btn-primary[type='submit']:active:focus,
.btn-primary.btn.active:focus,
.btn-primarybutton.active:focus,
.btn-primary[type='button'].active:focus,
.btn-primary[type='reset'].active:focus,
.btn-primary[type='submit'].active:focus,
.open > .dropdown-toggle.btn-primary.btn:focus,
.open > .dropdown-toggle.btn-primarybutton:focus,
.open > .dropdown-toggle.btn-primary[type='button']:focus,
.open > .dropdown-toggle.btn-primary[type='reset']:focus,
.open > .dropdown-toggle.btn-primary[type='submit']:focus,
.btn-primary.btn:active.focus,
.btn-primarybutton:active.focus,
.btn-primary[type='button']:active.focus,
.btn-primary[type='reset']:active.focus,
.btn-primary[type='submit']:active.focus,
.btn-primary.btn.active.focus,
.btn-primarybutton.active.focus,
.btn-primary[type='button'].active.focus,
.btn-primary[type='reset'].active.focus,
.btn-primary[type='submit'].active.focus,
.open > .dropdown-toggle.btn-primary.btn.focus,
.open > .dropdown-toggle.btn-primarybutton.focus,
.open > .dropdown-toggle.btn-primary[type='button'].focus,
.open > .dropdown-toggle.btn-primary[type='reset'].focus,
.open > .dropdown-toggle.btn-primary[type='submit'].focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #161616;
}
.btn-primary.btn:active,
.btn-primarybutton:active,
.btn-primary[type='button']:active,
.btn-primary[type='reset']:active,
.btn-primary[type='submit']:active,
.btn-primary.btn.active,
.btn-primarybutton.active,
.btn-primary[type='button'].active,
.btn-primary[type='reset'].active,
.btn-primary[type='submit'].active,
.open > .dropdown-toggle.btn-primary.btn,
.open > .dropdown-toggle.btn-primarybutton,
.open > .dropdown-toggle.btn-primary[type='button'],
.open > .dropdown-toggle.btn-primary[type='reset'],
.open > .dropdown-toggle.btn-primary[type='submit'] {
  background-image: none;
}
.btn-primary.btn.disabled:hover,
.btn-primarybutton.disabled:hover,
.btn-primary[type='button'].disabled:hover,
.btn-primary[type='reset'].disabled:hover,
.btn-primary[type='submit'].disabled:hover,
.btn-primary.btn[disabled]:hover,
.btn-primarybutton[disabled]:hover,
.btn-primary[type='button'][disabled]:hover,
.btn-primary[type='reset'][disabled]:hover,
.btn-primary[type='submit'][disabled]:hover,
fieldset[disabled] .btn-primary.btn:hover,
fieldset[disabled] .btn-primarybutton:hover,
fieldset[disabled] .btn-primary[type='button']:hover,
fieldset[disabled] .btn-primary[type='reset']:hover,
fieldset[disabled] .btn-primary[type='submit']:hover,
.btn-primary.btn.disabled:focus,
.btn-primarybutton.disabled:focus,
.btn-primary[type='button'].disabled:focus,
.btn-primary[type='reset'].disabled:focus,
.btn-primary[type='submit'].disabled:focus,
.btn-primary.btn[disabled]:focus,
.btn-primarybutton[disabled]:focus,
.btn-primary[type='button'][disabled]:focus,
.btn-primary[type='reset'][disabled]:focus,
.btn-primary[type='submit'][disabled]:focus,
fieldset[disabled] .btn-primary.btn:focus,
fieldset[disabled] .btn-primarybutton:focus,
fieldset[disabled] .btn-primary[type='button']:focus,
fieldset[disabled] .btn-primary[type='reset']:focus,
fieldset[disabled] .btn-primary[type='submit']:focus,
.btn-primary.btn.disabled.focus,
.btn-primarybutton.disabled.focus,
.btn-primary[type='button'].disabled.focus,
.btn-primary[type='reset'].disabled.focus,
.btn-primary[type='submit'].disabled.focus,
.btn-primary.btn[disabled].focus,
.btn-primarybutton[disabled].focus,
.btn-primary[type='button'][disabled].focus,
.btn-primary[type='reset'][disabled].focus,
.btn-primary[type='submit'][disabled].focus,
fieldset[disabled] .btn-primary.btn.focus,
fieldset[disabled] .btn-primarybutton.focus,
fieldset[disabled] .btn-primary[type='button'].focus,
fieldset[disabled] .btn-primary[type='reset'].focus,
fieldset[disabled] .btn-primary[type='submit'].focus {
  background-color: #565656;
  border-color: #565656;
}
.btn-primary.btn .badge,
.btn-primarybutton .badge,
.btn-primary[type='button'] .badge,
.btn-primary[type='reset'] .badge,
.btn-primary[type='submit'] .badge {
  color: #565656;
  background-color: #fff;
}
.btn-success.btn,
.btn-successbutton,
.btn-success[type='button'],
.btn-success[type='reset'],
.btn-success[type='submit'] {
  color: #fff;
  background-color: #3D8608;
  border-color: #326e07;
}
.btn-success.btn:focus,
.btn-successbutton:focus,
.btn-success[type='button']:focus,
.btn-success[type='reset']:focus,
.btn-success[type='submit']:focus,
.btn-success.btn.focus,
.btn-successbutton.focus,
.btn-success[type='button'].focus,
.btn-success[type='reset'].focus,
.btn-success[type='submit'].focus {
  color: #fff;
  background-color: #275605;
  border-color: #000000;
}
.btn-success.btn:hover,
.btn-successbutton:hover,
.btn-success[type='button']:hover,
.btn-success[type='reset']:hover,
.btn-success[type='submit']:hover {
  color: #fff;
  background-color: #275605;
  border-color: #183403;
}
.btn-success.btn:hover .text-muted,
.btn-successbutton:hover .text-muted,
.btn-success[type='button']:hover .text-muted,
.btn-success[type='reset']:hover .text-muted,
.btn-success[type='submit']:hover .text-muted {
  color: #707070;
}
.btn-success.btn:active,
.btn-successbutton:active,
.btn-success[type='button']:active,
.btn-success[type='reset']:active,
.btn-success[type='submit']:active,
.btn-success.btn.active,
.btn-successbutton.active,
.btn-success[type='button'].active,
.btn-success[type='reset'].active,
.btn-success[type='submit'].active,
.open > .dropdown-toggle.btn-success.btn,
.open > .dropdown-toggle.btn-successbutton,
.open > .dropdown-toggle.btn-success[type='button'],
.open > .dropdown-toggle.btn-success[type='reset'],
.open > .dropdown-toggle.btn-success[type='submit'] {
  color: #fff;
  background-color: #275605;
  border-color: #183403;
}
.btn-success.btn:active:hover,
.btn-successbutton:active:hover,
.btn-success[type='button']:active:hover,
.btn-success[type='reset']:active:hover,
.btn-success[type='submit']:active:hover,
.btn-success.btn.active:hover,
.btn-successbutton.active:hover,
.btn-success[type='button'].active:hover,
.btn-success[type='reset'].active:hover,
.btn-success[type='submit'].active:hover,
.open > .dropdown-toggle.btn-success.btn:hover,
.open > .dropdown-toggle.btn-successbutton:hover,
.open > .dropdown-toggle.btn-success[type='button']:hover,
.open > .dropdown-toggle.btn-success[type='reset']:hover,
.open > .dropdown-toggle.btn-success[type='submit']:hover,
.btn-success.btn:active:focus,
.btn-successbutton:active:focus,
.btn-success[type='button']:active:focus,
.btn-success[type='reset']:active:focus,
.btn-success[type='submit']:active:focus,
.btn-success.btn.active:focus,
.btn-successbutton.active:focus,
.btn-success[type='button'].active:focus,
.btn-success[type='reset'].active:focus,
.btn-success[type='submit'].active:focus,
.open > .dropdown-toggle.btn-success.btn:focus,
.open > .dropdown-toggle.btn-successbutton:focus,
.open > .dropdown-toggle.btn-success[type='button']:focus,
.open > .dropdown-toggle.btn-success[type='reset']:focus,
.open > .dropdown-toggle.btn-success[type='submit']:focus,
.btn-success.btn:active.focus,
.btn-successbutton:active.focus,
.btn-success[type='button']:active.focus,
.btn-success[type='reset']:active.focus,
.btn-success[type='submit']:active.focus,
.btn-success.btn.active.focus,
.btn-successbutton.active.focus,
.btn-success[type='button'].active.focus,
.btn-success[type='reset'].active.focus,
.btn-success[type='submit'].active.focus,
.open > .dropdown-toggle.btn-success.btn.focus,
.open > .dropdown-toggle.btn-successbutton.focus,
.open > .dropdown-toggle.btn-success[type='button'].focus,
.open > .dropdown-toggle.btn-success[type='reset'].focus,
.open > .dropdown-toggle.btn-success[type='submit'].focus {
  color: #fff;
  background-color: #183403;
  border-color: #000000;
}
.btn-success.btn:active,
.btn-successbutton:active,
.btn-success[type='button']:active,
.btn-success[type='reset']:active,
.btn-success[type='submit']:active,
.btn-success.btn.active,
.btn-successbutton.active,
.btn-success[type='button'].active,
.btn-success[type='reset'].active,
.btn-success[type='submit'].active,
.open > .dropdown-toggle.btn-success.btn,
.open > .dropdown-toggle.btn-successbutton,
.open > .dropdown-toggle.btn-success[type='button'],
.open > .dropdown-toggle.btn-success[type='reset'],
.open > .dropdown-toggle.btn-success[type='submit'] {
  background-image: none;
}
.btn-success.btn.disabled:hover,
.btn-successbutton.disabled:hover,
.btn-success[type='button'].disabled:hover,
.btn-success[type='reset'].disabled:hover,
.btn-success[type='submit'].disabled:hover,
.btn-success.btn[disabled]:hover,
.btn-successbutton[disabled]:hover,
.btn-success[type='button'][disabled]:hover,
.btn-success[type='reset'][disabled]:hover,
.btn-success[type='submit'][disabled]:hover,
fieldset[disabled] .btn-success.btn:hover,
fieldset[disabled] .btn-successbutton:hover,
fieldset[disabled] .btn-success[type='button']:hover,
fieldset[disabled] .btn-success[type='reset']:hover,
fieldset[disabled] .btn-success[type='submit']:hover,
.btn-success.btn.disabled:focus,
.btn-successbutton.disabled:focus,
.btn-success[type='button'].disabled:focus,
.btn-success[type='reset'].disabled:focus,
.btn-success[type='submit'].disabled:focus,
.btn-success.btn[disabled]:focus,
.btn-successbutton[disabled]:focus,
.btn-success[type='button'][disabled]:focus,
.btn-success[type='reset'][disabled]:focus,
.btn-success[type='submit'][disabled]:focus,
fieldset[disabled] .btn-success.btn:focus,
fieldset[disabled] .btn-successbutton:focus,
fieldset[disabled] .btn-success[type='button']:focus,
fieldset[disabled] .btn-success[type='reset']:focus,
fieldset[disabled] .btn-success[type='submit']:focus,
.btn-success.btn.disabled.focus,
.btn-successbutton.disabled.focus,
.btn-success[type='button'].disabled.focus,
.btn-success[type='reset'].disabled.focus,
.btn-success[type='submit'].disabled.focus,
.btn-success.btn[disabled].focus,
.btn-successbutton[disabled].focus,
.btn-success[type='button'][disabled].focus,
.btn-success[type='reset'][disabled].focus,
.btn-success[type='submit'][disabled].focus,
fieldset[disabled] .btn-success.btn.focus,
fieldset[disabled] .btn-successbutton.focus,
fieldset[disabled] .btn-success[type='button'].focus,
fieldset[disabled] .btn-success[type='reset'].focus,
fieldset[disabled] .btn-success[type='submit'].focus {
  background-color: #3D8608;
  border-color: #326e07;
}
.btn-success.btn .badge,
.btn-successbutton .badge,
.btn-success[type='button'] .badge,
.btn-success[type='reset'] .badge,
.btn-success[type='submit'] .badge {
  color: #3D8608;
  background-color: #fff;
}
.btn-info.btn,
.btn-infobutton,
.btn-info[type='button'],
.btn-info[type='reset'],
.btn-info[type='submit'] {
  color: #fff;
  background-color: #EA161F;
  border-color: #d3131b;
}
.btn-info.btn:focus,
.btn-infobutton:focus,
.btn-info[type='button']:focus,
.btn-info[type='reset']:focus,
.btn-info[type='submit']:focus,
.btn-info.btn.focus,
.btn-infobutton.focus,
.btn-info[type='button'].focus,
.btn-info[type='reset'].focus,
.btn-info[type='submit'].focus {
  color: #fff;
  background-color: #bc1118;
  border-color: #5e090c;
}
.btn-info.btn:hover,
.btn-infobutton:hover,
.btn-info[type='button']:hover,
.btn-info[type='reset']:hover,
.btn-info[type='submit']:hover {
  color: #fff;
  background-color: #bc1118;
  border-color: #9b0e14;
}
.btn-info.btn:hover .text-muted,
.btn-infobutton:hover .text-muted,
.btn-info[type='button']:hover .text-muted,
.btn-info[type='reset']:hover .text-muted,
.btn-info[type='submit']:hover .text-muted {
  color: #707070;
}
.btn-info.btn:active,
.btn-infobutton:active,
.btn-info[type='button']:active,
.btn-info[type='reset']:active,
.btn-info[type='submit']:active,
.btn-info.btn.active,
.btn-infobutton.active,
.btn-info[type='button'].active,
.btn-info[type='reset'].active,
.btn-info[type='submit'].active,
.open > .dropdown-toggle.btn-info.btn,
.open > .dropdown-toggle.btn-infobutton,
.open > .dropdown-toggle.btn-info[type='button'],
.open > .dropdown-toggle.btn-info[type='reset'],
.open > .dropdown-toggle.btn-info[type='submit'] {
  color: #fff;
  background-color: #bc1118;
  border-color: #9b0e14;
}
.btn-info.btn:active:hover,
.btn-infobutton:active:hover,
.btn-info[type='button']:active:hover,
.btn-info[type='reset']:active:hover,
.btn-info[type='submit']:active:hover,
.btn-info.btn.active:hover,
.btn-infobutton.active:hover,
.btn-info[type='button'].active:hover,
.btn-info[type='reset'].active:hover,
.btn-info[type='submit'].active:hover,
.open > .dropdown-toggle.btn-info.btn:hover,
.open > .dropdown-toggle.btn-infobutton:hover,
.open > .dropdown-toggle.btn-info[type='button']:hover,
.open > .dropdown-toggle.btn-info[type='reset']:hover,
.open > .dropdown-toggle.btn-info[type='submit']:hover,
.btn-info.btn:active:focus,
.btn-infobutton:active:focus,
.btn-info[type='button']:active:focus,
.btn-info[type='reset']:active:focus,
.btn-info[type='submit']:active:focus,
.btn-info.btn.active:focus,
.btn-infobutton.active:focus,
.btn-info[type='button'].active:focus,
.btn-info[type='reset'].active:focus,
.btn-info[type='submit'].active:focus,
.open > .dropdown-toggle.btn-info.btn:focus,
.open > .dropdown-toggle.btn-infobutton:focus,
.open > .dropdown-toggle.btn-info[type='button']:focus,
.open > .dropdown-toggle.btn-info[type='reset']:focus,
.open > .dropdown-toggle.btn-info[type='submit']:focus,
.btn-info.btn:active.focus,
.btn-infobutton:active.focus,
.btn-info[type='button']:active.focus,
.btn-info[type='reset']:active.focus,
.btn-info[type='submit']:active.focus,
.btn-info.btn.active.focus,
.btn-infobutton.active.focus,
.btn-info[type='button'].active.focus,
.btn-info[type='reset'].active.focus,
.btn-info[type='submit'].active.focus,
.open > .dropdown-toggle.btn-info.btn.focus,
.open > .dropdown-toggle.btn-infobutton.focus,
.open > .dropdown-toggle.btn-info[type='button'].focus,
.open > .dropdown-toggle.btn-info[type='reset'].focus,
.open > .dropdown-toggle.btn-info[type='submit'].focus {
  color: #fff;
  background-color: #9b0e14;
  border-color: #5e090c;
}
.btn-info.btn:active,
.btn-infobutton:active,
.btn-info[type='button']:active,
.btn-info[type='reset']:active,
.btn-info[type='submit']:active,
.btn-info.btn.active,
.btn-infobutton.active,
.btn-info[type='button'].active,
.btn-info[type='reset'].active,
.btn-info[type='submit'].active,
.open > .dropdown-toggle.btn-info.btn,
.open > .dropdown-toggle.btn-infobutton,
.open > .dropdown-toggle.btn-info[type='button'],
.open > .dropdown-toggle.btn-info[type='reset'],
.open > .dropdown-toggle.btn-info[type='submit'] {
  background-image: none;
}
.btn-info.btn.disabled:hover,
.btn-infobutton.disabled:hover,
.btn-info[type='button'].disabled:hover,
.btn-info[type='reset'].disabled:hover,
.btn-info[type='submit'].disabled:hover,
.btn-info.btn[disabled]:hover,
.btn-infobutton[disabled]:hover,
.btn-info[type='button'][disabled]:hover,
.btn-info[type='reset'][disabled]:hover,
.btn-info[type='submit'][disabled]:hover,
fieldset[disabled] .btn-info.btn:hover,
fieldset[disabled] .btn-infobutton:hover,
fieldset[disabled] .btn-info[type='button']:hover,
fieldset[disabled] .btn-info[type='reset']:hover,
fieldset[disabled] .btn-info[type='submit']:hover,
.btn-info.btn.disabled:focus,
.btn-infobutton.disabled:focus,
.btn-info[type='button'].disabled:focus,
.btn-info[type='reset'].disabled:focus,
.btn-info[type='submit'].disabled:focus,
.btn-info.btn[disabled]:focus,
.btn-infobutton[disabled]:focus,
.btn-info[type='button'][disabled]:focus,
.btn-info[type='reset'][disabled]:focus,
.btn-info[type='submit'][disabled]:focus,
fieldset[disabled] .btn-info.btn:focus,
fieldset[disabled] .btn-infobutton:focus,
fieldset[disabled] .btn-info[type='button']:focus,
fieldset[disabled] .btn-info[type='reset']:focus,
fieldset[disabled] .btn-info[type='submit']:focus,
.btn-info.btn.disabled.focus,
.btn-infobutton.disabled.focus,
.btn-info[type='button'].disabled.focus,
.btn-info[type='reset'].disabled.focus,
.btn-info[type='submit'].disabled.focus,
.btn-info.btn[disabled].focus,
.btn-infobutton[disabled].focus,
.btn-info[type='button'][disabled].focus,
.btn-info[type='reset'][disabled].focus,
.btn-info[type='submit'][disabled].focus,
fieldset[disabled] .btn-info.btn.focus,
fieldset[disabled] .btn-infobutton.focus,
fieldset[disabled] .btn-info[type='button'].focus,
fieldset[disabled] .btn-info[type='reset'].focus,
fieldset[disabled] .btn-info[type='submit'].focus {
  background-color: #EA161F;
  border-color: #d3131b;
}
.btn-info.btn .badge,
.btn-infobutton .badge,
.btn-info[type='button'] .badge,
.btn-info[type='reset'] .badge,
.btn-info[type='submit'] .badge {
  color: #EA161F;
  background-color: #fff;
}
.btn-warning.btn,
.btn-warningbutton,
.btn-warning[type='button'],
.btn-warning[type='reset'],
.btn-warning[type='submit'] {
  color: #fff;
  background-color: #F7E9D2;
  border-color: #f3debc;
}
.btn-warning.btn:focus,
.btn-warningbutton:focus,
.btn-warning[type='button']:focus,
.btn-warning[type='reset']:focus,
.btn-warning[type='submit']:focus,
.btn-warning.btn.focus,
.btn-warningbutton.focus,
.btn-warning[type='button'].focus,
.btn-warning[type='reset'].focus,
.btn-warning[type='submit'].focus {
  color: #fff;
  background-color: #efd4a7;
  border-color: #e0a950;
}
.btn-warning.btn:hover,
.btn-warningbutton:hover,
.btn-warning[type='button']:hover,
.btn-warning[type='reset']:hover,
.btn-warning[type='submit']:hover {
  color: #fff;
  background-color: #efd4a7;
  border-color: #eac588;
}
.btn-warning.btn:hover .text-muted,
.btn-warningbutton:hover .text-muted,
.btn-warning[type='button']:hover .text-muted,
.btn-warning[type='reset']:hover .text-muted,
.btn-warning[type='submit']:hover .text-muted {
  color: #707070;
}
.btn-warning.btn:active,
.btn-warningbutton:active,
.btn-warning[type='button']:active,
.btn-warning[type='reset']:active,
.btn-warning[type='submit']:active,
.btn-warning.btn.active,
.btn-warningbutton.active,
.btn-warning[type='button'].active,
.btn-warning[type='reset'].active,
.btn-warning[type='submit'].active,
.open > .dropdown-toggle.btn-warning.btn,
.open > .dropdown-toggle.btn-warningbutton,
.open > .dropdown-toggle.btn-warning[type='button'],
.open > .dropdown-toggle.btn-warning[type='reset'],
.open > .dropdown-toggle.btn-warning[type='submit'] {
  color: #fff;
  background-color: #efd4a7;
  border-color: #eac588;
}
.btn-warning.btn:active:hover,
.btn-warningbutton:active:hover,
.btn-warning[type='button']:active:hover,
.btn-warning[type='reset']:active:hover,
.btn-warning[type='submit']:active:hover,
.btn-warning.btn.active:hover,
.btn-warningbutton.active:hover,
.btn-warning[type='button'].active:hover,
.btn-warning[type='reset'].active:hover,
.btn-warning[type='submit'].active:hover,
.open > .dropdown-toggle.btn-warning.btn:hover,
.open > .dropdown-toggle.btn-warningbutton:hover,
.open > .dropdown-toggle.btn-warning[type='button']:hover,
.open > .dropdown-toggle.btn-warning[type='reset']:hover,
.open > .dropdown-toggle.btn-warning[type='submit']:hover,
.btn-warning.btn:active:focus,
.btn-warningbutton:active:focus,
.btn-warning[type='button']:active:focus,
.btn-warning[type='reset']:active:focus,
.btn-warning[type='submit']:active:focus,
.btn-warning.btn.active:focus,
.btn-warningbutton.active:focus,
.btn-warning[type='button'].active:focus,
.btn-warning[type='reset'].active:focus,
.btn-warning[type='submit'].active:focus,
.open > .dropdown-toggle.btn-warning.btn:focus,
.open > .dropdown-toggle.btn-warningbutton:focus,
.open > .dropdown-toggle.btn-warning[type='button']:focus,
.open > .dropdown-toggle.btn-warning[type='reset']:focus,
.open > .dropdown-toggle.btn-warning[type='submit']:focus,
.btn-warning.btn:active.focus,
.btn-warningbutton:active.focus,
.btn-warning[type='button']:active.focus,
.btn-warning[type='reset']:active.focus,
.btn-warning[type='submit']:active.focus,
.btn-warning.btn.active.focus,
.btn-warningbutton.active.focus,
.btn-warning[type='button'].active.focus,
.btn-warning[type='reset'].active.focus,
.btn-warning[type='submit'].active.focus,
.open > .dropdown-toggle.btn-warning.btn.focus,
.open > .dropdown-toggle.btn-warningbutton.focus,
.open > .dropdown-toggle.btn-warning[type='button'].focus,
.open > .dropdown-toggle.btn-warning[type='reset'].focus,
.open > .dropdown-toggle.btn-warning[type='submit'].focus {
  color: #fff;
  background-color: #eac588;
  border-color: #e0a950;
}
.btn-warning.btn:active,
.btn-warningbutton:active,
.btn-warning[type='button']:active,
.btn-warning[type='reset']:active,
.btn-warning[type='submit']:active,
.btn-warning.btn.active,
.btn-warningbutton.active,
.btn-warning[type='button'].active,
.btn-warning[type='reset'].active,
.btn-warning[type='submit'].active,
.open > .dropdown-toggle.btn-warning.btn,
.open > .dropdown-toggle.btn-warningbutton,
.open > .dropdown-toggle.btn-warning[type='button'],
.open > .dropdown-toggle.btn-warning[type='reset'],
.open > .dropdown-toggle.btn-warning[type='submit'] {
  background-image: none;
}
.btn-warning.btn.disabled:hover,
.btn-warningbutton.disabled:hover,
.btn-warning[type='button'].disabled:hover,
.btn-warning[type='reset'].disabled:hover,
.btn-warning[type='submit'].disabled:hover,
.btn-warning.btn[disabled]:hover,
.btn-warningbutton[disabled]:hover,
.btn-warning[type='button'][disabled]:hover,
.btn-warning[type='reset'][disabled]:hover,
.btn-warning[type='submit'][disabled]:hover,
fieldset[disabled] .btn-warning.btn:hover,
fieldset[disabled] .btn-warningbutton:hover,
fieldset[disabled] .btn-warning[type='button']:hover,
fieldset[disabled] .btn-warning[type='reset']:hover,
fieldset[disabled] .btn-warning[type='submit']:hover,
.btn-warning.btn.disabled:focus,
.btn-warningbutton.disabled:focus,
.btn-warning[type='button'].disabled:focus,
.btn-warning[type='reset'].disabled:focus,
.btn-warning[type='submit'].disabled:focus,
.btn-warning.btn[disabled]:focus,
.btn-warningbutton[disabled]:focus,
.btn-warning[type='button'][disabled]:focus,
.btn-warning[type='reset'][disabled]:focus,
.btn-warning[type='submit'][disabled]:focus,
fieldset[disabled] .btn-warning.btn:focus,
fieldset[disabled] .btn-warningbutton:focus,
fieldset[disabled] .btn-warning[type='button']:focus,
fieldset[disabled] .btn-warning[type='reset']:focus,
fieldset[disabled] .btn-warning[type='submit']:focus,
.btn-warning.btn.disabled.focus,
.btn-warningbutton.disabled.focus,
.btn-warning[type='button'].disabled.focus,
.btn-warning[type='reset'].disabled.focus,
.btn-warning[type='submit'].disabled.focus,
.btn-warning.btn[disabled].focus,
.btn-warningbutton[disabled].focus,
.btn-warning[type='button'][disabled].focus,
.btn-warning[type='reset'][disabled].focus,
.btn-warning[type='submit'][disabled].focus,
fieldset[disabled] .btn-warning.btn.focus,
fieldset[disabled] .btn-warningbutton.focus,
fieldset[disabled] .btn-warning[type='button'].focus,
fieldset[disabled] .btn-warning[type='reset'].focus,
fieldset[disabled] .btn-warning[type='submit'].focus {
  background-color: #F7E9D2;
  border-color: #f3debc;
}
.btn-warning.btn .badge,
.btn-warningbutton .badge,
.btn-warning[type='button'] .badge,
.btn-warning[type='reset'] .badge,
.btn-warning[type='submit'] .badge {
  color: #F7E9D2;
  background-color: #fff;
}
.btn-danger.btn,
.btn-dangerbutton,
.btn-danger[type='button'],
.btn-danger[type='reset'],
.btn-danger[type='submit'] {
  color: #fff;
  background-color: #EA161F;
  border-color: #d3131b;
}
.btn-danger.btn:focus,
.btn-dangerbutton:focus,
.btn-danger[type='button']:focus,
.btn-danger[type='reset']:focus,
.btn-danger[type='submit']:focus,
.btn-danger.btn.focus,
.btn-dangerbutton.focus,
.btn-danger[type='button'].focus,
.btn-danger[type='reset'].focus,
.btn-danger[type='submit'].focus {
  color: #fff;
  background-color: #bc1118;
  border-color: #5e090c;
}
.btn-danger.btn:hover,
.btn-dangerbutton:hover,
.btn-danger[type='button']:hover,
.btn-danger[type='reset']:hover,
.btn-danger[type='submit']:hover {
  color: #fff;
  background-color: #bc1118;
  border-color: #9b0e14;
}
.btn-danger.btn:hover .text-muted,
.btn-dangerbutton:hover .text-muted,
.btn-danger[type='button']:hover .text-muted,
.btn-danger[type='reset']:hover .text-muted,
.btn-danger[type='submit']:hover .text-muted {
  color: #707070;
}
.btn-danger.btn:active,
.btn-dangerbutton:active,
.btn-danger[type='button']:active,
.btn-danger[type='reset']:active,
.btn-danger[type='submit']:active,
.btn-danger.btn.active,
.btn-dangerbutton.active,
.btn-danger[type='button'].active,
.btn-danger[type='reset'].active,
.btn-danger[type='submit'].active,
.open > .dropdown-toggle.btn-danger.btn,
.open > .dropdown-toggle.btn-dangerbutton,
.open > .dropdown-toggle.btn-danger[type='button'],
.open > .dropdown-toggle.btn-danger[type='reset'],
.open > .dropdown-toggle.btn-danger[type='submit'] {
  color: #fff;
  background-color: #bc1118;
  border-color: #9b0e14;
}
.btn-danger.btn:active:hover,
.btn-dangerbutton:active:hover,
.btn-danger[type='button']:active:hover,
.btn-danger[type='reset']:active:hover,
.btn-danger[type='submit']:active:hover,
.btn-danger.btn.active:hover,
.btn-dangerbutton.active:hover,
.btn-danger[type='button'].active:hover,
.btn-danger[type='reset'].active:hover,
.btn-danger[type='submit'].active:hover,
.open > .dropdown-toggle.btn-danger.btn:hover,
.open > .dropdown-toggle.btn-dangerbutton:hover,
.open > .dropdown-toggle.btn-danger[type='button']:hover,
.open > .dropdown-toggle.btn-danger[type='reset']:hover,
.open > .dropdown-toggle.btn-danger[type='submit']:hover,
.btn-danger.btn:active:focus,
.btn-dangerbutton:active:focus,
.btn-danger[type='button']:active:focus,
.btn-danger[type='reset']:active:focus,
.btn-danger[type='submit']:active:focus,
.btn-danger.btn.active:focus,
.btn-dangerbutton.active:focus,
.btn-danger[type='button'].active:focus,
.btn-danger[type='reset'].active:focus,
.btn-danger[type='submit'].active:focus,
.open > .dropdown-toggle.btn-danger.btn:focus,
.open > .dropdown-toggle.btn-dangerbutton:focus,
.open > .dropdown-toggle.btn-danger[type='button']:focus,
.open > .dropdown-toggle.btn-danger[type='reset']:focus,
.open > .dropdown-toggle.btn-danger[type='submit']:focus,
.btn-danger.btn:active.focus,
.btn-dangerbutton:active.focus,
.btn-danger[type='button']:active.focus,
.btn-danger[type='reset']:active.focus,
.btn-danger[type='submit']:active.focus,
.btn-danger.btn.active.focus,
.btn-dangerbutton.active.focus,
.btn-danger[type='button'].active.focus,
.btn-danger[type='reset'].active.focus,
.btn-danger[type='submit'].active.focus,
.open > .dropdown-toggle.btn-danger.btn.focus,
.open > .dropdown-toggle.btn-dangerbutton.focus,
.open > .dropdown-toggle.btn-danger[type='button'].focus,
.open > .dropdown-toggle.btn-danger[type='reset'].focus,
.open > .dropdown-toggle.btn-danger[type='submit'].focus {
  color: #fff;
  background-color: #9b0e14;
  border-color: #5e090c;
}
.btn-danger.btn:active,
.btn-dangerbutton:active,
.btn-danger[type='button']:active,
.btn-danger[type='reset']:active,
.btn-danger[type='submit']:active,
.btn-danger.btn.active,
.btn-dangerbutton.active,
.btn-danger[type='button'].active,
.btn-danger[type='reset'].active,
.btn-danger[type='submit'].active,
.open > .dropdown-toggle.btn-danger.btn,
.open > .dropdown-toggle.btn-dangerbutton,
.open > .dropdown-toggle.btn-danger[type='button'],
.open > .dropdown-toggle.btn-danger[type='reset'],
.open > .dropdown-toggle.btn-danger[type='submit'] {
  background-image: none;
}
.btn-danger.btn.disabled:hover,
.btn-dangerbutton.disabled:hover,
.btn-danger[type='button'].disabled:hover,
.btn-danger[type='reset'].disabled:hover,
.btn-danger[type='submit'].disabled:hover,
.btn-danger.btn[disabled]:hover,
.btn-dangerbutton[disabled]:hover,
.btn-danger[type='button'][disabled]:hover,
.btn-danger[type='reset'][disabled]:hover,
.btn-danger[type='submit'][disabled]:hover,
fieldset[disabled] .btn-danger.btn:hover,
fieldset[disabled] .btn-dangerbutton:hover,
fieldset[disabled] .btn-danger[type='button']:hover,
fieldset[disabled] .btn-danger[type='reset']:hover,
fieldset[disabled] .btn-danger[type='submit']:hover,
.btn-danger.btn.disabled:focus,
.btn-dangerbutton.disabled:focus,
.btn-danger[type='button'].disabled:focus,
.btn-danger[type='reset'].disabled:focus,
.btn-danger[type='submit'].disabled:focus,
.btn-danger.btn[disabled]:focus,
.btn-dangerbutton[disabled]:focus,
.btn-danger[type='button'][disabled]:focus,
.btn-danger[type='reset'][disabled]:focus,
.btn-danger[type='submit'][disabled]:focus,
fieldset[disabled] .btn-danger.btn:focus,
fieldset[disabled] .btn-dangerbutton:focus,
fieldset[disabled] .btn-danger[type='button']:focus,
fieldset[disabled] .btn-danger[type='reset']:focus,
fieldset[disabled] .btn-danger[type='submit']:focus,
.btn-danger.btn.disabled.focus,
.btn-dangerbutton.disabled.focus,
.btn-danger[type='button'].disabled.focus,
.btn-danger[type='reset'].disabled.focus,
.btn-danger[type='submit'].disabled.focus,
.btn-danger.btn[disabled].focus,
.btn-dangerbutton[disabled].focus,
.btn-danger[type='button'][disabled].focus,
.btn-danger[type='reset'][disabled].focus,
.btn-danger[type='submit'][disabled].focus,
fieldset[disabled] .btn-danger.btn.focus,
fieldset[disabled] .btn-dangerbutton.focus,
fieldset[disabled] .btn-danger[type='button'].focus,
fieldset[disabled] .btn-danger[type='reset'].focus,
fieldset[disabled] .btn-danger[type='submit'].focus {
  background-color: #EA161F;
  border-color: #d3131b;
}
.btn-danger.btn .badge,
.btn-dangerbutton .badge,
.btn-danger[type='button'] .badge,
.btn-danger[type='reset'] .badge,
.btn-danger[type='submit'] .badge {
  color: #EA161F;
  background-color: #fff;
}
.btn-link {
  color: currentColor;
  font-weight: normal;
  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: currentColor;
  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: #F2F2F2;
  text-decoration: none;
}
.btn-lg,
.command.btn.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  border-radius: 9999px;
}
.btn-sm,
.command.btn.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 9999px;
  height: 40px;
}
.btn-xs,
.command.btn.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 9999px;
}
.uib-day .btn,
.uib-month .btn,
.uib-year .btn {
  padding: 6px 12px;
}
.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px 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;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 0;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.04), 0 4px 3px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.1875rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.625rem;
  color: #404040;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #FCF8F3;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: black;
  text-decoration: none;
  outline: 0;
  background-color: #F7E9D2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #F2F2F2;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #F2F2F2;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 1rem;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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-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-group {
  float: left;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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: 6px 6px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 6px 6px;
}
.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-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: flex;
  width: 100%;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: flex;
  flex: 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-left: 0;
  padding-right: 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: 63px;
  padding: 10px 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  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: 63px;
}
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: 24px;
  padding: 0 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
}
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-btn {
  padding-left: 0.5rem;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: black;
  text-align: center;
  background-color: #F8F8F8;
  border: 1px solid black;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.875rem;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.75rem;
  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 > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-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 > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 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: #F8F8F8;
}
.nav > li.disabled > a {
  color: #F2F2F2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #F2F2F2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #F8F8F8;
  border-color: currentColor;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.1875rem 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.625rem;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #F8F8F8 #F8F8F8 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #DEDEDE;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: 0;
}
.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: 0 0 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: 0;
}
.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: black;
  background-color: #F7E9D2;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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: 0;
}
.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: 0 0 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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 35px;
  margin-bottom: 1.625rem;
  border: 1px solid transparent;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 1px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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: 1px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1px) {
  .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: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1px) {
  .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;
}
.navbar-brand {
  float: left;
  padding: 16.6875px 15px;
  font-size: 1.75rem;
  line-height: 1.625rem;
  height: 35px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.34375px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.625rem;
}
@media (max-width: 0px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 1.625rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.6875px;
    padding-bottom: 16.6875px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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: -12.5px;
  margin-bottom: -12.5px;
}
@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: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}
.navbar-btn.btn-sm {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-xs {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-text {
  margin-top: 16.6875px;
  margin-bottom: 16.6875px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1px) {
  .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: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fff;
}
.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-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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #000;
}
@media (max-width: 0px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #fff;
  }
  .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: #000;
    background-color: #fff;
  }
  .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-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #000;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000;
}
.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: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 0px) {
  .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: #ffffff;
  }
  .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-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.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: 1.625rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: white;
}
.breadcrumb > .active {
  color: black;
}
.pagination {
  display: inline-flex;
  align-items: center;
  justify-content: stretch;
  padding-left: 0;
  border-radius: 0;
}
.pagination > li {
  display: flex;
  align-items: center;
  justify-content: stretch;
  height: 24px;
}
.pagination > li > a,
.pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.625rem;
  text-decoration: none;
  color: currentColor;
  background-color: #fff;
  font-weight: 400;
  font-size: 18px;
  min-width: 1rem;
  font-family: 'Roboto';
}
.pagination > li > a > span,
.pagination > li > span > span {
  padding: 6px 12px;
}
.pagination > li .pagination-icon {
  display: flex;
  flex: 0 0 auto;
  height: 16px;
  max-width: 24px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: currentColor;
  background-color: #F8F8F8;
  border-color: transparent;
}
.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: #EA161F;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #707070;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 1.625rem 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #F8F8F8;
}
.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: #707070;
  background-color: #fff;
  cursor: not-allowed;
}
.badge {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 18px;
  min-height: 17px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.0625rem;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(112, 112, 112, 0.5);
  border-radius: 900px;
}
.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: #fff;
  background-color: #565656;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #F2F2F2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d9d9d9;
}
.label-primary {
  background-color: #EA161F;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #bc1118;
}
.label-success {
  background-color: #3D8608;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #275605;
}
.label-info {
  background-color: #565656;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3d3d3d;
}
.label-warning {
  background-color: #F7E9D2;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #efd4a7;
}
.label-danger {
  background-color: #EA161F;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #bc1118;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #F8F8F8;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dfdfdf;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 5rem;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1.625rem;
  line-height: 1.625rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: currentColor;
}
.thumbnail .caption {
  padding: 9px;
  color: black;
}
.alert {
  padding: 15px;
  margin-bottom: 1.625rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #3D8608;
  border-color: #3D8608;
  color: white;
}
.alert-success hr {
  border-top-color: #326e07;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #565656;
  border-color: #565656;
  color: white;
}
.alert-info hr {
  border-top-color: #494949;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-info .btn-primary.btn,
.alert-info .btn-primarybutton,
.alert-info .btn-primary[type='button'],
.alert-info .btn-primary[type='reset'],
.alert-info .btn-primary[type='submit'] {
  color: black;
  background-color: white;
  border-color: black;
}
.alert-info .btn-primary.btn:focus,
.alert-info .btn-primarybutton:focus,
.alert-info .btn-primary[type='button']:focus,
.alert-info .btn-primary[type='reset']:focus,
.alert-info .btn-primary[type='submit']:focus,
.alert-info .btn-primary.btn.focus,
.alert-info .btn-primarybutton.focus,
.alert-info .btn-primary[type='button'].focus,
.alert-info .btn-primary[type='reset'].focus,
.alert-info .btn-primary[type='submit'].focus {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.alert-info .btn-primary.btn:hover,
.alert-info .btn-primarybutton:hover,
.alert-info .btn-primary[type='button']:hover,
.alert-info .btn-primary[type='reset']:hover,
.alert-info .btn-primary[type='submit']:hover {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.alert-info .btn-primary.btn:hover .text-muted,
.alert-info .btn-primarybutton:hover .text-muted,
.alert-info .btn-primary[type='button']:hover .text-muted,
.alert-info .btn-primary[type='reset']:hover .text-muted,
.alert-info .btn-primary[type='submit']:hover .text-muted {
  color: #707070;
}
.alert-info .btn-primary.btn:active,
.alert-info .btn-primarybutton:active,
.alert-info .btn-primary[type='button']:active,
.alert-info .btn-primary[type='reset']:active,
.alert-info .btn-primary[type='submit']:active,
.alert-info .btn-primary.btn.active,
.alert-info .btn-primarybutton.active,
.alert-info .btn-primary[type='button'].active,
.alert-info .btn-primary[type='reset'].active,
.alert-info .btn-primary[type='submit'].active,
.open > .dropdown-toggle.alert-info .btn-primary.btn,
.open > .dropdown-toggle.alert-info .btn-primarybutton,
.open > .dropdown-toggle.alert-info .btn-primary[type='button'],
.open > .dropdown-toggle.alert-info .btn-primary[type='reset'],
.open > .dropdown-toggle.alert-info .btn-primary[type='submit'] {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.alert-info .btn-primary.btn:active:hover,
.alert-info .btn-primarybutton:active:hover,
.alert-info .btn-primary[type='button']:active:hover,
.alert-info .btn-primary[type='reset']:active:hover,
.alert-info .btn-primary[type='submit']:active:hover,
.alert-info .btn-primary.btn.active:hover,
.alert-info .btn-primarybutton.active:hover,
.alert-info .btn-primary[type='button'].active:hover,
.alert-info .btn-primary[type='reset'].active:hover,
.alert-info .btn-primary[type='submit'].active:hover,
.open > .dropdown-toggle.alert-info .btn-primary.btn:hover,
.open > .dropdown-toggle.alert-info .btn-primarybutton:hover,
.open > .dropdown-toggle.alert-info .btn-primary[type='button']:hover,
.open > .dropdown-toggle.alert-info .btn-primary[type='reset']:hover,
.open > .dropdown-toggle.alert-info .btn-primary[type='submit']:hover,
.alert-info .btn-primary.btn:active:focus,
.alert-info .btn-primarybutton:active:focus,
.alert-info .btn-primary[type='button']:active:focus,
.alert-info .btn-primary[type='reset']:active:focus,
.alert-info .btn-primary[type='submit']:active:focus,
.alert-info .btn-primary.btn.active:focus,
.alert-info .btn-primarybutton.active:focus,
.alert-info .btn-primary[type='button'].active:focus,
.alert-info .btn-primary[type='reset'].active:focus,
.alert-info .btn-primary[type='submit'].active:focus,
.open > .dropdown-toggle.alert-info .btn-primary.btn:focus,
.open > .dropdown-toggle.alert-info .btn-primarybutton:focus,
.open > .dropdown-toggle.alert-info .btn-primary[type='button']:focus,
.open > .dropdown-toggle.alert-info .btn-primary[type='reset']:focus,
.open > .dropdown-toggle.alert-info .btn-primary[type='submit']:focus,
.alert-info .btn-primary.btn:active.focus,
.alert-info .btn-primarybutton:active.focus,
.alert-info .btn-primary[type='button']:active.focus,
.alert-info .btn-primary[type='reset']:active.focus,
.alert-info .btn-primary[type='submit']:active.focus,
.alert-info .btn-primary.btn.active.focus,
.alert-info .btn-primarybutton.active.focus,
.alert-info .btn-primary[type='button'].active.focus,
.alert-info .btn-primary[type='reset'].active.focus,
.alert-info .btn-primary[type='submit'].active.focus,
.open > .dropdown-toggle.alert-info .btn-primary.btn.focus,
.open > .dropdown-toggle.alert-info .btn-primarybutton.focus,
.open > .dropdown-toggle.alert-info .btn-primary[type='button'].focus,
.open > .dropdown-toggle.alert-info .btn-primary[type='reset'].focus,
.open > .dropdown-toggle.alert-info .btn-primary[type='submit'].focus {
  color: black;
  background-color: #d4d4d4;
  border-color: #000000;
}
.alert-info .btn-primary.btn:active,
.alert-info .btn-primarybutton:active,
.alert-info .btn-primary[type='button']:active,
.alert-info .btn-primary[type='reset']:active,
.alert-info .btn-primary[type='submit']:active,
.alert-info .btn-primary.btn.active,
.alert-info .btn-primarybutton.active,
.alert-info .btn-primary[type='button'].active,
.alert-info .btn-primary[type='reset'].active,
.alert-info .btn-primary[type='submit'].active,
.open > .dropdown-toggle.alert-info .btn-primary.btn,
.open > .dropdown-toggle.alert-info .btn-primarybutton,
.open > .dropdown-toggle.alert-info .btn-primary[type='button'],
.open > .dropdown-toggle.alert-info .btn-primary[type='reset'],
.open > .dropdown-toggle.alert-info .btn-primary[type='submit'] {
  background-image: none;
}
.alert-info .btn-primary.btn.disabled:hover,
.alert-info .btn-primarybutton.disabled:hover,
.alert-info .btn-primary[type='button'].disabled:hover,
.alert-info .btn-primary[type='reset'].disabled:hover,
.alert-info .btn-primary[type='submit'].disabled:hover,
.alert-info .btn-primary.btn[disabled]:hover,
.alert-info .btn-primarybutton[disabled]:hover,
.alert-info .btn-primary[type='button'][disabled]:hover,
.alert-info .btn-primary[type='reset'][disabled]:hover,
.alert-info .btn-primary[type='submit'][disabled]:hover,
fieldset[disabled] .alert-info .btn-primary.btn:hover,
fieldset[disabled] .alert-info .btn-primarybutton:hover,
fieldset[disabled] .alert-info .btn-primary[type='button']:hover,
fieldset[disabled] .alert-info .btn-primary[type='reset']:hover,
fieldset[disabled] .alert-info .btn-primary[type='submit']:hover,
.alert-info .btn-primary.btn.disabled:focus,
.alert-info .btn-primarybutton.disabled:focus,
.alert-info .btn-primary[type='button'].disabled:focus,
.alert-info .btn-primary[type='reset'].disabled:focus,
.alert-info .btn-primary[type='submit'].disabled:focus,
.alert-info .btn-primary.btn[disabled]:focus,
.alert-info .btn-primarybutton[disabled]:focus,
.alert-info .btn-primary[type='button'][disabled]:focus,
.alert-info .btn-primary[type='reset'][disabled]:focus,
.alert-info .btn-primary[type='submit'][disabled]:focus,
fieldset[disabled] .alert-info .btn-primary.btn:focus,
fieldset[disabled] .alert-info .btn-primarybutton:focus,
fieldset[disabled] .alert-info .btn-primary[type='button']:focus,
fieldset[disabled] .alert-info .btn-primary[type='reset']:focus,
fieldset[disabled] .alert-info .btn-primary[type='submit']:focus,
.alert-info .btn-primary.btn.disabled.focus,
.alert-info .btn-primarybutton.disabled.focus,
.alert-info .btn-primary[type='button'].disabled.focus,
.alert-info .btn-primary[type='reset'].disabled.focus,
.alert-info .btn-primary[type='submit'].disabled.focus,
.alert-info .btn-primary.btn[disabled].focus,
.alert-info .btn-primarybutton[disabled].focus,
.alert-info .btn-primary[type='button'][disabled].focus,
.alert-info .btn-primary[type='reset'][disabled].focus,
.alert-info .btn-primary[type='submit'][disabled].focus,
fieldset[disabled] .alert-info .btn-primary.btn.focus,
fieldset[disabled] .alert-info .btn-primarybutton.focus,
fieldset[disabled] .alert-info .btn-primary[type='button'].focus,
fieldset[disabled] .alert-info .btn-primary[type='reset'].focus,
fieldset[disabled] .alert-info .btn-primary[type='submit'].focus {
  background-color: white;
  border-color: black;
}
.alert-info .btn-primary.btn .badge,
.alert-info .btn-primarybutton .badge,
.alert-info .btn-primary[type='button'] .badge,
.alert-info .btn-primary[type='reset'] .badge,
.alert-info .btn-primary[type='submit'] .badge {
  color: white;
  background-color: black;
}
.alert-warning {
  background-color: #F7E9D2;
  border-color: #F7E9D2;
  color: black;
}
.alert-warning hr {
  border-top-color: #f3debc;
}
.alert-warning .alert-link {
  color: #000000;
}
.alert-danger {
  background-color: #EA161F;
  border-color: white;
  color: white;
}
.alert-danger hr {
  border-top-color: #f2f2f2;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-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 {
  overflow: hidden;
  height: 1.625rem;
  margin-bottom: 1.625rem;
  background-color: #565656;
  border-radius: 0;
  -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: 0.875rem;
  line-height: 1.625rem;
  color: #fff;
  text-align: center;
  background-color: #EA161F;
  -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);
  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: #3D8608;
}
.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: #565656;
}
.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: #F7E9D2;
}
.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: #EA161F;
}
.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 {
  zoom: 1;
  overflow: hidden;
}
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: transparent;
  border-left: 6px solid transparent;
  padding-left: 9px;
}
.list-group-item:not(:nth-last-child(1 of .list-group-item)) {
  border-bottom: 1px solid black;
}
a.list-group-item,
button.list-group-item {
  color: black;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: black;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: black;
  background-color: #FCF8F3;
}
button.list-group-item {
  width: 100%;
  text-align: left;
  border: 1px solid black;
}
button.list-group-item:not(:nth-last-child(1 of .list-group-item)) {
  margin-bottom: 10px;
}
button.list-group-item > span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #F8F8F8;
  color: #F2F2F2;
  cursor: not-allowed;
}
.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: #F2F2F2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: black;
  background-color: #F7E9D2;
  border-color: black;
  font-weight: 700;
  border-left-color: black;
}
.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: black;
}
.list-group-item-success {
  color: white;
  background-color: #3D8608;
}
a.list-group-item-success,
button.list-group-item-success {
  color: white;
}
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: white;
  background-color: #326e07;
}
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: white;
  border-color: white;
}
.list-group-item-info {
  color: white;
  background-color: #565656;
}
a.list-group-item-info,
button.list-group-item-info {
  color: white;
}
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: white;
  background-color: #494949;
}
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: white;
  border-color: white;
}
.list-group-item-warning {
  color: black;
  background-color: #F7E9D2;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: black;
}
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: black;
  background-color: #f3debc;
}
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: black;
  border-color: black;
}
.list-group-item-danger {
  color: white;
  background-color: #EA161F;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: white;
}
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: white;
  background-color: #d3131b;
}
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: white;
  border-color: white;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1.625rem;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > h3,
.panel > h4 {
  padding-left: 24px;
  padding-right: 24px;
}
.panel > h3:first-child,
.panel > h4:first-child {
  padding-top: 24px;
}
.panel > table {
  width: unset;
  margin-left: 24px;
  margin-right: 24px;
}
.panel > table:last-child {
  margin-bottom: 24px;
}
.panel-body {
  padding: 24px;
}
.panel-heading {
  padding: 24px 24px 24px 24px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-body + .panel-footer {
  padding-top: 0;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 24px 24px 24px 24px;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 24px;
  padding-right: 24px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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-left-radius: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid rgba(112, 112, 112, 0.68);
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 1.625rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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 transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #DEDEDE;
  background-color: #FFFFFF;
  color: black;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #DEDEDE;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DEDEDE;
}
.panel-primary {
  border-color: #FAF1E3;
  background-color: #FAF1E3;
  color: black;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FAF1E3;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FAF1E3;
}
.panel-success {
  border-color: #3D8608;
  background-color: #3D8608;
  color: white;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3D8608;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3D8608;
}
.panel-info {
  border-color: #FAF1E3;
  background-color: #FAF1E3;
  color: black;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FAF1E3;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FAF1E3;
}
.panel-warning {
  border-color: #F7E9D2;
  background-color: #F7E9D2;
  color: black;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F7E9D2;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F7E9D2;
}
.panel-danger {
  border-color: #EA161F;
  background-color: #EA161F;
  color: white;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EA161F;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EA161F;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: #565656;
  border: 1px solid #444444;
  border-radius: 0;
  -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: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.625rem;
}
.modal-body {
  position: relative;
}
.modal .modal-body,
.modal .modal-footer {
  padding: 24px;
}
.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 90vw;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625rem;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1049;
  display: none;
  max-width: 620px;
  padding: 1px;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625rem;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.15);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.list-group-item.ng-enter,
.list-group-item.ng-leave {
  -webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.list-group-item.ng-leave.ng-leave-active,
.list-group-item.ng-enter {
  opacity: 0;
}
.list-group-item.ng-enter.ng-enter-active,
.list-group-item.ng-leave {
  opacity: 1;
}
.status-alert.ng-enter,
.status-alert.ng-leave {
  -webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.status-alert.ng-leave.ng-leave-active,
.status-alert.ng-enter {
  opacity: 0;
}
.status-alert.ng-enter.ng-enter-active,
.status-alert.ng-leave {
  opacity: 1;
}
.card .list-group-item-heading.ng-animate,
.card .list-group-item-text.ng-animate,
.form-group.ng-animate {
  -webkit-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.card .list-group-item-heading.ng-enter,
.card .list-group-item-text.ng-enter,
.form-group.ng-enter,
.card .list-group-item-heading.ng-hide-remove,
.card .list-group-item-text.ng-hide-remove,
.form-group.ng-hide-remove {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
}
.card .list-group-item-heading.ng-leave.ng-leave-active,
.card .list-group-item-text.ng-leave.ng-leave-active,
.form-group.ng-leave.ng-leave-active,
.card .list-group-item-heading.ng-hide-add-active,
.card .list-group-item-text.ng-hide-add-active,
.form-group.ng-hide-add-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
}
.card .list-group-item-heading.ng-leave.ng-leave-active,
.card .list-group-item-text.ng-leave.ng-leave-active,
.form-group.ng-leave.ng-leave-active {
  position: absolute;
}
.card .list-group-item-heading.ng-leave,
.card .list-group-item-text.ng-leave,
.form-group.ng-leave,
.card .list-group-item-heading.ng-hide-add,
.card .list-group-item-text.ng-hide-add,
.form-group.ng-hide-add {
  -webkit-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.card .list-group-item-heading.ng-enter.ng-enter-active,
.card .list-group-item-text.ng-enter.ng-enter-active,
.form-group.ng-enter.ng-enter-active,
.card .list-group-item-heading.ng-leave,
.card .list-group-item-text.ng-leave,
.form-group.ng-leave,
.card .list-group-item-heading.ng-hide-remove.ng-hide-remove-active,
.card .list-group-item-text.ng-hide-remove.ng-hide-remove-active,
.form-group.ng-hide-remove.ng-hide-remove-active,
.card .list-group-item-heading.ng-hide-add,
.card .list-group-item-text.ng-hide-add,
.form-group.ng-hide-add {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@-moz-keyframes orbit {
  0% {
    opacity: 0;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 0;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 0;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 0;
    z-index: 99;
    v-ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 0;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 0;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 0;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 0;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 0;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
.double-bounce1,
.double-bounce2 {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #EA161F;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
/* tables */
.table-fixed {
  table-layout: fixed;
}
.table-fixed td,
.table-fixed th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
tr .col-inline-actions-1 {
  width: 42px;
  text-overflow: clip;
}
tr .col-inline-actions-2 {
  width: 68px;
  text-overflow: clip;
}
tr .col-inline-actions-3 {
  width: 94px;
  text-overflow: clip;
}
tr .col-inline-actions-4 {
  width: 120px;
  text-overflow: clip;
}
/* selection */
.selectable,
.selectable:not(.focused):focus {
  outline: none;
}
tr.selectable {
  border-left: 8px solid transparent;
  border-right: 4px solid transparent;
}
tr.active {
  border-left-color: #F7E9D2;
}
.selectable.list-group-item.focused,
.selectable.list-group-item.focused.active:not(.card) {
  background-color: rgba(247, 233, 210, 0.2);
  color: black;
}
.selectable.active.list-group-item:not(.card) {
  background-color: rgba(247, 233, 210, 0.8);
  color: black;
}
.card {
  overflow: hidden;
}
.card.selectable:not(.active) {
  border-left-width: 1px;
  margin-left: 7px;
}
.card.active {
  background-color: #F7E9D2;
  border-left: 8px solid #F7E9D2;
}
.selectable.card:hover {
  background-color: #FCF8F3;
}
.selectable.active.card:hover {
  background-color: #F7E9D2;
}
/* sortable + minimizable */
.sortable:hover,
.minimizable:hover {
  cursor: pointer;
}
.sortable .sortable-icon {
  transition: transform 0.3s ease-in-out;
}
.sortable:not(.desc):not(.asc):not(:hover) .sortable-icon {
  opacity: 0;
}
.sortable:hover .sortable-icon {
  opacity: 0.6;
}
.sortable span[class*="icon-"] {
  position: absolute;
}
.sortable span[class*="icon-"],
.minimizable span[class*="icon-"] {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.sortable-span {
  display: flex;
  justify-content: start;
  gap: 2px;
  align-items: center;
}
.sortable:not(.desc):not(.asc) span[class*="icon-"] {
  opacity: 0.2;
}
.sortable.desc .sortable-icon,
.minimizable.desc span[class*="icon-"] {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* pager */
source-pager {
  min-width: 340px;
}
/* flyout */
.flyout {
  display: block;
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
}
.flyout[relative-to-screen] {
  min-width: 600px;
  max-width: 80vw;
}
.wide {
  min-width: 75%;
}
.wide-full {
  width: 100%;
}
.flyout > .nav > li {
  min-width: 400px;
  overflow: hidden;
}
.dropdown-menu {
  z-index: 1020;
}
/* validation */
select.ng-invalid option {
  background: white;
}
input[disabled].ng-invalid {
  border: 1px solid #cccccc;
}
input.ng-invalid:focus,
select.ng-invalid:focus,
textarea.ng-invalid:focus {
  outline: none;
  border-color: rgba(241, 102, 107, 0.8);
}
:not(.ng-invalid).visible-when-invalid {
  display: none;
}
.inline-validation-info {
  position: absolute;
  margin-left: 16px;
}
.tooltip.inline-validation-info {
  pointer-events: none;
  line-height: 20px;
  min-width: 300px;
}
.tooltip.inline-validation-info.ng-animate {
  -webkit-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.tooltip.inline-validation-info.ng-enter,
.tooltip.inline-validation-info.ng-hide-remove {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
}
.tooltip.inline-validation-info.ng-leave.ng-leave-active,
.tooltip.inline-validation-info.ng-hide-add-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
}
.tooltip.inline-validation-info.ng-leave.ng-leave-active {
  position: absolute;
}
.tooltip.inline-validation-info.ng-leave,
.tooltip.inline-validation-info.ng-hide-add {
  -webkit-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.tooltip.inline-validation-info.ng-enter.ng-enter-active,
.tooltip.inline-validation-info.ng-leave,
.tooltip.inline-validation-info.ng-hide-remove.ng-hide-remove-active,
.tooltip.inline-validation-info.ng-hide-add {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.tooltip.inline-validation-info.in {
  opacity: 1;
}
.tooltip.inline-validation-info .tooltip-inner {
  background-color: rgba(248, 177, 180, 0.99);
  color: black;
  border-top: 2px solid rgba(241, 102, 107, 0.8);
}
.tooltip.inline-validation-info .tooltip-arrow {
  border-right-color: rgba(241, 102, 107, 0.8);
}
/* compare model */
.model-added:not(thead):not(tbody),
.model-added > tr:not(.table-info-section) {
  border: #565656 3px dotted !important;
}
.model-removed:not(thead):not(tbody),
.model-removed > tr:not(.table-info-section) {
  border: #EA161F 3px dotted !important;
}
.model-changed:not(thead):not(tbody),
.model-changed > tr:not(.table-info-section) {
  border: #F7E9D2 3px dotted !important;
}
/* commands */
.icon-sm {
  font-size: 12px;
}
.icon-md {
  font-size: 16px;
}
.icon-lg {
  font-size: 24px;
}
.command .btn[class*="icon-"],
.command.btn[class*="icon-"] {
  font-size: 36px;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.3;
}
.disabled.hide-when-disabled {
  display: none;
}
.command-group {
  float: left;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.command-group > .command-group + .command-group {
  margin-left: 24px;
}
.app-commands {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.app-commands > .d-inline-block + .d-inline-block:not(.is-empty) {
  margin-left: unset;
}
.command-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
}
/* file upload */
.dragover,
.well.dragover {
  background-color: #565656;
  border-color: #565656;
  color: white;
  border-width: 2px;
}
.dragover hr,
.well.dragover hr {
  border-top-color: #494949;
}
.dragover .alert-link,
.well.dragover .alert-link {
  color: #e6e6e6;
}
.dragover .btn-primary.btn,
.well.dragover .btn-primary.btn,
.dragover .btn-primarybutton,
.well.dragover .btn-primarybutton,
.dragover .btn-primary[type='button'],
.well.dragover .btn-primary[type='button'],
.dragover .btn-primary[type='reset'],
.well.dragover .btn-primary[type='reset'],
.dragover .btn-primary[type='submit'],
.well.dragover .btn-primary[type='submit'] {
  color: black;
  background-color: white;
  border-color: black;
}
.dragover .btn-primary.btn:focus,
.well.dragover .btn-primary.btn:focus,
.dragover .btn-primarybutton:focus,
.well.dragover .btn-primarybutton:focus,
.dragover .btn-primary[type='button']:focus,
.well.dragover .btn-primary[type='button']:focus,
.dragover .btn-primary[type='reset']:focus,
.well.dragover .btn-primary[type='reset']:focus,
.dragover .btn-primary[type='submit']:focus,
.well.dragover .btn-primary[type='submit']:focus,
.dragover .btn-primary.btn.focus,
.well.dragover .btn-primary.btn.focus,
.dragover .btn-primarybutton.focus,
.well.dragover .btn-primarybutton.focus,
.dragover .btn-primary[type='button'].focus,
.well.dragover .btn-primary[type='button'].focus,
.dragover .btn-primary[type='reset'].focus,
.well.dragover .btn-primary[type='reset'].focus,
.dragover .btn-primary[type='submit'].focus,
.well.dragover .btn-primary[type='submit'].focus {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.dragover .btn-primary.btn:hover,
.well.dragover .btn-primary.btn:hover,
.dragover .btn-primarybutton:hover,
.well.dragover .btn-primarybutton:hover,
.dragover .btn-primary[type='button']:hover,
.well.dragover .btn-primary[type='button']:hover,
.dragover .btn-primary[type='reset']:hover,
.well.dragover .btn-primary[type='reset']:hover,
.dragover .btn-primary[type='submit']:hover,
.well.dragover .btn-primary[type='submit']:hover {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.dragover .btn-primary.btn:hover .text-muted,
.well.dragover .btn-primary.btn:hover .text-muted,
.dragover .btn-primarybutton:hover .text-muted,
.well.dragover .btn-primarybutton:hover .text-muted,
.dragover .btn-primary[type='button']:hover .text-muted,
.well.dragover .btn-primary[type='button']:hover .text-muted,
.dragover .btn-primary[type='reset']:hover .text-muted,
.well.dragover .btn-primary[type='reset']:hover .text-muted,
.dragover .btn-primary[type='submit']:hover .text-muted,
.well.dragover .btn-primary[type='submit']:hover .text-muted {
  color: #707070;
}
.dragover .btn-primary.btn:active,
.well.dragover .btn-primary.btn:active,
.dragover .btn-primarybutton:active,
.well.dragover .btn-primarybutton:active,
.dragover .btn-primary[type='button']:active,
.well.dragover .btn-primary[type='button']:active,
.dragover .btn-primary[type='reset']:active,
.well.dragover .btn-primary[type='reset']:active,
.dragover .btn-primary[type='submit']:active,
.well.dragover .btn-primary[type='submit']:active,
.dragover .btn-primary.btn.active,
.well.dragover .btn-primary.btn.active,
.dragover .btn-primarybutton.active,
.well.dragover .btn-primarybutton.active,
.dragover .btn-primary[type='button'].active,
.well.dragover .btn-primary[type='button'].active,
.dragover .btn-primary[type='reset'].active,
.well.dragover .btn-primary[type='reset'].active,
.dragover .btn-primary[type='submit'].active,
.well.dragover .btn-primary[type='submit'].active,
.open > .dropdown-toggle.dragover .btn-primary.btn,
.open > .dropdown-toggle.well.dragover .btn-primary.btn,
.open > .dropdown-toggle.dragover .btn-primarybutton,
.open > .dropdown-toggle.well.dragover .btn-primarybutton,
.open > .dropdown-toggle.dragover .btn-primary[type='button'],
.open > .dropdown-toggle.well.dragover .btn-primary[type='button'],
.open > .dropdown-toggle.dragover .btn-primary[type='reset'],
.open > .dropdown-toggle.well.dragover .btn-primary[type='reset'],
.open > .dropdown-toggle.dragover .btn-primary[type='submit'],
.open > .dropdown-toggle.well.dragover .btn-primary[type='submit'] {
  color: black;
  background-color: #e6e6e6;
  border-color: #000000;
}
.dragover .btn-primary.btn:active:hover,
.well.dragover .btn-primary.btn:active:hover,
.dragover .btn-primarybutton:active:hover,
.well.dragover .btn-primarybutton:active:hover,
.dragover .btn-primary[type='button']:active:hover,
.well.dragover .btn-primary[type='button']:active:hover,
.dragover .btn-primary[type='reset']:active:hover,
.well.dragover .btn-primary[type='reset']:active:hover,
.dragover .btn-primary[type='submit']:active:hover,
.well.dragover .btn-primary[type='submit']:active:hover,
.dragover .btn-primary.btn.active:hover,
.well.dragover .btn-primary.btn.active:hover,
.dragover .btn-primarybutton.active:hover,
.well.dragover .btn-primarybutton.active:hover,
.dragover .btn-primary[type='button'].active:hover,
.well.dragover .btn-primary[type='button'].active:hover,
.dragover .btn-primary[type='reset'].active:hover,
.well.dragover .btn-primary[type='reset'].active:hover,
.dragover .btn-primary[type='submit'].active:hover,
.well.dragover .btn-primary[type='submit'].active:hover,
.open > .dropdown-toggle.dragover .btn-primary.btn:hover,
.open > .dropdown-toggle.well.dragover .btn-primary.btn:hover,
.open > .dropdown-toggle.dragover .btn-primarybutton:hover,
.open > .dropdown-toggle.well.dragover .btn-primarybutton:hover,
.open > .dropdown-toggle.dragover .btn-primary[type='button']:hover,
.open > .dropdown-toggle.well.dragover .btn-primary[type='button']:hover,
.open > .dropdown-toggle.dragover .btn-primary[type='reset']:hover,
.open > .dropdown-toggle.well.dragover .btn-primary[type='reset']:hover,
.open > .dropdown-toggle.dragover .btn-primary[type='submit']:hover,
.open > .dropdown-toggle.well.dragover .btn-primary[type='submit']:hover,
.dragover .btn-primary.btn:active:focus,
.well.dragover .btn-primary.btn:active:focus,
.dragover .btn-primarybutton:active:focus,
.well.dragover .btn-primarybutton:active:focus,
.dragover .btn-primary[type='button']:active:focus,
.well.dragover .btn-primary[type='button']:active:focus,
.dragover .btn-primary[type='reset']:active:focus,
.well.dragover .btn-primary[type='reset']:active:focus,
.dragover .btn-primary[type='submit']:active:focus,
.well.dragover .btn-primary[type='submit']:active:focus,
.dragover .btn-primary.btn.active:focus,
.well.dragover .btn-primary.btn.active:focus,
.dragover .btn-primarybutton.active:focus,
.well.dragover .btn-primarybutton.active:focus,
.dragover .btn-primary[type='button'].active:focus,
.well.dragover .btn-primary[type='button'].active:focus,
.dragover .btn-primary[type='reset'].active:focus,
.well.dragover .btn-primary[type='reset'].active:focus,
.dragover .btn-primary[type='submit'].active:focus,
.well.dragover .btn-primary[type='submit'].active:focus,
.open > .dropdown-toggle.dragover .btn-primary.btn:focus,
.open > .dropdown-toggle.well.dragover .btn-primary.btn:focus,
.open > .dropdown-toggle.dragover .btn-primarybutton:focus,
.open > .dropdown-toggle.well.dragover .btn-primarybutton:focus,
.open > .dropdown-toggle.dragover .btn-primary[type='button']:focus,
.open > .dropdown-toggle.well.dragover .btn-primary[type='button']:focus,
.open > .dropdown-toggle.dragover .btn-primary[type='reset']:focus,
.open > .dropdown-toggle.well.dragover .btn-primary[type='reset']:focus,
.open > .dropdown-toggle.dragover .btn-primary[type='submit']:focus,
.open > .dropdown-toggle.well.dragover .btn-primary[type='submit']:focus,
.dragover .btn-primary.btn:active.focus,
.well.dragover .btn-primary.btn:active.focus,
.dragover .btn-primarybutton:active.focus,
.well.dragover .btn-primarybutton:active.focus,
.dragover .btn-primary[type='button']:active.focus,
.well.dragover .btn-primary[type='button']:active.focus,
.dragover .btn-primary[type='reset']:active.focus,
.well.dragover .btn-primary[type='reset']:active.focus,
.dragover .btn-primary[type='submit']:active.focus,
.well.dragover .btn-primary[type='submit']:active.focus,
.dragover .btn-primary.btn.active.focus,
.well.dragover .btn-primary.btn.active.focus,
.dragover .btn-primarybutton.active.focus,
.well.dragover .btn-primarybutton.active.focus,
.dragover .btn-primary[type='button'].active.focus,
.well.dragover .btn-primary[type='button'].active.focus,
.dragover .btn-primary[type='reset'].active.focus,
.well.dragover .btn-primary[type='reset'].active.focus,
.dragover .btn-primary[type='submit'].active.focus,
.well.dragover .btn-primary[type='submit'].active.focus,
.open > .dropdown-toggle.dragover .btn-primary.btn.focus,
.open > .dropdown-toggle.well.dragover .btn-primary.btn.focus,
.open > .dropdown-toggle.dragover .btn-primarybutton.focus,
.open > .dropdown-toggle.well.dragover .btn-primarybutton.focus,
.open > .dropdown-toggle.dragover .btn-primary[type='button'].focus,
.open > .dropdown-toggle.well.dragover .btn-primary[type='button'].focus,
.open > .dropdown-toggle.dragover .btn-primary[type='reset'].focus,
.open > .dropdown-toggle.well.dragover .btn-primary[type='reset'].focus,
.open > .dropdown-toggle.dragover .btn-primary[type='submit'].focus,
.open > .dropdown-toggle.well.dragover .btn-primary[type='submit'].focus {
  color: black;
  background-color: #d4d4d4;
  border-color: #000000;
}
.dragover .btn-primary.btn:active,
.well.dragover .btn-primary.btn:active,
.dragover .btn-primarybutton:active,
.well.dragover .btn-primarybutton:active,
.dragover .btn-primary[type='button']:active,
.well.dragover .btn-primary[type='button']:active,
.dragover .btn-primary[type='reset']:active,
.well.dragover .btn-primary[type='reset']:active,
.dragover .btn-primary[type='submit']:active,
.well.dragover .btn-primary[type='submit']:active,
.dragover .btn-primary.btn.active,
.well.dragover .btn-primary.btn.active,
.dragover .btn-primarybutton.active,
.well.dragover .btn-primarybutton.active,
.dragover .btn-primary[type='button'].active,
.well.dragover .btn-primary[type='button'].active,
.dragover .btn-primary[type='reset'].active,
.well.dragover .btn-primary[type='reset'].active,
.dragover .btn-primary[type='submit'].active,
.well.dragover .btn-primary[type='submit'].active,
.open > .dropdown-toggle.dragover .btn-primary.btn,
.open > .dropdown-toggle.well.dragover .btn-primary.btn,
.open > .dropdown-toggle.dragover .btn-primarybutton,
.open > .dropdown-toggle.well.dragover .btn-primarybutton,
.open > .dropdown-toggle.dragover .btn-primary[type='button'],
.open > .dropdown-toggle.well.dragover .btn-primary[type='button'],
.open > .dropdown-toggle.dragover .btn-primary[type='reset'],
.open > .dropdown-toggle.well.dragover .btn-primary[type='reset'],
.open > .dropdown-toggle.dragover .btn-primary[type='submit'],
.open > .dropdown-toggle.well.dragover .btn-primary[type='submit'] {
  background-image: none;
}
.dragover .btn-primary.btn.disabled:hover,
.well.dragover .btn-primary.btn.disabled:hover,
.dragover .btn-primarybutton.disabled:hover,
.well.dragover .btn-primarybutton.disabled:hover,
.dragover .btn-primary[type='button'].disabled:hover,
.well.dragover .btn-primary[type='button'].disabled:hover,
.dragover .btn-primary[type='reset'].disabled:hover,
.well.dragover .btn-primary[type='reset'].disabled:hover,
.dragover .btn-primary[type='submit'].disabled:hover,
.well.dragover .btn-primary[type='submit'].disabled:hover,
.dragover .btn-primary.btn[disabled]:hover,
.well.dragover .btn-primary.btn[disabled]:hover,
.dragover .btn-primarybutton[disabled]:hover,
.well.dragover .btn-primarybutton[disabled]:hover,
.dragover .btn-primary[type='button'][disabled]:hover,
.well.dragover .btn-primary[type='button'][disabled]:hover,
.dragover .btn-primary[type='reset'][disabled]:hover,
.well.dragover .btn-primary[type='reset'][disabled]:hover,
.dragover .btn-primary[type='submit'][disabled]:hover,
.well.dragover .btn-primary[type='submit'][disabled]:hover,
fieldset[disabled] .dragover .btn-primary.btn:hover,
fieldset[disabled] .well.dragover .btn-primary.btn:hover,
fieldset[disabled] .dragover .btn-primarybutton:hover,
fieldset[disabled] .well.dragover .btn-primarybutton:hover,
fieldset[disabled] .dragover .btn-primary[type='button']:hover,
fieldset[disabled] .well.dragover .btn-primary[type='button']:hover,
fieldset[disabled] .dragover .btn-primary[type='reset']:hover,
fieldset[disabled] .well.dragover .btn-primary[type='reset']:hover,
fieldset[disabled] .dragover .btn-primary[type='submit']:hover,
fieldset[disabled] .well.dragover .btn-primary[type='submit']:hover,
.dragover .btn-primary.btn.disabled:focus,
.well.dragover .btn-primary.btn.disabled:focus,
.dragover .btn-primarybutton.disabled:focus,
.well.dragover .btn-primarybutton.disabled:focus,
.dragover .btn-primary[type='button'].disabled:focus,
.well.dragover .btn-primary[type='button'].disabled:focus,
.dragover .btn-primary[type='reset'].disabled:focus,
.well.dragover .btn-primary[type='reset'].disabled:focus,
.dragover .btn-primary[type='submit'].disabled:focus,
.well.dragover .btn-primary[type='submit'].disabled:focus,
.dragover .btn-primary.btn[disabled]:focus,
.well.dragover .btn-primary.btn[disabled]:focus,
.dragover .btn-primarybutton[disabled]:focus,
.well.dragover .btn-primarybutton[disabled]:focus,
.dragover .btn-primary[type='button'][disabled]:focus,
.well.dragover .btn-primary[type='button'][disabled]:focus,
.dragover .btn-primary[type='reset'][disabled]:focus,
.well.dragover .btn-primary[type='reset'][disabled]:focus,
.dragover .btn-primary[type='submit'][disabled]:focus,
.well.dragover .btn-primary[type='submit'][disabled]:focus,
fieldset[disabled] .dragover .btn-primary.btn:focus,
fieldset[disabled] .well.dragover .btn-primary.btn:focus,
fieldset[disabled] .dragover .btn-primarybutton:focus,
fieldset[disabled] .well.dragover .btn-primarybutton:focus,
fieldset[disabled] .dragover .btn-primary[type='button']:focus,
fieldset[disabled] .well.dragover .btn-primary[type='button']:focus,
fieldset[disabled] .dragover .btn-primary[type='reset']:focus,
fieldset[disabled] .well.dragover .btn-primary[type='reset']:focus,
fieldset[disabled] .dragover .btn-primary[type='submit']:focus,
fieldset[disabled] .well.dragover .btn-primary[type='submit']:focus,
.dragover .btn-primary.btn.disabled.focus,
.well.dragover .btn-primary.btn.disabled.focus,
.dragover .btn-primarybutton.disabled.focus,
.well.dragover .btn-primarybutton.disabled.focus,
.dragover .btn-primary[type='button'].disabled.focus,
.well.dragover .btn-primary[type='button'].disabled.focus,
.dragover .btn-primary[type='reset'].disabled.focus,
.well.dragover .btn-primary[type='reset'].disabled.focus,
.dragover .btn-primary[type='submit'].disabled.focus,
.well.dragover .btn-primary[type='submit'].disabled.focus,
.dragover .btn-primary.btn[disabled].focus,
.well.dragover .btn-primary.btn[disabled].focus,
.dragover .btn-primarybutton[disabled].focus,
.well.dragover .btn-primarybutton[disabled].focus,
.dragover .btn-primary[type='button'][disabled].focus,
.well.dragover .btn-primary[type='button'][disabled].focus,
.dragover .btn-primary[type='reset'][disabled].focus,
.well.dragover .btn-primary[type='reset'][disabled].focus,
.dragover .btn-primary[type='submit'][disabled].focus,
.well.dragover .btn-primary[type='submit'][disabled].focus,
fieldset[disabled] .dragover .btn-primary.btn.focus,
fieldset[disabled] .well.dragover .btn-primary.btn.focus,
fieldset[disabled] .dragover .btn-primarybutton.focus,
fieldset[disabled] .well.dragover .btn-primarybutton.focus,
fieldset[disabled] .dragover .btn-primary[type='button'].focus,
fieldset[disabled] .well.dragover .btn-primary[type='button'].focus,
fieldset[disabled] .dragover .btn-primary[type='reset'].focus,
fieldset[disabled] .well.dragover .btn-primary[type='reset'].focus,
fieldset[disabled] .dragover .btn-primary[type='submit'].focus,
fieldset[disabled] .well.dragover .btn-primary[type='submit'].focus {
  background-color: white;
  border-color: black;
}
.dragover .btn-primary.btn .badge,
.well.dragover .btn-primary.btn .badge,
.dragover .btn-primarybutton .badge,
.well.dragover .btn-primarybutton .badge,
.dragover .btn-primary[type='button'] .badge,
.well.dragover .btn-primary[type='button'] .badge,
.dragover .btn-primary[type='reset'] .badge,
.well.dragover .btn-primary[type='reset'] .badge,
.dragover .btn-primary[type='submit'] .badge,
.well.dragover .btn-primary[type='submit'] .badge {
  color: white;
  background-color: black;
}
/* vertical-text */
@media (max-width: 991px) {
  th > .vertical-text {
    width: 20px;
  }
  th > .vertical-text > span {
    white-space: normal;
    min-width: 120px;
    display: block;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -moz-transform: translate(15px, 0px) rotate(-90deg);
    -ms-transform: translate(15px, 0px) rotate(-90deg);
    -o-transform: translate(15px, 0px) rotate(-90deg);
    -webkit-transform: translate(15px, 0px) rotate(-90deg);
    transform: translate(15px, 0px) rotate(-90deg);
  }
  .command-bar {
    float: left;
  }
}
:not(th) > .vertical-text {
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: translate(15px, 0px) rotate(-90deg);
  -ms-transform: translate(15px, 0px) rotate(-90deg);
  -o-transform: translate(15px, 0px) rotate(-90deg);
  -webkit-transform: translate(15px, 0px) rotate(-90deg);
  transform: translate(15px, 0px) rotate(-90deg);
}
/* filters */
tfoot .filters,
tfoot .form-group {
  margin: 1.625rem 0 0 0;
}
/* list picker*/
.list-picker {
  padding-right: 20px;
  display: inline-block;
}
.list-picker-flyout {
  max-height: 220px;
  min-height: 30px;
}
.selectable.list-group-item:hover {
  cursor: pointer;
  background-color: #FCF8F3;
}
.list-picker-icon,
.picker-icon {
  position: absolute;
  margin-top: 31.125px /* Border of 1px solid of form-control */;
  margin-left: -28px;
  display: inline;
  font-size: 1.75rem;
  line-height: 1.625rem;
  pointer-events: none;
  z-index: 1000;
}
.list-group-item > .icon-checkmark-3 {
  width: 20px;
  position: absolute;
}
.list-group-item > .icon-checkmark-3 + .list-group-item-text {
  margin-left: 20px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* loading */
.loading > * {
  opacity: 0.4;
  -moz-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}
@-webkit-keyframes inset-loading-pulse {
  0% {
    box-shadow: 0 16px 20px rgba(234, 22, 31, 0.05) inset;
    -webkit-filter: blur(0);
  }
  50% {
    box-shadow: 0 22px 20px rgba(234, 22, 31, 0.3) inset;
    -webkit-filter: blur(1px);
  }
  100% {
    box-shadow: 0 16px 20px rgba(234, 22, 31, 0.05) inset;
    -webkit-filter: blur(0);
  }
}
@keyframes inset-loading-pulse {
  0% {
    box-shadow: 0 16px 20px rgba(234, 22, 31, 0.05) inset;
    filter: blur(0);
  }
  50% {
    box-shadow: 0 22px 20px rgba(234, 22, 31, 0.3) inset;
    filter: blur(1px);
  }
  100% {
    box-shadow: 0 16px 20px rgba(234, 22, 31, 0.05) inset;
    filter: blur(0);
  }
}
.loading .form-control,
.loading input,
.loading select,
.loading .btn {
  pointer-events: none;
}
/* readonly */
.readonly ~ .list-picker-icon,
.readonly ~ .picker-icon,
.readonly ~ .select-icon {
  display: none;
}
.readonly .form-control,
.readonly input:not([type=checkbox]):not([type=radio]),
.readonly textarea,
.readonly select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.readonly .form-control,
.readonly input,
.readonly textarea,
.readonly select {
  cursor: default;
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
  padding-left: 0;
}
.readonly .list-picker-icon,
.readonly .picker-icon,
.readonly .select-icon,
.readonly .inline-validation-info {
  display: none;
}
.readonly select::-ms-expand {
  display: none;
}
.readonly input::-webkit-input-placeholder,
.readonly input::-moz-input-placeholder,
.readonly input:-moz-input-placeholder,
.readonly input:-ms-input-placeholder {
  color: transparent;
}
.readonly .btn,
.readonly .selectable,
label.readonly,
.selectable.readonly {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.readonly .btn {
  pointer-events: none;
}
.readonly-label,
.form-control-static {
  line-height: 36px;
}
.readonly-label,
.form-control-static {
  padding-top: 0px;
  padding-bottom: 0px;
}
/*view-section*/
.view-section {
  margin-bottom: 30px;
}
/*progress-ring*/
.progress-ring {
  position: relative;
}
.progress-ring.small {
  position: relative;
}
.progress-ring.small img {
  width: 26px;
  height: 26px;
}
.status b {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.status b.ng-hide-add,
.status b.ng-hide-remove {
  -webkit-transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  display: block !important;
}
.status b.ng-hide-add.ng-hide-remove.ng-hide-remove-active,
.status b.ng-hide-add {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.status b.ng-hide-add.ng-hide-add-active,
.status b.ng-hide-remove {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.progress-ring.small.ng-hide-add,
.progress-ring.small.ng-hide-remove {
  -webkit-transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  display: inline-flex !important;
}
.progress-ring.small.ng-hide-add.ng-hide-remove.ng-hide-remove-active,
.progress-ring.small.ng-hide-add {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.progress-ring.small.ng-hide-add.ng-hide-add-active,
.progress-ring.small.ng-hide-remove {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.status .progress-ring + b {
  margin-left: 20px;
  margin-bottom: 0px;
}
.status {
  text-align: center;
  position: relative;
  z-index: 1400;
}
.status.fixed {
  margin: auto auto auto auto;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 1rem;
  z-index: 1060;
}
.status .alert {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.status-alert {
  min-height: 100px;
}
.status-alert div[ng-transclude] {
  max-height: 480px;
  padding-bottom: 0.5rem;
  overflow: auto;
}
.table .initials-badge {
  display: inline-block;
  margin-top: -4px;
  margin-bottom: -4px;
  width: 25px;
  height: 25px;
  padding: 3px 2px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #B8B8B8;
  border-radius: 100%;
}
/* windowhandle*/
.window-grip {
  position: absolute;
}
.window-grip-handle {
  cursor: -webkit-grab;
  cursor: move;
}
.window-resize-handle {
  position: absolute;
  bottom: 0;
  right: 0;
}
.window-resize-handle .btn {
  cursor: nwse-resize;
}
.btn-choice,
[uib-btn-checkbox] {
  transition: 0.2s all ease;
  border-radius: 0 !important;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.625rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-nowrap {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-nowrap {
  white-space: nowrap;
  overflow: visible;
}
.form-group {
  margin-bottom: 0.8125rem;
}
.form-control.inline {
  display: inline;
  width: auto;
}
/*inputs form controls*/
input.form-control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input[type="checkbox"].ng-invalid {
  outline: 1px solid rgba(241, 102, 107, 0.8);
  outline-offset: -1px;
}
/* Override default for number and date inputs */
input[type=number],
input[type=number].form-control.inline,
input[datepicker-popup],
input[datepicker-popup].form-control.inline {
  width: 3rem;
}
input[type=number].supplementary-services-bk,
input[type=number].form-control.inline.supplementary-services-bk,
input[datepicker-popup].supplementary-services-bk,
input[datepicker-popup].form-control.inline.supplementary-services-bk {
  width: 70%;
  height: 90%;
  padding: 10px;
}
@media (min-width: 480px) {
  /* FC2 - FC8 => custom input width for @{media} */
  input.form-control.form-width-2,
  select.form-control.form-width-2,
  input.form-control.shortnumber-width,
  select.form-control.shortnumber-width {
    width: 2rem !important;
  }
  input.form-control.form-width-3,
  select.form-control.form-width-3,
  input.form-control.code-width,
  select.form-control.code-width,
  input.form-control.date-width,
  select.form-control.date-width {
    width: 3rem !important;
  }
  input.form-control.form-width-4,
  select.form-control.form-width-4 {
    width: 4rem !important;
  }
  input.form-control.form-width-5,
  select.form-control.form-width-5 {
    width: 5rem !important;
  }
  input.form-control.form-width-6,
  select.form-control.form-width-6 {
    width: 6rem !important;
  }
  input.form-control.form-width-7,
  select.form-control.form-width-7 {
    width: 7rem !important;
  }
  input.form-control.form-width-8,
  select.form-control.form-width-8 {
    width: 8rem !important;
  }
  input.form-control.form-width-9,
  select.form-control.form-width-9 {
    width: 9rem !important;
  }
  input.form-control.form-width-10,
  select.form-control.form-width-10 {
    width: 10rem !important;
  }
  input.form-control.form-width-11,
  select.form-control.form-width-11 {
    width: 11rem !important;
  }
  input.form-control.form-width-12,
  select.form-control.form-width-12 {
    width: 12rem !important;
  }
}
@media (min-width: 768px) {
  /* FC2 - FC8 => custom input width for @{media} */
  input.form-control.form-sm-width-2,
  select.form-control.form-sm-width-2,
  input.form-control.shortnumber-sm-width,
  select.form-control.shortnumber-sm-width {
    width: 2rem !important;
  }
  input.form-control.form-sm-width-3,
  select.form-control.form-sm-width-3,
  input.form-control.code-sm-width,
  select.form-control.code-sm-width,
  input.form-control.date-sm-width,
  select.form-control.date-sm-width {
    width: 3rem !important;
  }
  input.form-control.form-sm-width-4,
  select.form-control.form-sm-width-4 {
    width: 4rem !important;
  }
  input.form-control.form-sm-width-5,
  select.form-control.form-sm-width-5 {
    width: 5rem !important;
  }
  input.form-control.form-sm-width-6,
  select.form-control.form-sm-width-6 {
    width: 6rem !important;
  }
  input.form-control.form-sm-width-7,
  select.form-control.form-sm-width-7 {
    width: 7rem !important;
  }
  input.form-control.form-sm-width-8,
  select.form-control.form-sm-width-8 {
    width: 8rem !important;
  }
  input.form-control.form-sm-width-9,
  select.form-control.form-sm-width-9 {
    width: 9rem !important;
  }
  input.form-control.form-sm-width-10,
  select.form-control.form-sm-width-10 {
    width: 10rem !important;
  }
  input.form-control.form-sm-width-11,
  select.form-control.form-sm-width-11 {
    width: 11rem !important;
  }
  input.form-control.form-sm-width-12,
  select.form-control.form-sm-width-12 {
    width: 12rem !important;
  }
}
@media (min-width: 992px) {
  /* FC2 - FC8 => custom input width for @{media} */
  input.form-control.form-md-width-2,
  select.form-control.form-md-width-2,
  input.form-control.shortnumber-md-width,
  select.form-control.shortnumber-md-width {
    width: 2rem !important;
  }
  input.form-control.form-md-width-3,
  select.form-control.form-md-width-3,
  input.form-control.code-md-width,
  select.form-control.code-md-width,
  input.form-control.date-md-width,
  select.form-control.date-md-width {
    width: 3rem !important;
  }
  input.form-control.form-md-width-4,
  select.form-control.form-md-width-4 {
    width: 4rem !important;
  }
  input.form-control.form-md-width-5,
  select.form-control.form-md-width-5 {
    width: 5rem !important;
  }
  input.form-control.form-md-width-6,
  select.form-control.form-md-width-6 {
    width: 6rem !important;
  }
  input.form-control.form-md-width-7,
  select.form-control.form-md-width-7 {
    width: 7rem !important;
  }
  input.form-control.form-md-width-8,
  select.form-control.form-md-width-8 {
    width: 8rem !important;
  }
  input.form-control.form-md-width-9,
  select.form-control.form-md-width-9 {
    width: 9rem !important;
  }
  input.form-control.form-md-width-10,
  select.form-control.form-md-width-10 {
    width: 10rem !important;
  }
  input.form-control.form-md-width-11,
  select.form-control.form-md-width-11 {
    width: 11rem !important;
  }
  input.form-control.form-md-width-12,
  select.form-control.form-md-width-12 {
    width: 12rem !important;
  }
}
@media (min-width: 1200px) {
  /* FC2 - FC8 => custom input width for @{media} */
  input.form-control.form-lg-width-2,
  select.form-control.form-lg-width-2,
  input.form-control.shortnumber-lg-width,
  select.form-control.shortnumber-lg-width {
    width: 2rem !important;
  }
  input.form-control.form-lg-width-3,
  select.form-control.form-lg-width-3,
  input.form-control.code-lg-width,
  select.form-control.code-lg-width,
  input.form-control.date-lg-width,
  select.form-control.date-lg-width {
    width: 3rem !important;
  }
  input.form-control.form-lg-width-4,
  select.form-control.form-lg-width-4 {
    width: 4rem !important;
  }
  input.form-control.form-lg-width-5,
  select.form-control.form-lg-width-5 {
    width: 5rem !important;
  }
  input.form-control.form-lg-width-6,
  select.form-control.form-lg-width-6 {
    width: 6rem !important;
  }
  input.form-control.form-lg-width-7,
  select.form-control.form-lg-width-7 {
    width: 7rem !important;
  }
  input.form-control.form-lg-width-8,
  select.form-control.form-lg-width-8 {
    width: 8rem !important;
  }
  input.form-control.form-lg-width-9,
  select.form-control.form-lg-width-9 {
    width: 9rem !important;
  }
  input.form-control.form-lg-width-10,
  select.form-control.form-lg-width-10 {
    width: 10rem !important;
  }
  input.form-control.form-lg-width-11,
  select.form-control.form-lg-width-11 {
    width: 11rem !important;
  }
  input.form-control.form-lg-width-12,
  select.form-control.form-lg-width-12 {
    width: 12rem !important;
  }
}
input.form-control.full-width,
select.form-control.full-width {
  width: 100% !important;
}
.form-horizontal td .control-label {
  line-height: 1.625rem;
}
/* browser specific*/
select::-ms-expand {
  /*display: none;*/
  background: transparent;
  border: none;
}
/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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-left: auto;
  margin-right: 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: 0/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;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}
.ta-toolbar {
  padding-bottom: 8px;
}
.ta-toolbar .btn-group {
  margin-top: 20px;
}
/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
  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);
  -moz-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);
}
.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}
.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}
.ta-editor:focus {
  user-select: text;
}
/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}
header {
  outline: none;
}
#sub-navigation {
  background-color: white;
}
.nav a,
.nav .virtual-mandate {
  font-size: 1rem;
  font-weight: bold;
}
.nav .virtual-mandate {
  height: 35px;
}
.nav .virtual-mandate a {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.nav .virtual-mandate div {
  z-index: 1;
  position: relative;
  height: 45px;
  background-color: white;
  padding: 9px 15px;
}
.nav .virtual-mandate .border-outside-before,
.nav .virtual-mandate .border-outside-after {
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 6px;
}
.nav .virtual-mandate .border-outside-before {
  left: -6px;
}
.nav .virtual-mandate .border-outside-after {
  right: -6px;
}
.nav .virtual-mandate:hover a,
.nav .virtual-mandate a:focus {
  background-color: transparent !important;
  border-bottom: none !important;
  color: black !important;
}
/* Anchor navigation */
#anchor-navigation ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#anchor-navigation .anchor-item {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
#anchor-navigation .anchor-item:active,
#anchor-navigation :focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#anchor-navigation .anchor-item:focus {
  color: white;
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background: #EA161F;
  padding: 10px 16px;
}
#banner {
  height: auto;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  background: url(../assets/header.png) top center no-repeat;
}
#banner #banner-top {
  height: 140px;
}
#banner #banner-top #top {
  color: white !important;
}
#banner #banner-top #top #indentity {
  margin-left: 52px;
}
#banner #banner-top #top #indentity span {
  font-size: 0.875rem;
  margin-right: 15px;
}
#banner #banner-top #top a {
  color: white !important;
  font-size: 0.875rem;
}
#banner #banner-top #top #lang {
  margin-right: 400px;
  float: right;
}
#banner #banner-top #top #lang ul {
  font-size: 0.875rem;
  list-style: none;
  margin-bottom: 0;
  display: inline;
}
#banner #banner-top #top #lang li {
  display: inline;
}
#banner #banner-top #bottom {
  width: auto;
  height: auto;
}
#banner #banner-top #bottom #logo {
  float: left;
}
#banner #banner-top #bottom #logo img {
  margin-top: 10px;
  height: 50px;
}
#banner #banner-top #bottom #logo p {
  float: right;
  margin-top: 25px;
  margin-left: 10px;
  font-size: 14px;
  color: black !important;
  font-weight: bold;
}
#banner #banner-top #bottom #userInfo {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
#banner #banner-top #bottom #userInfo span {
  color: black;
  font-weight: bold;
}
#banner #banner-top #bottom #mandates {
  float: right;
}
#banner #banner-top #bottom #mandates #mandate {
  width: 200px;
}
.puibe-breadcrumb {
  display: flex;
  justify-content: space-between;
}
.main-virtual-mandate-dropdown-menu {
  min-width: 240px;
}
#current-view-type-toggle-button {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #F2F2F2;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 1rem;
}
.navbar.navbar-default .navbar-header > a.navbar-brand {
  color: #DEDEDE;
}
.navbar.navbar-default .navbar-nav > li:not(.active):not(:hover):not(.open) > a:not(:focus) {
  color: black;
}
.navbar {
  border: none;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  margin-bottom: 6px;
}
.dropdown .static-dropdown-menu {
  background: transparent;
  position: absolute;
  flex-direction: column;
  top: 100%;
  right: 0;
  z-index: 1000;
  margin: 2px 0;
  list-style: none;
  text-align: left;
  display: none;
}
.dropdown .static-dropdown-menu li {
  background-color: white;
  white-space: nowrap;
}
.dropdown:hover .static-dropdown-menu,
.dropdown:focus .static-dropdown-menu,
.dropdown:active .static-dropdown-menu {
  display: flex;
}
.navbar-default {
  border: none;
  border-bottom: 1px solid #dadada;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  outline: 0;
  background-color: transparent;
  padding-bottom: 18.6875px;
}
.navbar-default .navbar-nav > li {
  border-right: 1px solid #dadada;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.sub-item-active > a {
  border-bottom: 2px solid #EA161F !important;
  padding-bottom: 16.6875px !important;
  color: black;
}
.navbar-default .navbar-nav > li > a:focus {
  border-bottom: 2px solid #EA161F !important;
  padding-bottom: 16.6875px !important;
  color: black !important;
}
.navbar-default .navbar-nav > li > li.dropdown:not(.active) > a:not(:focus) > .caret {
  color: #FAF1E3;
}
.navbar-default .navbar-nav > li ul > li > a {
  font-weight: normal !important;
}
.navbar-default header > nav.navbar {
  margin: auto;
  margin-bottom: 0;
  max-width: 1470px;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  padding: 0;
  border-width: 0;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  padding: 10px 16px;
}
.navbar-default .navbar-nav > li.dropdown {
  z-index: 1;
}
#page-header {
  margin: 0;
}
.page-header-wrapper {
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-justified-xs {
    @mixin ();
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-justified-sm {
    @mixin ();
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-justified-md {
    @mixin ();
  }
}
@media (min-width: 1200px) {
  .nav-justified-lg {
    @mixin ();
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-stacked-xs {
    @mixin ();
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-stacked-sm {
    @mixin ();
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-stacked-md {
    @mixin ();
  }
}
@media (min-width: 1200px) {
  .nav-stacked-lg {
    @mixin ();
  }
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  background-color: white;
}
button[sr-only],
.btn[sr-only] {
  margin-bottom: 17px;
}
.btn-toolbar .btn.command {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.btn-info.active {
  background-color: #EA161F;
}
.btn-primary.disabled {
  background-color: black;
  border-color: black;
  color: white;
}
.btn[class*="icon-"] {
  border-radius: 100%;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.btn[class*="icon-"].icon-md {
  padding: 7px;
}
.btn[class*="icon-"].icon-lg {
  padding: 3px;
}
/* List Item Commands */
.list-item-command,
td > .command,
.list-item-command.command,
td > .command.command,
.list-item-command.command.btn,
td > .command.command.btn,
a.list-item-command,
atd > .command,
.list-item-command.btn,
td > .command.btn {
  padding: 0 !important;
  font-size: 1rem;
  line-height: 1.625rem;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.list-item-command i[class*="icon-"],
td > .command i[class*="icon-"],
.list-item-command.command i[class*="icon-"],
td > .command.command i[class*="icon-"],
.list-item-command.command.btn i[class*="icon-"],
td > .command.command.btn i[class*="icon-"],
a.list-item-command i[class*="icon-"],
atd > .command i[class*="icon-"],
.list-item-command.btn i[class*="icon-"],
td > .command.btn i[class*="icon-"],
.list-item-command asm-material-icon,
td > .command asm-material-icon,
.list-item-command.command asm-material-icon,
td > .command.command asm-material-icon,
.list-item-command.command.btn asm-material-icon,
td > .command.command.btn asm-material-icon,
a.list-item-command asm-material-icon,
atd > .command asm-material-icon,
.list-item-command.btn asm-material-icon,
td > .command.btn asm-material-icon {
  font-size: 16px;
  border: none;
  margin-top: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.list-item-command-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.list-item-command-wrapper > :not(.command):not(.btn):not(.list.item-command) {
  flex: 1 1 content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.disabled:focus {
  background-color: #ccc;
}
/* Outline */
/* Default outline */
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus,
div[role="button"]:focus,
.btn:focus,
a:focus {
  outline: none;
}
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus,
input[type="button"]:active:focus,
input[type="button"].active:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus,
input[type="reset"]:active:focus,
input[type="reset"].active:focus,
button:active:focus,
button.active:focus,
div[role="button"]:active:focus div[role="button"].active:focus {
  outline: none;
}
/* Outline for dark elements */
.pagination > .active > a,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  outline: none !important;
}
.btn-primary.disabled:focus {
  outline: none;
}
/* circle button styles */
.command .btn,
.btn:not(.btn-sm):not(.btn-xs),
.command.btn:not(.btn-sm):not(.btn-xs),
a.command,
.list-item-command {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
  border: solid 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625rem;
}
.command .btn[class*="icon-"],
.btn:not(.btn-sm):not(.btn-xs)[class*="icon-"],
.command.btn:not(.btn-sm):not(.btn-xs)[class*="icon-"],
a.command[class*="icon-"],
.list-item-command[class*="icon-"] {
  font-size: 36px;
}
.command .btn:not(.list-item-command).command .btn:not(.btn-xs),
.command .btn:not(.list-item-command).btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.command .btn:not(.list-item-command).command.btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.command .btn:not(.list-item-command)a.command:not(.btn-xs),
.command .btn:not(.list-item-command).list-item-command:not(.btn-xs),
.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).command .btn:not(.btn-xs),
.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).command.btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command)a.command:not(.btn-xs),
.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).list-item-command:not(.btn-xs),
.command.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).command .btn:not(.btn-xs),
.command.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.command.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).command.btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.command.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command)a.command:not(.btn-xs),
.command.btn:not(.btn-sm):not(.btn-xs):not(.list-item-command).list-item-command:not(.btn-xs),
a.command:not(.list-item-command).command .btn:not(.btn-xs),
a.command:not(.list-item-command).btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
a.command:not(.list-item-command).command.btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
a.command:not(.list-item-command)a.command:not(.btn-xs),
a.command:not(.list-item-command).list-item-command:not(.btn-xs),
.list-item-command:not(.list-item-command).command .btn:not(.btn-xs),
.list-item-command:not(.list-item-command).btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.list-item-command:not(.list-item-command).command.btn:not(.btn-sm):not(.btn-xs):not(.btn-xs),
.list-item-command:not(.list-item-command)a.command:not(.btn-xs),
.list-item-command:not(.list-item-command).list-item-command:not(.btn-xs) {
  height: 3rem;
}
.command .btn:not(.disabled):not(.default):not(.info):not(.danger):not(.warning):not(.success):not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.active),
.btn:not(.btn-sm):not(.btn-xs):not(.disabled):not(.default):not(.info):not(.danger):not(.warning):not(.success):not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.active),
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled):not(.default):not(.info):not(.danger):not(.warning):not(.success):not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.active),
a.command:not(.disabled):not(.default):not(.info):not(.danger):not(.warning):not(.success):not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.active),
.list-item-command:not(.disabled):not(.default):not(.info):not(.danger):not(.warning):not(.success):not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.active) {
  color: black;
  border-color: black;
  background: white;
}
.command .btn:not(.disabled).default,
.btn:not(.btn-sm):not(.btn-xs):not(.disabled).default,
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled).default,
a.command:not(.disabled).default,
.list-item-command:not(.disabled).default {
  color: black;
  border-color: black;
  background: white;
}
.command .btn:not(.disabled).primary,
.btn:not(.btn-sm):not(.btn-xs):not(.disabled).primary,
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled).primary,
a.command:not(.disabled).primary,
.list-item-command:not(.disabled).primary {
  background: #565656;
  border-color: #565656;
  background: white;
}
.command .btn:not(.disabled).danger,
.btn:not(.btn-sm):not(.btn-xs):not(.disabled).danger,
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled).danger,
a.command:not(.disabled).danger,
.list-item-command:not(.disabled).danger {
  color: #EA161F;
  border-color: #EA161F;
}
.command .btn:not(.disabled).warning,
.btn:not(.btn-sm):not(.btn-xs):not(.disabled).warning,
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled).warning,
a.command:not(.disabled).warning,
.list-item-command:not(.disabled).warning {
  color: #F7E9D2;
  border-color: #F7E9D2;
}
.command .btn:not(.disabled).info,
.btn:not(.btn-sm):not(.btn-xs):not(.disabled).info,
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled).info,
a.command:not(.disabled).info,
.list-item-command:not(.disabled).info {
  color: #565656;
  border-color: #565656;
}
.command .btn:not(.disabled).success,
.btn:not(.btn-sm):not(.btn-xs):not(.disabled).success,
.command.btn:not(.btn-sm):not(.btn-xs):not(.disabled).success,
a.command:not(.disabled).success,
.list-item-command:not(.disabled).success {
  color: #3D8608;
  border-color: #3D8608;
}
.command i[class*="icon-"] {
  font-size: 24px;
  margin-top: -2px;
}
.command:not(.list-item-command) asm-material-icon {
  font-size: 24px;
  margin-top: 0px;
}
.form-control-static .command {
  margin-top: 1rem;
}
tr .col-inline-actions-1 .btn[class*="icon-"],
tr .col-inline-actions-1 i[class*="icon-"] {
  padding: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
}
tr .col-inline-actions-2 .btn[class*="icon-"],
tr .col-inline-actions-2 i[class*="icon-"] {
  padding: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
}
tr .col-inline-actions-3 .btn[class*="icon-"],
tr .col-inline-actions-3 i[class*="icon-"] {
  padding: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
}
tr .col-inline-actions-4 .btn[class*="icon-"],
tr .col-inline-actions-4 i[class*="icon-"] {
  padding: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
}
tr td.col-inline-actions-2 .action-wrapper {
  width: 68px;
}
/* Outline Button */
.btn-outline {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #565656;
}
.btn-outline:hover {
  color: white;
  background-color: #565656;
  border-color: #565656;
}
.btn-outline.disabled,
.btn-outline:disabled {
  color: #565656;
  background-color: transparent;
}
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show > .btn-outline.dropdown-toggle {
  color: white;
  background-color: #565656;
  border-color: #565656;
}
.btn-outline:not(:disabled):not(.disabled):active:focus,
.btn-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline.dropdown-toggle:focus {
  outline: none !important;
}
a.btn,
a.command {
  text-decoration: none;
}
.btn.btn-default.sr-only.sr-only-focusable {
  background-color: white;
  padding: 0.3605rem 0.721rem;
}
input.ng-invalid:not([disabled]),
select.ng-invalid:not([disabled]),
.btn.ng-invalid:not([disabled]),
.btn-group.ng-invalid:not([disabled]),
textarea.ng-invalid:not([disabled]) {
  border-color: #EA161F;
}
input.ng-invalid:disabled,
select.ng-invalid:disabled,
.btn.ng-invalid:disabled,
.btn-group.ng-invalid:disabled,
textarea.ng-invalid:disabled {
  border: none;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-horizontal .control-label {
  font-weight: 500;
  max-width: calc(100% - 1.5rem - 20px);
  display: flex;
}
.form-horizontal .control-label > label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}
.form-horizontal .control-label > label:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}
.form-horizontal .control-label > div {
  width: fit-content;
}
.form-table .form-control {
  display: inline-block;
  vertical-align: middle;
}
form {
  width: inherit !important;
}
legend {
  margin-top: 27px;
  font-weight: 300;
  font-size: 1.875rem;
  margin-bottom: 8.5px;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
}
fieldset.with-margin {
  margin-top: 27px;
}
.inline-table-form-group input {
  width: 80px;
}
.inline-table-form-group {
  margin-right: 30px;
  max-width: 120px;
  display: inline-block;
  float: left;
}
.inline-table-form-group label {
  padding-top: 4px !important;
}
.control-label {
  text-align: left !important;
}
@media (max-width: 1200px) {
  .inline-table-form-group {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .inline-table-form-group {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .inline-table-form-group {
    margin-right: 30px;
  }
}
.form-control.xs,
.form-control.inline.xs {
  width: 4rem;
}
select.form-control.xs,
select.form-control.inline.xs {
  width: 9.25rem;
}
.form-control.sm,
.form-control.inline.sm {
  width: 5rem;
}
select.form-control.sm,
select.form-control.inline.sm {
  width: 10.25rem;
}
.form-control.md,
.form-control.inline.md {
  width: 6rem;
}
select.form-control.md,
select.form-control.inline.md {
  width: 11.25rem;
}
.form-control.lg,
.form-control.inline.lg {
  width: 7rem;
}
select.form-control.lg,
select.form-control.inline.lg {
  width: 12.25rem;
}
.form-control.xl,
.form-control.inline.xl {
  width: 8rem;
}
select.form-control.xl,
select.form-control.inline.xl {
  width: 13.25rem;
}
/* Input */
::-ms-clear {
  display: none;
}
.filters.form-inline input.form-control {
  width: 250px;
}
.list-picker-icon,
.picker-icon {
  font-size: 28px;
  margin-top: unset;
  display: inline-flex !important;
  align-items: center;
  height: 60px;
}
.list-picker.list-picker-multi:focus {
  color: transparent;
  text-shadow: 0px 0px 0px black;
}
.list-picker.list-picker-multi.search-disabled {
  cursor: default;
}
@media (max-width: 768px) {
  .list-picker-input {
    float: left;
    width: 100%;
  }
}
.section-top {
  margin-bottom: 10px;
}
.form-group-readonly label .required-marker,
.form-group-readonly label .format-tip {
  display: none;
}
.required-marker {
  display: none;
}
td > a.btn:hover,
td > a.btn:focus,
td > a.btn.focus {
  color: black;
  text-decoration: none;
}
td,
tbody tr th {
  line-height: 1.625rem !important;
  font-weight: normal;
}
.sr-only-header > tr > th {
  padding: 0 !important;
}
.t-border-right {
  border-right: 2px solid rgba(112, 112, 112, 0.68);
}
.t-border-bottom {
  border-bottom: 2px solid rgba(112, 112, 112, 0.68);
}
.table.large-content tbody:not(:nth-child(2)) {
  border-top: 5px solid rgba(112, 112, 112, 0.68);
}
.form-table .readonly-label {
  display: inline;
}
.th-min {
  width: 24px;
  white-space: nowrap;
}
.td .form-group {
  margin-bottom: 0px;
}
.td .form-group .form-control {
  margin: 2px 0;
}
td.text-truncate {
  max-width: 1px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../assets/fonts/roboto-v20-latin-100.woff2') format('woff2'), url('../assets/fonts/roboto-v20-latin-100.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../assets/fonts/roboto-v20-latin-300.woff2') format('woff2'), url('../assets/fonts/roboto-v20-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../assets/fonts/roboto-v20-latin-300italic.woff2') format('woff2'), url('../assets/fonts/roboto-v20-latin-300italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../assets/fonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../assets/fonts/roboto-v20-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../assets/fonts/roboto-v20-latin-500.woff2') format('woff2'), url('../assets/fonts/roboto-v20-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../assets/fonts/roboto-v20-latin-700.woff2') format('woff2'), url('../assets/fonts/roboto-v20-latin-700.woff') format('woff');
}
html,
body {
  height: 100%;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-feature-settings: normal;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
  padding-bottom: 50px;
}
main:focus {
  outline: none;
}
.focus-on-flyout-activated:focus,
.focus-on-flyout-activated:focus-visible {
  outline: none;
}
div:focus,
span:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}
@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
#upper-top-right-bar {
  position: absolute;
  right: 22px;
  top: 22px;
}
#lower-top-right-bar {
  position: absolute;
  right: 22px;
  bottom: 0;
}
#lower-top-right-bar form {
  display: inline-block;
}
.form-group {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.form-group .form-control-static,
.form-group .control-label-readonly,
.form-group .control-label {
  margin: 0;
  display: block;
}
.form-group-readonly .icon-container {
  display: none;
}
.form-group .form-control.date-input + .icon-container {
  pointer-events: all;
  cursor: pointer;
}
/* Overridings */
h1,
.h1 {
  margin-top: 20px;
}
h2,
.h2 {
  font-weight: 300;
  margin-top: 15px;
}
h3,
.h3 {
  font-weight: 300;
}
.panel-body > h1:first-child,
.panel-body > .h1:first-child,
.panel-body > h2:first-child,
.panel-body > .h2:first-child,
.panel-body > h3:first-child,
.panel-body > .h3:first-child,
.panel-body > p:first-child {
  margin-top: 0;
}
.readonly-label {
  line-height: 1.625rem;
}
.heading-label {
  margin-top: 0px;
  padding-top: 7px;
}
ul.list-group {
  margin: 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin-bottom: 8px;
}
li.list-group-item {
  margin: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.68);
}
li.list-group-item:nth-last-child(1 of .list-group-item:not(.ng-hide)) {
  border-bottom: none;
}
a.list-group-item {
  text-decoration: none;
}
.list-group-item {
  font-weight: 400;
}
.list-group-item > *[class*="col-3"],
.list-group-item > *[class*="col-4"],
.list-group-item > *[class*="col-5"],
.list-group-item > *[class*="col-6"],
.list-group-item > *[class*="col-7"],
.list-group-item > *[class*="col-8"],
.list-group-item > *[class*="col-9"],
.list-group-item > *[class*="col-10"],
.list-group-item > *[class*="col-11"] {
  text-overflow: ellipsis;
  overflow: hidden;
}
.uib-years td,
.uib-months td,
.uib-weeks td,
.uib-daypicker td,
.uib-monthpicker td,
.uib-yearpicker td {
  padding: 0 !important;
}
.uib-years button.btn.btn-sm,
.uib-months button.btn.btn-sm,
.uib-weeks button.btn.btn-sm,
.uib-daypicker button.btn.btn-sm,
.uib-monthpicker button.btn.btn-sm,
.uib-yearpicker button.btn.btn-sm,
.uib-years button.btn.btn-default,
.uib-months button.btn.btn-default,
.uib-weeks button.btn.btn-default,
.uib-daypicker button.btn.btn-default,
.uib-monthpicker button.btn.btn-default,
.uib-yearpicker button.btn.btn-default {
  border: none;
}
.uib-day .btn-default.btn.active,
.uib-month .btn-default.btn.active,
.uib-year .btn-default.btn.active {
  background-color: #EA161F;
}
.uib-day .active .text-info,
.uib-month .active .text-info,
.uib-year .active .text-info {
  color: white;
}
.flyout.popover.confirm-command-flyout {
  width: 300px;
}
.flyout.popover.confirm-command-flyout h3 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.flyout.popover.confirm-command-flyout .panel-body div {
  margin-top: 15px;
}
.flyout .panel-body .row {
  margin-left: 0;
  margin-right: 0;
}
.date-picker-flyout {
  z-index: 1080;
}
label .popover {
  max-width: 350px;
}
.flyout[modal] {
  min-width: 500px;
}
.flyout[modal] .panel-body h2:first-child {
  margin-bottom: 2rem;
}
.flyout[modal] .panel-body .form-group + .btn-group,
.flyout[modal] .panel-body > .btn-group:last-child {
  margin-top: 1rem;
}
address {
  margin-bottom: 0;
}
.list-group-item-heading {
  font-size: 1rem;
  font-weight: bold;
}
/* Appbar */
.main-app-bar {
  background-color: #fff;
  display: block;
  overflow: visible;
  min-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition-property: padding, border, box-shadow, filter, background-color;
  transition-duration: 0.3s;
}
.main-app-bar .app-bar {
  min-height: 60px;
  display: flex;
  max-width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.main-app-bar .app-bar > .app-commands {
  display: flex;
  max-width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.main-app-bar .app-bar > .app-commands .command-group > .command-group + .command-group {
  margin-left: 0;
}
.main-app-bar .app-bar .command > span {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-flex;
}
/* Filters */
.filters {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 24px;
}
.filters .progress-ring {
  margin-top: 1.25rem;
  display: inline-flex;
}
/** Sticky app bar */
[fsm-sticky-header] {
  position: sticky;
  top: 0;
  z-index: 39;
  backdrop-filter: blur(12px);
  background-color: white;
  transition: all 0.1s ease;
  border-bottom: 1px solid transparent;
}
.fsm-sticky-header {
  padding-top: 42px;
  box-shadow: 0 6px 24px -24px rgba(0, 0, 0, 0.5);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F2F2F2;
}
.tailwind :is(.shadow-stickyHeader) {
  border-bottom: none;
  box-shadow: none;
}
#page-header {
  line-height: 60px;
}
ui-view {
  display: block;
}
workflow-state {
  display: block;
  transition: all 0.3s ease;
  overflow: hidden;
}
.app-bar-wrapper {
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
.app-bar-vertical .app-commands {
  display: block;
}
.app-bar-vertical .app-commands > .btn {
  display: block;
}
.app-bar-vertical .app-commands .transition-flyout-open {
  min-width: 450px;
}
.app-bar-vertical .app-commands p.transition-has-description {
  min-width: 450px;
}
.app-bar-vertical.text-right .app-commands > .btn {
  text-align: right;
}
.app-bar-vertical.text-left .app-commands > .btn {
  text-align: left;
}
.app-bar .app-commands p.transition-has-description {
  white-space: pre-wrap;
}
.app-bar .app-commands .remove-left-border-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.caret[class*="icon-"] {
  width: 10px;
  height: 10px;
  border: none;
  margin-bottom: 8px;
}
/* Sticky Content */
.sticky-content-section {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  overflow: hidden;
  transition-delay: 0s;
  transition: all .1s ease;
  max-height: var(--expanded-height);
}
.sticky-content-section .sticky-content {
  max-height: unset;
  overflow: unset;
  clip-path: unset;
  padding-top: 1px;
}
.sticky-content-section .expand-toggle {
  cursor: pointer;
  position: absolute;
  display: none;
  width: 100%;
  height: 24px;
  bottom: -10px;
  right: 0;
  z-index: 2;
  transition: all 1s ease;
  transition-delay: 1s;
}
.sticky-content-section .expand-toggle > puibe-icon-arrow {
  margin-right: 1.9rem;
  float: right;
  opacity: 0;
  transition: all 1s ease;
  transform: scale(1.2, 0.7);
}
.sticky-content-section p {
  margin-bottom: 5px;
}
.fsm-sticky-header .sticky-content-section {
  transition: all .6s ease;
}
.sticky-header-scrolling-finished .sticky-content-section .expand-toggle {
  display: block;
}
.sticky-header-scrolling-finished .sticky-content-section:not(.expanded) {
  max-height: 1.5rem;
}
.sticky-header-scrolling-finished .sticky-content-section:not(.expanded) .btn {
  border-color: transparent;
  opacity: 0.5;
}
.sticky-header-scrolling-finished .sticky-content-section .sticky-content {
  max-height: unset;
  overflow: unset;
  clip-path: unset;
}
.sticky-header-scrolling-finished .sticky-content-section .expand-toggle {
  display: flex;
  justify-content: center;
}
.sticky-header-scrolling-finished .sticky-content-section .expand-toggle > puibe-icon-arrow {
  opacity: 0;
}
.sticky-header-scrolling-finished .sticky-content-section .expand-toggle:hover > puibe-icon-arrow {
  opacity: 1;
}
/* Footer */
.footer-content {
  background-color: #F8F8F8;
  border-top: 1px solid #d4d4d4;
  line-height: 4;
  height: 55px;
}
.footer-content #footer-navigation {
  margin-right: 60px;
  margin-bottom: 0;
  display: inline-block;
}
.footer-content a {
  font-size: 1rem;
  padding: 6px;
  text-decoration: underline;
}
.footer-content .vertical-text {
  position: relative;
  left: 20px;
  bottom: 42px;
  font-size: 0.875rem;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 !important;
}
.bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  opacity: 0;
  left: calc(50% - 22px);
  bottom: 0;
  border-width: 16px 22px 0 22px;
  border-color: #cc121a transparent transparent transparent;
}
.bubble-bottom:hover:before,
.bubble-bottom:focus:before,
.bubble-bottom:active:before,
.bubble-bottom.active:before {
  transform: translateY(16px);
  opacity: 1;
  transition-duration: 0.3s, 0.1s;
  transition-property: transform, opacity;
}
.bubble-bottom.active:before {
  border-color: #EA161F transparent transparent transparent;
}
.status.fixed .alert.alert-danger,
.status-alert .alert.alert-danger {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(94, 9, 12, 0.25);
  box-shadow: 0px 2px 30px 0px rgba(94, 9, 12, 0.25);
}
.status.fixed .alert.alert-danger h1,
.status-alert .alert.alert-danger h1,
.status.fixed .alert.alert-danger h2,
.status-alert .alert.alert-danger h2,
.status.fixed .alert.alert-danger h3,
.status-alert .alert.alert-danger h3,
.status.fixed .alert.alert-danger h4,
.status-alert .alert.alert-danger h4,
.status.fixed .alert.alert-danger h5,
.status-alert .alert.alert-danger h5,
.status.fixed .alert.alert-danger h6,
.status-alert .alert.alert-danger h6,
.status.fixed .alert.alert-danger .h1,
.status-alert .alert.alert-danger .h1,
.status.fixed .alert.alert-danger .h2,
.status-alert .alert.alert-danger .h2,
.status.fixed .alert.alert-danger .h3,
.status-alert .alert.alert-danger .h3,
.status.fixed .alert.alert-danger .h4,
.status-alert .alert.alert-danger .h4,
.status.fixed .alert.alert-danger .h5,
.status-alert .alert.alert-danger .h5,
.status.fixed .alert.alert-danger .h6,
.status-alert .alert.alert-danger .h6,
.status.fixed .alert.alert-danger button,
.status-alert .alert.alert-danger button,
.status.fixed .alert.alert-danger .close,
.status-alert .alert.alert-danger .close {
  color: white;
}
.status.fixed .alert.alert-info,
.status-alert .alert.alert-info {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(10, 10, 10, 0.25);
  box-shadow: 0px 2px 30px 0px rgba(10, 10, 10, 0.25);
}
/* Pagination */
.pagination {
  margin: 0px;
}
/* Modal */
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  min-height: 350px;
  max-height: 80vh;
  flex-direction: column;
  display: flex;
}
.modal-content .modal-body {
  overflow: auto;
  flex-grow: 1;
}
.modal-content .accordion-form .col-md-6 {
  width: 100%;
}
.modal-content .accordion-form .col-md-5 {
  width: 91.66666667%;
}
.modal-content .accordion-form .col-md-3 {
  width: 50%;
}
.modal-content fieldset {
  margin-top: 27px;
}
.modal-content fieldset legend {
  border-top: 1px solid #eeeeee;
  padding-top: 17px;
  padding-bottom: 17px;
}
.modal-content accordion:nth-child(1) fieldset {
  margin-top: 0px;
}
.modal-content accordion:nth-child(1) fieldset legend {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
/* Loading decorator */
.loading-decorator {
  letter-spacing: -4px;
  color: #F2F2F2;
}
.loading-decorator .highlight {
  color: black;
}
.loading-decorator .space {
  width: 10px;
  display: inline-block;
}
/* Breadcrumb */
.breadcrumb-step {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.3125rem;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
}
.breadcrumb-step:hover {
  color: black !important;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.breadcrumb span {
  margin-right: 5px;
}
.breadcrumb li:before {
  content: "" !important;
  padding: 0 !important;
}
/* Typeahead */
.uib-typeahead-match.list-group-item {
  padding: 0;
}
.uib-typeahead-match.list-group-item > a {
  padding: 10px 15px;
  display: block;
  color: black;
  text-decoration: none;
}
.uib-typeahead-match.list-group-item.active {
  background-color: rgba(247, 233, 210, 0.8);
}
.uib-typeahead-match.list-group-item.active a {
  color: black;
}
.hideable-transclude :empty {
  display: none;
}
.list-group.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.list-group-item.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
/* Validation */
.error-text,
.warning-text,
.info-text {
  display: inline;
}
.inline-validation {
  display: block;
  min-height: 1.25rem;
  padding-top: 3px;
}
.inline-validation,
.inline-validation p,
.inline-validation .error-text {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
.inline-validation i {
  border: 0 !important;
  padding: 0 !important;
}
.hide-validation-message .inline-validation {
  display: none;
}
td.text-right .form-group {
  margin-top: 5px;
}
td.text-right .form-group .inline-validation {
  clear: both;
  width: 100%;
}
/* File upload */
.fileuploader {
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
.fileuploader:focus ~ .fake-upload-btn {
  outline: none;
}
.fake-upload-input {
  width: 60%;
  display: inline-block;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  margin-bottom: 0.5rem;
  border: 1px solid black;
  border-left-width: 6px;
  padding: 17px 24px;
}
.fake-upload-btn {
  user-select: none;
  cursor: pointer;
  color: white;
  background-color: #707070;
  padding: 6px;
  border: 1px solid #707070;
  position: absolute;
}
.fake-upload-btn.icon-upload,
.fake-upload-btn asm-material-icon {
  font-size: 46px;
}
.fake-upload-btn.btn-default {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
/** Add ng-invalid styles on fake input */
.ng-invalid ~ .fake-upload-input {
  border: 1px solid rgba(255, 59, 81, 0.8);
  border-left-width: 6px;
}
/* Sortable */
.sortable:not(.desc):not(.asc) span[class*="icon-"] {
  opacity: 0;
}
.sortable:not(.desc):not(.asc) span[class*="icon-switch"] {
  opacity: 1;
}
.sortable.desc span[class*="icon-switch"],
.sortable.asc span[class*="icon-switch"] {
  opacity: 0;
}
.sortable span[class*="icon-switch"] {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Accordion */
.accordion-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.accordion-feedback {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 60px;
  font-size: 1rem;
  color: #EA161F;
}
@media (max-width: 1199px) {
  .accordion-feedback.pull-right {
    float: none !important;
  }
}
/* Alert */
.help-block {
  color: white;
}
.close {
  font-size: 0.875rem;
  color: currentColor;
  opacity: 1;
  text-shadow: none;
  margin-top: -1px;
}
.close:hover,
.close:focus {
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
}
.recently-used-service-provider-container button.list-group-item {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* Icons */
.inline-icon {
  font-size: 15px;
  vertical-align: text-bottom;
  padding-top: 5px !important;
}
.list-group-item .badge {
  padding: 6px;
}
.boolean-icon {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 8px;
}
/* Hours-Minutes Control */
.hours-minutes-control input[type=number].form-control.inline {
  width: 5.5rem;
}
/* Welcome-Text */
#welcome {
  text-align: justify;
}
#welcome .assignments .alert-info a,
#welcome .assignments .panel-primary a {
  text-decoration: underline;
}
#welcome .assignments .alert-danger a,
#welcome .assignments .panel-danger a {
  text-decoration: underline;
}
/* Content Page */
#content-page {
  padding: 0 15px 0 15px;
}
#content-page a {
  font-size: 1rem;
}
/* Helpers */
/** Display */
.d-inline {
  display: inline !important;
}
.d-block:not(.readonly) {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline-block:not(.is-empty) + .d-inline-block:not(.is-empty),
.d-inline-block:not(.is-empty) + .d-inline-block.is-empty + .d-inline-block:not(.is-empty),
.d-inline-block:not(.is-empty) + .d-inline-block.is-empty + .d-inline-block.is-empty + .d-inline-block:not(.is-empty) {
  margin-left: 12px;
}
/** Font Weight */
.font-weight-bold {
  font-weight: bold;
}
tr.font-weight-bold > td {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}
.font-style-italic {
  font-style: italic;
}
/** Alignment */
.align-middle {
  vertical-align: middle !important;
}
/** Margin/Padding */
.mt-0 {
  margin-top: 0 !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-40px {
  margin-top: 40px !important;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-70px {
  margin-bottom: 70px;
}
.pt-0 {
  padding-top: 0 !important;
}
/** White-space */
.nl2br {
  white-space: pre-line;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/** Float */
.float-right {
  float: right;
}
/** Progress Ring */
.picker-icon .progress-ring {
  width: 20px;
  height: 20px;
  right: 22px;
  top: 22px;
}
/** Dossier */
.alert-icon {
  font-size: 30px;
}
fieldset.salary-payment-assistance-amount {
  margin-top: 15px;
}
fieldset.salary-payment-assistance-amount legend {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  margin-bottom: 5px;
}
.supplementary-services-exhausted h3 {
  margin-top: 12px;
}
.supplementary-services-exhausted .list-group-item.exhausted {
  background-color: #F8F8F8;
}
.supplementary-services-exhausted .btn {
  padding-left: 30px;
  padding-right: 30px;
}
/** Clearings */
table.clearing thead tr th {
  border-bottom: 1px solid darkgrey;
}
table.clearing tbody tr.bold td {
  font-weight: bold;
}
table.clearing tbody tr.italic td {
  font-style: italic;
}
table.clearing tbody tr.indented td.description {
  padding-left: 30px !important;
}
table.clearing tbody tr.indented td.description .form-group {
  padding-left: 0 !important;
  padding-right: 15px !important;
  margin-top: 8.5px !important;
}
table.clearing tbody tr.dark-border-top td {
  border-top: 1px solid darkgrey;
}
table.clearing tbody tr.dark-border-bottom td {
  border-bottom: 1px solid darkgrey;
}
table.clearing tbody tr.spacing-top td {
  padding-top: 15px !important;
}
/* Cockpit */
#currentClearingDate .btn {
  margin-left: 20px;
}
#cockpit h3 {
  font-size: 14px;
  margin-top: 17px;
}
#cockpit h3:not(:first-child) {
  margin-top: 25px;
}
#cockpit h4 {
  font-size: 12px;
  font-weight: bold;
}
#cockpit table {
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.68);
}
#cockpit table th {
  padding: 4px 4px 4px 8px !important;
}
#cockpit table td {
  text-align: right;
  border-left: 1px solid rgba(112, 112, 112, 0.68);
  width: 150px;
  padding-right: 0.5rem;
}
#cockpit table tbody tr:not(:first-child) th,
#cockpit table tbody tr:not(:first-child) td {
  border-top: 1px solid rgba(112, 112, 112, 0.68);
}
#cockpit table tfoot th {
  border-top: 1px solid rgba(112, 112, 112, 0.68);
}
#cockpit table tfoot td {
  border-top: 1px solid darkgrey;
}
#cockpit table tfoot td.positive {
  background-color: #3D8608;
  color: white;
}
#cockpit table tfoot td.negative {
  background-color: #EA161F;
  color: white;
}
#cockpit .form-horizontal .form-group:last-child {
  margin-bottom: 0;
}
#cockpit .form-horizontal .form-group:last-child p:last-child {
  margin-bottom: 0;
}
/* Dashboard */
widget.col-md-12 {
  padding-left: 0;
}
.dashboard-widget .panel {
  margin-bottom: 32px;
}
.dashboard-widget .list-group {
  padding-left: 0;
  padding-right: 0;
}
.dashboard-widget .list-group-item {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.68);
  padding-left: 0;
  padding-right: 0;
}
.dashboard-widget .list-group-item:last-of-type {
  border: none;
}
.dashboard-widget a {
  font-size: 1rem;
}
input[type=number].input-narrow {
  width: 80px;
}
/* Inbox */
.text-unresolved-item {
  color: #565656;
}
.text-unresolved-item td {
  font-weight: bold;
}
/* Self signup wizard */
.checklist-wizard-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wizard-toolbar {
  border-top: 1px solid #F2F2F2;
  background: white;
  position: sticky;
  bottom: 0;
  z-index: 11;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn.btn-arrow-left,
.btn.btn-arrow-right {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  -webkit-transition: none;
  transition: none;
}
.steps-progress {
  margin-bottom: 5rem;
  margin-right: 48px;
}
.steps-progress ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.steps-progress ul:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(78, 78, 78, 0.95);
  top: 13.5px;
  z-index: -1;
  width: calc(100% - 13px);
  left: 12px;
}
.steps-progress ul li {
  position: relative;
  list-style-type: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(78, 78, 78, 0.95);
  background-color: white;
}
.steps-progress ul li > span {
  position: absolute;
  top: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.steps-progress ul li.completed:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\e274";
  color: rgba(78, 78, 78, 0.95);
  font-size: 16px;
  margin-top: 6px;
  margin-left: 6px;
}
.steps-progress ul li.active:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(78, 78, 78, 0.95);
  top: 7px;
  left: 7px;
}
.info-text-large {
  display: flex;
}
.info-text-large i[class*="icon-"] {
  font-size: 3em;
  margin-right: 0.5em;
  color: #565656;
}
.checklist-wizard-review .green {
  background-color: #3D8608;
  color: white;
  font-weight: 400;
}
.checklist-wizard-review .yellow {
  background-color: #565656;
  color: white;
  font-weight: 400;
}
.checklist-wizard-review .red {
  background-color: #EA161F;
  color: white;
  font-weight: 400;
}
.self-sign-up-status-wrapper {
  width: 100%;
}
.self-sign-up-status-wrapper:focus {
  outline: none;
}
.self-sign-up-status-wrapper > ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5rem;
  margin-right: 32px;
}
.self-sign-up-status-wrapper > ul > li {
  flex: 1 1 0;
  position: relative;
  list-style-type: none;
  height: 60px;
  border: 1px solid #565656;
  border-right: none;
  background-color: #FCF8F3;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 35px;
}
.self-sign-up-status-wrapper > ul > li:first-child {
  border-left: 1px solid #565656;
  padding: 0px;
}
.self-sign-up-status-wrapper > ul > li:before {
  content: "";
  position: absolute;
  left: 100%;
  height: 42.42640687px;
  width: 42.42640687px;
  transform: translateX(-21.21320344px) rotate(45deg);
  transform-origin: center;
  border-top: 1px solid #565656;
  border-right: 1px solid #565656;
  background: #FCF8F3;
  z-index: 1;
}
.self-sign-up-status-wrapper > ul > li > span {
  width: 100%;
  text-align: center;
  z-index: 1;
}
.self-sign-up-status-wrapper > ul > li.active {
  background-color: #EA161F;
  border-color: #EA161F;
  color: white;
  font-weight: 400;
}
.self-sign-up-status-wrapper > ul > li.active:before {
  background-color: #EA161F;
  border-color: #EA161F;
}
@media print {
  .self-sign-up-status-wrapper {
    margin: 0;
    padding: 0;
    border: none;
  }
  .self-sign-up-status-wrapper > ul {
    display: none;
  }
  .self-sign-up-status-wrapper > ul > li {
    display: none;
  }
}
div.funding-source-entry + div.funding-source-entry {
  margin-top: 10px;
}
/* Ihp Proposal */
.ihp-proposal-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ihp-proposal-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 1rem;
}
.ihp-proposal-address-card .panel {
  min-height: 200px;
}
.ihp-proposal-address-card input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.ihp-proposal-address-card .panel-body {
  padding: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ihp-proposal-address-card label {
  cursor: pointer;
  font-weight: normal;
  width: 100%;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
.ihp-proposal-address-card label strong {
  display: block;
  margin-bottom: 10px;
}
.ihp-proposal-address-card label i[class*="icon-"] {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ihp-proposal-address-card label .address-line {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ihp-proposal-address-card input[type="checkbox"]:hover + label {
  background: #F8F8F8;
}
.ihp-proposal-address-card input[type="checkbox"]:checked + label {
  background: #FAF1E3;
  border-color: #FAF1E3;
  color: black;
  border-left: 6px solid #000000;
  padding-left: 19px;
  padding-right: 24px;
}
.btn-submit-request-funding-sources-state {
  margin-left: 12px;
}
.flex-end {
  justify-content: flex-end;
}
.ihp-assessment-involved-person-card .panel,
.ihp-assessment-additional-participant-card .panel {
  min-height: 248px;
}
.ihp-assessment-involved-person-card strong,
.ihp-assessment-additional-participant-card strong {
  display: block;
  margin-bottom: 10px;
}
.ihp-assessment-involved-person-card .card-body-line,
.ihp-assessment-additional-participant-card .card-body-line {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 0;
}
.ihp-assessment-involved-person-card .card-body-line .form-group,
.ihp-assessment-additional-participant-card .card-body-line .form-group {
  padding-left: 0;
  padding-right: 5px;
}
.ihp-assessment-involved-person-card .card-body-spacer,
.ihp-assessment-additional-participant-card .card-body-spacer {
  margin-top: 10px;
}
.ihp-assessment-involved-person-card:not(.remove-space) p.card-body-line.readonly-label.form-control-static,
.ihp-assessment-additional-participant-card:not(.remove-space) p.card-body-line.readonly-label.form-control-static {
  padding-bottom: 20.5px;
}
.ihp-assessment-involved-person-card.remove-space p.card-body-line.readonly-label.form-control-static,
.ihp-assessment-additional-participant-card.remove-space p.card-body-line.readonly-label.form-control-static {
  margin: 0;
  padding: 0;
  min-height: 0px;
}
.ihp-assessment-appointment-card .panel-body {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ihp-assessment-additional-participant-card-actions,
.ihp-assessment-appointment-card-actions {
  position: absolute;
  right: 40px;
  top: 24px;
}
.ihp-assessment-list td {
  line-height: 20px !important;
}
.ihp-assessment-list .ihp-assessment-list-col-dossier,
.ihp-assessment-list .ihp-assessment-list-col-specialist,
.ihp-assessment-list .ihp-assessment-list-col-consulting,
.ihp-assessment-list .ihp-assessment-list-col-assignment {
  width: 18%;
}
.ihp-assessment-list .ihp-assessment-list-col-assignment-due,
.ihp-assessment-list .ihp-assessment-list-col-appointment {
  width: 14%;
}
.ihp-assessment-list .ihp-assessment-list-col-actions {
  min-width: 40px;
}
#isDisabilityPensionEnabledTrue_error,
#isHelplessnessAllowanceEnabledTrue_error,
#residenceInCantonBerneSinceDateOfBirth_error {
  opacity: 0;
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.p-0 {
  padding: 0;
}
.ihp-proposal-summary {
  column-count: 1;
  column-gap: 0;
}
.ihp-proposal-summary > div.summary-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .ihp-proposal-summary {
    column-count: 2;
  }
}
.ihp-assessment-instrument {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
.ihp-assessment-instrument > .instrument-nav-panel {
  flex-basis: 100%;
  min-width: 0;
  margin-bottom: 20px;
}
.ihp-assessment-instrument > .instrument-content-panel {
  flex-basis: 100%;
}
.ihp-assessment-instrument > .instrument-content-panel > section > [ui-view] {
  min-height: 50vh;
}
.ihp-assessment-instrument > .instrument-content-panel textarea.text-question {
  resize: vertical;
}
@media (min-width: 768px) {
  .ihp-assessment-instrument {
    flex-wrap: nowrap;
  }
  .ihp-assessment-instrument > .instrument-nav-panel {
    flex-basis: 25%;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .ihp-assessment-instrument > .instrument-content-panel {
    flex-basis: 75%;
    padding-left: 15px;
  }
}
.instrument-nav {
  background-color: #F8F8F8;
  height: 100%;
}
.instrument-nav ul,
.instrument-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.instrument-nav div.tree-item {
  cursor: pointer;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  border-left: 3px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instrument-nav div.tree-item:hover,
.instrument-nav div.tree-item:focus {
  background-color: #ddd;
}
.instrument-nav div.tree-item.selected {
  border-left-color: #EA161F;
  background-color: #fff;
}
.instrument-nav div.tree-item > .spacer {
  display: inline-block;
  width: 1em;
}
.instrument-nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.text-question-border {
  border: solid black 1px;
  padding: 0.8125rem;
  border-radius: 0px;
  margin-bottom: 0.8125rem;
}
.goal-section ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.goal-section ol li {
  border-top: 1px solid rgba(112, 112, 112, 0.68);
  margin: 0;
  font-weight: 300;
}
.goal-section ol li:first-child {
  border-top: 1px solid black;
}
.goal-section ol li:hover {
  background-color: #FAF1E3;
}
.goal-section .goal-section-row {
  display: flex;
}
.goal-section .goal-content {
  flex-basis: 100%;
  padding-right: 15px;
}
.goal-section .goal-basic-content,
.goal-section .goal-additional-content {
  width: 100%;
  display: flex;
}
.goal-section .goal-actions {
  flex-basis: 94px;
  padding-left: 15px;
  padding-right: 4px;
  align-items: center;
  display: flex;
}
.goal-section .goal-actions .command {
  line-height: 36px;
  padding-left: 0;
  padding-right: 0;
}
.goal-section .goal-col-1,
.goal-section .goal-col-2,
.goal-section .goal-col-3,
.goal-section .goal-col-4,
.goal-section .goal-col-5,
.goal-section .goal-col-6,
.goal-section .goal-col-7 {
  padding: 8px 4px 8px 4px;
  line-height: 17px;
  word-break: break-word;
}
.goal-section .goal-section-head strong {
  font-weight: 500;
}
.goal-section .goal-section-head .goal-basic-content .goal-col-1,
.goal-section .goal-section-head .goal-basic-content .goal-col-2,
.goal-section .goal-section-head .goal-basic-content .goal-col-3,
.goal-section .goal-section-head .goal-basic-content .goal-col-4,
.goal-section .goal-section-head .goal-basic-content .goal-col-5,
.goal-section .goal-section-head .goal-basic-content .goal-col-6,
.goal-section .goal-section-head .goal-basic-content .goal-col-7 {
  display: flex;
  align-self: stretch;
}
.goal-section .goal-section-head .goal-basic-content .goal-col-1 > strong,
.goal-section .goal-section-head .goal-basic-content .goal-col-2 > strong,
.goal-section .goal-section-head .goal-basic-content .goal-col-3 > strong,
.goal-section .goal-section-head .goal-basic-content .goal-col-4 > strong,
.goal-section .goal-section-head .goal-basic-content .goal-col-5 > strong,
.goal-section .goal-section-head .goal-basic-content .goal-col-6 > strong,
.goal-section .goal-section-head .goal-basic-content .goal-col-7 > strong {
  align-self: flex-end;
}
.goal-section .goal-col-1 {
  flex-basis: 5%;
  padding: 0;
  min-height: 50px;
}
.goal-section .goal-col-1 > i {
  padding: 16px 12px 16px 12px;
  font-size: 18px;
}
.goal-section .goal-col-1 .spacer {
  width: 42px;
}
.goal-section .goal-basic-content:focus {
  outline: none;
}
.goal-section .goal-basic-content .goal-col-1 {
  align-self: center;
}
.goal-section .goal-basic-content .goal-col-2 {
  flex-basis: 25%;
  align-self: center;
}
.goal-section .goal-basic-content .goal-col-3 {
  flex-basis: 28.33333333%;
  align-self: center;
}
.goal-section .goal-basic-content .goal-col-4 {
  flex-basis: 5%;
  text-align: right;
  align-self: center;
}
.goal-section .goal-basic-content .goal-col-4 > i {
  font-size: 18px;
}
.goal-section .goal-basic-content .goal-col-4 .spacer {
  width: 18px;
  height: 18px;
}
.goal-section .goal-basic-content .goal-col-5 {
  flex-basis: 25%;
  align-self: center;
}
.goal-section .goal-basic-content .goal-col-6 {
  flex-basis: 8.66666666%;
  align-self: center;
}
.goal-section .goal-basic-content .goal-col-7 {
  flex-basis: 3%;
  text-align: right;
  min-height: 50px;
}
.goal-section .goal-basic-content .goal-col-7 > i {
  font-size: 18px;
  line-height: 34px;
}
.goal-section .goal-basic-content .goal-col-7 .spacer {
  width: 18px;
  height: 18px;
}
.goal-section .goal-additional-content .goal-col-2 {
  flex-basis: 58.33333333%;
}
.goal-section .goal-additional-content .goal-col-3 {
  flex-basis: 25%;
}
.goal-section .goal-additional-content .goal-col-4 {
  flex-basis: 11.66666666%;
}
.goal-section .no-goals {
  line-height: 34px;
}
.goal-summary {
  margin-top: 1rem;
}
.goal-summary .goal-col-1 {
  flex-basis: 3%;
}
.goal-summary .goal-basic-content .goal-col-2 {
  flex-basis: 20%;
}
.goal-summary .goal-basic-content .goal-col-3 {
  flex-basis: 42.33333333%;
}
.goal-summary .goal-basic-content .goal-col-4 {
  flex-basis: 3%;
}
.goal-summary .goal-basic-content .goal-col-5 {
  flex-basis: 20%;
}
.goal-summary .goal-basic-content .goal-col-6 {
  flex-basis: 8.66666666%;
}
.goal-summary .goal-basic-content .goal-col-7 {
  flex-basis: 3%;
}
.goal-summary .goal-additional-content .goal-col-2 {
  flex-basis: 65.33333333%;
}
.goal-summary .goal-additional-content .goal-col-3 {
  flex-basis: 20%;
}
.goal-summary .goal-additional-content .goal-col-4 {
  flex-basis: 11.66666666%;
}
.disposition-group table > thead > tr:first-child > th {
  border-bottom: 0;
}
.disposition-group table > thead > tr:last-child > th {
  border-top: 0;
}
.disposition-group table > tbody > tr > td {
  word-break: break-word;
  line-height: 20px !important;
  height: 49px;
  vertical-align: middle;
}
.disposition-group table > tbody > tr:nth-last-child(1 of :not(.ng-hide)) {
  border-bottom: 2px solid #ddd;
}
.disposition-group .text-center {
  vertical-align: middle;
}
.disposition-group .border-left {
  border-left: 1px solid #ddd;
}
.disposition-group .disposition-col-1 {
  width: 25%;
}
.disposition-group .disposition-col-2,
.disposition-group .disposition-col-3 {
  width: 5.875%;
}
.disposition-group .disposition-col-4,
.disposition-group .disposition-col-5 {
  width: 11.75%;
}
.disposition-group .disposition-col-6,
.disposition-group .disposition-col-7 {
  width: 5.875%;
}
.disposition-group .disposition-col-8 {
  width: 28%;
}
.disposition-group td.disposition-value-changed,
.disposition-group td.disposition-value-missing {
  position: relative;
}
.disposition-group td.disposition-value-changed:hover > i,
.disposition-group td.disposition-value-missing:hover > i {
  position: absolute;
  right: 3px;
  bottom: 3px;
  color: black;
  opacity: 0.4;
  font-family: 'icomoon';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.disposition-group td.disposition-value-changed {
  background-color: #FAF1E3;
  color: #000000;
}
.disposition-group td.disposition-value-changed:hover > i:before {
  content: "\e26d";
}
.disposition-group td.disposition-value-missing {
  background-color: #EA161F;
  color: white;
}
.disposition-group td.disposition-value-missing:hover > i:before {
  content: "\e27d";
}
.disposition-line-form .form-control-static {
  margin-top: 0px;
  padding-top: 0;
  display: block;
}
.disposition-line-form .form-group {
  padding-left: 0;
  padding-right: 0;
}
.disposition-calculation-attribute {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.disposition-calculation-attribute.align-end {
  align-items: flex-end;
}
.disposition-calculation-attribute .disposition-calculation-attribute-label {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.disposition-calculation-attribute .disposition-calculation-attribute-value {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.disposition-calculation-attribute p {
  margin-bottom: 0;
}
.disposition-calculation-detail-table-footer {
  border: none;
  background-color: #FAF1E3;
}
.disposition-calculation-detail-table-footer td {
  font-weight: bold;
}
.table-striped > tbody > tr.instrument-version-current {
  background-color: #d6d6d6;
}
.feedback-answer {
  margin-left: 20px;
}
legend.control-label[for=qualificationLevelList] {
  font-size: 1rem;
  font-weight: bold;
}
#qualificationLevelList.list-group {
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 0;
}
#qualificationLevelList.list-group.invalid {
  border-color: rgba(255, 59, 81, 0.8);
}
#qualificationLevelList.list-group.readonly {
  border: none;
}
#qualificationLevelList.list-group:not(.readonly) .list-group-item {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
#qualificationLevelList.list-group:not(.readonly) .list-group-item:first-of-type {
  border-top: 0;
}
.resize-vertical-only {
  resize: vertical;
}
.radio-buttons-inline {
  display: inline;
  margin-right: 5px;
}
.break-word {
  word-break: break-word;
}
.ihp-clearing-simulation-date {
  white-space: nowrap;
  margin-top: 0;
}
.ihp-clearing-simulation-date label {
  display: inline;
  margin-right: 5px;
}
.ihp-clearing-simulation-date input {
  display: inline;
  width: 40%;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.admission-requirements-detail-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.admission-requirements-detail-header button {
  vertical-align: top;
  height: fit-content;
  margin-left: 10px;
}
.admission-requirements-detail-header p {
  margin-top: 5px;
}
.admission-requirements-detail-body .col-xs-12 {
  padding: 5px;
  margin-bottom: 10px;
}
.admission-requirements-detail-body .col-md-6 {
  padding: 5px;
  margin-bottom: 10px;
  border-right-width: 10px;
  border-color: white;
}
.admission-requirements-detail-body .col-md-6:last-child {
  border-right-width: 0px;
}
.admission-requirements-detail-body .bg-satisfied {
  background-color: #3D8608;
  color: white;
}
.admission-requirements-detail-body .bg-partially-satisfied {
  background-color: #F7E9D2;
}
.admission-requirements-detail-body .bg-not-satisfied {
  background-color: #EA161F;
  color: white;
}
.show-all-institutional-services-waiting-for-approval-container {
  display: none;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
@media (max-width: 1199px) {
  .show-all-institutional-services-waiting-for-approval-container.show-if-media-xs {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .show-all-institutional-services-waiting-for-approval-container.show-if-media-lg {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .show-all-institutional-services-waiting-for-approval-container.show-if-media-xl {
    display: flex;
  }
}
.ihp-clearing-month:hover {
  transform: scale(1.05);
}
.ihp-clearing-month {
  text-decoration: none;
  transition: 0.2s all linear;
}
.ihp-clearing-month:hover {
  text-decoration: none;
}
.ihp-clearing-month .panel-body > .button-container {
  justify-content: flex-start;
}
.ihp-clearing-month .ihp-clearing-month-heading {
  align-items: center;
}
.ihp-clearing-month .ihp-clearing-month-heading .small {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  display: block;
}
.ihp-clearing-month.panel-default {
  color: black;
}
.ihp-clearing-month.panel-danger,
.ihp-clearing-month.panel-success,
.ihp-clearing-month.panel-info {
  color: white;
}
.ihp-clearing-month h2 {
  margin-top: 0;
}
.ihp-clearing-month-status {
  display: inline-block;
}
.ihp-clearing-month-status .puibe-icon {
  display: block;
  height: 24px;
  width: 16px;
}
.row.housing-situation-warning .form-group-readonly {
  margin-bottom: -10px;
}
.helper-popover .popover-content {
  padding-right: 30px;
}
.helper-popover .popover-content a {
  text-decoration: underline;
}
.helper-popover .popover-content button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  font-size: 1.5rem;
}
#assistance-contribution-table .form-group.form-group-readonly {
  margin-bottom: 0;
}
#assistance-contribution-table .form-group.form-group-readonly p.readonly-label.form-control-static {
  line-height: inherit;
  padding-bottom: 0;
}
#assistance-contribution-table input {
  width: 100%;
}
#assistance-services-table .readonly-label.form-control-static {
  padding-top: 7px;
}
#assistance-services-table .form-group.pull-right .inline-validation {
  float: right;
}
.table-with-intermediate-headings .tr-heading td {
  font-weight: bold;
  border-top: 1px solid rgba(112, 112, 112, 0.68);
  border-bottom: 1px solid rgba(112, 112, 112, 0.68);
  border-collapse: collapse;
}
.table-with-intermediate-headings tbody tr:not(.tr-heading) td,
.table-with-intermediate-headings tfoot tr:not(.tr-heading) td {
  border: none;
}
.panel-info .table-with-intermediate-headings .tr-heading {
  background: transparent;
}
i.clearing-status-icon {
  border: 1px solid;
  border-radius: 100%;
  padding: 6px;
  margin-right: 5px;
}
i.clearing-status-icon.clearing-submitted {
  color: white;
  background: #565656;
}
i.clearing-status-icon.clearing-completed {
  color: white;
  background: #3D8608;
}
i.clearing-status-icon.clearing-rejected {
  color: white;
  background: #EA161F;
}
.clearing-overview {
  height: 115px;
}
.clearing-overview.clearing-overview-right {
  align-items: end;
}
.clearing-overview-month-attribute {
  display: inline-block;
  height: 50px;
}
.clearing-overview-month-attribute .clearing-overview-attribute-right {
  text-align: end;
}
.clearing-overview-month-attribute p,
.clearing-overview-month-attribute small,
.clearing-overview-month-attribute strong {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.clearing-overview-attribute {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.clearing-overview-attribute.align-end {
  align-items: flex-end;
}
.clearing-overview-attribute .clearing-overview-attribute-label {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
}
.clearing-overview-attribute .clearing-overview-attribute-value {
  font-weight: 500;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.clearing-overview-attribute p {
  margin-bottom: 0;
}
i.funding-source-status-icon {
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
  padding: 3px;
}
i.funding-source-status-icon.funding-source-submitted {
  color: white;
  background: #565656;
}
i.funding-source-status-icon.funding-source-completed {
  color: white;
  background: #3D8608;
}
i.funding-source-status-icon.funding-source-rejected {
  color: white;
  background: #EA161F;
}
.help-text-icon-button {
  padding: 0.0625rem 0.375rem !important;
  border-width: 1px;
  border-radius: 100rem;
  line-height: 1.125rem;
}
[table-row-action-trigger] {
  cursor: pointer;
}
[table-row-action-trigger] div.flyout {
  cursor: initial;
}
button[table-row-action] {
  color: currentColor;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 300;
  text-decoration: underline;
  text-align: initial;
}
button[table-row-action]:hover,
button[table-row-action]:focus {
  color: currentColor;
  text-decoration: underline;
}
button[table-row-action]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.table {
  table-layout: fixed;
}
.table td,
.table th {
  overflow: hidden;
  text-overflow: ellipsis;
}
:focus-visible:not(.btn):not(.outline-none),
[tabindex]:focus-visible:not(.btn):not(.outline-none),
a:focus-visible:not(.btn):not(.outline-none) {
  outline: Highlight auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
a,
td,
th,
[tabindex] {
  outline-offset: 6px;
}
.btn:focus-visible {
  border: 2px solid Highlight;
  border: 2px solid -webkit-focus-ring-color;
}
fieldset .row > p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-horizontal .form-group .control-label:not(.tw-adapted-label-base-class):not(.sr-only) {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
.form-horizontal .form-group .control-label:not(.tw-adapted-label-base-class):not(.sr-only):not(.control-label-readonly) {
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.5rem;
  z-index: 10;
  left: 1.5rem;
  top: -0.7rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  background: white;
}
.control-label-readonly {
  font-size: 13px;
  line-height: 17px;
  font-style: normal;
  font-weight: 400;
}
.readonly-label,
.form-control-static {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.col-xs-1 > .form-group[class*='col-'],
.col-sm-1 > .form-group[class*='col-'],
.col-md-1 > .form-group[class*='col-'],
.col-lg-1 > .form-group[class*='col-'],
.col-xs-2 > .form-group[class*='col-'],
.col-sm-2 > .form-group[class*='col-'],
.col-md-2 > .form-group[class*='col-'],
.col-lg-2 > .form-group[class*='col-'],
.col-xs-3 > .form-group[class*='col-'],
.col-sm-3 > .form-group[class*='col-'],
.col-md-3 > .form-group[class*='col-'],
.col-lg-3 > .form-group[class*='col-'],
.col-xs-4 > .form-group[class*='col-'],
.col-sm-4 > .form-group[class*='col-'],
.col-md-4 > .form-group[class*='col-'],
.col-lg-4 > .form-group[class*='col-'],
.col-xs-5 > .form-group[class*='col-'],
.col-sm-5 > .form-group[class*='col-'],
.col-md-5 > .form-group[class*='col-'],
.col-lg-5 > .form-group[class*='col-'],
.col-xs-6 > .form-group[class*='col-'],
.col-sm-6 > .form-group[class*='col-'],
.col-md-6 > .form-group[class*='col-'],
.col-lg-6 > .form-group[class*='col-'],
.col-xs-7 > .form-group[class*='col-'],
.col-sm-7 > .form-group[class*='col-'],
.col-md-7 > .form-group[class*='col-'],
.col-lg-7 > .form-group[class*='col-'],
.col-xs-8 > .form-group[class*='col-'],
.col-sm-8 > .form-group[class*='col-'],
.col-md-8 > .form-group[class*='col-'],
.col-lg-8 > .form-group[class*='col-'],
.col-xs-9 > .form-group[class*='col-'],
.col-sm-9 > .form-group[class*='col-'],
.col-md-9 > .form-group[class*='col-'],
.col-lg-9 > .form-group[class*='col-'],
.col-xs-10 > .form-group[class*='col-'],
.col-sm-10 > .form-group[class*='col-'],
.col-md-10 > .form-group[class*='col-'],
.col-lg-10 > .form-group[class*='col-'],
.col-xs-11 > .form-group[class*='col-'],
.col-sm-11 > .form-group[class*='col-'],
.col-md-11 > .form-group[class*='col-'],
.col-lg-11 > .form-group[class*='col-'],
.col-xs-12 > .form-group[class*='col-'],
.col-sm-12 > .form-group[class*='col-'],
.col-md-12 > .form-group[class*='col-'],
.col-lg-12 > .form-group[class*='col-'] {
  padding-left: 0;
}
.btn > span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn > i[class*="icon-"] {
  width: 34px;
}
ihp-assessment-instrument-text-question .form-group {
  margin-top: 0;
}
em {
  font-style: normal;
}
.btn.btn-xs.btn-default {
  border-color: transparent;
}
.alert {
  padding: 24px;
}
.alert > h1:first-child,
.alert > .h1:first-child,
.alert > h2:first-child,
.alert > .h2:first-child,
.alert > h3:first-child,
.alert > .h3:first-child {
  margin-top: 0;
}
.cdk-global-scrollblock {
  position: static !important;
  overflow-y: unset !important;
}
.form-group-checkbox {
  border: black;
  border-width: 1px;
  border-style: solid;
  padding: 1.75rem;
  margin-bottom: 2rem;
}
.form-group-checkbox legend {
  display: inline-block;
  color: unset;
  width: unset;
  margin: unset;
  padding: unset;
  border: unset;
  font-weight: unset;
  font-size: unset;
  line-height: unset;
}
.tw-adapted-label-base-class:not(.control-label-readonly):not(.sr-only) {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.5rem;
  z-index: 10;
  left: 1.5rem;
  top: -0.7rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  background: white;
}
.print-only {
  display: none;
}
@media print {
  body {
    display: block;
    zoom: 80%;
  }
  header {
    display: none;
  }
  .fsm-sticky-header {
    display: none !important;
  }
  .app-commands {
    display: none;
  }
  .breadcrumb-step {
    display: none;
  }
  .breadcrumb span {
    display: none !important;
  }
  .icon-minus-2 {
    display: none !important;
  }
  .icon-plus-2 {
    display: none !important;
  }
  accordion .panel .panel-body {
    display: block !important;
  }
  footer {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .hide-from-print {
    display: none !important;
  }
  .print-only {
    display: block;
  }
  .print-page-break-after {
    width: 100%;
    break-inside: avoid;
    break-after: page;
  }
  .print-page-break-before {
    width: 100%;
    break-inside: avoid;
    break-before: page;
  }
  .print-display-flex {
    display: flex;
  }
  .print-margin-top {
    margin-top: 20px;
  }
  puibe-breadcrumb {
    display: none;
  }
  main {
    padding-top: 0 !important;
  }
  .print-background-light-gray {
    background: lightgray !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .print-background-light-gray table {
    width: -webkit-fill-available;
  }
  .print-background-light-gray table td,
  .print-background-light-gray table th {
    background-color: lightgray !important;
  }
}
