@charset "UTF-8";
/* ---------- EY Power Design System v0.2.20231130-20240320 ---------- */
/* ------------------------------ RESETS: Normalize - Bootstrap ------------------------------ */
/*! 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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ------------------------------ RESETS: Normalize - Bootstrap - Print ------------------------------ */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* ------------------------------ RESETS: Normalize ------------------------------ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ------------------------------ RESETS: Normalize - Custom ------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-ms-viewport {
  width: device-width;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
textarea,
select,
input {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

[hidden] {
  display: none !important;
}

[role=button] {
  cursor: pointer;
}

/* ------------------------------ GLOBAL: Interactions - Fade In/Out ------------------------------ */
.fade {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.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 {
  -webkit-transition: visibility 0.35s ease;
  transition: visibility 0.35s ease;
  position: relative;
  height: 0;
  overflow: hidden;
}

/* ------------------------------ GLOBAL: Backgrounds ------------------------------ */
.bg-accent {
  background: #E7E7E7;
}

.bg-primary,
a.bg-primary:focus {
  background-color: #337AB7;
}

a.bg-primary:hover {
  background-color: #005595;
}

.bg-success,
a.bg-success:focus {
  background-color: #449D44;
}

a.bg-success:hover {
  background-color: #397300;
}

.bg-info,
a.bg-info:focus {
  background-color: #31B0D5;
}

a.bg-info:hover {
  background-color: #278DAA;
}

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

a.bg-warning:hover {
  background-color: #B28600;
}

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

a.bg-danger:hover {
  background-color: #A12623;
}

/* ------------------------------ GLOBAL: Text - Classes ------------------------------ */
.text-accent {
  color: #555;
}

.text-primary,
a.text-primary:focus {
  color: #337AB7;
}

a.text-primary:hover {
  color: #005595;
}

.text-success,
a.text-success:focus {
  color: #449D44;
}

a.text-success:hover {
  color: #397300;
}

.text-info,
a.text-info:focus {
  color: #278DAA;
}

a.text-info:hover {
  color: #1D6A80;
}

.text-warning,
a.text-warning:focus {
  color: #B28600;
}

a.text-warning:hover {
  color: #806000;
}

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

a.text-danger:hover {
  color: #791D1A;
}

.text-weight-light {
  font-weight: 100;
}

.text-weight-semilight {
  font-weight: 200;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-semibold {
  font-weight: 500;
}

.text-weight-bold {
  font-weight: 600;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[class*=text-ellipsis-] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.text-ellipsis-2-lines {
  -webkit-line-clamp: 2;
}

.text-ellipsis-3-lines {
  -webkit-line-clamp: 3;
}

.text-ellipsis-4-lines {
  -webkit-line-clamp: 4;
}

.text-ellipsis-5-lines {
  -webkit-line-clamp: 5;
}

.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: #555;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

.lead {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .lead {
    font-size: 23.9994px;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 479px) {
  .m-0-xs {
    margin: 0 !important;
  }
  .mt-0-xs {
    margin-top: 0 !important;
  }
  .mb-0-xs {
    margin-bottom: 0 !important;
  }
  .ml-0-xs {
    margin-left: 0 !important;
  }
  .mr-0-xs {
    margin-right: 0 !important;
  }
  .mx-0-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-0-sm {
    margin: 0 !important;
  }
  .mt-0-sm {
    margin-top: 0 !important;
  }
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
  .ml-0-sm {
    margin-left: 0 !important;
  }
  .mr-0-sm {
    margin-right: 0 !important;
  }
  .mx-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-0-md {
    margin: 0 !important;
  }
  .mt-0-md {
    margin-top: 0 !important;
  }
  .mb-0-md {
    margin-bottom: 0 !important;
  }
  .ml-0-md {
    margin-left: 0 !important;
  }
  .mr-0-md {
    margin-right: 0 !important;
  }
  .mx-0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-0-lg {
    margin: 0 !important;
  }
  .mt-0-lg {
    margin-top: 0 !important;
  }
  .mb-0-lg {
    margin-bottom: 0 !important;
  }
  .ml-0-lg {
    margin-left: 0 !important;
  }
  .mr-0-lg {
    margin-right: 0 !important;
  }
  .mx-0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

@media (max-width: 479px) {
  .m-1-xs {
    margin: 0.25rem !important;
  }
  .mt-1-xs {
    margin-top: 0.25rem !important;
  }
  .mb-1-xs {
    margin-bottom: 0.25rem !important;
  }
  .ml-1-xs {
    margin-left: 0.25rem !important;
  }
  .mr-1-xs {
    margin-right: 0.25rem !important;
  }
  .mx-1-xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-1-sm {
    margin: 0.25rem !important;
  }
  .mt-1-sm {
    margin-top: 0.25rem !important;
  }
  .mb-1-sm {
    margin-bottom: 0.25rem !important;
  }
  .ml-1-sm {
    margin-left: 0.25rem !important;
  }
  .mr-1-sm {
    margin-right: 0.25rem !important;
  }
  .mx-1-sm {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-sm {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-1-md {
    margin: 0.25rem !important;
  }
  .mt-1-md {
    margin-top: 0.25rem !important;
  }
  .mb-1-md {
    margin-bottom: 0.25rem !important;
  }
  .ml-1-md {
    margin-left: 0.25rem !important;
  }
  .mr-1-md {
    margin-right: 0.25rem !important;
  }
  .mx-1-md {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-md {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-1-lg {
    margin: 0.25rem !important;
  }
  .mt-1-lg {
    margin-top: 0.25rem !important;
  }
  .mb-1-lg {
    margin-bottom: 0.25rem !important;
  }
  .ml-1-lg {
    margin-left: 0.25rem !important;
  }
  .mr-1-lg {
    margin-right: 0.25rem !important;
  }
  .mx-1-lg {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-lg {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 479px) {
  .m-2-xs {
    margin: 0.5rem !important;
  }
  .mt-2-xs {
    margin-top: 0.5rem !important;
  }
  .mb-2-xs {
    margin-bottom: 0.5rem !important;
  }
  .ml-2-xs {
    margin-left: 0.5rem !important;
  }
  .mr-2-xs {
    margin-right: 0.5rem !important;
  }
  .mx-2-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-2-sm {
    margin: 0.5rem !important;
  }
  .mt-2-sm {
    margin-top: 0.5rem !important;
  }
  .mb-2-sm {
    margin-bottom: 0.5rem !important;
  }
  .ml-2-sm {
    margin-left: 0.5rem !important;
  }
  .mr-2-sm {
    margin-right: 0.5rem !important;
  }
  .mx-2-sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-2-md {
    margin: 0.5rem !important;
  }
  .mt-2-md {
    margin-top: 0.5rem !important;
  }
  .mb-2-md {
    margin-bottom: 0.5rem !important;
  }
  .ml-2-md {
    margin-left: 0.5rem !important;
  }
  .mr-2-md {
    margin-right: 0.5rem !important;
  }
  .mx-2-md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-2-lg {
    margin: 0.5rem !important;
  }
  .mt-2-lg {
    margin-top: 0.5rem !important;
  }
  .mb-2-lg {
    margin-bottom: 0.5rem !important;
  }
  .ml-2-lg {
    margin-left: 0.5rem !important;
  }
  .mr-2-lg {
    margin-right: 0.5rem !important;
  }
  .mx-2-lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 479px) {
  .m-3-xs {
    margin: 1rem !important;
  }
  .mt-3-xs {
    margin-top: 1rem !important;
  }
  .mb-3-xs {
    margin-bottom: 1rem !important;
  }
  .ml-3-xs {
    margin-left: 1rem !important;
  }
  .mr-3-xs {
    margin-right: 1rem !important;
  }
  .mx-3-xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-3-xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-3-sm {
    margin: 1rem !important;
  }
  .mt-3-sm {
    margin-top: 1rem !important;
  }
  .mb-3-sm {
    margin-bottom: 1rem !important;
  }
  .ml-3-sm {
    margin-left: 1rem !important;
  }
  .mr-3-sm {
    margin-right: 1rem !important;
  }
  .mx-3-sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-3-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-3-md {
    margin: 1rem !important;
  }
  .mt-3-md {
    margin-top: 1rem !important;
  }
  .mb-3-md {
    margin-bottom: 1rem !important;
  }
  .ml-3-md {
    margin-left: 1rem !important;
  }
  .mr-3-md {
    margin-right: 1rem !important;
  }
  .mx-3-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-3-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-3-lg {
    margin: 1rem !important;
  }
  .mt-3-lg {
    margin-top: 1rem !important;
  }
  .mb-3-lg {
    margin-bottom: 1rem !important;
  }
  .ml-3-lg {
    margin-left: 1rem !important;
  }
  .mr-3-lg {
    margin-right: 1rem !important;
  }
  .mx-3-lg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-3-lg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 479px) {
  .m-4-xs {
    margin: 1.5rem !important;
  }
  .mt-4-xs {
    margin-top: 1.5rem !important;
  }
  .mb-4-xs {
    margin-bottom: 1.5rem !important;
  }
  .ml-4-xs {
    margin-left: 1.5rem !important;
  }
  .mr-4-xs {
    margin-right: 1.5rem !important;
  }
  .mx-4-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-4-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-4-sm {
    margin: 1.5rem !important;
  }
  .mt-4-sm {
    margin-top: 1.5rem !important;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-4-sm {
    margin-left: 1.5rem !important;
  }
  .mr-4-sm {
    margin-right: 1.5rem !important;
  }
  .mx-4-sm {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-4-sm {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-4-md {
    margin: 1.5rem !important;
  }
  .mt-4-md {
    margin-top: 1.5rem !important;
  }
  .mb-4-md {
    margin-bottom: 1.5rem !important;
  }
  .ml-4-md {
    margin-left: 1.5rem !important;
  }
  .mr-4-md {
    margin-right: 1.5rem !important;
  }
  .mx-4-md {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-4-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-4-lg {
    margin: 1.5rem !important;
  }
  .mt-4-lg {
    margin-top: 1.5rem !important;
  }
  .mb-4-lg {
    margin-bottom: 1.5rem !important;
  }
  .ml-4-lg {
    margin-left: 1.5rem !important;
  }
  .mr-4-lg {
    margin-right: 1.5rem !important;
  }
  .mx-4-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-4-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (max-width: 479px) {
  .m-5-xs {
    margin: 3rem !important;
  }
  .mt-5-xs {
    margin-top: 3rem !important;
  }
  .mb-5-xs {
    margin-bottom: 3rem !important;
  }
  .ml-5-xs {
    margin-left: 3rem !important;
  }
  .mr-5-xs {
    margin-right: 3rem !important;
  }
  .mx-5-xs {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-5-xs {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-5-sm {
    margin: 3rem !important;
  }
  .mt-5-sm {
    margin-top: 3rem !important;
  }
  .mb-5-sm {
    margin-bottom: 3rem !important;
  }
  .ml-5-sm {
    margin-left: 3rem !important;
  }
  .mr-5-sm {
    margin-right: 3rem !important;
  }
  .mx-5-sm {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-5-sm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-5-md {
    margin: 3rem !important;
  }
  .mt-5-md {
    margin-top: 3rem !important;
  }
  .mb-5-md {
    margin-bottom: 3rem !important;
  }
  .ml-5-md {
    margin-left: 3rem !important;
  }
  .mr-5-md {
    margin-right: 3rem !important;
  }
  .mx-5-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-5-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-5-lg {
    margin: 3rem !important;
  }
  .mt-5-lg {
    margin-top: 3rem !important;
  }
  .mb-5-lg {
    margin-bottom: 3rem !important;
  }
  .ml-5-lg {
    margin-left: 3rem !important;
  }
  .mr-5-lg {
    margin-right: 3rem !important;
  }
  .mx-5-lg {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-5-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (max-width: 479px) {
  .m-auto-xs {
    margin: auto !important;
  }
  .mt-auto-xs {
    margin-top: auto !important;
  }
  .mb-auto-xs {
    margin-bottom: auto !important;
  }
  .ml-auto-xs {
    margin-left: auto !important;
  }
  .mr-auto-xs {
    margin-right: auto !important;
  }
  .mx-auto-xs {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-xs {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .m-auto-sm {
    margin: auto !important;
  }
  .mt-auto-sm {
    margin-top: auto !important;
  }
  .mb-auto-sm {
    margin-bottom: auto !important;
  }
  .ml-auto-sm {
    margin-left: auto !important;
  }
  .mr-auto-sm {
    margin-right: auto !important;
  }
  .mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-sm {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .m-auto-md {
    margin: auto !important;
  }
  .mt-auto-md {
    margin-top: auto !important;
  }
  .mb-auto-md {
    margin-bottom: auto !important;
  }
  .ml-auto-md {
    margin-left: auto !important;
  }
  .mr-auto-md {
    margin-right: auto !important;
  }
  .mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-md {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .m-auto-lg {
    margin: auto !important;
  }
  .mt-auto-lg {
    margin-top: auto !important;
  }
  .mb-auto-lg {
    margin-bottom: auto !important;
  }
  .ml-auto-lg {
    margin-left: auto !important;
  }
  .mr-auto-lg {
    margin-right: auto !important;
  }
  .mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-lg {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.container,
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1180px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

.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: 480px) {
  .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: 768px) {
  .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: 1180px) {
  .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%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.affix {
  position: fixed;
}

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

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

#ie-banner {
  display: none;
}

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

body {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  height: auto;
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #080808;
  background-color: #fff;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
}
body [class*=inverse] {
  color: #fff;
}

.page-content {
  margin-top: 0;
}

.body-content {
  padding: 21px 0px 32px;
}
@media (min-width: 769px) {
  .body-content {
    padding: 32px 0px 42px;
  }
}
@media (min-width: 1181px) {
  .body-content {
    padding: 42px 0px 53px;
  }
}
.body-content > .container > *:first-child {
  margin-top: 0;
}
.body-content > .container > *:last-child {
  margin-bottom: 0;
}

.layout-opposite-sides {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.header-with-button {
  margin-bottom: 21px;
}
*:not([style*="display:none"]) + .header-with-button, *:not([style*="display: none"]) + .header-with-button {
  margin-top: 42px;
}
@media (min-width: 769px) {
  *:not([style*="display:none"]) + .header-with-button, *:not([style*="display: none"]) + .header-with-button {
    margin-top: 42px;
  }
}
@media (min-width: 1181px) {
  *:not([style*="display:none"]) + .header-with-button, *:not([style*="display: none"]) + .header-with-button {
    margin-top: 53px;
  }
}
.header-with-button > * {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-with-button h1,
.header-with-button h2,
.header-with-button h3,
.header-with-button .h1,
.header-with-button .h2,
.header-with-button .h3 {
  margin: 0;
}

.columns {
  column-gap: 40px;
}

@media (min-width: 480px) {
  .columns-2-xs {
    column-width: 50%;
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .columns-2-sm {
    column-width: 50%;
    column-count: 2;
  }
}

@media (min-width: 1180px) {
  .columns-2-md {
    column-width: 50%;
    column-count: 2;
  }
}

@media (min-width: 1400px) {
  .columns-2-lg {
    column-width: 50%;
    column-count: 2;
  }
}

@media (min-width: 480px) {
  .columns-3-xs {
    column-width: 33.3333333333%;
    column-count: 3;
  }
}

@media (min-width: 768px) {
  .columns-3-sm {
    column-width: 33.3333333333%;
    column-count: 3;
  }
}

@media (min-width: 1180px) {
  .columns-3-md {
    column-width: 33.3333333333%;
    column-count: 3;
  }
}

@media (min-width: 1400px) {
  .columns-3-lg {
    column-width: 33.3333333333%;
    column-count: 3;
  }
}

@media (min-width: 480px) {
  .columns-4-xs {
    column-width: 25%;
    column-count: 4;
  }
}

@media (min-width: 768px) {
  .columns-4-sm {
    column-width: 25%;
    column-count: 4;
  }
}

@media (min-width: 1180px) {
  .columns-4-md {
    column-width: 25%;
    column-count: 4;
  }
}

@media (min-width: 1400px) {
  .columns-4-lg {
    column-width: 25%;
    column-count: 4;
  }
}

@media (min-width: 480px) {
  .column-break-after-xs {
    break-after: column;
  }
}

@media (min-width: 768px) {
  .column-break-after-sm {
    break-after: column;
  }
}

@media (min-width: 1180px) {
  .column-break-after-md {
    break-after: column;
  }
}

@media (min-width: 1400px) {
  .column-break-after-lg {
    break-after: column;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .column-break-after-xs-only {
    break-after: column;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .column-break-after-sm-only {
    break-after: column;
  }
}

@media (min-width: 1180px) and (max-width: 1399px) {
  .column-break-after-md-only {
    break-after: column;
  }
}

a {
  outline-offset: 0;
  font-size: inherit;
  font-weight: 400;
  color: #337AB7;
  text-transform: none;
  text-decoration: underline;
}
a:focus {
  outline: 2px dashed #337AB7;
}
a:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
a:focus-visible {
  outline: 2px dashed #337AB7;
}
a:hover {
  color: #005595;
}
a:active {
  color: #004477;
}
a:focus {
  color: #337AB7;
}
a:disabled, a.disabled {
  color: #999;
  cursor: not-allowed;
}
[class*=inverse] a {
  outline-offset: 0;
  color: #fff;
}
[class*=inverse] a:focus {
  outline: 2px dashed #fff;
}
[class*=inverse] a:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
[class*=inverse] a:focus-visible {
  outline: 2px dashed #fff;
}
[class*=inverse] a:hover {
  color: #E7E7E7;
}
[class*=inverse] a:active {
  color: #ddd;
}
[class*=inverse] a:focus {
  color: #fff;
}
[class*=inverse] a:disabled, [class*=inverse] a.disabled {
  color: rgba(255, 255, 255, 0.5);
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
a:disabled, a.disabled {
  text-decoration: none;
}
a[href*="tel:"] {
  text-decoration: none;
  white-space: nowrap;
}
a[href*="tel:"]:hover {
  text-decoration: underline;
}
a[href*="tel:"]:active {
  text-decoration: none;
}
a[href*="tel:"]:disabled, a[href*="tel:"].disabled {
  text-decoration: none;
}
a[href*="tel:"]:not(:hover):not(:active):not(:focus):not(:disabled):not(.disabled) {
  text-decoration: none;
  color: #080808 !important;
  white-space: nowrap;
}
a[href*="tel:"]:not(:hover):not(:active):not(:focus):not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
a[href*="tel:"]:not(:hover):not(:active):not(:focus):not(:disabled):not(.disabled):active {
  text-decoration: none;
}
a[href*="tel:"]:not(:hover):not(:active):not(:focus):not(:disabled):not(.disabled):disabled, a[href*="tel:"]:not(:hover):not(:active):not(:focus):not(:disabled):not(.disabled).disabled {
  text-decoration: none;
}
[class*=inverse] a[href*="tel:"]:not(:hover):not(:active):not(:focus):not(:disabled):not(.disabled) {
  color: #fff !important;
}

html[dir=ltr] li a {
  margin-left: 0;
}

h1,
.h1 {
  font-size: 25px;
  font-weight: 500;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
}
@media (min-width: 769px) {
  h1,
  .h1 {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1.25;
  }
}
[class*=inverse] h1,
[class*=inverse] .h1 {
  color: #fff;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
[class*=inverse] h1 small,
[class*=inverse] h1 .small,
[class*=inverse] .h1 small,
[class*=inverse] .h1 .small {
  color: #ddd;
}

h2,
.h2 {
  font-size: 22px;
  font-weight: 500;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
}
@media (min-width: 769px) {
  h2,
  .h2 {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  h2,
  .h2 {
    font-size: 25px;
    line-height: 1.25;
  }
}
[class*=inverse] h2,
[class*=inverse] .h2 {
  color: #fff;
}
h2 small,
h2 .small,
.h2 small,
.h2 .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
[class*=inverse] h2 small,
[class*=inverse] h2 .small,
[class*=inverse] .h2 small,
[class*=inverse] .h2 .small {
  color: #ddd;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 500;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
}
@media (min-width: 769px) {
  h3,
  .h3 {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  h3,
  .h3 {
    line-height: 1.25;
  }
}
[class*=inverse] h3,
[class*=inverse] .h3 {
  color: #fff;
}
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
[class*=inverse] h3 small,
[class*=inverse] h3 .small,
[class*=inverse] .h3 small,
[class*=inverse] .h3 .small {
  color: #ddd;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
}
@media (min-width: 769px) {
  h4,
  .h4 {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  h4,
  .h4 {
    line-height: 1.25;
  }
}
[class*=inverse] h4,
[class*=inverse] .h4 {
  color: #fff;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
[class*=inverse] h4 small,
[class*=inverse] h4 .small,
[class*=inverse] .h4 small,
[class*=inverse] .h4 .small {
  color: #ddd;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
}
@media (min-width: 769px) {
  h5,
  .h5 {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  h5,
  .h5 {
    line-height: 1.25;
  }
}
[class*=inverse] h5,
[class*=inverse] .h5 {
  color: #fff;
}
h5 small,
h5 .small,
.h5 small,
.h5 .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
[class*=inverse] h5 small,
[class*=inverse] h5 .small,
[class*=inverse] .h5 small,
[class*=inverse] .h5 .small {
  color: #ddd;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
}
@media (min-width: 769px) {
  h6,
  .h6 {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  h6,
  .h6 {
    line-height: 1.25;
  }
}
[class*=inverse] h6,
[class*=inverse] .h6 {
  color: #fff;
}
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
[class*=inverse] h6 small,
[class*=inverse] h6 .small,
[class*=inverse] .h6 small,
[class*=inverse] .h6 .small {
  color: #ddd;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0;
  margin-bottom: 21px;
}
* + h1,
* + h2,
* + h3,
* + .h1,
* + .h2,
* + .h3 {
  margin-top: 42px;
}
@media (min-width: 769px) {
  * + h1,
  * + h2,
  * + h3,
  * + .h1,
  * + .h2,
  * + .h3 {
    margin-top: 42px;
  }
}
@media (min-width: 1181px) {
  * + h1,
  * + h2,
  * + h3,
  * + .h1,
  * + .h2,
  * + .h3 {
    margin-top: 53px;
  }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 10.5px;
}
* + h4,
* + h5,
* + h6,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 32px;
}
@media (min-width: 769px) {
  * + h4,
  * + h5,
  * + h6,
  * + .h4,
  * + .h5,
  * + .h6 {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  * + h4,
  * + h5,
  * + h6,
  * + .h4,
  * + .h5,
  * + .h6 {
    margin-top: 32px;
  }
}

.page-header {
  padding-bottom: 11px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #ccc;
}

.text-small {
  font-size: 12px;
}
.text-base {
  font-size: 14px;
}
.text-large {
  font-size: 18px;
}
p {
  margin: 0 0 11px;
}

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

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

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

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

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: #ffffff;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #444444;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}

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

/* ------------------------------ GLOBAL: Text - Rich Text Overrides ------------------------------ */
.section-description *,
.override-rich-text * {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: none !important;
  float: none !important;
  transform: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  color: #080808 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: normal !important;
  opacity: 1 !important;
}
.section-description * + *,
.override-rich-text * + * {
  margin-top: 21px !important;
}
.section-description b,
.section-description strong,
.override-rich-text b,
.override-rich-text strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}
.section-description i,
.section-description em,
.override-rich-text i,
.override-rich-text em {
  font-style: italic !important;
}
.section-description a[href],
.override-rich-text a[href] {
  color: #337AB7 !important;
  text-decoration: underline !important;
}
.section-description a[href]:hover,
.override-rich-text a[href]:hover {
  text-decoration: none !important;
}
.section-description a[href]:active,
.override-rich-text a[href]:active {
  text-decoration: underline !important;
}
.section-description ul,
.section-description ol,
.override-rich-text ul,
.override-rich-text ol {
  margin-left: 20px !important;
}
.section-description ul > * + *,
.section-description ol > * + *,
.override-rich-text ul > * + *,
.override-rich-text ol > * + * {
  margin-top: 5.25px !important;
}
.section-description ul ul,
.section-description ul ol,
.section-description ol ul,
.section-description ol ol,
.override-rich-text ul ul,
.override-rich-text ul ol,
.override-rich-text ol ul,
.override-rich-text ol ol {
  margin-top: 5.25px !important;
  margin-bottom: 10.5px !important;
}
.section-description ul,
.section-description ol,
.override-rich-text ul,
.override-rich-text ol {
  list-style-position: outside !important;
}
.section-description img,
.override-rich-text img {
  display: none !important;
}

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: 0;
}

.img-thumbnail {
  padding: 0;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ccc;
  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%;
}

/* ------------------------------ FONTS: Glyphicons Halflings ------------------------------ */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon, .pagination > li [data-page=".."]::after, .pagination > li .entity-pager-next-link::after, .pagination > li .entity-pager-prev-link::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/* ------------------------------ COMPONENTS: Caret ------------------------------ */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid currentcolor;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 6px solid currentcolor;
}
.btn .caret {
  margin-left: 5px;
}
.btn-lg .caret {
  border-width: 8px 8px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 8px 8px;
}

/* ------------------------------ COMPONENTS: Buttons ------------------------------ */
.btn {
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 7px 15px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #337AB7;
  text-decoration: none;
}
.btn:active, .btn.active {
  box-shadow: inset 0 0 0 calc(2px - 1px) #004477;
  background-image: none;
  outline: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: none;
}

a.btn {
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
a.btn .fa-plus-circle {
  margin-right: 10px;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-link {
  font-weight: 500;
  color: #337AB7;
  border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-block {
  display: block;
}
.btn-blockinput[type=submit], .btn-blockinput[type=reset], .btn-blockinput[type=button] {
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 20px;
}

.btn-default {
  background: #fff;
  border-color: #337AB7;
  color: #337AB7;
}
.btn-default:hover, .btn-default:focus:hover, .btn-default.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #005595;
  background: #EAF6FF;
  border-color: #005595;
  color: #005595;
}
.btn-default:active, .btn-default:active:hover, .btn-default.active, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #004477;
  background: #D4E9FA;
  border-color: #004477;
  color: #004477;
}
.btn-default:focus, .btn-default.focus, .open > .btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #337AB7;
  background: #fff;
  border-color: #337AB7;
  color: #337AB7;
}
.btn-default:disabled, .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #999;
}
.btn-default.btn-inverse {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-default.btn-inverse:hover, .btn-default.btn-inverse:focus:hover, .btn-default.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
}
.btn-default.btn-inverse:active, .btn-default.btn-inverse:active:hover, .btn-default.btn-inverse.active, .btn-default.btn-inverse.active:hover, .btn-default.btn-inverse:active:focus, .btn-default.btn-inverse.active:focus, .btn-default.btn-inverse:active.focus, .btn-default.btn-inverse.active.focus, .open > .btn-default.btn-inverse.dropdown-toggle, .open > .btn-default.btn-inverse.dropdown-toggle:hover, .open > .btn-default.btn-inverse.dropdown-toggle:focus, .open > .btn-default.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: rgba(255, 255, 255, 0.4);
  border-color: #fff;
  color: #fff;
}
.btn-default.btn-inverse:focus, .btn-default.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-default.btn-inverse:disabled, .btn-default.btn-inverse.disabled, .btn-default.btn-inverse.disabled:hover, .btn-default.btn-inverse.disabled:focus, .btn-default.btn-inverse.disabled.focus, .btn-default.btn-inverse[disabled], .btn-default.btn-inverse[disabled]:hover, .btn-default.btn-inverse[disabled]:focus, .btn-default.btn-inverse[disabled].focus, fieldset[disabled] .btn-default.btn-inverse, fieldset[disabled] .btn-default.btn-inverse:hover, fieldset[disabled] .btn-default.btn-inverse:focus, fieldset[disabled] .btn-default.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.btn-primary {
  background: #337AB7;
  border-color: #337AB7;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus:hover, .btn-primary.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #005595;
  background: #005595;
  border-color: #005595;
  color: #fff;
}
.btn-primary:active, .btn-primary:active:hover, .btn-primary.active, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #004477;
  background: #004477;
  border-color: #004477;
  color: #fff;
}
.btn-primary:focus, .btn-primary.focus, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #337AB7;
  background: #337AB7;
  border-color: #337AB7;
  color: #fff;
}
.btn-primary:disabled, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #999;
}
.btn-primary.btn-inverse {
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:focus:hover, .btn-primary.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #E7E7E7;
  background: #E7E7E7;
  border-color: #E7E7E7;
  color: #080808;
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:active:hover, .btn-primary.btn-inverse.active, .btn-primary.btn-inverse.active:hover, .btn-primary.btn-inverse:active:focus, .btn-primary.btn-inverse.active:focus, .btn-primary.btn-inverse:active.focus, .btn-primary.btn-inverse.active.focus, .open > .btn-primary.btn-inverse.dropdown-toggle, .open > .btn-primary.btn-inverse.dropdown-toggle:hover, .open > .btn-primary.btn-inverse.dropdown-toggle:focus, .open > .btn-primary.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #080808;
}
.btn-primary.btn-inverse:focus, .btn-primary.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-primary.btn-inverse:disabled, .btn-primary.btn-inverse.disabled, .btn-primary.btn-inverse.disabled:hover, .btn-primary.btn-inverse.disabled:focus, .btn-primary.btn-inverse.disabled.focus, .btn-primary.btn-inverse[disabled], .btn-primary.btn-inverse[disabled]:hover, .btn-primary.btn-inverse[disabled]:focus, .btn-primary.btn-inverse[disabled].focus, fieldset[disabled] .btn-primary.btn-inverse, fieldset[disabled] .btn-primary.btn-inverse:hover, fieldset[disabled] .btn-primary.btn-inverse:focus, fieldset[disabled] .btn-primary.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.btn-success {
  background: #449D44;
  border-color: #449D44;
  color: #fff;
}
.btn-success:hover, .btn-success:focus:hover, .btn-success.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #397300;
  background: #397300;
  border-color: #397300;
  color: #fff;
}
.btn-success:active, .btn-success:active:hover, .btn-success.active, .btn-success.active:hover, .btn-success:active:focus, .btn-success.active:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #2D5900;
  background: #2D5900;
  border-color: #2D5900;
  color: #fff;
}
.btn-success:focus, .btn-success.focus, .open > .btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #449D44;
  background: #449D44;
  border-color: #449D44;
  color: #fff;
}
.btn-success:disabled, .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #999;
}
.btn-success.btn-inverse {
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-success.btn-inverse:hover, .btn-success.btn-inverse:focus:hover, .btn-success.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #E7E7E7;
  background: #E7E7E7;
  border-color: #E7E7E7;
  color: #080808;
}
.btn-success.btn-inverse:active, .btn-success.btn-inverse:active:hover, .btn-success.btn-inverse.active, .btn-success.btn-inverse.active:hover, .btn-success.btn-inverse:active:focus, .btn-success.btn-inverse.active:focus, .btn-success.btn-inverse:active.focus, .btn-success.btn-inverse.active.focus, .open > .btn-success.btn-inverse.dropdown-toggle, .open > .btn-success.btn-inverse.dropdown-toggle:hover, .open > .btn-success.btn-inverse.dropdown-toggle:focus, .open > .btn-success.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #080808;
}
.btn-success.btn-inverse:focus, .btn-success.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-success.btn-inverse:disabled, .btn-success.btn-inverse.disabled, .btn-success.btn-inverse.disabled:hover, .btn-success.btn-inverse.disabled:focus, .btn-success.btn-inverse.disabled.focus, .btn-success.btn-inverse[disabled], .btn-success.btn-inverse[disabled]:hover, .btn-success.btn-inverse[disabled]:focus, .btn-success.btn-inverse[disabled].focus, fieldset[disabled] .btn-success.btn-inverse, fieldset[disabled] .btn-success.btn-inverse:hover, fieldset[disabled] .btn-success.btn-inverse:focus, fieldset[disabled] .btn-success.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.btn-info {
  background: #31B0D5;
  border-color: #31B0D5;
  color: #fff;
}
.btn-info:hover, .btn-info:focus:hover, .btn-info.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #278DAA;
  background: #278DAA;
  border-color: #278DAA;
  color: #fff;
}
.btn-info:active, .btn-info:active:hover, .btn-info.active, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #1D6A80;
  background: #1D6A80;
  border-color: #1D6A80;
  color: #fff;
}
.btn-info:focus, .btn-info.focus, .open > .btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #31B0D5;
  background: #31B0D5;
  border-color: #31B0D5;
  color: #fff;
}
.btn-info:disabled, .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #999;
}
.btn-info.btn-inverse {
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-info.btn-inverse:hover, .btn-info.btn-inverse:focus:hover, .btn-info.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #E7E7E7;
  background: #E7E7E7;
  border-color: #E7E7E7;
  color: #080808;
}
.btn-info.btn-inverse:active, .btn-info.btn-inverse:active:hover, .btn-info.btn-inverse.active, .btn-info.btn-inverse.active:hover, .btn-info.btn-inverse:active:focus, .btn-info.btn-inverse.active:focus, .btn-info.btn-inverse:active.focus, .btn-info.btn-inverse.active.focus, .open > .btn-info.btn-inverse.dropdown-toggle, .open > .btn-info.btn-inverse.dropdown-toggle:hover, .open > .btn-info.btn-inverse.dropdown-toggle:focus, .open > .btn-info.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #080808;
}
.btn-info.btn-inverse:focus, .btn-info.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-info.btn-inverse:disabled, .btn-info.btn-inverse.disabled, .btn-info.btn-inverse.disabled:hover, .btn-info.btn-inverse.disabled:focus, .btn-info.btn-inverse.disabled.focus, .btn-info.btn-inverse[disabled], .btn-info.btn-inverse[disabled]:hover, .btn-info.btn-inverse[disabled]:focus, .btn-info.btn-inverse[disabled].focus, fieldset[disabled] .btn-info.btn-inverse, fieldset[disabled] .btn-info.btn-inverse:hover, fieldset[disabled] .btn-info.btn-inverse:focus, fieldset[disabled] .btn-info.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.btn-warning {
  background: #E5AC00;
  border-color: #E5AC00;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus:hover, .btn-warning.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #B28600;
  background: #B28600;
  border-color: #B28600;
  color: #fff;
}
.btn-warning:active, .btn-warning:active:hover, .btn-warning.active, .btn-warning.active:hover, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #806000;
  background: #806000;
  border-color: #806000;
  color: #fff;
}
.btn-warning:focus, .btn-warning.focus, .open > .btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #E5AC00;
  background: #E5AC00;
  border-color: #E5AC00;
  color: #fff;
}
.btn-warning:disabled, .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #999;
}
.btn-warning.btn-inverse {
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-warning.btn-inverse:hover, .btn-warning.btn-inverse:focus:hover, .btn-warning.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #E7E7E7;
  background: #E7E7E7;
  border-color: #E7E7E7;
  color: #080808;
}
.btn-warning.btn-inverse:active, .btn-warning.btn-inverse:active:hover, .btn-warning.btn-inverse.active, .btn-warning.btn-inverse.active:hover, .btn-warning.btn-inverse:active:focus, .btn-warning.btn-inverse.active:focus, .btn-warning.btn-inverse:active.focus, .btn-warning.btn-inverse.active.focus, .open > .btn-warning.btn-inverse.dropdown-toggle, .open > .btn-warning.btn-inverse.dropdown-toggle:hover, .open > .btn-warning.btn-inverse.dropdown-toggle:focus, .open > .btn-warning.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #080808;
}
.btn-warning.btn-inverse:focus, .btn-warning.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-warning.btn-inverse:disabled, .btn-warning.btn-inverse.disabled, .btn-warning.btn-inverse.disabled:hover, .btn-warning.btn-inverse.disabled:focus, .btn-warning.btn-inverse.disabled.focus, .btn-warning.btn-inverse[disabled], .btn-warning.btn-inverse[disabled]:hover, .btn-warning.btn-inverse[disabled]:focus, .btn-warning.btn-inverse[disabled].focus, fieldset[disabled] .btn-warning.btn-inverse, fieldset[disabled] .btn-warning.btn-inverse:hover, fieldset[disabled] .btn-warning.btn-inverse:focus, fieldset[disabled] .btn-warning.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.btn-danger {
  background: #C9302C;
  border-color: #C9302C;
  color: #fff;
}
.btn-danger:hover, .btn-danger:focus:hover, .btn-danger.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #A12623;
  background: #A12623;
  border-color: #A12623;
  color: #fff;
}
.btn-danger:active, .btn-danger:active:hover, .btn-danger.active, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #501312;
  background: #501312;
  border-color: #501312;
  color: #fff;
}
.btn-danger:focus, .btn-danger.focus, .open > .btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #C9302C;
  background: #C9302C;
  border-color: #C9302C;
  color: #fff;
}
.btn-danger:disabled, .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #999;
}
.btn-danger.btn-inverse {
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-danger.btn-inverse:hover, .btn-danger.btn-inverse:focus:hover, .btn-danger.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #E7E7E7;
  background: #E7E7E7;
  border-color: #E7E7E7;
  color: #080808;
}
.btn-danger.btn-inverse:active, .btn-danger.btn-inverse:active:hover, .btn-danger.btn-inverse.active, .btn-danger.btn-inverse.active:hover, .btn-danger.btn-inverse:active:focus, .btn-danger.btn-inverse.active:focus, .btn-danger.btn-inverse:active.focus, .btn-danger.btn-inverse.active.focus, .open > .btn-danger.btn-inverse.dropdown-toggle, .open > .btn-danger.btn-inverse.dropdown-toggle:hover, .open > .btn-danger.btn-inverse.dropdown-toggle:focus, .open > .btn-danger.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #ddd;
  background: #ddd;
  border-color: #ddd;
  color: #080808;
}
.btn-danger.btn-inverse:focus, .btn-danger.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #fff;
  background: #fff;
  border-color: #fff;
  color: #080808;
}
.btn-danger.btn-inverse:disabled, .btn-danger.btn-inverse.disabled, .btn-danger.btn-inverse.disabled:hover, .btn-danger.btn-inverse.disabled:focus, .btn-danger.btn-inverse.disabled.focus, .btn-danger.btn-inverse[disabled], .btn-danger.btn-inverse[disabled]:hover, .btn-danger.btn-inverse[disabled]:focus, .btn-danger.btn-inverse[disabled].focus, fieldset[disabled] .btn-danger.btn-inverse, fieldset[disabled] .btn-danger.btn-inverse:hover, fieldset[disabled] .btn-danger.btn-inverse:focus, fieldset[disabled] .btn-danger.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.btn-link {
  background: transparent;
  border-color: transparent;
  color: #337AB7;
}
.btn-link:hover, .btn-link:focus:hover, .btn-link.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) #EAF6FF;
  background: #EAF6FF;
  border-color: #EAF6FF;
  color: #005595;
}
.btn-link:active, .btn-link:active:hover, .btn-link.active, .btn-link.active:hover, .btn-link:active:focus, .btn-link.active:focus, .btn-link:active.focus, .btn-link.active.focus, .open > .btn-link.dropdown-toggle, .open > .btn-link.dropdown-toggle:hover, .open > .btn-link.dropdown-toggle:focus, .open > .btn-link.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) #D4E9FA;
  background: #D4E9FA;
  border-color: #D4E9FA;
  color: #004477;
}
.btn-link:focus, .btn-link.focus, .open > .btn-link.dropdown-toggle, .open > .btn-link.dropdown-toggle:hover, .open > .btn-link.dropdown-toggle:focus, .open > .btn-link.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) transparent;
  background: transparent;
  border-color: transparent;
  color: #337AB7;
}
.btn-link:disabled, .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) transparent;
  background: transparent;
  border-color: transparent;
  color: #999;
}
.btn-link.btn-inverse {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.btn-link.btn-inverse:hover, .btn-link.btn-inverse:focus:hover, .btn-link.btn-inverse.focus:hover {
  box-shadow: inset 0 0 0 calc(2px - 1px) transparent;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
}
.btn-link.btn-inverse:active, .btn-link.btn-inverse:active:hover, .btn-link.btn-inverse.active, .btn-link.btn-inverse.active:hover, .btn-link.btn-inverse:active:focus, .btn-link.btn-inverse.active:focus, .btn-link.btn-inverse:active.focus, .btn-link.btn-inverse.active.focus, .open > .btn-link.btn-inverse.dropdown-toggle, .open > .btn-link.btn-inverse.dropdown-toggle:hover, .open > .btn-link.btn-inverse.dropdown-toggle:focus, .open > .btn-link.btn-inverse.dropdown-toggle.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) transparent;
  background: rgba(255, 255, 255, 0.4);
  border-color: transparent;
  color: #fff;
}
.btn-link.btn-inverse:focus, .btn-link.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(2px - 1px) transparent;
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.btn-link.btn-inverse:disabled, .btn-link.btn-inverse.disabled, .btn-link.btn-inverse.disabled:hover, .btn-link.btn-inverse.disabled:focus, .btn-link.btn-inverse.disabled.focus, .btn-link.btn-inverse[disabled], .btn-link.btn-inverse[disabled]:hover, .btn-link.btn-inverse[disabled]:focus, .btn-link.btn-inverse[disabled].focus, fieldset[disabled] .btn-link.btn-inverse, fieldset[disabled] .btn-link.btn-inverse:hover, fieldset[disabled] .btn-link.btn-inverse:focus, fieldset[disabled] .btn-link.btn-inverse.focus {
  box-shadow: inset 0 0 0 calc(1px - 1px) transparent;
  background: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------ COMPONENTS: Buttons - Link Inline ------------------------------ */
.btn.btn-link-inline {
  outline-offset: 0;
  font-size: inherit;
  font-weight: 400;
  color: #337AB7;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  min-height: 0;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: left;
  white-space: wrap;
}
.btn.btn-link-inline:focus {
  outline: 2px dashed #337AB7;
}
.btn.btn-link-inline:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn.btn-link-inline:focus-visible {
  outline: 2px dashed #337AB7;
}
.btn.btn-link-inline:hover {
  color: #005595;
}
.btn.btn-link-inline:active {
  color: #004477;
}
.btn.btn-link-inline:focus {
  color: #337AB7;
}
.btn.btn-link-inline:disabled, .btn.btn-link-inline.disabled {
  color: #999;
  cursor: not-allowed;
}
[class*=inverse] .btn.btn-link-inline {
  outline-offset: 0;
  color: #fff;
}
[class*=inverse] .btn.btn-link-inline:focus {
  outline: 2px dashed #fff;
}
[class*=inverse] .btn.btn-link-inline:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
[class*=inverse] .btn.btn-link-inline:focus-visible {
  outline: 2px dashed #fff;
}
[class*=inverse] .btn.btn-link-inline:hover {
  color: #E7E7E7;
}
[class*=inverse] .btn.btn-link-inline:active {
  color: #ddd;
}
[class*=inverse] .btn.btn-link-inline:focus {
  color: #fff;
}
[class*=inverse] .btn.btn-link-inline:disabled, [class*=inverse] .btn.btn-link-inline.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.btn.btn-link-inline p {
  text-decoration: none;
}
.btn.btn-link-inline:hover p {
  text-decoration: underline;
}
.btn.btn-link-inline:active p {
  text-decoration: none;
}
.btn.btn-link-inline:disabled p, .btn.btn-link-inline.disabled p {
  text-decoration: none;
}
.btn.btn-link-inline.underline {
  text-decoration: none;
}
.btn.btn-link-inline.underline p {
  text-decoration: underline;
}
.btn.btn-link-inline.underline:hover p {
  text-decoration: none;
}
.btn.btn-link-inline.underline:active p {
  text-decoration: underline;
}
.btn.btn-link-inline.underline:disabled p, .btn.btn-link-inline.underline.disabled p {
  text-decoration: none;
}
.btn.btn-link-inline * + * {
  margin-left: 10px;
}
.btn.btn-link-inline p {
  margin-bottom: 0;
}
td > .btn.btn-link-inline {
  float: left;
}

/* ------------------------------ COMPONENTS: Buttons - Focus States ------------------------------ */
.btn-default,
.btn-primary {
  outline-offset: 0;
}
.btn-default:focus,
.btn-primary:focus {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.btn-default:focus:not(:focus-visible),
.btn-primary:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-default:focus-visible,
.btn-primary:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}

.btn-success {
  outline-offset: 0;
}
.btn-success:focus {
  outline: 2px dashed #449D44;
  outline-offset: 2px;
}
.btn-success:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-success:focus-visible {
  outline: 2px dashed #449D44;
  outline-offset: 2px;
}

.btn-info {
  outline-offset: 0;
}
.btn-info:focus {
  outline: 2px dashed #31B0D5;
  outline-offset: 2px;
}
.btn-info:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-info:focus-visible {
  outline: 2px dashed #31B0D5;
  outline-offset: 2px;
}

.btn-warning {
  outline-offset: 0;
}
.btn-warning:focus {
  outline: 2px dashed #E5AC00;
  outline-offset: 2px;
}
.btn-warning:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-warning:focus-visible {
  outline: 2px dashed #E5AC00;
  outline-offset: 2px;
}

.btn-danger {
  outline-offset: 0;
}
.btn-danger:focus {
  outline: 2px dashed #C9302C;
  outline-offset: 2px;
}
.btn-danger:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-danger:focus-visible {
  outline: 2px dashed #C9302C;
  outline-offset: 2px;
}

.btn-default.btn-inverse,
.btn-primary.btn-inverse,
.btn-success.btn-inverse,
.btn-info.btn-inverse,
.btn-warning.btn-inverse,
.btn-danger.btn-inverse {
  outline-offset: 0;
}
.btn-default.btn-inverse:focus,
.btn-primary.btn-inverse:focus,
.btn-success.btn-inverse:focus,
.btn-info.btn-inverse:focus,
.btn-warning.btn-inverse:focus,
.btn-danger.btn-inverse:focus {
  outline: 2px dashed #fff;
  outline-offset: 2px;
}
.btn-default.btn-inverse:focus:not(:focus-visible),
.btn-primary.btn-inverse:focus:not(:focus-visible),
.btn-success.btn-inverse:focus:not(:focus-visible),
.btn-info.btn-inverse:focus:not(:focus-visible),
.btn-warning.btn-inverse:focus:not(:focus-visible),
.btn-danger.btn-inverse:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-default.btn-inverse:focus-visible,
.btn-primary.btn-inverse:focus-visible,
.btn-success.btn-inverse:focus-visible,
.btn-info.btn-inverse:focus-visible,
.btn-warning.btn-inverse:focus-visible,
.btn-danger.btn-inverse:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: 2px;
}

.btn-link {
  outline-offset: 0;
}
.btn-link:focus {
  outline: 2px dashed #337AB7;
}
.btn-link:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-link:focus-visible {
  outline: 2px dashed #337AB7;
}
.btn-link.btn-inverse {
  outline-offset: 0;
}
.btn-link.btn-inverse:focus {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.btn-link.btn-inverse:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-link.btn-inverse:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}

/* ------------------------------ COMPONENTS: Buttons - Sizes ------------------------------ */
.btn {
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 39px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  font-size: 14px;
}
.btn.btn-xs, .btn-group-xs > .btn {
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 30px;
  border-radius: 1px;
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-sm, .btn-group-sm > .btn {
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 30px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-lg, .btn-group-lg > .btn {
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 49px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .btn.btn-xs-breakpoint-xs {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 30px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .btn.btn-xs-breakpoint-sm {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 30px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .btn.btn-xs-breakpoint-md {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 30px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1181px) {
  .btn.btn-xs-breakpoint-lg {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 30px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .btn.btn-sm-breakpoint-xs {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .btn.btn-sm-breakpoint-sm {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .btn.btn-sm-breakpoint-md {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1181px) {
  .btn.btn-sm-breakpoint-lg {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .btn.btn-md-breakpoint-xs {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 39px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .btn.btn-md-breakpoint-sm {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 39px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .btn.btn-md-breakpoint-md {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 39px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 1181px) {
  .btn.btn-md-breakpoint-lg {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 39px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .btn.btn-lg-breakpoint-xs {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 49px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .btn.btn-lg-breakpoint-sm {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 49px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .btn.btn-lg-breakpoint-md {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 49px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1181px) {
  .btn.btn-lg-breakpoint-lg {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 49px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.btn-min-width-xxxs {
  min-width: 60px;
}

.btn-min-width-xxs {
  min-width: 80px;
}

.btn-min-width-xs {
  min-width: 100px;
}

.btn-min-width-sm {
  min-width: 120px;
}

.btn-min-width-md {
  min-width: 160px;
}

.btn-min-width-lg {
  min-width: 200px;
}

.btn-min-width-xl {
  min-width: 240px;
}

.btn-min-width-xxl {
  min-width: 280px;
}

.btn-min-width-xxxl {
  min-width: 320px;
}

@media (max-width: 480px) {
  .btn-min-width-xxxs-breakpoint-xs {
    min-width: 60px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-xxxs-breakpoint-sm {
    min-width: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-xxxs-breakpoint-md {
    min-width: 60px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-xxxs-breakpoint-lg {
    min-width: 60px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-xxs-breakpoint-xs {
    min-width: 80px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-xxs-breakpoint-sm {
    min-width: 80px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-xxs-breakpoint-md {
    min-width: 80px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-xxs-breakpoint-lg {
    min-width: 80px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-xs-breakpoint-xs {
    min-width: 100px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-xs-breakpoint-sm {
    min-width: 100px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-xs-breakpoint-md {
    min-width: 100px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-xs-breakpoint-lg {
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-sm-breakpoint-xs {
    min-width: 120px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-sm-breakpoint-sm {
    min-width: 120px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-sm-breakpoint-md {
    min-width: 120px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-sm-breakpoint-lg {
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-md-breakpoint-xs {
    min-width: 160px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-md-breakpoint-sm {
    min-width: 160px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-md-breakpoint-md {
    min-width: 160px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-md-breakpoint-lg {
    min-width: 160px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-lg-breakpoint-xs {
    min-width: 200px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-lg-breakpoint-sm {
    min-width: 200px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-lg-breakpoint-md {
    min-width: 200px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-lg-breakpoint-lg {
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-xl-breakpoint-xs {
    min-width: 240px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-xl-breakpoint-sm {
    min-width: 240px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-xl-breakpoint-md {
    min-width: 240px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-xl-breakpoint-lg {
    min-width: 240px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-xxl-breakpoint-xs {
    min-width: 280px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-xxl-breakpoint-sm {
    min-width: 280px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-xxl-breakpoint-md {
    min-width: 280px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-xxl-breakpoint-lg {
    min-width: 280px;
  }
}

@media (max-width: 480px) {
  .btn-min-width-xxxl-breakpoint-xs {
    min-width: 320px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .btn-min-width-xxxl-breakpoint-sm {
    min-width: 320px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .btn-min-width-xxxl-breakpoint-md {
    min-width: 320px;
  }
}

@media (min-width: 1181px) {
  .btn-min-width-xxxl-breakpoint-lg {
    min-width: 320px;
  }
}

/* ------------------------------ COMPONENTS: Buttons - Groups ------------------------------ */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.btn-toolbar {
  margin-left: -10px;
}
.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: 10px;
}

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

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

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

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

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 20px;
  padding-left: 20px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-flex;
  float: none;
  width: auto;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* ------------------------------ COMPONENTS: Buttons - Close ------------------------------ */
.close,
button.close {
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 39px;
  height: 39px;
  float: right;
  border: 0;
  border-radius: 4px;
  background: transparent;
  font-size: 0;
  font-weight: 400 !important;
  line-height: 31px;
  color: #555;
  text-shadow: none;
  text-decoration: none;
  filter: unset;
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.close:hover, .close:focus:hover,
button.close:hover,
button.close:focus:hover {
  background: #EAF6FF;
  color: #337AB7;
  text-decoration: none;
  filter: unset;
  opacity: 1;
  cursor: pointer;
}
.close:active, .close:focus:active,
button.close:active,
button.close:focus:active {
  background: #D4E9FA;
  color: #337AB7;
}
.close:focus,
button.close:focus {
  outline-offset: 0;
  background: transparent;
  color: #555;
  filter: unset;
  opacity: 1;
}
.close:focus:focus,
button.close:focus:focus {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
.close:focus:focus:not(:focus-visible),
button.close:focus:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.close:focus:focus-visible,
button.close:focus:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
.close:disabled,
button.close:disabled {
  background: transparent;
  color: #ccc;
  filter: unset;
  opacity: 1;
  cursor: not-allowed;
}
.close::after,
button.close::after {
  font-size: 32px;
  content: "×";
}

/* ------------------------------ COMPONENTS: Icons - Icon Sizes ------------------------------ */
.icon-size-xs:before {
  font-size: 10px;
}

.icon-size-sm:before {
  font-size: 12px;
}

.icon-size-md:before {
  font-size: 14px;
}

.icon-size-lg:before {
  font-size: 16px;
}

.icon-size-xl:before {
  font-size: 18px;
}

/* ------------------------------ COMPONENTS: Icons - Icon Inside Button ------------------------------ */
.btn > .glyphicon, .pagination > li .btn > [data-page=".."]::after, .pagination > li .btn > .entity-pager-next-link::after, .pagination > li .btn > .entity-pager-prev-link::after {
  position: relative;
  top: 0px;
}
.btn.btn-xs > .glyphicon, .pagination > li .btn.btn-xs > [data-page=".."]::after, .pagination > li .btn.btn-xs > .entity-pager-next-link::after, .pagination > li .btn.btn-xs > .entity-pager-prev-link::after {
  top: -1px;
}
.btn.btn-sm > .glyphicon, .pagination > li .btn.btn-sm > [data-page=".."]::after, .pagination > li .btn.btn-sm > .entity-pager-next-link::after, .pagination > li .btn.btn-sm > .entity-pager-prev-link::after {
  top: -1px;
}
.btn.btn-md > .glyphicon, .pagination > li .btn.btn-md > [data-page=".."]::after, .pagination > li .btn.btn-md > .entity-pager-next-link::after, .pagination > li .btn.btn-md > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-lg > .glyphicon, .pagination > li .btn.btn-lg > [data-page=".."]::after, .pagination > li .btn.btn-lg > .entity-pager-next-link::after, .pagination > li .btn.btn-lg > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only {
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-icon-only > .glyphicon, .pagination > li .btn.btn-icon-only > [data-page=".."]::after, .pagination > li .btn.btn-icon-only > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only.btn-xs {
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-icon-only.btn-xs > .glyphicon, .pagination > li .btn.btn-icon-only.btn-xs > [data-page=".."]::after, .pagination > li .btn.btn-icon-only.btn-xs > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only.btn-xs > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only > .glyphicon, .pagination > li .btn.btn-icon-only > [data-page=".."]::after, .pagination > li .btn.btn-icon-only > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-icon-only.btn-sm > .glyphicon, .pagination > li .btn.btn-icon-only.btn-sm > [data-page=".."]::after, .pagination > li .btn.btn-icon-only.btn-sm > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only.btn-sm > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only > .glyphicon, .pagination > li .btn.btn-icon-only > [data-page=".."]::after, .pagination > li .btn.btn-icon-only > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only.btn-md {
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-icon-only.btn-md > .glyphicon, .pagination > li .btn.btn-icon-only.btn-md > [data-page=".."]::after, .pagination > li .btn.btn-icon-only.btn-md > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only.btn-md > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only > .glyphicon, .pagination > li .btn.btn-icon-only > [data-page=".."]::after, .pagination > li .btn.btn-icon-only > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only > .entity-pager-prev-link::after {
  top: 0px;
}
.btn.btn-icon-only.btn-lg {
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-icon-only.btn-lg > .glyphicon, .pagination > li .btn.btn-icon-only.btn-lg > [data-page=".."]::after, .pagination > li .btn.btn-icon-only.btn-lg > .entity-pager-next-link::after, .pagination > li .btn.btn-icon-only.btn-lg > .entity-pager-prev-link::after {
  top: 0px;
}

.btn > .glyphicon-option-horizontal {
  top: 2px;
  margin-right: 1px;
  font-size: 18px;
}

/* ------------------------------ COMPONENTS: Icons - Icon Button ------------------------------ */
.btn-icon {
  outline-offset: 0;
  position: relative;
  display: inline-block;
  padding: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 1 !important;
}
.btn-icon:focus {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.btn-icon:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.btn-icon:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.btn-icon::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -11px;
  right: -11px;
  bottom: -11px;
  left: -11px;
}

.btn-icon > .glyphicon, .pagination > li .btn-icon > [data-page=".."]::after, .pagination > li .btn-icon > .entity-pager-next-link::after, .pagination > li .btn-icon > .entity-pager-prev-link::after {
  color: #337AB7;
}
.btn-icon:hover > .glyphicon, .pagination > li .btn-icon:hover > [data-page=".."]::after, .pagination > li .btn-icon:hover > .entity-pager-next-link::after, .pagination > li .btn-icon:hover > .entity-pager-prev-link::after, .btn-icon:focus:hover > .glyphicon {
  color: #005595;
}
.btn-icon:active > .glyphicon, .pagination > li .btn-icon:active > [data-page=".."]::after, .pagination > li .btn-icon:active > .entity-pager-next-link::after, .pagination > li .btn-icon:active > .entity-pager-prev-link::after, .btn-icon:focus:active > .glyphicon {
  color: #004477;
}
.btn-icon:focus > .glyphicon, .pagination > li .btn-icon:focus > [data-page=".."]::after, .pagination > li .btn-icon:focus > .entity-pager-next-link::after, .pagination > li .btn-icon:focus > .entity-pager-prev-link::after {
  color: #337AB7;
}
.btn-icon:disabled > .glyphicon, .pagination > li .btn-icon:disabled > [data-page=".."]::after, .pagination > li .btn-icon:disabled > .entity-pager-next-link::after, .pagination > li .btn-icon:disabled > .entity-pager-prev-link::after {
  color: #ddd;
}

.btn-icon.btn-xs {
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.btn-icon.btn-sm {
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.btn-icon.btn-md {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.btn-icon.btn-lg {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.btn-icon.btn-xl {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.btn-icon {
  position: relative;
  top: -1px;
}
.btn-icon.btn-xs {
  top: -1px;
}
.btn-icon.btn-sm {
  top: -1px;
}
.btn-icon.btn-md {
  top: -1px;
}
.btn-icon.btn-lg {
  top: -1px;
}
.btn-icon.btn-xl {
  top: -3px;
}
.btn-icon > .glyphicon, .pagination > li .btn-icon > [data-page=".."]::after, .pagination > li .btn-icon > .entity-pager-next-link::after, .pagination > li .btn-icon > .entity-pager-prev-link::after {
  top: 0 !important;
}

/* ------------------------------ COMPONENTS: Form Fields - Structure ------------------------------ */
.form-group {
  margin-bottom: 21px;
}
.form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}

.form-group-width-xxxs {
  max-width: 80px;
}

.form-group-width-xxs {
  max-width: 100px;
}

.form-group-width-xs {
  max-width: 120px;
}

.form-group-width-sm {
  max-width: 160px;
}

.form-group-width-md {
  max-width: 200px;
}

.form-group-width-lg {
  max-width: 240px;
}

.form-group-width-xl {
  max-width: 300px;
}

.form-group-width-xxl {
  max-width: 400px;
}

.form-group-width-xxxl {
  max-width: 600px;
}

.form-groups-horizontal {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.form-groups-horizontal > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-groups-horizontal > * + * {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

/* ------------------------------ COMPONENTS: Form Fields - Fieldset ------------------------------ */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}

/* ------------------------------ COMPONENTS: Form Fields - Legend ------------------------------ */
legend {
  display: block;
  width: 100%;
  padding: 0 0 11px;
  margin-bottom: 21px;
  font-size: 18px;
  line-height: inherit;
  color: #080808;
  border: 0;
  border-bottom: 1px solid #ccc;
}

/* ------------------------------ COMPONENTS: Form Fields - Label ------------------------------ */
label,
.control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
label.block,
.control-label.block {
  display: block;
}
label.control-label.required,
.control-label.control-label.required {
  word-break: normal;
}
label.control-label.required:before,
.control-label.control-label.required:before {
  content: "";
  margin-right: 0;
}
label.control-label.required::after,
.control-label.control-label.required::after {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-left: 3px;
}
label.control-label.required-mark-on-left:before,
.control-label.control-label.required-mark-on-left:before {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-right: 3px;
}
label.control-label.required-mark-on-left::after,
.control-label.control-label.required-mark-on-left::after {
  content: "";
  margin-left: 0;
}
label.control-label.required-mark-on-right:before,
.control-label.control-label.required-mark-on-right:before {
  content: "";
  margin-right: 0;
}
label.control-label.required-mark-on-right::after,
.control-label.control-label.required-mark-on-right::after {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-left: 3px;
}

@media (min-width: 768px) {
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 8px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 12px;
  }
}

/* ------------------------------ COMPONENTS: Form Fields - Information Text ------------------------------ */
.help-block {
  display: block;
  margin-top: 5.25px;
  margin-bottom: 10.5px;
  font-size: 12px;
  color: #555;
}

/* ------------------------------ COMPONENTS: Form Fields - Static Value ------------------------------ */
.form-control-static {
  min-height: 39px;
  padding: 8px 15px 10px;
  margin-bottom: 0;
}
.form-group-sm .form-control-static {
  min-height: 30px;
  padding: 5px 10px 7px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group-lg .form-control-static {
  min-height: 49px;
  padding: 10px 20px 12px;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .form-inline .form-control-static {
    display: inline-block;
  }
}

/* ------------------------------ COMPONENTS: Form Fields - Inputs, Textarea and Select ------------------------------ */
.form-control, .msos-input-container, div.msos-container {
  -webkit-transition: border-color 0.1s, box-shadow 0.1s;
  transition: border-color 0.1s, box-shadow 0.1s;
  display: block;
  width: 100%;
  height: 39px;
  padding: 7px 15px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  border-width: 1px !important;
  border-style: solid;
  background-image: none;
  color: #080808;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder, .msos-input-container::-moz-placeholder, div.msos-container::-moz-placeholder, .form-control:-ms-input-placeholder, .msos-input-container:-ms-input-placeholder, div.msos-container:-ms-input-placeholder, .form-control::-webkit-input-placeholder, .msos-input-container::-webkit-input-placeholder, div.msos-container::-webkit-input-placeholder, .form-control::placeholder, .msos-input-container::placeholder, div.msos-container::placeholder {
  color: #555;
}
.form-control::-moz-placeholder, .msos-input-container::-moz-placeholder, div.msos-container::-moz-placeholder {
  opacity: 1;
}
.form-control::-ms-expand, .msos-input-container::-ms-expand, div.msos-container::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:disabled, .msos-input-container:disabled, div.msos-container:disabled, .form-control:disabled:hover, .form-control:disabled:active, .form-control:disabled:focus, .form-control[disabled], [disabled].msos-input-container, div[disabled].msos-container, .form-control[disabled]:hover, .form-control[disabled]:active, .form-control[disabled]:focus, .form-control[readonly], [readonly].msos-input-container, div[readonly].msos-container, .form-control[readonly]:hover, .form-control[readonly]:active, .form-control[readonly]:focus, fieldset:disabled .form-control, fieldset:disabled .msos-input-container, fieldset:disabled div.msos-container, fieldset:disabled .form-control:hover, fieldset:disabled .form-control:active, fieldset:disabled .form-control:focus, fieldset[disabled] .form-control, fieldset[disabled] .msos-input-container, fieldset[disabled] div.msos-container, fieldset[disabled] .form-control:hover, fieldset[disabled] .form-control:active, fieldset[disabled] .form-control:focus {
  border-color: #ddd !important;
  background-color: #F5F5F5;
  color: #080808;
  opacity: 1;
  cursor: not-allowed;
  box-shadow: none !important;
}
textarea.form-control, textarea.msos-input-container {
  height: auto;
}

@media (min-width: 768px) {
  .form-inline .form-control, .form-inline .msos-input-container, .form-inline div.msos-container {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.help-block {
  color: #555;
}

.control-label,
.field-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
  color: #080808;
}

.form-control, .msos-input-container, div.msos-container,
input[type=date] {
  outline-offset: 0;
  border-color: #ccc !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus, .msos-input-container:focus, div.msos-container:focus,
input[type=date]:focus {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.form-control:focus:not(:focus-visible), .msos-input-container:focus:not(:focus-visible), div.msos-container:focus:not(:focus-visible),
input[type=date]:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.form-control:focus-visible, .msos-input-container:focus-visible, div.msos-container:focus-visible,
input[type=date]:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.form-control:hover, .msos-input-container:hover, div.msos-container:hover,
input[type=date]:hover {
  border-color: #337AB7 !important;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #337AB7 !important;
}
.form-control:focus, .msos-input-container:focus, div.msos-container:focus,
input[type=date]:focus {
  border-color: #337AB7 !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 1px #337AB7 !important;
}

.input-group-addon {
  color: #080808;
  background-color: #E7E7E7;
  border-color: #ccc !important;
}

.form-control-feedback {
  color: #080808;
}

.has-error .help-block {
  color: #A12623;
}

.has-error .control-label,
.has-error .field-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: #A12623;
}

.has-error .form-control, .has-error .msos-input-container, .has-error div.msos-container,
.has-error input[type=date] {
  outline-offset: 0;
  border-color: #C9302C !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus, .has-error .msos-input-container:focus, .has-error div.msos-container:focus,
.has-error input[type=date]:focus {
  outline: 2px dashed #C9302C;
  outline-offset: 2px;
}
.has-error .form-control:focus:not(:focus-visible), .has-error .msos-input-container:focus:not(:focus-visible), .has-error div.msos-container:focus:not(:focus-visible),
.has-error input[type=date]:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.has-error .form-control:focus-visible, .has-error .msos-input-container:focus-visible, .has-error div.msos-container:focus-visible,
.has-error input[type=date]:focus-visible {
  outline: 2px dashed #C9302C;
  outline-offset: 2px;
}
.has-error .form-control:hover, .has-error .msos-input-container:hover, .has-error div.msos-container:hover,
.has-error input[type=date]:hover {
  border-color: #C9302C !important;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C9302C !important;
}
.has-error .form-control:focus, .has-error .msos-input-container:focus, .has-error div.msos-container:focus,
.has-error input[type=date]:focus {
  border-color: #C9302C !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 1px #C9302C !important;
}

.has-error .input-group-addon {
  color: #A12623;
  background-color: #FFE5E5;
  border-color: #C9302C !important;
}

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

.has-success .help-block {
  color: #449D44;
}

.has-success .control-label,
.has-success .field-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: #449D44;
}

.has-success .form-control, .has-success .msos-input-container, .has-success div.msos-container,
.has-success input[type=date] {
  outline-offset: 0;
  border-color: #449D44 !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus, .has-success .msos-input-container:focus, .has-success div.msos-container:focus,
.has-success input[type=date]:focus {
  outline: 2px dashed #449D44;
  outline-offset: 2px;
}
.has-success .form-control:focus:not(:focus-visible), .has-success .msos-input-container:focus:not(:focus-visible), .has-success div.msos-container:focus:not(:focus-visible),
.has-success input[type=date]:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.has-success .form-control:focus-visible, .has-success .msos-input-container:focus-visible, .has-success div.msos-container:focus-visible,
.has-success input[type=date]:focus-visible {
  outline: 2px dashed #449D44;
  outline-offset: 2px;
}
.has-success .form-control:hover, .has-success .msos-input-container:hover, .has-success div.msos-container:hover,
.has-success input[type=date]:hover {
  border-color: #449D44 !important;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #449D44 !important;
}
.has-success .form-control:focus, .has-success .msos-input-container:focus, .has-success div.msos-container:focus,
.has-success input[type=date]:focus {
  border-color: #449D44 !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 1px #449D44 !important;
}

.has-success .input-group-addon {
  color: #449D44;
  background-color: #ECFAEC;
  border-color: #449D44 !important;
}

.has-success .form-control-feedback {
  color: #449D44;
}

.has-warning .help-block {
  color: #B28600;
}

.has-warning .control-label,
.has-warning .field-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: #B28600;
}

.has-warning .form-control, .has-warning .msos-input-container, .has-warning div.msos-container,
.has-warning input[type=date] {
  outline-offset: 0;
  border-color: #E5AC00 !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus, .has-warning .msos-input-container:focus, .has-warning div.msos-container:focus,
.has-warning input[type=date]:focus {
  outline: 2px dashed #E5AC00;
  outline-offset: 2px;
}
.has-warning .form-control:focus:not(:focus-visible), .has-warning .msos-input-container:focus:not(:focus-visible), .has-warning div.msos-container:focus:not(:focus-visible),
.has-warning input[type=date]:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.has-warning .form-control:focus-visible, .has-warning .msos-input-container:focus-visible, .has-warning div.msos-container:focus-visible,
.has-warning input[type=date]:focus-visible {
  outline: 2px dashed #E5AC00;
  outline-offset: 2px;
}
.has-warning .form-control:hover, .has-warning .msos-input-container:hover, .has-warning div.msos-container:hover,
.has-warning input[type=date]:hover {
  border-color: #E5AC00 !important;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #E5AC00 !important;
}
.has-warning .form-control:focus, .has-warning .msos-input-container:focus, .has-warning div.msos-container:focus,
.has-warning input[type=date]:focus {
  border-color: #E5AC00 !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 1px #E5AC00 !important;
}

.has-warning .input-group-addon {
  color: #B28600;
  background-color: #FFF6D9;
  border-color: #E5AC00 !important;
}

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

.input-sm,
.form-group-sm .form-control,
.form-group-sm .msos-input-container,
.form-group-sm div.msos-container {
  height: 30px;
  padding: 4px 10px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm,
.form-group-sm select.form-control,
.form-group-sm select.msos-input-container {
  height: 30px;
  line-height: 1.5;
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .msos-input-container,
.form-group-lg div.msos-container {
  height: 49px;
  padding: 9px 20px 11px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}

select.input-lg,
.form-group-lg select.form-control,
.form-group-lg select.msos-input-container {
  height: 49px;
  line-height: 1.5;
}

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

/* ------------------------------ COMPONENTS: Form Fields - Inputs ------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=date].msos-input-container,
  input[type=time].form-control,
  input[type=time].msos-input-container,
  input[type=datetime-local].form-control,
  input[type=datetime-local].msos-input-container,
  input[type=month].form-control,
  input[type=month].msos-input-container {
    line-height: 39px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

/* ------------------------------ COMPONENTS: Form Fields - Inputs - Feedback Icons ------------------------------ */
.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .msos-input-container, .has-feedback div.msos-container {
  padding-right: 44px;
}

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .msos-input-container + .form-control-feedback,
.form-group-lg div.msos-container + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

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

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

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

@media (min-width: 768px) {
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

/* ------------------------------ COMPONENTS: Form Fields - Inputs - Datepicker ------------------------------ */
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto !important;
}

/* ------------------------------ COMPONENTS: Form Fields - Textarea ------------------------------ */
textarea {
  resize: vertical;
}

/* ------------------------------ COMPONENTS: Form Fields - Select ------------------------------ */
select[multiple],
select[size] {
  height: auto;
}

select.form-control, select.msos-input-container {
  padding-right: 39px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
select.form-control + span.ui, select.msos-input-container + span.ui {
  position: relative;
  display: block;
  height: 0;
  pointer-events: none;
}
select.form-control + span.ui::after, select.msos-input-container + span.ui::after {
  display: inline-block;
  width: 39px;
  height: 39px;
  content: "";
  position: absolute;
  top: -39px;
  right: 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: "Glyphicons Halflings";
  color: #337AB7;
  content: "\e259";
}
select.form-control:disabled + span.ui::after, select.msos-input-container:disabled + span.ui::after {
  color: #080808;
}
select.form-control.input-sm + span.ui::after, select.input-sm.msos-input-container + span.ui::after {
  width: 30px;
  height: 30px;
  top: -30px;
  font-size: 12px;
}
select.form-control.input-lg + span.ui::after, select.input-lg.msos-input-container + span.ui::after {
  width: 49px;
  height: 49px;
  top: -49px;
  font-size: 18px;
}
select.form-control[style*="display: none"] + span.ui, select[style*="display: none"].msos-input-container + span.ui, select.form-control[style*="display:none"] + span.ui, select[style*="display:none"].msos-input-container + span.ui {
  display: none;
}
.input-group select.form-control + span.ui::after, .input-group select.msos-input-container + span.ui::after {
  top: 0;
  z-index: 9;
}

.form-readonly select.form-control + span.ui, .form-readonly select.msos-input-container + span.ui {
  display: none;
}

select.form-control::-ms-expand, select.msos-input-container::-ms-expand {
  display: none;
}
select.form-control::-ms-value, select.msos-input-container::-ms-value {
  background: transparent;
  color: #080808;
}
select.form-control:focus:-moz-focusring, select.msos-input-container:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #080808;
}

/* ------------------------------ COMPONENTS: Form Fields - Output ------------------------------ */
output {
  display: block;
  padding-top: 10.5px;
  font-size: 14px;
  line-height: 1.5;
  color: #080808;
}

/* ------------------------------ COMPONENTS: Form Fields - Radio Buttons and Checkboxes ------------------------------ */
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin: 0;
  line-height: normal;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled,
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],
fieldset:disabled input[type=radio],
fieldset:disabled input[type=checkbox],
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label,
fieldset:disabled .radio label,
fieldset:disabled .checkbox label,
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline,
fieldset:disabled .radio-inline,
fieldset:disabled .checkbox-inline {
  cursor: not-allowed;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
}

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

.radio,
.checkbox {
  display: block;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
  position: relative;
}
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  margin-bottom: 0;
  min-height: 24px;
  padding-left: 39px;
  font-weight: 400;
  cursor: pointer;
  padding-top: 1.5px;
}
.radio + .radio,
.radio + .checkbox,
.radio-inline + .radio,
.radio-inline + .checkbox,
.checkbox + .radio,
.checkbox + .checkbox,
.checkbox-inline + .radio,
.checkbox-inline + .checkbox {
  margin-top: 0;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.radio-inline + .checkbox-inline,
.checkbox-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 20px;
}
.control-label ~ .radio-inline,
.control-label ~ .checkbox-inline {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .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-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.radio label input,
.radio-inline label input,
.checkbox label input,
.checkbox-inline label input {
  float: left;
  margin: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio label input:disabled ~ span.ui::before,
.radio-inline label input:disabled ~ span.ui::before,
.checkbox label input:disabled ~ span.ui::before,
.checkbox-inline label input:disabled ~ span.ui::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  cursor: not-allowed;
}
.radio label span.ui,
.radio-inline label span.ui,
.checkbox label span.ui,
.checkbox-inline label span.ui {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
.radio label input:disabled ~ span.ui, .radio label:hover input:disabled ~ span.ui, .radio label:active input:disabled ~ span.ui, .radio label:focus input:disabled ~ span.ui,
.radio-inline label input:disabled ~ span.ui,
.radio-inline label:hover input:disabled ~ span.ui,
.radio-inline label:active input:disabled ~ span.ui,
.radio-inline label:focus input:disabled ~ span.ui,
.checkbox label input:disabled ~ span.ui,
.checkbox label:hover input:disabled ~ span.ui,
.checkbox label:active input:disabled ~ span.ui,
.checkbox label:focus input:disabled ~ span.ui,
.checkbox-inline label input:disabled ~ span.ui,
.checkbox-inline label:hover input:disabled ~ span.ui,
.checkbox-inline label:active input:disabled ~ span.ui,
.checkbox-inline label:focus input:disabled ~ span.ui {
  border-color: #ddd;
  background: #F5F5F5;
  box-shadow: none;
}
.radio label input:disabled:checked ~ span.ui, .radio label:hover input:disabled:checked ~ span.ui, .radio label:active input:disabled:checked ~ span.ui, .radio label:focus input:disabled:checked ~ span.ui,
.radio-inline label input:disabled:checked ~ span.ui,
.radio-inline label:hover input:disabled:checked ~ span.ui,
.radio-inline label:active input:disabled:checked ~ span.ui,
.radio-inline label:focus input:disabled:checked ~ span.ui,
.checkbox label input:disabled:checked ~ span.ui,
.checkbox label:hover input:disabled:checked ~ span.ui,
.checkbox label:active input:disabled:checked ~ span.ui,
.checkbox label:focus input:disabled:checked ~ span.ui,
.checkbox-inline label input:disabled:checked ~ span.ui,
.checkbox-inline label:hover input:disabled:checked ~ span.ui,
.checkbox-inline label:active input:disabled:checked ~ span.ui,
.checkbox-inline label:focus input:disabled:checked ~ span.ui {
  border-color: #ccc !important;
  background: #ccc !important;
}

.radio label span.ui,
.radio-inline label span.ui,
.checkbox label span.ui,
.checkbox-inline label span.ui {
  border-color: #ccc;
  background: #fff;
}
.radio label input,
.radio-inline label input,
.checkbox label input,
.checkbox-inline label input {
  outline-offset: 0;
}
.radio label input:focus + span,
.radio-inline label input:focus + span,
.checkbox label input:focus + span,
.checkbox-inline label input:focus + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.radio label input:focus:not(:focus-visible) + span,
.radio-inline label input:focus:not(:focus-visible) + span,
.checkbox label input:focus:not(:focus-visible) + span,
.checkbox-inline label input:focus:not(:focus-visible) + span {
  outline: 2px dashed transparent;
}
.radio label input:focus-visible + span,
.radio-inline label input:focus-visible + span,
.checkbox label input:focus-visible + span,
.checkbox-inline label input:focus-visible + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.radio label input:checked ~ span.ui,
.radio-inline label input:checked ~ span.ui,
.checkbox label input:checked ~ span.ui,
.checkbox-inline label input:checked ~ span.ui {
  border-color: #337AB7;
  background: #337AB7;
  box-shadow: none;
}
.radio label:hover span.ui,
.radio-inline label:hover span.ui,
.checkbox label:hover span.ui,
.checkbox-inline label:hover span.ui {
  border-color: #337AB7;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #337AB7;
}
.radio label:hover input:checked ~ span.ui,
.radio-inline label:hover input:checked ~ span.ui,
.checkbox label:hover input:checked ~ span.ui,
.checkbox-inline label:hover input:checked ~ span.ui {
  border-color: #005595;
  background: #005595;
}
.radio label:active span.ui,
.radio-inline label:active span.ui,
.checkbox label:active span.ui,
.checkbox-inline label:active span.ui {
  border-color: #337AB7;
  background-color: #EAF6FF;
  box-shadow: inset 0 0 0 1px #337AB7;
}
.radio label:active input:checked ~ span.ui,
.radio-inline label:active input:checked ~ span.ui,
.checkbox label:active input:checked ~ span.ui,
.checkbox-inline label:active input:checked ~ span.ui {
  border-color: #004477;
  background: #004477;
}
.radio label:focus span.ui,
.radio-inline label:focus span.ui,
.checkbox label:focus span.ui,
.checkbox-inline label:focus span.ui {
  border-color: #337AB7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.radio label:focus input:checked ~ span.ui,
.radio-inline label:focus input:checked ~ span.ui,
.checkbox label:focus input:checked ~ span.ui,
.checkbox-inline label:focus input:checked ~ span.ui {
  border-color: #337AB7;
  background: #337AB7;
}

.has-error .radio label span.ui,
.has-error .radio-inline label span.ui,
.has-error .checkbox label span.ui,
.has-error .checkbox-inline label span.ui {
  border-color: #C9302C;
  background: #fff;
}
.has-error .radio label input,
.has-error .radio-inline label input,
.has-error .checkbox label input,
.has-error .checkbox-inline label input {
  outline-offset: 0;
}
.has-error .radio label input:focus + span,
.has-error .radio-inline label input:focus + span,
.has-error .checkbox label input:focus + span,
.has-error .checkbox-inline label input:focus + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-error .radio label input:focus:not(:focus-visible) + span,
.has-error .radio-inline label input:focus:not(:focus-visible) + span,
.has-error .checkbox label input:focus:not(:focus-visible) + span,
.has-error .checkbox-inline label input:focus:not(:focus-visible) + span {
  outline: 2px dashed transparent;
}
.has-error .radio label input:focus-visible + span,
.has-error .radio-inline label input:focus-visible + span,
.has-error .checkbox label input:focus-visible + span,
.has-error .checkbox-inline label input:focus-visible + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-error .radio label input:checked ~ span.ui,
.has-error .radio-inline label input:checked ~ span.ui,
.has-error .checkbox label input:checked ~ span.ui,
.has-error .checkbox-inline label input:checked ~ span.ui {
  border-color: #C9302C;
  background: #C9302C;
  box-shadow: none;
}
.has-error .radio label:hover span.ui,
.has-error .radio-inline label:hover span.ui,
.has-error .checkbox label:hover span.ui,
.has-error .checkbox-inline label:hover span.ui {
  border-color: #C9302C;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C9302C;
}
.has-error .radio label:hover input:checked ~ span.ui,
.has-error .radio-inline label:hover input:checked ~ span.ui,
.has-error .checkbox label:hover input:checked ~ span.ui,
.has-error .checkbox-inline label:hover input:checked ~ span.ui {
  border-color: #A12623;
  background: #A12623;
}
.has-error .radio label:active span.ui,
.has-error .radio-inline label:active span.ui,
.has-error .checkbox label:active span.ui,
.has-error .checkbox-inline label:active span.ui {
  border-color: #C9302C;
  background-color: #FFE5E5;
  box-shadow: inset 0 0 0 1px #C9302C;
}
.has-error .radio label:active input:checked ~ span.ui,
.has-error .radio-inline label:active input:checked ~ span.ui,
.has-error .checkbox label:active input:checked ~ span.ui,
.has-error .checkbox-inline label:active input:checked ~ span.ui {
  border-color: #501312;
  background: #501312;
}
.has-error .radio label:focus span.ui,
.has-error .radio-inline label:focus span.ui,
.has-error .checkbox label:focus span.ui,
.has-error .checkbox-inline label:focus span.ui {
  border-color: #C9302C;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .radio label:focus input:checked ~ span.ui,
.has-error .radio-inline label:focus input:checked ~ span.ui,
.has-error .checkbox label:focus input:checked ~ span.ui,
.has-error .checkbox-inline label:focus input:checked ~ span.ui {
  border-color: #C9302C;
  background: #C9302C;
}

.has-success .radio label span.ui,
.has-success .radio-inline label span.ui,
.has-success .checkbox label span.ui,
.has-success .checkbox-inline label span.ui {
  border-color: #449D44;
  background: #fff;
}
.has-success .radio label input,
.has-success .radio-inline label input,
.has-success .checkbox label input,
.has-success .checkbox-inline label input {
  outline-offset: 0;
}
.has-success .radio label input:focus + span,
.has-success .radio-inline label input:focus + span,
.has-success .checkbox label input:focus + span,
.has-success .checkbox-inline label input:focus + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-success .radio label input:focus:not(:focus-visible) + span,
.has-success .radio-inline label input:focus:not(:focus-visible) + span,
.has-success .checkbox label input:focus:not(:focus-visible) + span,
.has-success .checkbox-inline label input:focus:not(:focus-visible) + span {
  outline: 2px dashed transparent;
}
.has-success .radio label input:focus-visible + span,
.has-success .radio-inline label input:focus-visible + span,
.has-success .checkbox label input:focus-visible + span,
.has-success .checkbox-inline label input:focus-visible + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-success .radio label input:checked ~ span.ui,
.has-success .radio-inline label input:checked ~ span.ui,
.has-success .checkbox label input:checked ~ span.ui,
.has-success .checkbox-inline label input:checked ~ span.ui {
  border-color: #449D44;
  background: #449D44;
  box-shadow: none;
}
.has-success .radio label:hover span.ui,
.has-success .radio-inline label:hover span.ui,
.has-success .checkbox label:hover span.ui,
.has-success .checkbox-inline label:hover span.ui {
  border-color: #449D44;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #449D44;
}
.has-success .radio label:hover input:checked ~ span.ui,
.has-success .radio-inline label:hover input:checked ~ span.ui,
.has-success .checkbox label:hover input:checked ~ span.ui,
.has-success .checkbox-inline label:hover input:checked ~ span.ui {
  border-color: #397300;
  background: #397300;
}
.has-success .radio label:active span.ui,
.has-success .radio-inline label:active span.ui,
.has-success .checkbox label:active span.ui,
.has-success .checkbox-inline label:active span.ui {
  border-color: #449D44;
  background-color: #ECFAEC;
  box-shadow: inset 0 0 0 1px #449D44;
}
.has-success .radio label:active input:checked ~ span.ui,
.has-success .radio-inline label:active input:checked ~ span.ui,
.has-success .checkbox label:active input:checked ~ span.ui,
.has-success .checkbox-inline label:active input:checked ~ span.ui {
  border-color: #2D5900;
  background: #2D5900;
}
.has-success .radio label:focus span.ui,
.has-success .radio-inline label:focus span.ui,
.has-success .checkbox label:focus span.ui,
.has-success .checkbox-inline label:focus span.ui {
  border-color: #449D44;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .radio label:focus input:checked ~ span.ui,
.has-success .radio-inline label:focus input:checked ~ span.ui,
.has-success .checkbox label:focus input:checked ~ span.ui,
.has-success .checkbox-inline label:focus input:checked ~ span.ui {
  border-color: #449D44;
  background: #449D44;
}

.has-warning .radio label span.ui,
.has-warning .radio-inline label span.ui,
.has-warning .checkbox label span.ui,
.has-warning .checkbox-inline label span.ui {
  border-color: #E5AC00;
  background: #fff;
}
.has-warning .radio label input,
.has-warning .radio-inline label input,
.has-warning .checkbox label input,
.has-warning .checkbox-inline label input {
  outline-offset: 0;
}
.has-warning .radio label input:focus + span,
.has-warning .radio-inline label input:focus + span,
.has-warning .checkbox label input:focus + span,
.has-warning .checkbox-inline label input:focus + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-warning .radio label input:focus:not(:focus-visible) + span,
.has-warning .radio-inline label input:focus:not(:focus-visible) + span,
.has-warning .checkbox label input:focus:not(:focus-visible) + span,
.has-warning .checkbox-inline label input:focus:not(:focus-visible) + span {
  outline: 2px dashed transparent;
}
.has-warning .radio label input:focus-visible + span,
.has-warning .radio-inline label input:focus-visible + span,
.has-warning .checkbox label input:focus-visible + span,
.has-warning .checkbox-inline label input:focus-visible + span {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-warning .radio label input:checked ~ span.ui,
.has-warning .radio-inline label input:checked ~ span.ui,
.has-warning .checkbox label input:checked ~ span.ui,
.has-warning .checkbox-inline label input:checked ~ span.ui {
  border-color: #E5AC00;
  background: #E5AC00;
  box-shadow: none;
}
.has-warning .radio label:hover span.ui,
.has-warning .radio-inline label:hover span.ui,
.has-warning .checkbox label:hover span.ui,
.has-warning .checkbox-inline label:hover span.ui {
  border-color: #E5AC00;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #E5AC00;
}
.has-warning .radio label:hover input:checked ~ span.ui,
.has-warning .radio-inline label:hover input:checked ~ span.ui,
.has-warning .checkbox label:hover input:checked ~ span.ui,
.has-warning .checkbox-inline label:hover input:checked ~ span.ui {
  border-color: #B28600;
  background: #B28600;
}
.has-warning .radio label:active span.ui,
.has-warning .radio-inline label:active span.ui,
.has-warning .checkbox label:active span.ui,
.has-warning .checkbox-inline label:active span.ui {
  border-color: #E5AC00;
  background-color: #FFF6D9;
  box-shadow: inset 0 0 0 1px #E5AC00;
}
.has-warning .radio label:active input:checked ~ span.ui,
.has-warning .radio-inline label:active input:checked ~ span.ui,
.has-warning .checkbox label:active input:checked ~ span.ui,
.has-warning .checkbox-inline label:active input:checked ~ span.ui {
  border-color: #806000;
  background: #806000;
}
.has-warning .radio label:focus span.ui,
.has-warning .radio-inline label:focus span.ui,
.has-warning .checkbox label:focus span.ui,
.has-warning .checkbox-inline label:focus span.ui {
  border-color: #E5AC00;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .radio label:focus input:checked ~ span.ui,
.has-warning .radio-inline label:focus input:checked ~ span.ui,
.has-warning .checkbox label:focus input:checked ~ span.ui,
.has-warning .checkbox-inline label:focus input:checked ~ span.ui {
  border-color: #E5AC00;
  background: #E5AC00;
}

/* ------------------------------ COMPONENTS: Form Fields - Radio Buttons ------------------------------ */
.radio label span.ui,
.radio-inline label span.ui {
  border-radius: 12px;
}
.radio label input:checked ~ span.ui::after,
.radio-inline label input:checked ~ span.ui::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}

/* ------------------------------ COMPONENTS: Form Fields - Checkboxes ------------------------------ */
.checkbox label span.ui::after,
.checkbox-inline label span.ui::after {
  display: inline-block;
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  color: transparent;
  content: "\e013";
}
.checkbox label input:checked ~ span.ui::after,
.checkbox-inline label input:checked ~ span.ui::after {
  color: #fff;
}

/* ------------------------------ COMPONENTS: Form Fields - File Upload ------------------------------ */
.form-field-file-upload input[type=file] {
  display: none;
}
.form-field-file-upload > * + * {
  margin-top: 11px;
}
@media (min-width: 769px) {
  .form-field-file-upload > * + * {
    margin-top: 11px;
  }
}
@media (min-width: 1181px) {
  .form-field-file-upload > * + * {
    margin-top: 11px;
  }
}
.form-field-file-upload > * + * + * {
  margin-top: 32px;
}
@media (min-width: 769px) {
  .form-field-file-upload > * + * + * {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  .form-field-file-upload > * + * + * {
    margin-top: 32px;
  }
}

/* ------------------------------ COMPONENTS: Form Fields - Input Groups ------------------------------ */
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control, .input-group .msos-input-container, .input-group div.msos-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .msos-input-container:focus, .input-group div.msos-container:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .msos-input-container, .input-group-lg > div.msos-container,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 9px 20px 11px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}

select.input-group-lg > .form-control, select.input-group-lg > .msos-input-container, select.input-group-lg > div.msos-container,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .msos-input-container, textarea.input-group-lg > div.msos-container,
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 > .msos-input-container,
select[multiple].input-group-lg > div.msos-container,
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 > .msos-input-container, .input-group-sm > div.msos-container,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 4px 10px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

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

textarea.input-group-sm > .form-control, textarea.input-group-sm > .msos-input-container, textarea.input-group-sm > div.msos-container,
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 > .msos-input-container,
select[multiple].input-group-sm > div.msos-container,
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,
.input-group .msos-input-container,
.input-group div.msos-container {
  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),
.input-group .msos-input-container:not(:first-child):not(:last-child),
.input-group div.msos-container:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 7px 15px 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #080808;
  text-align: center;
  background-color: #E7E7E7;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 10px 6px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 9px 20px 11px;
  font-size: 18px;
  border-radius: 8px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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,
  .form-inline .input-group .msos-input-container,
  .form-inline .input-group div.msos-container {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > .msos-input-container, .form-inline .input-group > div.msos-container {
    width: 100%;
  }
}

/* ------------------------------ COMPONENTS: Form Fields - Multiselect ------------------------------ */
/* ------- Heavily overriding jquery plugin styling to match Select component styling and various states of the Multiselect plugin ------- */
div.msos-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.msos-container.form-control, div.msos-container {
  min-height: 39px !important;
}
div.msos-container.msos-focused:not(.msos-none-selected).form-control, div.msos-container.msos-focused:not(.msos-none-selected) {
  height: auto;
}
div.msos-container .msos-selected-display-item-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
div.msos-container .msos-selecteditems-toggle-container {
  align-self: center;
  padding-bottom: 7px;
}
div.msos-container .msos-selecteditems-expanded .msos-selecteditems-toggle-container {
  margin-top: auto;
}
div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-disabled).msos-active, div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-disabled).msos-focused {
  -webkit-transition: border-color 0.1s, box-shadow 0.1s;
  transition: border-color 0.1s, box-shadow 0.1s;
  outline-offset: 2px;
  border: 1px solid #337AB7 !important;
  box-shadow: inset 0 0 0 1px #337AB7 !important;
}
div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-disabled).msos-focused {
  outline: 2px dashed #337AB7;
}
.has-error div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-disabled).msos-active, .has-error div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-disabled).msos-focused {
  -webkit-transition: border-color 0.1s, box-shadow 0.1s;
  transition: border-color 0.1s, box-shadow 0.1s;
  outline-offset: 2px;
  border: 1px solid #C9302C !important;
  box-shadow: inset 0 0 0 1px #C9302C !important;
}
.has-error div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-disabled).msos-focused {
  outline: 2px dashed #C9302C;
}
.has-error div.msos-container:not(:has(label.msos-label.msos-option-focused)):not(.msos-none-selected) .msos-filter-container {
  border-top: 1px solid #C9302C;
}
div.msos-container:has(label.msos-label.msos-option-focused):not(.msos-disabled).msos-focused {
  border-color: #ccc !important;
  box-shadow: none !important;
}
div.msos-container:has(label.msos-label.msos-option-focused):not(.msos-disabled).msos-focused:not(.msos-none-selected) .msos-filter-container {
  border-top: 1px solid #ccc;
}
.has-error div.msos-container:has(label.msos-label.msos-option-focused):not(.msos-disabled).msos-focused {
  border-color: #C9302C !important;
}
.has-error div.msos-container:has(label.msos-label.msos-option-focused):not(.msos-disabled).msos-focused:not(.msos-none-selected) .msos-filter-container {
  border-color: #C9302C;
}
div.msos-container:not(.msos-none-selected):not(.msos-disabled) .msos-selecteditems-container {
  display: flex;
  min-height: 39px;
}
div.msos-container:not(.msos-disabled) {
  -webkit-transition: border-color 0.1s, box-shadow 0.1s;
  transition: border-color 0.1s, box-shadow 0.1s;
  box-shadow: none;
}
div.msos-container:not(.msos-focused):not(.msos-none-selected):after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e259";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  font-size: 14px !important;
  color: #337AB7;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.msos-container:not(.msos-focused):not(.msos-none-selected) .msos-selecteditems-toggle-container {
  margin-right: 24px;
}

.msos-selecteditems-container:not(.msos-selecteditems-expanded) .msos-current-selection-normal {
  max-height: 42px;
}

.msos-current-selection-normal {
  flex: 1 1 auto;
  align-self: center;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  transform: translateY(-1px);
}

.msos-selecteditems-container:not(.msos-selecteditems-expanded) {
  max-height: 39px !important;
}

html[dir=ltr] .msos-container .msos-inner-container {
  padding: 0 !important;
}

.has-error .msos-input-container:hover {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}
.has-error .msos-input-container.form-control, .has-error .msos-input-container {
  background-color: transparent;
}

.msos-input-container.form-control, div.msos-input-container.msos-container, .msos-input-container {
  border: none;
  background-color: transparent;
}
.msos-input-container.form-control:hover, .msos-input-container:hover, .msos-input-container.form-control:focus, .msos-input-container:focus {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}

.msos-none-selected .msos-input-container {
  transform: translateY(-1px);
}

.msos-open button.msos-caret-button .msos-glyph:after,
.msos-open button.msos-viewmode-button .msos-glyph:after,
.msos-viewmode-expanded button.msos-caret-button .msos-glyph:after,
.msos-viewmode-expanded button.msos-viewmode-button .msos-glyph:after {
  content: "\e260";
  transform: translateY(0);
}
.msos-open .msos-inner-container:not(.msos-fullscreen) div.msos-selection-container,
.msos-viewmode-expanded .msos-inner-container:not(.msos-fullscreen) div.msos-selection-container {
  top: calc(100% - 6px) !important;
}

.msos-active:not(.msos-none-selected) .msos-filter-container {
  border-top: 1px solid #337AB7;
}
.msos-active:not(.msos-none-selected) .msos-selecteditems-toggle {
  text-decoration: underline;
}

button.msos-selecteditems-toggle {
  color: #337AB7;
  font-size: 12px;
  margin-right: 5px;
}
button.msos-selecteditems-toggle:hover, button.msos-selecteditems-toggle:focus {
  color: #337AB7;
  text-decoration: underline;
  border: none;
}

html[dir=ltr] .msos-selecteditems .msos-selected-display-item {
  margin: 5px 8px 5px 0 !important;
}

.msos-selecteditems .msos-selected-display-item {
  background: #E7E7E7;
  height: 22px;
}
.msos-selecteditems .msos-selected-display-item-text {
  user-select: none;
}

.msos-selecteditems:focus .msos-selected-display-item.msos-selecteditem-active:after {
  border: none !important;
}

.msos-selection-container {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.msos-selection-container .msos-action-buttons {
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
}
.msos-selection-container .msos-action-buttons:hover {
  background-color: transparent;
  color: #080808;
}
.msos-selection-container ul.msos-selection {
  padding-top: 13px;
  max-height: 273px;
}

button.msos-caret-button,
button.msos-viewmode-button {
  width: 40px;
}
button.msos-caret-button .msos-glyph:after,
button.msos-viewmode-button .msos-glyph:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e259";
  font-size: 14px !important;
  color: #337AB7;
  transform: translateY(-2px);
}

button.msos-quick-delete {
  width: 20px;
  padding: 0;
}
button.msos-quick-delete:hover {
  background-color: #EAF6FF;
}
button.msos-quick-delete:hover .msos-glyph:after {
  color: #005595;
}
button.msos-quick-delete .msos-glyph:after {
  content: "×" !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  transform: translateY(-2px);
  color: #555;
}

label.msos-label .msos-label-text {
  position: relative;
  padding: 7px 15px 9px 54px;
}
label.msos-label .msos-label-text:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background: #fff;
}
label.msos-label.msos-option-focused {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
label.msos-label .msos-checkbox:checked + .msos-label-text:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Glyphicons Halflings" !important;
  content: "\e013" !important;
  font-size: 14px !important;
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 15px;
  color: #fff;
  padding: 0 !important;
  width: 24px;
  text-align: center;
  margin-top: -1px;
}
label.msos-label .msos-checkbox:checked + .msos-label-text:after {
  border-color: #337AB7;
  background: #337AB7;
}

li.msos-option:hover,
label.msos-option:hover {
  background: #EAF6FF;
  color: #080808;
}
li.msos-option:hover .msos-label-text:after,
label.msos-option:hover .msos-label-text:after {
  border-color: #337AB7;
  box-shadow: inset 0 0 0 1px #337AB7;
}

.msos-option-focused:after {
  display: none;
}

.msos-selected-items .msos-option.msos-option-selected {
  background: transparent;
}
.msos-selected-items .msos-option:hover.msos-option-selected {
  background: #EAF6FF;
}

.msos-label .msos-label-text .msos-itemcount-text {
  color: #555 !important;
}

.msos-viewmode-container.msos-viewmode-expanded {
  padding-bottom: 0;
}
.msos-viewmode-container.msos-viewmode-expanded .msos-viewmode-button-container {
  margin: auto 0 5px 0;
}

.msos-viewmode-text {
  font-weight: 500;
  font-size: 14px;
}

div.msos-container.msos-disabled {
  min-height: 0 !important;
}
div.msos-container.msos-disabled .msos-viewmode-text {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.5;
}
div.msos-container.msos-disabled:not(.msos-focused):not(.msos-none-selected):after {
  display: none;
}

/* ------------------------------ COMPONENTS: Dropdown Menu ------------------------------ */
.dropup,
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  float: none;
  min-width: 160px;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  font-size: 14px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-align: left;
  z-index: 10000;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1180px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-menu .divider {
  height: 1px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #ccc;
}
.dropdown-menu > li > a,
.dropdown-menu > li > button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-offset: 0;
  display: block;
  width: 100%;
  clear: both;
  padding-top: 7px !important;
  padding-bottom: 9px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 0 !important;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #337AB7;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > button:focus {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
.dropdown-menu > li > a:focus:not(:focus-visible),
.dropdown-menu > li > button:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.dropdown-menu > li > a:focus-visible,
.dropdown-menu > li > button:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > button:hover {
  background: #EAF6FF;
  color: #005595;
  text-decoration: none;
}
.dropdown-menu > li > a:active,
.dropdown-menu > li > button:active {
  background: #D4E9FA;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > button:focus {
  background: #fff;
  color: #337AB7;
  text-decoration: none;
}
.dropdown-menu > li > a:focus:hover,
.dropdown-menu > li > button:focus:hover {
  background: #EAF6FF;
}
.dropdown-menu > li > a:focus:active,
.dropdown-menu > li > button:focus:active {
  background: #D4E9FA;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:active,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:focus:hover,
.dropdown-menu > li.active > button,
.dropdown-menu > li.active > button:hover,
.dropdown-menu > li.active > button:active,
.dropdown-menu > li.active > button:focus,
.dropdown-menu > li.active > button:focus:hover {
  outline-offset: 0;
  background: #D4E9FA;
  color: #004477;
  text-decoration: none;
}
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:hover:focus,
.dropdown-menu > li.active > a:active:focus,
.dropdown-menu > li.active > a:focus:focus,
.dropdown-menu > li.active > a:focus:hover:focus,
.dropdown-menu > li.active > button:focus,
.dropdown-menu > li.active > button:hover:focus,
.dropdown-menu > li.active > button:active:focus,
.dropdown-menu > li.active > button:focus:focus,
.dropdown-menu > li.active > button:focus:hover:focus {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
.dropdown-menu > li.active > a:focus:not(:focus-visible),
.dropdown-menu > li.active > a:hover:focus:not(:focus-visible),
.dropdown-menu > li.active > a:active:focus:not(:focus-visible),
.dropdown-menu > li.active > a:focus:focus:not(:focus-visible),
.dropdown-menu > li.active > a:focus:hover:focus:not(:focus-visible),
.dropdown-menu > li.active > button:focus:not(:focus-visible),
.dropdown-menu > li.active > button:hover:focus:not(:focus-visible),
.dropdown-menu > li.active > button:active:focus:not(:focus-visible),
.dropdown-menu > li.active > button:focus:focus:not(:focus-visible),
.dropdown-menu > li.active > button:focus:hover:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.dropdown-menu > li.active > a:focus-visible,
.dropdown-menu > li.active > a:hover:focus-visible,
.dropdown-menu > li.active > a:active:focus-visible,
.dropdown-menu > li.active > a:focus:focus-visible,
.dropdown-menu > li.active > a:focus:hover:focus-visible,
.dropdown-menu > li.active > button:focus-visible,
.dropdown-menu > li.active > button:hover:focus-visible,
.dropdown-menu > li.active > button:active:focus-visible,
.dropdown-menu > li.active > button:focus:focus-visible,
.dropdown-menu > li.active > button:focus:hover:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: -2px;
}
.dropdown-menu > li.active > a:focus-visible,
.dropdown-menu > li.active > a:hover:focus-visible,
.dropdown-menu > li.active > a:active:focus-visible,
.dropdown-menu > li.active > a:focus:focus-visible,
.dropdown-menu > li.active > a:focus:hover:focus-visible,
.dropdown-menu > li.active > button:focus-visible,
.dropdown-menu > li.active > button:hover:focus-visible,
.dropdown-menu > li.active > button:active:focus-visible,
.dropdown-menu > li.active > button:focus:focus-visible,
.dropdown-menu > li.active > button:focus:hover:focus-visible {
  background: #fff;
}
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:active,
.dropdown-menu > li.disabled > a:focus,
.dropdown-menu > li.disabled > a:focus:hover,
.dropdown-menu > li.disabled > button,
.dropdown-menu > li.disabled > button:hover,
.dropdown-menu > li.disabled > button:active,
.dropdown-menu > li.disabled > button:focus,
.dropdown-menu > li.disabled > button:focus:hover {
  background: transparent;
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  filter: unset;
}
.dropdown-menu > li.disabled.active > a,
.dropdown-menu > li.disabled.active > button {
  background: transparent;
}
.dropdown-menu > li.disabled.active > a:hover,
.dropdown-menu > li.disabled.active > button:hover {
  background: transparent;
}
.dropdown-menu > li.selected > a,
.dropdown-menu > li.selected > button {
  background: #337AB7;
  color: #fff;
}
.dropdown-menu > li.selected.active > a,
.dropdown-menu > li.selected.active > button {
  background: #337AB7;
  color: #fff;
}
.dropdown-menu > li.selected.active > a:hover,
.dropdown-menu > li.selected.active > button:hover {
  background: #337AB7;
  color: #fff;
}

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

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

.dropdown-header {
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  background: #E7E7E7;
  font-size: 12px;
  font-weight: 500;
  color: #080808;
  line-height: 1.5;
  white-space: nowrap;
}
.dropdown-header:not(:first-child) {
  margin-top: 11px;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.open > a {
  outline: 0;
}

/* ------------------------------ COMPONENTS: Tabs ------------------------------ */
.nav.nav-tabs {
  margin-bottom: 32px;
  border-bottom: 0px solid #ccc;
}
.nav.nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}
.nav.nav-tabs > li + li {
  margin-left: 15px;
}
.nav.nav-tabs > li > a,
.nav.nav-tabs > li > button {
  outline-offset: 0;
  position: relative;
  margin-right: 0;
  padding: 7px 15px 14px;
  border: 0;
  border-radius: 4px 4px 0 0;
  background: #ddd;
  font-size: 18px;
  font-weight: 500 !important;
  color: #080808;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > button:focus {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.nav.nav-tabs > li > a:focus:not(:focus-visible),
.nav.nav-tabs > li > button:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.nav.nav-tabs > li > a:focus-visible,
.nav.nav-tabs > li > button:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.nav.nav-tabs > li > a::after,
.nav.nav-tabs > li > button::after {
  display: inline-block;
  height: 3px;
  content: "";
  position: absolute;
  right: 15px;
  bottom: 11px;
  left: 15px;
  background: transparent;
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > button:hover {
  border: 0;
  background: #F5F5F5;
  color: #080808;
}
.nav.nav-tabs > li > a:hover::after,
.nav.nav-tabs > li > button:hover::after {
  background: #D4E9FA;
}
.nav.nav-tabs > li > a:active, .nav.nav-tabs > li > a:active:focus,
.nav.nav-tabs > li > button:active,
.nav.nav-tabs > li > button:active:focus {
  border: 0;
  background: #fff;
  color: #080808;
}
.nav.nav-tabs > li > a:active::after, .nav.nav-tabs > li > a:active:focus::after,
.nav.nav-tabs > li > button:active::after,
.nav.nav-tabs > li > button:active:focus::after {
  background: #337AB7;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:active,
.nav.nav-tabs > li.active > button,
.nav.nav-tabs > li.active > button:hover,
.nav.nav-tabs > li.active > button:active {
  border: 0;
  background: #fff;
  color: #080808;
  cursor: default;
}
.nav.nav-tabs > li.active > a::after,
.nav.nav-tabs > li.active > a:hover::after,
.nav.nav-tabs > li.active > a:active::after,
.nav.nav-tabs > li.active > button::after,
.nav.nav-tabs > li.active > button:hover::after,
.nav.nav-tabs > li.active > button:active::after {
  background: #337AB7;
}
.nav.nav-tabs > li.active:focus {
  border: 0;
  background: #fff;
  color: #080808;
}
.nav.nav-tabs > li.active:focus::after {
  background: transparent;
}
.nav.nav-tabs > li.disabled > a,
.nav.nav-tabs > li.disabled > a:hover,
.nav.nav-tabs > li.disabled > a:focus,
.nav.nav-tabs > li.disabled > button,
.nav.nav-tabs > li.disabled > button:hover,
.nav.nav-tabs > li.disabled > button:focus {
  border: 0;
  background: #ddd;
  color: #999;
}
.nav.nav-tabs > li.disabled > a::after,
.nav.nav-tabs > li.disabled > a:hover::after,
.nav.nav-tabs > li.disabled > a:focus::after,
.nav.nav-tabs > li.disabled > button::after,
.nav.nav-tabs > li.disabled > button:hover::after,
.nav.nav-tabs > li.disabled > button:focus::after {
  background: transparent;
}
.nav.nav-tabs > li > a,
.nav.nav-tabs > li > button {
  box-shadow: inset 0 -0px 0 0 #ccc;
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > button:hover {
  box-shadow: inset 0 -0px 0 0 #337AB7;
}
.nav.nav-tabs > li > a:active, .nav.nav-tabs > li > a:active:focus,
.nav.nav-tabs > li > button:active,
.nav.nav-tabs > li > button:active:focus {
  box-shadow: inset 0 -0px 0 0 #337AB7;
}
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > button:focus {
  box-shadow: inset 0 -0px 0 0 #337AB7;
}
.nav.nav-tabs > li.disabled > a,
.nav.nav-tabs > li.disabled > a:hover,
.nav.nav-tabs > li.disabled > a:focus,
.nav.nav-tabs > li.disabled > button,
.nav.nav-tabs > li.disabled > button:hover,
.nav.nav-tabs > li.disabled > button:focus {
  box-shadow: inset 0 -0px 0 0 #ccc;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:active,
.nav.nav-tabs > li.active > button,
.nav.nav-tabs > li.active > button:hover,
.nav.nav-tabs > li.active > button:active {
  box-shadow: none;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > button {
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > button {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > button,
.nav-tabs.nav-justified > .active > button:hover,
.nav-tabs.nav-justified > .active > button:focus {
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > button,
  .nav-tabs.nav-justified > .active > button:hover,
  .nav-tabs.nav-justified > .active > button:focus {
    border-bottom-color: transparent;
  }
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-justified > li > a,
.nav-justified > li > button {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li > a,
  .nav-justified > li > button {
    margin-bottom: 0;
  }
}
.nav-justified .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs-justified > li > button {
  margin-right: 0;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs-justified > li > button {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > button,
.nav-tabs-justified > .active > button:hover,
.nav-tabs-justified > .active > button:focus {
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > button,
  .nav-tabs-justified > .active > button:hover,
  .nav-tabs-justified > .active > button:focus {
    border-bottom-color: transparent;
  }
}

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

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

.nav-tabs-mobile {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .nav-tabs-mobile {
    margin-bottom: 32px;
  }
}
@media (min-width: 1181px) {
  .nav-tabs-mobile {
    margin-bottom: 32px;
  }
}

/* ------------------------------ COMPONENTS: Breadcrumbs ------------------------------ */
.breadcrumb {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb li + li:before {
  position: relative;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  color: #555;
  content: "\e258";
}
.breadcrumb li.active {
  font-weight: 500;
  color: #080808;
  display: none;
}
.breadcrumb-back-link .breadcrumb li:first-child a {
  padding-left: 24px;
}
.breadcrumb-back-link .breadcrumb li:first-child a::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  padding-right: 10px;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  content: "\e091";
}
.breadcrumb-back-link .breadcrumb .active {
  display: none;
}

/* ------------------------------ COMPONENTS: Dividers ------------------------------ */
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0 solid #ccc;
  border-top-width: 1px;
}
[class*=inverse] hr {
  border-color: #fff;
}

/* ------------------------------ COMPONENT: Table ------------------------------ */
.table-container {
  position: relative;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
  background: #fff;
  table-layout: fixed;
}
.table.table-border-top {
  border-top: 1px solid #ddd;
}
.table.table-border-bottom {
  border-bottom: 1px solid #ddd;
}

.table-bordered {
  border-color: #ddd;
}

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

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

/* ------------------------------ COMPONENT: Table - Caption ------------------------------ */
caption {
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  color: #080808;
  text-align: left;
}

/* ------------------------------ COMPONENT: Table - Rows ------------------------------ */
.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: #fff;
}

.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: #fff;
}

@media (max-width: 768px) {
  .table-fluid tr,
  .table-mobile tr {
    display: block;
    width: 100% !important;
    overflow: visible;
    border-top: #ddd solid 1px !important;
  }
}

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

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

.table-selectable-row > tbody > tr:hover {
  background-color: #EAF6FF;
}
.table-selectable-row > tbody > tr:active {
  background-color: #D4E9FA;
}
.table-selectable-row > tbody > tr.selected {
  background-color: #D4E9FA;
}
.table-selectable-row > tbody > tr.not-selectable:hover {
  background-color: transparent;
}
.table-selectable-row.table-hover > tbody > tr.not-selectable:hover {
  background-color: #fff;
}
.table-selectable-row.table-striped > tbody > tr:nth-of-type(odd).not-selectable:hover {
  background-color: #fff;
}

/* ------------------------------ COMPONENT: Table - Cells - All ------------------------------ */
.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-top: 7px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
  vertical-align: top;
}
.table > thead > tr > th[aria-label="action menu"],
.table > tbody > tr > th[aria-label="action menu"],
.table > tfoot > tr > th[aria-label="action menu"],
.table > thead > tr > td[aria-label="action menu"],
.table > tbody > tr > td[aria-label="action menu"],
.table > tfoot > tr > td[aria-label="action menu"] {
  text-align: right;
}
.table > thead > tr > th.contains-component,
.table > tbody > tr > th.contains-component,
.table > tfoot > tr > th.contains-component,
.table > thead > tr > td.contains-component,
.table > tbody > tr > td.contains-component,
.table > tfoot > tr > td.contains-component {
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .table-mobile > thead > tr > th.text-center,
  .table-mobile > tbody > tr > th.text-center,
  .table-mobile > tfoot > tr > th.text-center,
  .table-mobile > thead > tr > td.text-center,
  .table-mobile > tbody > tr > td.text-center,
  .table-mobile > tfoot > tr > td.text-center {
    text-align: left;
  }
  .table-mobile > thead > tr > th.text-right,
  .table-mobile > tbody > tr > th.text-right,
  .table-mobile > tfoot > tr > th.text-right,
  .table-mobile > thead > tr > td.text-right,
  .table-mobile > tbody > tr > td.text-right,
  .table-mobile > tfoot > tr > td.text-right {
    text-align: left;
  }
}

.contains-component .btn-link {
  min-height: 33px;
}
.contains-component .btn-link.btn-xs, .btn-group-xs > .contains-component .btn-link {
  min-height: 24px;
}
.contains-component .btn-link.btn-sm, .btn-group-sm > .contains-component .btn-link {
  min-height: 24px;
}
.contains-component .btn-link.btn-lg, .btn-group-lg > .contains-component .btn-link {
  min-height: 43px;
}

.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-top: 4px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.table-condensed > thead > tr > th.contains-component,
.table-condensed > tbody > tr > th.contains-component,
.table-condensed > tfoot > tr > th.contains-component,
.table-condensed > thead > tr > td.contains-component,
.table-condensed > tbody > tr > td.contains-component,
.table-condensed > tfoot > tr > td.contains-component {
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* ------------------------------ COMPONENT: Table - Cells - Header ------------------------------ */
@media (max-width: 768px) {
  .table-fluid thead,
  .table-mobile thead {
    display: none;
  }
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  border-top-width: 2px;
  border-top-color: #ddd;
  border-bottom: 2px solid #ddd;
  background: transparent;
  vertical-align: bottom;
  background: #E7E7E7;
}
.table > thead > tr > th.sort-enabled,
.table > tbody > tr > th.sort-enabled,
.table > tfoot > tr > th.sort-enabled {
  padding: 0;
  overflow: hidden;
}
.table > thead > tr > th.sort-enabled a,
.table > tbody > tr > th.sort-enabled a,
.table > tfoot > tr > th.sort-enabled a {
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.table > thead > tr > th.sort-enabled a::before,
.table > tbody > tr > th.sort-enabled a::before,
.table > tfoot > tr > th.sort-enabled a::before {
  display: inline-block;
  height: 100px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
}
.table > thead > tr > th.sort-enabled a:hover,
.table > tbody > tr > th.sort-enabled a:hover,
.table > tfoot > tr > th.sort-enabled a:hover {
  background: #E7E7E7;
}
.table > thead > tr > th.sort-enabled a:hover::before,
.table > tbody > tr > th.sort-enabled a:hover::before,
.table > tfoot > tr > th.sort-enabled a:hover::before {
  background: #E7E7E7;
}
.table > thead > tr > th.sort-enabled a:active,
.table > tbody > tr > th.sort-enabled a:active,
.table > tfoot > tr > th.sort-enabled a:active {
  background: #ddd;
}
.table > thead > tr > th.sort-enabled a:active::before,
.table > tbody > tr > th.sort-enabled a:active::before,
.table > tfoot > tr > th.sort-enabled a:active::before {
  background: #ddd;
}
.table > thead > tr > th.sort-enabled a:hover,
.table > tbody > tr > th.sort-enabled a:hover,
.table > tfoot > tr > th.sort-enabled a:hover {
  background: #fff;
}
.table > thead > tr > th.sort-enabled a:hover::before,
.table > tbody > tr > th.sort-enabled a:hover::before,
.table > tfoot > tr > th.sort-enabled a:hover::before {
  background: #fff;
}
.table > thead > tr > th.sort-enabled a:active,
.table > tbody > tr > th.sort-enabled a:active,
.table > tfoot > tr > th.sort-enabled a:active {
  background: #E7E7E7;
}
.table > thead > tr > th.sort-enabled a:active::before,
.table > tbody > tr > th.sort-enabled a:active::before,
.table > tfoot > tr > th.sort-enabled a:active::before {
  background: #E7E7E7;
}
.table > thead > tr > th[aria-label=Actions], .table > thead > tr > th.actions-menu,
.table > tbody > tr > th[aria-label=Actions],
.table > tbody > tr > th.actions-menu,
.table > tfoot > tr > th[aria-label=Actions],
.table > tfoot > tr > th.actions-menu {
  text-align: right;
  width: 100px !important;
  min-width: 100px;
}
.table > thead > tr > th[aria-label=Actions] .sr-only, .table > thead > tr > th.actions-menu .sr-only,
.table > tbody > tr > th[aria-label=Actions] .sr-only,
.table > tbody > tr > th.actions-menu .sr-only,
.table > tfoot > tr > th[aria-label=Actions] .sr-only,
.table > tfoot > tr > th.actions-menu .sr-only {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: unset;
}

.table.table-header-bg-alternate > thead > tr > th,
.table.table-header-bg-alternate > tbody > tr > th,
.table.table-header-bg-alternate > tfoot > tr > th {
  background: transparent;
}
.table.table-header-bg-alternate > thead > tr > th.sort-enabled a:hover,
.table.table-header-bg-alternate > tbody > tr > th.sort-enabled a:hover,
.table.table-header-bg-alternate > tfoot > tr > th.sort-enabled a:hover {
  background: #E7E7E7;
}
.table.table-header-bg-alternate > thead > tr > th.sort-enabled a:hover::before,
.table.table-header-bg-alternate > tbody > tr > th.sort-enabled a:hover::before,
.table.table-header-bg-alternate > tfoot > tr > th.sort-enabled a:hover::before {
  background: #E7E7E7;
}
.table.table-header-bg-alternate > thead > tr > th.sort-enabled a:active,
.table.table-header-bg-alternate > tbody > tr > th.sort-enabled a:active,
.table.table-header-bg-alternate > tfoot > tr > th.sort-enabled a:active {
  background: #ddd;
}
.table.table-header-bg-alternate > thead > tr > th.sort-enabled a:active::before,
.table.table-header-bg-alternate > tbody > tr > th.sort-enabled a:active::before,
.table.table-header-bg-alternate > tfoot > tr > th.sort-enabled a:active::before {
  background: #ddd;
}

.table.table-condensed > thead > tr > th.sort-enabled a,
.table.table-condensed > tbody > tr > th.sort-enabled a,
.table.table-condensed > tfoot > tr > th.sort-enabled a {
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.table > thead > tr > th {
  border-bottom-width: 2px;
  border-bottom-color: #ddd;
}

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

/* ------------------------------ COMPONENT: Table - Cells - Body ------------------------------ */
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ddd;
}
.table > thead > tr > td > a,
.table > tbody > tr > td > a,
.table > tfoot > tr > td > a {
  text-decoration: none;
}
.table > thead > tr > td > a:hover,
.table > tbody > tr > td > a:hover,
.table > tfoot > tr > td > a:hover {
  text-decoration: underline;
}
.table > thead > tr > td > a:active,
.table > tbody > tr > td > a:active,
.table > tfoot > tr > td > a:active {
  text-decoration: none;
}
.table > thead > tr > td > a:disabled, .table > thead > tr > td > a.disabled,
.table > tbody > tr > td > a:disabled,
.table > tbody > tr > td > a.disabled,
.table > tfoot > tr > td > a:disabled,
.table > tfoot > tr > td > a.disabled {
  text-decoration: none;
}
.table > thead > tr > td.text-wrap,
.table > tbody > tr > td.text-wrap,
.table > tfoot > tr > td.text-wrap {
  overflow-wrap: break-word !important;
}

@media (max-width: 768px) {
  .table-fluid td,
  .table-mobile td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .table-fluid > thead > tr > td,
  .table-fluid > tbody > tr > td,
  .table-fluid > tfoot > tr > td,
  .table-mobile > thead > tr > td,
  .table-mobile > tbody > tr > td,
  .table-mobile > tfoot > tr > td {
    border-top-width: 0;
  }
  .table-fluid > thead > tr > td,
  .table-fluid > tbody > tr > td,
  .table-fluid > tfoot > tr > td,
  .table-mobile > thead > tr > td,
  .table-mobile > tbody > tr > td,
  .table-mobile > tfoot > tr > td {
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .table-fluid > thead > tr > td:first-child,
  .table-fluid > tbody > tr > td:first-child,
  .table-fluid > tfoot > tr > td:first-child,
  .table-mobile > thead > tr > td:first-child,
  .table-mobile > tbody > tr > td:first-child,
  .table-mobile > tfoot > tr > td:first-child {
    padding-top: 10px;
  }
  .table-fluid > thead > tr > td:first-child.title,
  .table-fluid > tbody > tr > td:first-child.title,
  .table-fluid > tfoot > tr > td:first-child.title,
  .table-mobile > thead > tr > td:first-child.title,
  .table-mobile > tbody > tr > td:first-child.title,
  .table-mobile > tfoot > tr > td:first-child.title {
    padding-left: 0 !important;
  }
  .table-fluid > thead > tr > td:first-child.title > *,
  .table-fluid > tbody > tr > td:first-child.title > *,
  .table-fluid > tfoot > tr > td:first-child.title > *,
  .table-mobile > thead > tr > td:first-child.title > *,
  .table-mobile > tbody > tr > td:first-child.title > *,
  .table-mobile > tfoot > tr > td:first-child.title > * {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .table-fluid > thead > tr > td:first-child.title:before,
  .table-fluid > tbody > tr > td:first-child.title:before,
  .table-fluid > tfoot > tr > td:first-child.title:before,
  .table-mobile > thead > tr > td:first-child.title:before,
  .table-mobile > tbody > tr > td:first-child.title:before,
  .table-mobile > tfoot > tr > td:first-child.title:before {
    display: none;
  }
  .table-fluid > thead > tr > td:last-child,
  .table-fluid > tbody > tr > td:last-child,
  .table-fluid > tfoot > tr > td:last-child,
  .table-mobile > thead > tr > td:last-child,
  .table-mobile > tbody > tr > td:last-child,
  .table-mobile > tfoot > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-fluid > thead > tr > td:last-child.contains-component,
  .table-fluid > tbody > tr > td:last-child.contains-component,
  .table-fluid > tfoot > tr > td:last-child.contains-component,
  .table-mobile > thead > tr > td:last-child.contains-component,
  .table-mobile > tbody > tr > td:last-child.contains-component,
  .table-mobile > tfoot > tr > td:last-child.contains-component {
    padding-top: 20px;
    padding-left: 0 !important;
  }
  .table-fluid > thead > tr > td:last-child.contains-component a,
  .table-fluid > thead > tr > td:last-child.contains-component button,
  .table-fluid > thead > tr > td:last-child.contains-component .dropdown-menu,
  .table-fluid > tbody > tr > td:last-child.contains-component a,
  .table-fluid > tbody > tr > td:last-child.contains-component button,
  .table-fluid > tbody > tr > td:last-child.contains-component .dropdown-menu,
  .table-fluid > tfoot > tr > td:last-child.contains-component a,
  .table-fluid > tfoot > tr > td:last-child.contains-component button,
  .table-fluid > tfoot > tr > td:last-child.contains-component .dropdown-menu,
  .table-mobile > thead > tr > td:last-child.contains-component a,
  .table-mobile > thead > tr > td:last-child.contains-component button,
  .table-mobile > thead > tr > td:last-child.contains-component .dropdown-menu,
  .table-mobile > tbody > tr > td:last-child.contains-component a,
  .table-mobile > tbody > tr > td:last-child.contains-component button,
  .table-mobile > tbody > tr > td:last-child.contains-component .dropdown-menu,
  .table-mobile > tfoot > tr > td:last-child.contains-component a,
  .table-mobile > tfoot > tr > td:last-child.contains-component button,
  .table-mobile > tfoot > tr > td:last-child.contains-component .dropdown-menu {
    width: 100%;
  }
  .table-fluid > thead > tr > td:before,
  .table-fluid > tbody > tr > td:before,
  .table-fluid > tfoot > tr > td:before,
  .table-mobile > thead > tr > td:before,
  .table-mobile > tbody > tr > td:before,
  .table-mobile > tfoot > tr > td:before {
    display: inline-block;
    font-weight: 500;
    width: 120px;
    margin-left: -130px;
    padding-right: 0;
    word-break: break-word;
    content: attr(data-th);
    float: left;
  }
  .table-fluid > thead > tr > td:after,
  .table-fluid > tbody > tr > td:after,
  .table-fluid > tfoot > tr > td:after,
  .table-mobile > thead > tr > td:after,
  .table-mobile > tbody > tr > td:after,
  .table-mobile > tfoot > tr > td:after {
    display: table;
    content: "";
    clear: both;
  }
  .table-fluid > thead > tr > td > a,
  .table-fluid > tbody > tr > td > a,
  .table-fluid > tfoot > tr > td > a,
  .table-mobile > thead > tr > td > a,
  .table-mobile > tbody > tr > td > a,
  .table-mobile > tfoot > tr > td > a {
    text-decoration: underline;
    display: block;
  }
  .table-fluid > thead > tr > td > a:hover,
  .table-fluid > tbody > tr > td > a:hover,
  .table-fluid > tfoot > tr > td > a:hover,
  .table-mobile > thead > tr > td > a:hover,
  .table-mobile > tbody > tr > td > a:hover,
  .table-mobile > tfoot > tr > td > a:hover {
    text-decoration: none;
  }
  .table-fluid > thead > tr > td > a:active,
  .table-fluid > tbody > tr > td > a:active,
  .table-fluid > tfoot > tr > td > a:active,
  .table-mobile > thead > tr > td > a:active,
  .table-mobile > tbody > tr > td > a:active,
  .table-mobile > tfoot > tr > td > a:active {
    text-decoration: underline;
  }
  .table-fluid > thead > tr > td > a:disabled, .table-fluid > thead > tr > td > a.disabled,
  .table-fluid > tbody > tr > td > a:disabled,
  .table-fluid > tbody > tr > td > a.disabled,
  .table-fluid > tfoot > tr > td > a:disabled,
  .table-fluid > tfoot > tr > td > a.disabled,
  .table-mobile > thead > tr > td > a:disabled,
  .table-mobile > thead > tr > td > a.disabled,
  .table-mobile > tbody > tr > td > a:disabled,
  .table-mobile > tbody > tr > td > a.disabled,
  .table-mobile > tfoot > tr > td > a:disabled,
  .table-mobile > tfoot > tr > td > a.disabled {
    text-decoration: none;
  }
  html[dir=rtl] .table-fluid > thead > tr > td,
  html[dir=rtl] .table-fluid > tbody > tr > td,
  html[dir=rtl] .table-fluid > tfoot > tr > td,
  html[dir=rtl] .table-mobile > thead > tr > td,
  html[dir=rtl] .table-mobile > tbody > tr > td,
  html[dir=rtl] .table-mobile > tfoot > tr > td {
    padding-right: 130px !important;
  }
  html[dir=ltr] .table-fluid > thead > tr > td,
  html[dir=ltr] .table-fluid > tbody > tr > td,
  html[dir=ltr] .table-fluid > tfoot > tr > td,
  html[dir=ltr] .table-mobile > thead > tr > td,
  html[dir=ltr] .table-mobile > tbody > tr > td,
  html[dir=ltr] .table-mobile > tfoot > tr > td {
    padding-left: 130px !important;
  }
}

@media (max-width: 768px) {
  .table-fluid-label-width-xs > thead > tr > td:before,
  .table-fluid-label-width-xs > tbody > tr > td:before,
  .table-fluid-label-width-xs > tfoot > tr > td:before,
  .table-mobile-label-width-xs > thead > tr > td:before,
  .table-mobile-label-width-xs > tbody > tr > td:before,
  .table-mobile-label-width-xs > tfoot > tr > td:before {
    width: 60px;
    margin-left: -70px;
  }
  html[dir=rtl] .table-fluid-label-width-xs > thead > tr > td,
  html[dir=rtl] .table-fluid-label-width-xs > tbody > tr > td,
  html[dir=rtl] .table-fluid-label-width-xs > tfoot > tr > td,
  html[dir=rtl] .table-mobile-label-width-xs > thead > tr > td,
  html[dir=rtl] .table-mobile-label-width-xs > tbody > tr > td,
  html[dir=rtl] .table-mobile-label-width-xs > tfoot > tr > td {
    padding-right: 70px !important;
  }
  html[dir=ltr] .table-fluid-label-width-xs > thead > tr > td,
  html[dir=ltr] .table-fluid-label-width-xs > tbody > tr > td,
  html[dir=ltr] .table-fluid-label-width-xs > tfoot > tr > td,
  html[dir=ltr] .table-mobile-label-width-xs > thead > tr > td,
  html[dir=ltr] .table-mobile-label-width-xs > tbody > tr > td,
  html[dir=ltr] .table-mobile-label-width-xs > tfoot > tr > td {
    padding-left: 70px !important;
  }
}

@media (max-width: 768px) {
  .table-fluid-label-width-sm > thead > tr > td:before,
  .table-fluid-label-width-sm > tbody > tr > td:before,
  .table-fluid-label-width-sm > tfoot > tr > td:before,
  .table-mobile-label-width-sm > thead > tr > td:before,
  .table-mobile-label-width-sm > tbody > tr > td:before,
  .table-mobile-label-width-sm > tfoot > tr > td:before {
    width: 90px;
    margin-left: -100px;
  }
  html[dir=rtl] .table-fluid-label-width-sm > thead > tr > td,
  html[dir=rtl] .table-fluid-label-width-sm > tbody > tr > td,
  html[dir=rtl] .table-fluid-label-width-sm > tfoot > tr > td,
  html[dir=rtl] .table-mobile-label-width-sm > thead > tr > td,
  html[dir=rtl] .table-mobile-label-width-sm > tbody > tr > td,
  html[dir=rtl] .table-mobile-label-width-sm > tfoot > tr > td {
    padding-right: 100px !important;
  }
  html[dir=ltr] .table-fluid-label-width-sm > thead > tr > td,
  html[dir=ltr] .table-fluid-label-width-sm > tbody > tr > td,
  html[dir=ltr] .table-fluid-label-width-sm > tfoot > tr > td,
  html[dir=ltr] .table-mobile-label-width-sm > thead > tr > td,
  html[dir=ltr] .table-mobile-label-width-sm > tbody > tr > td,
  html[dir=ltr] .table-mobile-label-width-sm > tfoot > tr > td {
    padding-left: 100px !important;
  }
}

@media (max-width: 768px) {
  .table-fluid-label-width-md > thead > tr > td:before,
  .table-fluid-label-width-md > tbody > tr > td:before,
  .table-fluid-label-width-md > tfoot > tr > td:before,
  .table-mobile-label-width-md > thead > tr > td:before,
  .table-mobile-label-width-md > tbody > tr > td:before,
  .table-mobile-label-width-md > tfoot > tr > td:before {
    width: 120px;
    margin-left: -130px;
  }
  html[dir=rtl] .table-fluid-label-width-md > thead > tr > td,
  html[dir=rtl] .table-fluid-label-width-md > tbody > tr > td,
  html[dir=rtl] .table-fluid-label-width-md > tfoot > tr > td,
  html[dir=rtl] .table-mobile-label-width-md > thead > tr > td,
  html[dir=rtl] .table-mobile-label-width-md > tbody > tr > td,
  html[dir=rtl] .table-mobile-label-width-md > tfoot > tr > td {
    padding-right: 130px !important;
  }
  html[dir=ltr] .table-fluid-label-width-md > thead > tr > td,
  html[dir=ltr] .table-fluid-label-width-md > tbody > tr > td,
  html[dir=ltr] .table-fluid-label-width-md > tfoot > tr > td,
  html[dir=ltr] .table-mobile-label-width-md > thead > tr > td,
  html[dir=ltr] .table-mobile-label-width-md > tbody > tr > td,
  html[dir=ltr] .table-mobile-label-width-md > tfoot > tr > td {
    padding-left: 130px !important;
  }
}

@media (max-width: 768px) {
  .table-fluid-label-width-lg > thead > tr > td:before,
  .table-fluid-label-width-lg > tbody > tr > td:before,
  .table-fluid-label-width-lg > tfoot > tr > td:before,
  .table-mobile-label-width-lg > thead > tr > td:before,
  .table-mobile-label-width-lg > tbody > tr > td:before,
  .table-mobile-label-width-lg > tfoot > tr > td:before {
    width: 180px;
    margin-left: -190px;
  }
  html[dir=rtl] .table-fluid-label-width-lg > thead > tr > td,
  html[dir=rtl] .table-fluid-label-width-lg > tbody > tr > td,
  html[dir=rtl] .table-fluid-label-width-lg > tfoot > tr > td,
  html[dir=rtl] .table-mobile-label-width-lg > thead > tr > td,
  html[dir=rtl] .table-mobile-label-width-lg > tbody > tr > td,
  html[dir=rtl] .table-mobile-label-width-lg > tfoot > tr > td {
    padding-right: 190px !important;
  }
  html[dir=ltr] .table-fluid-label-width-lg > thead > tr > td,
  html[dir=ltr] .table-fluid-label-width-lg > tbody > tr > td,
  html[dir=ltr] .table-fluid-label-width-lg > tfoot > tr > td,
  html[dir=ltr] .table-mobile-label-width-lg > thead > tr > td,
  html[dir=ltr] .table-mobile-label-width-lg > tbody > tr > td,
  html[dir=ltr] .table-mobile-label-width-lg > tfoot > tr > td {
    padding-left: 190px !important;
  }
}

@media (max-width: 768px) {
  .table-fluid-label-width-xl > thead > tr > td:before,
  .table-fluid-label-width-xl > tbody > tr > td:before,
  .table-fluid-label-width-xl > tfoot > tr > td:before,
  .table-mobile-label-width-xl > thead > tr > td:before,
  .table-mobile-label-width-xl > tbody > tr > td:before,
  .table-mobile-label-width-xl > tfoot > tr > td:before {
    width: 240px;
    margin-left: -250px;
  }
  html[dir=rtl] .table-fluid-label-width-xl > thead > tr > td,
  html[dir=rtl] .table-fluid-label-width-xl > tbody > tr > td,
  html[dir=rtl] .table-fluid-label-width-xl > tfoot > tr > td,
  html[dir=rtl] .table-mobile-label-width-xl > thead > tr > td,
  html[dir=rtl] .table-mobile-label-width-xl > tbody > tr > td,
  html[dir=rtl] .table-mobile-label-width-xl > tfoot > tr > td {
    padding-right: 250px !important;
  }
  html[dir=ltr] .table-fluid-label-width-xl > thead > tr > td,
  html[dir=ltr] .table-fluid-label-width-xl > tbody > tr > td,
  html[dir=ltr] .table-fluid-label-width-xl > tfoot > tr > td,
  html[dir=ltr] .table-mobile-label-width-xl > thead > tr > td,
  html[dir=ltr] .table-mobile-label-width-xl > tbody > tr > td,
  html[dir=ltr] .table-mobile-label-width-xl > tfoot > tr > td {
    padding-left: 250px !important;
  }
}

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

/* ------------------------------ COMPONENT: Table - Bootstrap Leftovers ------------------------------ */
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

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

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

.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: #ECFAEC;
}

.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: #D3F2D3;
}

.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: #E8F8FC;
}

.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: #D2EFF7;
}

.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: #FFF6D9;
}

.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: #FFECB2;
}

.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: #FFE5E5;
}

.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: #FFCCCC;
}

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

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-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-right-radius: -1;
  border-bottom-left-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 #ccc;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* ------------------------------ COMPONENT: Table - Rich Text Overrides ------------------------------ */
.section-description table,
.override-rich-text table {
  width: 100% !important;
  height: auto !important;
  border-left: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
.section-description table caption,
.override-rich-text table caption {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
  font-family: inherit !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  color: #080808 !important;
}
.section-description table th,
.section-description table td,
.override-rich-text table th,
.override-rich-text table td {
  padding: 7px 15px 9px !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  vertical-align: top !important;
}
.section-description table th,
.override-rich-text table th {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #080808 !important;
}

/* ------------------------------ COMPONENT: Pagination ------------------------------ */
.pagination {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 769px) {
  .pagination {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  outline-offset: 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  float: left;
  margin-left: -1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #337AB7;
  text-decoration: none;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  text-align: center;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.pagination > li > a:focus:not(:focus-visible),
.pagination > li > span:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.pagination > li > a:focus-visible,
.pagination > li > span:focus-visible {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.pagination > li > a:hover, .pagination > li > a:hover:focus,
.pagination > li > span:hover,
.pagination > li > span:hover:focus {
  color: #005595;
  background-color: #EAF6FF;
  border-color: #005595;
  box-shadow: inset 0 0 0 1px #005595;
  z-index: 2;
}
.pagination > li > a:active, .pagination > li > a:active:focus,
.pagination > li > span:active,
.pagination > li > span:active:focus {
  color: #004477;
  background-color: #D4E9FA;
  border-color: #004477;
  box-shadow: inset 0 0 0 1px #004477;
  z-index: 2;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #337AB7;
  background-color: #fff;
  border-color: transparent;
  box-shadow: inset 0 0 0 0px transparent;
  z-index: 2;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
  color: #fff;
  background-color: #337AB7 !important;
  border-width: 1px;
  border-color: transparent;
  box-shadow: none;
  cursor: default;
  z-index: 3;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > span:focus {
  color: #999;
  background-color: #fff;
  border-width: 1px;
  border-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}
.pagination > li .entity-pager-prev-link,
.pagination > li .entity-pager-next-link {
  font-family: "Glyphicons Halflings";
  font-size: 0;
  color: transparent;
  background-color: #fff;
  border-width: 1px;
  border-color: #337AB7;
}
.pagination > li .entity-pager-prev-link::after,
.pagination > li .entity-pager-next-link::after {
  color: #337AB7;
}
.pagination > li .entity-pager-prev-link:hover, .pagination > li .entity-pager-prev-link:hover:focus,
.pagination > li .entity-pager-next-link:hover,
.pagination > li .entity-pager-next-link:hover:focus {
  background-color: #EAF6FF;
  border-color: #005595;
  box-shadow: inset 0 0 0 1px #005595;
  z-index: 2;
}
.pagination > li .entity-pager-prev-link:hover::after, .pagination > li .entity-pager-prev-link:hover:focus::after,
.pagination > li .entity-pager-next-link:hover::after,
.pagination > li .entity-pager-next-link:hover:focus::after {
  color: #005595;
}
.pagination > li .entity-pager-prev-link:active, .pagination > li .entity-pager-prev-link:active:focus,
.pagination > li .entity-pager-next-link:active,
.pagination > li .entity-pager-next-link:active:focus {
  background-color: #D4E9FA;
  border-color: #004477;
  box-shadow: inset 0 0 0 1px #004477;
  z-index: 2;
}
.pagination > li .entity-pager-prev-link:active::after, .pagination > li .entity-pager-prev-link:active:focus::after,
.pagination > li .entity-pager-next-link:active::after,
.pagination > li .entity-pager-next-link:active:focus::after {
  color: #004477;
}
.pagination > li .entity-pager-prev-link:focus,
.pagination > li .entity-pager-next-link:focus {
  color: #337AB7;
  background-color: #fff;
  border-color: #337AB7;
  box-shadow: inset 0 0 0 0px #337AB7;
  z-index: 2;
}
.pagination > li .entity-pager-prev-link:focus::after,
.pagination > li .entity-pager-next-link:focus::after {
  color: #337AB7;
}
.pagination > li .entity-pager-prev-link::after {
  content: "\e257";
}
.pagination > li .entity-pager-next-link::after {
  content: "\e258";
}
.pagination > li.disabled .entity-pager-prev-link,
.pagination > li.disabled .entity-pager-prev-link:hover,
.pagination > li.disabled .entity-pager-prev-link:focus,
.pagination > li.disabled .entity-pager-next-link,
.pagination > li.disabled .entity-pager-next-link:hover,
.pagination > li.disabled .entity-pager-next-link:focus {
  background-color: #fff;
  border-width: 1px;
  border-color: #ddd;
  box-shadow: none;
}
.pagination > li.disabled .entity-pager-prev-link::after,
.pagination > li.disabled .entity-pager-prev-link:hover::after,
.pagination > li.disabled .entity-pager-prev-link:focus::after,
.pagination > li.disabled .entity-pager-next-link::after,
.pagination > li.disabled .entity-pager-next-link:hover::after,
.pagination > li.disabled .entity-pager-next-link:focus::after {
  color: #999;
}
.pagination > li [data-page=".."] {
  font-family: "Glyphicons Halflings";
  font-size: 0;
  color: transparent;
  background-color: #fff;
  border-width: 1px;
  border-color: transparent;
}
.pagination > li [data-page=".."]::after {
  content: "\e234";
  color: #999;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

/* ------------------------------ COMPONENT: Pagination - Sizes ------------------------------ */
.pagination > li + * {
  margin-left: 1px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 7px 12px 9px;
  min-height: 39px;
  min-width: 39px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 19.5px !important;
}
.pagination > li .entity-pager-prev-link,
.pagination > li .entity-pager-next-link {
  padding: 7px 12px 9px;
  line-height: 1.5;
  border-radius: 19.5px !important;
}
.pagination > li .entity-pager-prev-link::after,
.pagination > li .entity-pager-next-link::after {
  font-size: 14px;
}
.pagination > li .entity-pager-prev-link {
  margin-right: 1px;
}
.pagination > li .entity-pager-next-link {
  margin-left: 1px;
}
.pagination > li.disabled .entity-pager-prev-link,
.pagination > li.disabled .entity-pager-prev-link:hover,
.pagination > li.disabled .entity-pager-prev-link:focus,
.pagination > li.disabled .entity-pager-next-link,
.pagination > li.disabled .entity-pager-next-link:hover,
.pagination > li.disabled .entity-pager-next-link:focus {
  line-height: 1.5;
  border-radius: 19.5px !important;
}
.pagination > li.disabled .entity-pager-prev-link::after,
.pagination > li.disabled .entity-pager-prev-link:hover::after,
.pagination > li.disabled .entity-pager-prev-link:focus::after,
.pagination > li.disabled .entity-pager-next-link::after,
.pagination > li.disabled .entity-pager-next-link:hover::after,
.pagination > li.disabled .entity-pager-next-link:focus::after {
  font-size: 14px;
}
.pagination > li [data-page=".."] {
  margin: 0 1px;
  padding: 7px 12px 9px;
  line-height: 1.5;
  border-radius: 19.5px !important;
}
.pagination > li [data-page=".."]::after {
  font-size: 14px;
}
.pagination-sm > li + * {
  margin-left: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 8px 6px;
  min-height: 30px;
  min-width: 30px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 15px !important;
}
.pagination-sm > li .entity-pager-prev-link,
.pagination-sm > li .entity-pager-next-link {
  padding: 4px 8px 6px;
  line-height: 1.5;
  border-radius: 15px !important;
}
.pagination-sm > li .entity-pager-prev-link::after,
.pagination-sm > li .entity-pager-next-link::after {
  font-size: 12px;
}
.pagination-sm > li .entity-pager-prev-link {
  margin-right: 1px;
}
.pagination-sm > li .entity-pager-next-link {
  margin-left: 1px;
}
.pagination-sm > li.disabled .entity-pager-prev-link,
.pagination-sm > li.disabled .entity-pager-prev-link:hover,
.pagination-sm > li.disabled .entity-pager-prev-link:focus,
.pagination-sm > li.disabled .entity-pager-next-link,
.pagination-sm > li.disabled .entity-pager-next-link:hover,
.pagination-sm > li.disabled .entity-pager-next-link:focus {
  line-height: 1.5;
  border-radius: 15px !important;
}
.pagination-sm > li.disabled .entity-pager-prev-link::after,
.pagination-sm > li.disabled .entity-pager-prev-link:hover::after,
.pagination-sm > li.disabled .entity-pager-prev-link:focus::after,
.pagination-sm > li.disabled .entity-pager-next-link::after,
.pagination-sm > li.disabled .entity-pager-next-link:hover::after,
.pagination-sm > li.disabled .entity-pager-next-link:focus::after {
  font-size: 12px;
}
.pagination-sm > li [data-page=".."] {
  margin: 0 1px;
  padding: 4px 8px 6px;
  line-height: 1.5;
  border-radius: 15px !important;
}
.pagination-sm > li [data-page=".."]::after {
  font-size: 12px;
}
.pagination-lg > li + * {
  margin-left: 1px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 9px 14px 11px;
  min-height: 49px;
  min-width: 49px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 24.5px !important;
}
.pagination-lg > li .entity-pager-prev-link,
.pagination-lg > li .entity-pager-next-link {
  padding: 9px 14px 11px;
  line-height: 1.5;
  border-radius: 24.5px !important;
}
.pagination-lg > li .entity-pager-prev-link::after,
.pagination-lg > li .entity-pager-next-link::after {
  font-size: 16px;
}
.pagination-lg > li .entity-pager-prev-link {
  margin-right: 1px;
}
.pagination-lg > li .entity-pager-next-link {
  margin-left: 1px;
}
.pagination-lg > li.disabled .entity-pager-prev-link,
.pagination-lg > li.disabled .entity-pager-prev-link:hover,
.pagination-lg > li.disabled .entity-pager-prev-link:focus,
.pagination-lg > li.disabled .entity-pager-next-link,
.pagination-lg > li.disabled .entity-pager-next-link:hover,
.pagination-lg > li.disabled .entity-pager-next-link:focus {
  line-height: 1.5;
  border-radius: 24.5px !important;
}
.pagination-lg > li.disabled .entity-pager-prev-link::after,
.pagination-lg > li.disabled .entity-pager-prev-link:hover::after,
.pagination-lg > li.disabled .entity-pager-prev-link:focus::after,
.pagination-lg > li.disabled .entity-pager-next-link::after,
.pagination-lg > li.disabled .entity-pager-next-link:hover::after,
.pagination-lg > li.disabled .entity-pager-next-link:focus::after {
  font-size: 16px;
}
.pagination-lg > li [data-page=".."] {
  margin: 0 1px;
  padding: 9px 14px 11px;
  line-height: 1.5;
  border-radius: 24.5px !important;
}
.pagination-lg > li [data-page=".."]::after {
  font-size: 16px;
}
/* ------------------------------ COMPONENT: Pagination - Preform Bundle ------------------------------ */
.entity-grid-compact .pagination > li > a,
.entity-grid-compact .pagination > li > span {
  height: 30px;
  width: 30px;
}

.view-pagination .pagination {
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .view-pagination .pagination {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  .view-pagination .pagination {
    margin-top: 32px;
  }
}

.entity-notes ul.pagination {
  margin: 0;
}

.sharepoint-pagination .pagination {
  margin: 0;
}

.panel-footer ul.pagination {
  margin: 0;
}

@media (max-width: 767px) {
  .pagination {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }
  .pagination > li > a,
  .pagination > li > span {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
  }
  .entity-notes ul.pagination {
    margin-top: 32px;
  }
}
@media (max-width: 767px) and (min-width: 769px) {
  .entity-notes ul.pagination {
    margin-top: 32px;
  }
}
@media (max-width: 767px) and (min-width: 1181px) {
  .entity-notes ul.pagination {
    margin-top: 32px;
  }
}
.dashboard .entity-grid .view-grid.has-pagination {
  height: 75%;
}

/* ------------------------------ COMPONENTS: Header ------------------------------ */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
}
.nav > li > a:hover, .nav > li > a:focus:not([data-toggle]) {
  text-decoration: none;
  background-color: #EAF6FF;
}
.nav > li > a > img {
  max-width: none;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #EAF6FF;
  border-color: #337AB7;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #ccc;
}

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 1180px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1180px) {
  .navbar .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1180px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1180px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: calc(100vh - 40px - 80px);
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: calc(100vh - 40px - 80px);
  }
}

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

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 1180px) {
  .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: 1180px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 80px;
  padding: 29.5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1180px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

.navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (min-width: 1180px) {
  .navbar-toggle {
    display: none;
  }
}
.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;
}

.navbar-nav {
  margin: 14.75px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 1179px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.5;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1180px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29.5px;
    padding-bottom: 29.5px;
  }
}

.navbar-form {
  padding: 10px 20px;
  margin-right: -20px;
  margin-left: -20px;
  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: 20.5px;
  margin-bottom: 20.5px;
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 1180px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form div.msos-container, .navbar-form .msos-input-container {
    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,
  .navbar-form .input-group div.msos-container,
  .navbar-form .input-group .msos-input-container {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .input-group > div.msos-container, .navbar-form .input-group > .msos-input-container {
    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 .radio input[type=checkbox],
  .navbar-form .checkbox 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: 1179px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}

.navbar-text {
  margin-top: 29.5px;
  margin-bottom: 29.5px;
}
@media (min-width: 1180px) {
  .navbar-text {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 1180px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #808080;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #676767;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #808080;
}
.navbar-default .navbar-nav > li > a {
  color: #808080;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus:hover {
  color: #444;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus:hover::after {
  background: #337AB7;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus:active {
  color: #666;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #808080;
  background-color: #f8f8f8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:focus:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:focus:hover {
  color: #666;
  background-color: #e7e7e7;
}
@media (max-width: 1179px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #808080;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #666;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ccc;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #808080;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #808080;
}
.navbar-default .navbar-link:hover {
  color: #444;
}
.navbar-default .btn-link {
  color: #808080;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #444;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus {
  color: #ccc;
}
fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #005595;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus:hover {
  color: #fff;
  background-color: #004477;
}
.navbar-inverse .navbar-nav > li > a:hover::after, .navbar-inverse .navbar-nav > li > a:focus:hover::after {
  background: #fff;
}
.navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus:active {
  color: #fff;
  background-color: #003359;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #005595;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #9fc4e4;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:focus:hover {
  color: #fff;
  background-color: #003359;
}
@media (max-width: 1179px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #004477;
  }
  .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: #003359;
  }
  .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: #9fc4e4;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #004477;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: none;
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus {
  color: #9fc4e4;
}
fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #9fc4e4;
}

/* ------------------------------ COMPONENTS: Header - Secondary ------------------------------ */
.navbar-secondary {
  height: 40px;
  background: #004477;
}
.navbar-secondary .container {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
}
.navbar-secondary .container > *:not(.skip-links) {
  position: relative;
  right: -9px;
}
.navbar-secondary .container > *:not(.skip-links) + * {
  margin-left: 0;
}
.navbar-secondary .navbar-links {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-offset: 0;
  display: inline-block;
  height: 40px;
  text-decoration: none;
}
.navbar-secondary .navbar-links:focus {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.navbar-secondary .navbar-links:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.navbar-secondary .navbar-links:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.navbar-secondary .navbar-links:hover {
  text-decoration: none;
}
.navbar-secondary .navbar-links:hover:not(.dropdown-toggle),
.navbar-secondary .navbar-links:hover .username {
  text-decoration: underline;
}
.navbar-secondary .navbar-links:focus {
  text-decoration: none;
}
.navbar-secondary .navbar-links:focus .username {
  text-decoration: none;
}
.navbar-secondary .navbar-links:focus:hover .username {
  text-decoration: underline;
}
.navbar-secondary .dropdown .navbar-links {
  padding-right: 9px;
}
.navbar-secondary .dropdown.open .navbar-links:hover .username {
  text-decoration: underline;
}
.navbar-secondary .navbar-links {
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-secondary .navbar-links:hover {
  background: #003359;
}
.navbar-secondary .navbar-links:active {
  background: #00223C;
}
.navbar-secondary .dropdown.open .navbar-links {
  background: #003359;
}
.navbar-secondary .caret {
  margin-left: 5px;
  margin-bottom: 2px;
}
.navbar-secondary .dropdown-menu .divider {
  display: none;
}

.navbar-secondary .container > .skip-links {
  border: 0;
}

.skip-links a {
  text-decoration: none;
  outline-offset: 0;
  position: absolute;
  top: -1000px;
  left: 0;
  margin-left: 20px;
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.skip-links a:hover {
  text-decoration: underline;
}
.skip-links a:active {
  text-decoration: none;
}
.skip-links a:disabled, .skip-links a.disabled {
  text-decoration: none;
}
.skip-links a:focus {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.skip-links a:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.skip-links a:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
@media (min-width: 769px) {
  .skip-links a {
    margin-left: 20px;
  }
}
@media (min-width: 1181px) {
  .skip-links a {
    margin-left: 20px;
  }
}
.skip-links a:focus {
  top: 0;
}

/* ------------------------------ COMPONENTS: Header - Primary ------------------------------ */
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-collapse {
  border: 0;
}
@media (max-width: 1179px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s;
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1179px) {
  .navbar .collapsed ~ .navbar-collapse {
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0);
  }
}

.navbar-static-top {
  border: 0;
}

/* ------------------------------ COMPONENTS: Header - Primary - Main Nav ------------------------------ */
.navbar-nav a {
  text-decoration: none;
}
.navbar-nav .weblink a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-offset: 0;
  font-size: 18px;
}
.navbar-nav .weblink a:focus {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.navbar-nav .weblink a:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.navbar-nav .weblink a:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
@media (min-width: 1180px) {
  .navbar-nav .weblink a {
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    padding-top: calc((80px - 21px) * 0.5 - 2px);
    padding-bottom: calc((80px - 21px) * 0.5 + 2px);
    font-size: 22px;
  }
  .navbar-nav .weblink a::after {
    display: inline-block;
    content: "";
    -webkit-transition: background 0.1s, left 0.1s, right 0.1s;
    transition: background 0.1s, left 0.1s, right 0.1s;
    position: absolute;
    right: 50%;
    bottom: 20px;
    left: 50%;
    height: 0px;
    background: transparent;
  }
  .navbar-nav .weblink a:hover::after {
    left: 20px;
    right: 20px;
  }
  .navbar-nav .weblink a .fa {
    font-size: 20px;
    line-height: 1 !important;
  }
}

.navbar-right {
  padding-top: 0;
}

@media (max-width: 1179px) {
  .navbar.navbar-inverse .weblink > a,
  .navbar.navbar-inverse .weblink h2 {
    outline-offset: 0;
    padding: 7px 15px 9px;
    background: #fff;
    color: #337AB7;
  }
  .navbar.navbar-inverse .weblink > a:focus,
  .navbar.navbar-inverse .weblink h2:focus {
    outline: 2px dashed #337AB7;
    outline-offset: -2px;
  }
  .navbar.navbar-inverse .weblink > a:focus:not(:focus-visible),
  .navbar.navbar-inverse .weblink h2:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  .navbar.navbar-inverse .weblink > a:focus-visible,
  .navbar.navbar-inverse .weblink h2:focus-visible {
    outline: 2px dashed #337AB7;
    outline-offset: -2px;
  }
  .navbar.navbar-inverse .weblink > a:hover, .navbar.navbar-inverse .weblink > a:hover:focus,
  .navbar.navbar-inverse .weblink h2:hover,
  .navbar.navbar-inverse .weblink h2:hover:focus {
    background: #EAF6FF;
    color: #337AB7;
  }
  .navbar.navbar-inverse .weblink > a:active, .navbar.navbar-inverse .weblink > a:active:focus,
  .navbar.navbar-inverse .weblink h2:active,
  .navbar.navbar-inverse .weblink h2:active:focus {
    background: #D4E9FA;
  }
  .navbar.navbar-inverse .weblink > a:focus,
  .navbar.navbar-inverse .weblink h2:focus {
    background: #fff;
    color: #337AB7;
  }
}
@media (max-width: 1179px) {
  .navbar .navbar-collapse {
    max-height: calc(100vh - 40px - 80px) !important;
    background: #fff;
    overflow-y: auto !important;
    z-index: 10000;
  }
}
@media (max-width: 1179px) {
  .navbar .navbar-collapse * {
    float: none !important;
  }
  .navbar .navbar-collapse .navbar-right {
    margin-right: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar .navbar-collapse.collapse.in, .navbar .navbar-collapse.collapsing.in {
    display: block !important;
  }
}

.navbar-toggle {
  position: absolute;
  top: 16px;
  right: 7px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline-offset: 0;
  float: none;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0 !important;
}
.navbar-toggle:focus {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.navbar-toggle:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.navbar-toggle:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
@media (min-width: 1180px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:hover, .navbar-toggle:hover:focus {
  background: #004477 !important;
}
.navbar-toggle:active, .navbar-toggle:active:focus {
  background: #004477 !important;
}
.navbar-toggle:focus {
  background: transparent !important;
}
.navbar-toggle:not(.collapsed) {
  background: #004477 !important;
}
.navbar-toggle .icon-bar {
  display: inline-block;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  border-radius: 0;
  border: 0 !important;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

/* ------------------------------ COMPONENTS: Header - Primary - Subnav ------------------------------ */
@media (max-width: 1179px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle {
    margin: 0;
    font-weight: 600;
    color: #080808;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle:hover, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:hover:focus, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:active, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:active:focus, .navbar .navbar-collapse .navbar-nav .dropdown-toggle:focus {
    background: none;
    color: #080808;
    cursor: default;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle .caret {
    display: none;
  }
}
.navbar .navbar-collapse .navbar-nav .dropdown-menu .glyphicon, .navbar .navbar-collapse .navbar-nav .dropdown-menu .pagination > li .entity-pager-prev-link::after, .pagination > li .navbar .navbar-collapse .navbar-nav .dropdown-menu .entity-pager-prev-link::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu .pagination > li .entity-pager-next-link::after, .pagination > li .navbar .navbar-collapse .navbar-nav .dropdown-menu .entity-pager-next-link::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu .pagination > li [data-page=".."]::after, .pagination > li .navbar .navbar-collapse .navbar-nav .dropdown-menu [data-page=".."]::after {
  margin-left: 8px;
  font-size: 14px;
}
@media (max-width: 1179px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    padding-top: 0;
    float: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a {
    outline-offset: 0;
    position: relative;
    padding-left: 45px !important;
    color: #337AB7;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:focus {
    outline: 2px dashed #337AB7;
    outline-offset: -2px;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:focus:not(:focus-visible) {
    outline: 2px dashed transparent;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:focus-visible {
    outline: 2px dashed #337AB7;
    outline-offset: -2px;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:hover, .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:hover:focus {
    background-color: #EAF6FF;
    color: #005595;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:active, .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:active:focus {
    background-color: #D4E9FA;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:focus {
    background-color: #fff;
    color: #337AB7;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a:focus-visible {
    background-color: #fff !important;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(51, 122, 183, 0.3);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 19.5px;
    left: 25px;
    width: 10px;
    height: 1px;
    border-top: 1px solid rgba(51, 122, 183, 0.3);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li:last-child a::before {
    height: calc(50% + 1px);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.active a,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.active a:hover,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.active a:active,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.active a:focus,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.active a:focus:hover {
    background-color: #D4E9FA;
    color: #004477;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.disabled a,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.disabled a:hover,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.disabled a:active,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.disabled a:focus,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.disabled a:focus:hover {
    background-color: transparent;
    color: #999;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.selected a,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.selected a:hover,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.selected a:active,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.selected a:focus,
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li.selected a:focus:hover {
    background-color: #337AB7;
    color: #fff;
  }
}
@media (min-width: 1180px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    top: calc(100% - 1px);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu:not(.pull-right) {
    left: 0;
    right: auto;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu a {
    font-size: 14px;
  }
}

/* ------------------------------ COMPONENTS: Header - Primary - Logo ------------------------------ */
.navbar-brand {
  position: absolute;
  top: 15px;
  display: inline-block;
  float: none;
  margin-left: 0 !important;
  padding: 0 0 0 150px;
  height: 50px;
  width: 150px;
  z-index: 100;
}
.navbar-brand a {
  outline-offset: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: url("../OHA-logo-transparent.png") no-repeat left;
  background-size: contain;
}
.navbar-brand a:focus {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}
.navbar-brand a:focus:not(:focus-visible) {
  outline: 2px dashed transparent;
}
.navbar-brand a:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -2px;
}

.navbar-brand-text {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}
@media (max-width: 768px) {
  .navbar-brand-text {
    display: none;
  }
}
.navbar-brand-text p {
  margin: auto 0 auto 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  white-space: nowrap;
}

/* ------------------------------ COMPONENTS: Banners ------------------------------ */
.banner {
  padding-top: 11px;
  padding-bottom: 21px;
  background: #E7E7E7;
}
.banner.banner-homepage {
  padding: 0;
}
.banner h1 {
  margin-top: 0;
}
.banner .container > *:first-child,
.banner .container > [class^=xrm] > [class^=xrm] > *:first-child {
  margin-top: 0;
}
.banner .container > *:last-child,
.banner .container > [class^=xrm] > [class^=xrm] > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------ COMPONENTS: Banners - Hero ------------------------------ */
.banner {
  position: relative;
}

.banner-image {
  width: 100%;
  min-height: 200px;
  background-image: url("../road-through-forest.jpg");
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: cover;
}
@media (min-width: 769px) {
  .banner-image {
    min-height: 400px;
  }
}
@media (min-width: 1181px) {
  .banner-image {
    min-height: 500px;
  }
}

.banner-text {
  padding-top: 21px;
  padding-bottom: 32px;
  background: #080808;
}
@media (min-width: 769px) {
  .banner-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  .banner-text.banner-text-top {
    bottom: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
  .banner-text.banner-text-bottom {
    top: auto;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
  .banner-text.banner-text-left {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 60%, transparent 60%);
  }
  .banner-text.banner-text-right {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 60%, transparent 60%);
  }
}
@media (min-width: 769px) {
  .banner-text h1,
  .banner-text p {
    max-width: 54.2372881356%;
  }
  .banner-text.banner-text-right h1,
  .banner-text.banner-text-right p {
    margin-left: auto;
  }
  .banner-text .text-large {
    font-size: 25px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .banner-text h1,
  .banner-text p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .banner-text h1,
  .banner-text p {
    max-width: 640px;
  }
}

/* ------------------------------ COMPONENTS: Tiles ------------------------------ */
.tiles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.tiles > li {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
.tiles > li:not(:last-child) {
  margin-bottom: 40px;
}
.tiles > li + li {
  padding-top: 32px;
  border-top: 1px solid #ccc;
}
@media (min-width: 769px) {
  .tiles > li {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(33.33% - 40px);
    text-align: center;
  }
  .tiles > li:not(:last-child) {
    margin-bottom: 0;
  }
  .tiles > li + li {
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 1181px) {
  .tiles > li {
    width: calc(25% - 40px);
  }
}
@media (min-width: 1401px) {
  .tiles > li {
    width: calc(20% - 40px);
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .tiles > li:nth-child(n+4) {
    margin-top: 42px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .tiles > li:nth-child(n+5) {
    margin-top: 42px;
  }
}
@media (min-width: 1401px) {
  .tiles > li:nth-child(n+6) {
    margin-top: 42px;
  }
}
@media (min-width: 769px) {
  .tiles.tiles-1 > li {
    width: calc(100% - 40px);
  }
  .tiles.tiles-1 > li:nth-child(n+2) {
    margin-top: 42px;
  }
}
@media (min-width: 769px) {
  .tiles.tiles-2 > li {
    width: calc(50% - 40px);
  }
  .tiles.tiles-2 > li:nth-child(n+3) {
    margin-top: 42px;
  }
}
@media (min-width: 769px) {
  .tiles.tiles-3 > li:nth-child(n+4) {
    margin-top: 42px;
  }
}
@media (min-width: 1181px) {
  .tiles.tiles-3 > li {
    width: calc(33.33% - 40px);
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .tiles.tiles-4 > li:nth-child(n+4) {
    margin-top: 42px;
  }
}
@media (min-width: 1181px) {
  .tiles.tiles-4 > li:nth-child(n+5) {
    margin-top: 42px;
  }
}
@media (min-width: 1401px) {
  .tiles.tiles-4 > li {
    width: calc(25% - 40px);
  }
}

.tile-icon {
  display: inline-block;
  position: relative;
  height: 0;
  width: 70px;
  padding-top: 70px;
  position: absolute;
  top: calc((100% - 39px - 21px) / 2);
  left: 0;
  transform: translateY(-50%);
  fill: #337AB7;
}
.tile-icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .tiles > li + li .tile-icon {
    top: calc((100% - 39px - 21px - 32px) / 2 + 32px);
  }
}
@media (min-width: 769px) {
  .tile-icon {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10.5px;
    width: 100px;
    height: 100px;
    transform: none;
  }
}

.tile-title {
  margin-top: 0;
  padding-left: 90px;
}
@media (min-width: 769px) {
  .tile-title {
    padding-left: 0;
  }
}

.tile-description {
  margin-bottom: 21px;
  padding-left: 90px;
}
@media (min-width: 769px) {
  .tile-description {
    padding-left: 0;
    font-size: 18px;
  }
}

.tiles .btn {
  min-width: 160px;
}
@media (max-width: 768px) {
  .tiles .btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tiles .dropdown-menu {
    width: 100%;
  }
}

/* ------------------------------ COMPONENTS: Loading Indicator ------------------------------ */
.loading-ui {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s 0s;
  transition: visibility 0s 0.2s, opacity 0.2s 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(231, 231, 231, 0.9);
}
.loading-ui.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.2s 0s;
  transition: visibility 0s, opacity 0.2s 0s;
}
.loading-ui > div {
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  background: #fff;
}
.loading-ui .spinner {
  display: flex;
}
.loading-ui .spinner circle {
  fill: #337AB7;
}
.loading-ui p {
  margin-top: 0;
  margin-left: 20px;
}
.loading-ui.full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 100001;
}
.loading-ui.full-screen > div {
  padding: 20px 30px 22px;
  border-radius: 8px;
}
.loading-ui.full-screen p {
  margin-bottom: 2px;
  font-size: 22px;
}
.loading-ui.contextual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 101;
}
.loading-ui.contextual > div {
  padding: 14px 25px 16px;
  border-radius: 8px;
}
.loading-ui.contextual p {
  margin-bottom: 1px;
  font-size: 18px;
}
.loading-ui.inline {
  display: none;
  background: none;
  z-index: 11;
}
.loading-ui.inline.visible {
  display: flex;
}
.loading-ui.inline > div {
  margin: 0;
  padding: 0 0 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.loading-ui.inline .spinner {
  position: relative;
  min-height: 36px;
}
.loading-ui.inline .spinner > * {
  position: absolute;
  top: -7px;
  left: -7px;
  transform: scale(0.72);
}
.loading-ui.inline p {
  margin-left: 51px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
}

/* ------------------------------ MICROSOFT: crmEntityFormView - REMAINDER ------------------------------ */
.crmEntityFormView .validation-summary h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.2em;
}

.crmEntityFormView .validation-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.crmEntityFormView .validator-text {
  color: red;
}

html[dir=ltr] .crmEntityFormView .validator-text {
  margin: 0 0 0 3px;
}

html[dir=rtl] .crmEntityFormView .validator-text {
  margin: 0 3px 0 0;
}

.crmEntityFormView fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.crmEntityFormView fieldset:empty {
  margin: 0;
}

.crmEntityFormView fieldset legend + .well {
  margin-top: 0;
}

.crmEntityFormView div.row.full div.cell {
  width: 100%;
}

.crmEntityFormView .cell.picklist-matrix-cell {
  padding: 0;
}

.crmEntityFormView .picklist.horizontal.labels-top label {
  display: block;
}

.crmEntityFormView .picklist.horizontal.labels-top td {
  text-align: center;
}

html[dir=ltr] .crmEntityFormView .picklist.horizontal.labels-top td {
  padding-right: 20px;
}

html[dir=rtl] .crmEntityFormView .picklist.horizontal.labels-top td {
  padding-left: 20px;
}

html[dir=ltr] .crmEntityFormView .picklist-matrix-cell .picklist.horizontal.labels-top input[type=radio] {
  margin-left: 0;
}

html[dir=rtl] .crmEntityFormView .picklist-matrix-cell .picklist.horizontal.labels-top input[type=radio] {
  margin-right: 0;
}

.crmEntityFormView .picklist-matrix-cell div.info {
  width: 250px;
}

html[dir=ltr] .crmEntityFormView .picklist-matrix-cell div.info {
  float: left;
}

html[dir=rtl] .crmEntityFormView .picklist-matrix-cell div.info {
  float: right;
}

.crmEntityFormView .picklist-matrix-cell div.control {
  clear: none;
}

html[dir=rtl] .crmEntityFormView .picklist-matrix-cell div.control {
  float: left;
}

html[dir=rtl] .crmEntityFormView .picklist-matrix-cell div.control {
  float: right;
}

.crmEntityFormView .picklist-matrix-cell div.control .picklist label {
  height: 1px;
  padding-top: 1px;
  overflow: hidden;
  display: block;
}

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control .picklist label {
  height: auto;
  padding-top: 0;
  display: block;
}

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.info {
  padding-top: 18px;
  vertical-align: bottom;
}

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control {
  margin-top: -10px;
  padding-top: 10px;
}

.crmEntityFormView div.description {
  margin-top: -2px;
  margin-bottom: 2px;
}

.crmEntityFormView div.description.below {
  margin: 0;
}

.crmEntityFormView div.description.above {
  clear: both;
}

html[dir=ltr] .crmEntityFormView div.description.right {
  float: right;
}

html[dir=rtl] .crmEntityFormView div.description.right {
  float: left;
}

.crmEntityFormView .cell.rank-order-cell {
  padding: 0 0 3px 0;
}

.crmEntityFormView .rank-order-cell div.info {
  padding-top: 3px;
  width: 150px;
}

.crmEntityFormView .rank-order-cell div.control {
  width: 100px;
  clear: none;
}

html[dir=ltr] .crmEntityFormView .rank-order-cell div.control {
  float: left;
}

html[dir=rtl] .crmEntityFormView .rank-order-cell div.control {
  float: right;
}

.crmEntityFormView .rank-order-cell .validator-text {
  color: red;
}

html[dir=ltr] .crmEntityFormView .rank-order-cell .validator-text {
  padding: 0 0 0 3px;
}

html[dir=rtl] .crmEntityFormView .rank-order-cell .validator-text {
  padding: 0 3px 0 0;
}

.crmEntityFormView .cell.constant-sum-cell {
  padding: 0 0 3px 0;
}

.crmEntityFormView .constant-sum-cell div.info {
  padding-top: 3px;
  width: 150px;
}

.crmEntityFormView .constant-sum-cell div.control {
  clear: none;
  width: 100px;
}

html[dir=ltr] .crmEntityFormView .constant-sum-cell div.control {
  float: left;
}

html[dir=rtl] .crmEntityFormView .constant-sum-cell div.control {
  float: right;
}

.crmEntityFormView .constant-sum-cell div.control input.integer {
  text-align: center;
}

.crmEntityFormView .constant-sum-cell .validator-text {
  color: red;
}

html[dir=ltr] .crmEntityFormView .constant-sum-cell .validator-text {
  float: left;
  margin: 7px 0 0 3px;
}

html[dir=rtl] .crmEntityFormView .constant-sum-cell .validator-text {
  float: right;
  margin: 7px 3px 0 0;
}

.crmEntityFormView .constant-sum-cell div.control input.total {
  clear: both;
  border: none;
  background-color: transparent;
  color: #000;
  border-top: solid 1px #555;
  font-weight: 700;
  text-align: center;
  width: 30px;
  margin: 3px 0 0 0;
}

.crmEntityFormView .cell.stack-rank-cell {
  padding: 0 0 3px 0;
}

.crmEntityFormView .stack-rank-cell div.info {
  margin-top: 9px;
  width: 150px;
}

.crmEntityFormView .stack-rank-cell div.control {
  clear: none;
  width: 100px;
}

html[dir=ltr] .crmEntityFormView .stack-rank-cell div.control {
  float: left;
}

html[dir=rtl] .crmEntityFormView .stack-rank-cell div.control {
  float: right;
}

.crmEntityFormView .stack-rank-cell .validator-text {
  color: red;
}

html[dir=ltr] .crmEntityFormView .stack-rank-cell .validator-text {
  padding: 0 0 0 3px;
}

html[dir=rtl] .crmEntityFormView .stack-rank-cell .validator-text {
  padding: 0 3px 0 0;
}

.crmEntityFormView .sr-cell {
  padding: 2px 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
  line-height: 1.8em;
}

html[dir=ltr] .crmEntityFormView .sr-cell {
  float: left;
}

html[dir=rtl] .crmEntityFormView .sr-cell {
  float: right;
}

.crmEntityFormView .sr-cell:hover {
  cursor: pointer;
  background: #36566b;
  color: #fff;
}

.crmEntityFormView .selected-cell {
  background: #014083;
  color: #fff;
}

html[dir=ltr] .crmEntityFormView.readonly {
  padding-left: 0;
}

html[dir=rtl] .crmEntityFormView.readonly {
  padding-right: 0;
}

.crmEntityFormView.readonly .cell input:disabled,
.crmEntityFormView.readonly .cell select:disabled,
.crmEntityFormView.readonly .cell textarea:disabled {
  background: 0 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
}

.crmEntityFormView textarea[readonly] {
  display: block !important;
}

.crmEntityFormView.readonly .cell div.info.required label:after {
  content: none;
}

.crmEntityFormView.readonly .cell div.info label {
  font-weight: 700;
}

.crmEntityFormView.centered .cell div.info {
  width: 100%;
}

.crmEntityFormView.centered .cell div.info label {
  width: 100%;
  text-align: center;
}

.crmEntityFormView.centered .cell input[type=text],
.crmEntityFormView.centered .cell select,
.crmEntityFormView.centered .cell textarea {
  text-align: center;
}

.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.crmEntityFormView div[readonly][disabled].msos-container,
.crmEntityFormView [readonly][disabled].msos-input-container,
.form-readonly .form-control,
.form-readonly div.msos-container,
.form-readonly .msos-input-container,
.form-control.readonly,
div.readonly.msos-container,
.readonly.msos-input-container,
.form-control.readonly ~ *:not(.text-muted),
div.readonly.msos-container ~ *:not(.text-muted),
.readonly.msos-input-container ~ *:not(.text-muted) {
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: auto;
  padding-left: 0;
  padding-right: 0;
  color: #080808;
  font-weight: 600;
  padding-top: 0;
  height: auto;
}
.crmEntityFormView .form-control.readonly ~ .text-muted,
.crmEntityFormView .form-control[readonly][disabled] ~ .text-muted,
.crmEntityFormView div[readonly][disabled].msos-container ~ .text-muted,
.crmEntityFormView [readonly][disabled].msos-input-container ~ .text-muted,
.form-readonly .form-control ~ .text-muted,
.form-readonly div.msos-container ~ .text-muted,
.form-readonly .msos-input-container ~ .text-muted,
.form-control.readonly ~ .text-muted,
div.readonly.msos-container ~ .text-muted,
.readonly.msos-input-container ~ .text-muted,
.form-control.readonly ~ *:not(.text-muted) ~ .text-muted {
  top: 0 !important;
}

.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView div.readonly.msos-container:focus, .crmEntityFormView .readonly.msos-input-container:focus,
.crmEntityFormView .form-control[readonly][disabled]:focus,
.crmEntityFormView div[readonly][disabled].msos-container:focus,
.crmEntityFormView [readonly][disabled].msos-input-container:focus,
.form-readonly .form-control:focus,
.form-readonly div.msos-container:focus,
.form-readonly .msos-input-container:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.crmEntityFormView textarea.form-control.readonly, .crmEntityFormView textarea.readonly.msos-input-container,
.crmEntityFormView textarea.form-control[readonly][disabled],
.crmEntityFormView textarea[readonly][disabled].msos-input-container,
.form-readonly textarea.form-control,
.form-readonly textarea.msos-input-container {
  resize: none;
}

.crmEntityFormView select.form-control.readonly, .crmEntityFormView select.readonly.msos-input-container,
.form-readonly select.form-control,
.form-readonly select.msos-input-container {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.crmEntityFormView select.form-control.readonly::-ms-expand, .crmEntityFormView select.readonly.msos-input-container::-ms-expand,
.form-readonly select.form-control::-ms-expand,
.form-readonly select.msos-input-container::-ms-expand {
  display: none;
}

.crmEntityFormView select.form-control.readonly option, .crmEntityFormView select.readonly.msos-input-container option,
.form-readonly select.form-control option,
.form-readonly select.msos-input-container option {
  padding-left: 0;
  padding-right: 0;
}

.crmEntityFormView .money .input-group.readonly > .input-group-addon,
.form-readonly .money .input-group > .input-group-addon {
  background: 0 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.crmEntityFormView .image-inline {
  margin-bottom: 5px;
}

/* ------------------------------ MICROSOFT: crmEntityFormView (parsed) ------------------------------ */
span.crmEntityFormView {
  display: block;
}

.crmEntityFormView table.table td {
  padding: 7px 15px 9px;
}
.crmEntityFormView table.table td:first-child {
  padding: 7px 15px 9px;
}
.crmEntityFormView table.table td[aria-label="action menu"] {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}
@media (max-width: 767px) {
  .crmEntityFormView table.section, .crmEntityFormView table.section > tbody, .crmEntityFormView table.section > tbody > tr, .crmEntityFormView table.section > tbody > tr > td, .crmEntityFormView table.section > tbody > tr > th, .crmEntityFormView table.section > tfoot, .crmEntityFormView table.section > tfoot > tr, .crmEntityFormView table.section > tfoot > tr > td, .crmEntityFormView table.section > tfoot > tr > th, .crmEntityFormView table.section > thead, .crmEntityFormView table.section > thead > tr, .crmEntityFormView table.section > thead > tr > td, .crmEntityFormView table.section > thead > tr > th {
    display: block;
  }
  .crmEntityFormView table.section {
    width: 100%;
    overflow: visible;
  }
}
.crmEntityFormView td.cell {
  vertical-align: top;
}
.crmEntityFormView .form-actions {
  margin-top: 20px;
}
.crmEntityFormView .actions {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  .crmEntityFormView .actions {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  .crmEntityFormView .actions {
    margin-top: 32px;
  }
}
.crmEntityFormView .actions:empty {
  display: none;
}
.crmEntityFormView .actions:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.crmEntityFormView .actions .btn {
  min-width: 120px;
}
html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
  margin-right: 0;
}
html[dir=ltr] .crmEntityFormView .actions .btn:first-child ~ * {
  margin-left: 15px;
}

html[dir=rtl] .crmEntityFormView .actions .btn:first-child {
  margin-left: 0;
}
html[dir=rtl] .crmEntityFormView .actions .btn:first-child ~ * {
  margin-right: 15px;
}

.crmEntityFormView .tab {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 769px) {
  .crmEntityFormView .tab {
    margin-bottom: 32px;
  }
}
@media (min-width: 1181px) {
  .crmEntityFormView .tab {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .crmEntityFormView .tab:last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) and (min-width: 769px) {
  .crmEntityFormView .tab:last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) and (min-width: 1181px) {
  .crmEntityFormView .tab:last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .crmEntityFormView .tab .tab-column:last-child,
  .crmEntityFormView .tab fieldset:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .crmEntityFormView .tab .tab-column {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}
html[dir=ltr] .crmEntityFormView .tab .tab-column {
  padding-left: 20px;
  float: left;
}
html[dir=ltr] .crmEntityFormView .tab .tab-column:first-child {
  padding-left: 0;
}

html[dir=ltr] .crmEntityFormView .tab .tab-column {
  padding-right: 20px;
  float: right;
}
html[dir=ltr] .crmEntityFormView .tab .tab-column:first-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .crmEntityFormView .tab-column {
    width: 100% !important;
  }
}
.crmEntityFormView .tab-title {
  border-bottom: 1px solid #eee;
  -ms-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
}
.crmEntityFormView .section {
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .crmEntityFormView .section {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.crmEntityFormView .section:first-child {
  margin: 0;
}
@media (min-width: 768px) {
  .crmEntityFormView .section:first-child {
    margin-left: -20px;
  }
}
.crmEntityFormView .section-title {
  border-bottom-width: 0;
  margin-bottom: 5px;
}
.crmEntityFormView .section-title.show-bar {
  border-bottom-width: 1px;
  padding-bottom: 4px;
}
.crmEntityFormView tr:last-child > .cell {
  padding-bottom: 0;
}
.crmEntityFormView .cell {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .crmEntityFormView .cell {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 21px;
    width: 100%;
  }
}
.crmEntityFormView .cell.zero-cell {
  display: none;
}
@media (max-width: 767px) {
  .crmEntityFormView .cell.crmquickform-cell:first-child {
    border: none;
  }
}
.crmEntityFormView .cell.crmquickform-cell .info {
  color: #333;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 0 10px 0 0;
}

html[dir=rtl] .crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 0 0 0 10px;
}

.crmEntityFormView .cell.checkbox-cell label {
  clear: none;
  float: none !important;
  display: inline;
}
.crmEntityFormView .cell.checkbox-cell div.info {
  float: none;
  clear: none;
  display: inline-block;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.info {
  padding-left: 20px;
}

html[dir=rtl] .crmEntityFormView .cell.checkbox-cell div.info {
  padding-right: 20px;
}

.crmEntityFormView .cell.checkbox-cell div.info div.validators {
  display: none;
  clear: none;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.info div.validators {
  float: left;
}

html[dir=rtl] .crmEntityFormView .cell.checkbox-cell div.info div.validators {
  float: right;
}

.crmEntityFormView .cell.checkbox-cell div.control {
  clear: none;
  display: inline;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.control {
  float: left;
}

html[dir=rtl] .crmEntityFormView .cell.checkbox-cell div.control {
  float: right;
}

.crmEntityFormView .cell.boolean-radio-cell label {
  float: none;
  display: inline;
  display: inline-block;
  margin-bottom: 10.5px;
}
.crmEntityFormView .cell.boolean-radio-cell label ~ label {
  margin-left: 20px;
}
.crmEntityFormView .cell.boolean-radio-cell .aspNetDisabled label {
  cursor: not-allowed;
}
.crmEntityFormView .cell.boolean-radio-cell .aspNetDisabled + .aspNetDisabled {
  margin-left: 20px;
}
.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  vertical-align: top;
}
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  margin: 2px 5px 5px 10px;
  margin: 0;
}
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio]:first-child {
  margin-left: 0;
}

html[dir=rtl] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  margin: 2px 10px 5px 5px;
  margin: 0;
}
html[dir=rtl] .crmEntityFormView .cell.boolean-radio-cell input[type=radio]:first-child {
  margin-right: 0;
}

.crmEntityFormView .cell.boolean-radio-cell .boolean-radio {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell .boolean-radio span:nth-child(2) input[type=radio] {
  margin-left: 10px;
}

html[dir=rtl] .crmEntityFormView .cell.boolean-radio-cell .boolean-radio span:nth-child(2) input[type=radio] {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .crmEntityFormView .cell.empty-cell {
    margin-bottom: 0;
  }
}
.crmEntityFormView .cell div.control {
  clear: both;
}
.crmEntityFormView .cell div.control span.checkbox {
  margin: 0;
}
html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox {
  float: left;
}
html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
  margin-left: 0;
}

html[dir=rtl] .crmEntityFormView .cell div.control span.checkbox {
  float: right;
}
html[dir=rtl] .crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
  margin-right: 0;
}

.crmEntityFormView .cell div.info.required label:after {
  content: " *";
  color: red;
}
.crmEntityFormView .cell div.info.required div.validators {
  display: none;
}
.crmEntityFormView .cell div.info div.validators {
  color: red;
}
html[dir=ltr] .crmEntityFormView .cell div.info div.validators {
  margin: 0 0 0 3px;
  float: left;
}

html[dir=rtl] .crmEntityFormView .cell div.info div.validators {
  margin: 0 3px 0 0;
  float: right;
}

.crmEntityFormView .cell label > label {
  min-width: 125px;
  margin-bottom: 0;
}
.crmEntityFormView .cell input[type=text],
.crmEntityFormView .cell select,
.crmEntityFormView .cell textarea {
  width: 100%;
}
html[dir=ltr] .crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
  float: left;
  float: none !important;
}

html[dir=rtl] .crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
  float: right;
  float: none !important;
}

.crmEntityFormView .cell .field-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  display: inline;
}
.crmEntityFormView .cell .field-label.block {
  display: block;
}
.crmEntityFormView .cell .field-label.control-label.required {
  word-break: normal;
}
.crmEntityFormView .cell .field-label.control-label.required:before {
  content: "";
  margin-right: 0;
}
.crmEntityFormView .cell .field-label.control-label.required::after {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-left: 3px;
}
.crmEntityFormView .cell .field-label.control-label.required-mark-on-left:before {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-right: 3px;
}
.crmEntityFormView .cell .field-label.control-label.required-mark-on-left::after {
  content: "";
  margin-left: 0;
}
.crmEntityFormView .cell .field-label.control-label.required-mark-on-right:before {
  content: "";
  margin-right: 0;
}
.crmEntityFormView .cell .field-label.control-label.required-mark-on-right::after {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-left: 3px;
}
html[dir=ltr] .crmEntityFormView .cell .field-label {
  float: left;
}

html[dir=rtl] .crmEntityFormView .cell .field-label {
  float: right;
}

.crmEntityFormView .cell.subgrid-cell *:not(label).field-label {
  font-size: 22px;
  font-weight: 500;
  color: #080808;
  line-height: 1.25;
  font-family: inherit;
  margin-bottom: 21px;
}
@media (min-width: 769px) {
  .crmEntityFormView .cell.subgrid-cell *:not(label).field-label {
    line-height: 1.25;
  }
}
@media (min-width: 1181px) {
  .crmEntityFormView .cell.subgrid-cell *:not(label).field-label {
    line-height: 1.25;
  }
}
.crmEntityFormView .cell .picklist label {
  float: none;
  font-weight: 400;
}
.crmEntityFormView .cell .picklist input[type=radio] {
  vertical-align: top;
}
html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio] {
  margin: 2px 5px 5px 0;
}
html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio]:first-child {
  margin-left: 0;
}

html[dir=rtl] .crmEntityFormView .cell .picklist input[type=radio] {
  margin: 2px 0 5px 5px;
}
html[dir=rtl] .crmEntityFormView .cell .picklist input[type=radio]:first-child {
  margin-right: 0;
}

html[dir=ltr] .crmEntityFormView .cell .picklist.horizontal input[type=radio] {
  margin-left: 10px;
}

html[dir=rtl] .crmEntityFormView .cell .picklist.horizontal input[type=radio] {
  margin-right: 10px;
}

html[dir=ltr] .crmEntityFormView .cell .picklist.horizontal span:not(:first-child) input[type=radio] {
  margin-left: 10px;
}

html[dir=rtl] .crmEntityFormView .cell .picklist.horizontal span:not(:first-child) input[type=radio] {
  margin-right: 10px;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: 1px solid #b3b3b3;
}

html[dir=rtl] .crmEntityFormView .cell.crmquickform-cell:first-child {
  border-left: 1px solid #b3b3b3;
}

.crmEntityFormView .datetime-cell input.date {
  width: 75px;
}
.crmEntityFormView .datetime-cell select.time {
  width: 100px;
}
.crmEntityFormView .empty-cell {
  padding: 0;
}
.crmEntityFormView .empty-cell:only-child {
  display: none;
}
.crmEntityFormView .boolean-radio label {
  font-weight: 400;
}
.crmEntityFormView .state,
.crmEntityFormView .status {
  padding: 6px 12px;
}
.post-comment-new-form .crmEntityFormView .validation-summary {
  display: none;
}

.control .input-group .form-control.lookup, .control .input-group div.lookup.msos-container, .control .input-group .lookup.msos-input-container {
  float: none;
}

/* ------------------------------ MICROSOFT: crmEntityFormView - Form Fields - Radio Buttons and Checkboxes ------------------------------ */
.boolean-radio input {
  float: left;
  margin: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.boolean-radio input + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-bottom: 0;
  min-height: 24px;
  padding-left: 39px;
  font-weight: 400;
  cursor: pointer;
}
.boolean-radio input + label span.ui {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  text-align: center;
}
.boolean-radio input:disabled + label span.ui::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  cursor: not-allowed;
}
.boolean-radio input:checked + label span.ui::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}
.boolean-radio input:disabled + label span.ui, .boolean-radio input.readonly + label span.ui, .boolean-radio input:hover:disabled + label span.ui, .boolean-radio input:hover.readonly + label span.ui, .boolean-radio input:active:disabled + label span.ui, .boolean-radio input:active.readonly + label span.ui, .boolean-radio input:focus:disabled + label span.ui, .boolean-radio input:focus.readonly + label span.ui {
  border-color: #ddd;
  background: #F5F5F5;
  box-shadow: none;
}
.boolean-radio input:disabled:checked + label span.ui, .boolean-radio input.readonly:checked + label span.ui, .boolean-radio input:hover:disabled:checked + label span.ui, .boolean-radio input:hover.readonly:checked + label span.ui, .boolean-radio input:active:disabled:checked + label span.ui, .boolean-radio input:active.readonly:checked + label span.ui, .boolean-radio input:focus:disabled:checked + label span.ui, .boolean-radio input:focus.readonly:checked + label span.ui {
  border-color: #ccc;
  background: #ccc;
}
.boolean-radio input.readonly + label, .boolean-radio input:hover.readonly + label, .boolean-radio input:active.readonly + label, .boolean-radio input:focus.readonly + label {
  pointer-events: none;
}

.boolean-radio input {
  outline-offset: 0;
}
.boolean-radio input:focus + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.boolean-radio input:focus:not(:focus-visible) + label span.ui {
  outline: 2px dashed transparent;
}
.boolean-radio input:focus-visible + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.boolean-radio input + label span.ui {
  border-color: #ccc;
  background: #fff;
}
.boolean-radio input + label:hover span.ui {
  border-color: #337AB7;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #337AB7;
}
.boolean-radio input + label:active span.ui {
  border-color: #337AB7;
  background-color: #EAF6FF;
  box-shadow: inset 0 0 0 1px #337AB7;
}
.boolean-radio input + label:focus span.ui {
  border-color: #337AB7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boolean-radio input:checked + label span.ui {
  border-color: #337AB7;
  background: #337AB7;
  box-shadow: none;
}
.boolean-radio input:checked + label:hover span.ui {
  border-color: #005595;
  background: #005595;
}
.boolean-radio input:checked + label:active span.ui {
  border-color: #004477;
  background: #004477;
}
.boolean-radio input:checked + label:focus span.ui {
  border-color: #337AB7;
  background: #337AB7;
}

.has-error .boolean-radio input {
  outline-offset: 0;
}
.has-error .boolean-radio input:focus + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-error .boolean-radio input:focus:not(:focus-visible) + label span.ui {
  outline: 2px dashed transparent;
}
.has-error .boolean-radio input:focus-visible + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-error .boolean-radio input + label span.ui {
  border-color: #C9302C;
  background: #fff;
}
.has-error .boolean-radio input + label:hover span.ui {
  border-color: #C9302C;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C9302C;
}
.has-error .boolean-radio input + label:active span.ui {
  border-color: #C9302C;
  background-color: #FFE5E5;
  box-shadow: inset 0 0 0 1px #C9302C;
}
.has-error .boolean-radio input + label:focus span.ui {
  border-color: #C9302C;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .boolean-radio input:checked + label span.ui {
  border-color: #C9302C;
  background: #C9302C;
  box-shadow: none;
}
.has-error .boolean-radio input:checked + label:hover span.ui {
  border-color: #A12623;
  background: #A12623;
}
.has-error .boolean-radio input:checked + label:active span.ui {
  border-color: #501312;
  background: #501312;
}
.has-error .boolean-radio input:checked + label:focus span.ui {
  border-color: #C9302C;
  background: #C9302C;
}

.has-success .boolean-radio input {
  outline-offset: 0;
}
.has-success .boolean-radio input:focus + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-success .boolean-radio input:focus:not(:focus-visible) + label span.ui {
  outline: 2px dashed transparent;
}
.has-success .boolean-radio input:focus-visible + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-success .boolean-radio input + label span.ui {
  border-color: #449D44;
  background: #fff;
}
.has-success .boolean-radio input + label:hover span.ui {
  border-color: #449D44;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #449D44;
}
.has-success .boolean-radio input + label:active span.ui {
  border-color: #449D44;
  background-color: #ECFAEC;
  box-shadow: inset 0 0 0 1px #449D44;
}
.has-success .boolean-radio input + label:focus span.ui {
  border-color: #449D44;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .boolean-radio input:checked + label span.ui {
  border-color: #449D44;
  background: #449D44;
  box-shadow: none;
}
.has-success .boolean-radio input:checked + label:hover span.ui {
  border-color: #397300;
  background: #397300;
}
.has-success .boolean-radio input:checked + label:active span.ui {
  border-color: #2D5900;
  background: #2D5900;
}
.has-success .boolean-radio input:checked + label:focus span.ui {
  border-color: #449D44;
  background: #449D44;
}

.has-warning .boolean-radio input {
  outline-offset: 0;
}
.has-warning .boolean-radio input:focus + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-warning .boolean-radio input:focus:not(:focus-visible) + label span.ui {
  outline: 2px dashed transparent;
}
.has-warning .boolean-radio input:focus-visible + label span.ui {
  outline: 2px dashed #337AB7;
  outline-offset: 2px;
}
.has-warning .boolean-radio input + label span.ui {
  border-color: #E5AC00;
  background: #fff;
}
.has-warning .boolean-radio input + label:hover span.ui {
  border-color: #E5AC00;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #E5AC00;
}
.has-warning .boolean-radio input + label:active span.ui {
  border-color: #E5AC00;
  background-color: #FFF6D9;
  box-shadow: inset 0 0 0 1px #E5AC00;
}
.has-warning .boolean-radio input + label:focus span.ui {
  border-color: #E5AC00;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .boolean-radio input:checked + label span.ui {
  border-color: #E5AC00;
  background: #E5AC00;
  box-shadow: none;
}
.has-warning .boolean-radio input:checked + label:hover span.ui {
  border-color: #B28600;
  background: #B28600;
}
.has-warning .boolean-radio input:checked + label:active span.ui {
  border-color: #806000;
  background: #806000;
}
.has-warning .boolean-radio input:checked + label:focus span.ui {
  border-color: #E5AC00;
  background: #E5AC00;
}

/* ------------------------------ MICROSOFT: pcf-style.bundle-0d8f841437.css ------------------------------ */
.msos-open .msos-inner-container:not(.msos-fullscreen) .msos-selection-container {
  position: absolute !important;
  z-index: 1000;
  top: 28px !important;
}

html[dir=rtl] .msos-open .msos-inner-container:not(.msos-fullscreen) .msos-selection-container {
  right: 0 !important;
}

html[dir=ltr] .msos-open .msos-inner-container:not(.msos-fullscreen) .msos-selection-container {
  left: 0 !important;
}

.msos-glyph:after {
  font-size: 9px !important;
}

.msos-label {
  margin-bottom: 0;
}

.msos-caret-button:focus {
  outline: 0;
}

.msos-selecteditems-container:focus {
  outline: 0;
}

.msos-container:not(.msos-disabled) {
  border: 1px solid #949494;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.msos-container:not(.msos-disabled).msos-active {
  border: 1px solid #949494 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.msos-container:not(.msos-disabled).msos-focused {
  border-color: #69c !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}

html[dir=rtl] .msos-selected-display-item {
  margin: 2.5px 0 2.5px 7px !important;
}

html[dir=ltr] .msos-selected-display-item {
  margin: 2.5px 7px 2.5px 0 !important;
}

html[dir=rtl] .msos-inner-container {
  padding: 3px 0 0 0 !important;
}

html[dir=ltr] .msos-inner-container {
  padding: 3px 0 0 0 !important;
}

.msos-none-selected .msos-inner-container:not(.msos-fullscreen) {
  padding-top: 0 !important;
}

.msos-container {
  min-height: 35px !important;
  padding: 0 0 0 !important;
}

.msos-current-selection-expanded {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
}

[class*=checkMark-],
[class^=check-],
[class^=checkbox-] {
  border: none !important;
  height: 42px !important;
  width: 42px !important;
  align-items: center;
  display: flex !important;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

.msos-current-selection-normal {
  display: -ms-flexbox !important;
  display: -moz-box !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.msos-disabled {
  background: unset;
  border: unset;
  padding: unset;
}

.msos-container:not(.msos-disabled) .msos-viewmode-container {
  display: none;
}

.msos-container:not(.msos-none-selected):not(.msos-disabled) .msos-selecteditems-container {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.msos-disabled .msos-inner-container,
.msos-inner-container:not(.msos-fullscreen) {
  display: none;
}

.msos-none-selected:not(.msos-disabled) .msos-inner-container:not(.msos-fullscreen) {
  opacity: 1;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.msos-selecteditems-toggle-container {
  padding: 5px 0 0;
}

.msos-caret-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.msos-label .msos-label-text {
  font-weight: 400 !important;
}

.msos-label .msos-checkbox + .msos-label-text:before {
  font-family: "CRM MDL2" !important;
  font-size: 12px !important;
  display: inline-block !important;
  content: " " !important;
  padding: 0 15px 0 15px !important;
}

.msos-label .msos-checkbox:checked + .msos-label-text:before {
  content: "✓" !important;
  padding: 0 10px 0 10px !important;
}

.msos-quick-delete:focus:after {
  border: none !important;
}

.msos-selecteditems-toggle:focus {
  outline: 0;
  border: 1px solid;
}

.browserPreviewFrameBorder.tabletPortraitPreview {
  width: auto !important;
}

.MscrmControls\.RichTextEditor\.RichTextEditorControl .editorPreviewContainer:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

.MscrmControls\.RichTextEditor\.RichTextEditorControl .browserPreviewFrame {
  margin: auto;
  border: 1px solid #ccc !important;
}

.indeterminateProgressRing {
  position: absolute !important;
  top: 10px !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
}

html[dir=rtl] .indeterminateProgressRing {
  right: 2% !important;
}

html[dir=ltr] .indeterminateProgressRing {
  left: 2% !important;
}

.indeterminateProgressRing .progressDot {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 15%;
  opacity: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-name: moveIndetermineProgressRingDot;
  animation-name: moveIndetermineProgressRingDot;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

html[dir=rtl] .indeterminateProgressRing .progressDot {
  right: 15%;
}

html[dir=ltr] .indeterminateProgressRing .progressDot {
  left: 15%;
}

.indeterminateProgressRing .progressDot:after {
  content: "";
  position: absolute;
  width: 17.5%;
  height: 17.5%;
  background-color: #666;
  border-radius: 100%;
}

.indeterminateProgressRing .progressDot:nth-child(2) {
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}

.indeterminateProgressRing .progressDot:nth-child(3) {
  -webkit-animation-delay: 480ms;
  animation-delay: 480ms;
}

.indeterminateProgressRing .progressDot:nth-child(4) {
  -webkit-animation-delay: 720ms;
  animation-delay: 720ms;
}

.indeterminateProgressRing .progressDot:nth-child(5) {
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}

.indeterminateProgressRing.hideProgressBar {
  display: none;
}

.android4_4 .indeterminateProgressRing .progressDot {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-name: none;
  animation-name: none;
}

.indeterminateProgressRing .ieProgressDot.progressDot {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-name: none;
  animation-name: none;
}

@keyframes .indeterminateProgressRingKeyframeSteps {
  0% {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(455deg);
    -moz-transform: rotate(455deg);
    -o-transform: rotate(455deg);
    -ms-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(690deg);
    -moz-transform: rotate(690deg);
    -o-transform: rotate(690deg);
    -ms-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -moz-transform: rotate(815deg);
    -o-transform: rotate(815deg);
    -ms-transform: rotate(815deg);
    transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
}
div.BeBeControls div.conversation .message {
  clear: both !important;
  padding: 8px !important;
  position: relative !important;
  margin: 8px 0 !important;
  max-width: 85% !important;
  overflow-wrap: break-word !important;
  z-index: -1 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  display: block !important;
}

@-webkit-keyframes moveIndetermineProgressRingDot {
  0% {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(455deg);
    -moz-transform: rotate(455deg);
    -o-transform: rotate(455deg);
    -ms-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(690deg);
    -moz-transform: rotate(690deg);
    -o-transform: rotate(690deg);
    -ms-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -moz-transform: rotate(815deg);
    -o-transform: rotate(815deg);
    -ms-transform: rotate(815deg);
    transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
}
@keyframes moveIndetermineProgressRingDot {
  0% {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(455deg);
    -moz-transform: rotate(455deg);
    -o-transform: rotate(455deg);
    -ms-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(690deg);
    -moz-transform: rotate(690deg);
    -o-transform: rotate(690deg);
    -ms-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -moz-transform: rotate(815deg);
    -o-transform: rotate(815deg);
    -ms-transform: rotate(815deg);
    transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
}
div.DiscussionBoard div.conversation .message {
  display: block;
}

/* ------------------------------ OHA - HEADER ------------------------------ */
[data-component-theme=portalThemeColor4] {
  display: none !important;
}

/* ------------------------------ FOOTER: Footer ------------------------------ */
.footer {
  margin-top: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #E7E7E7;
}

/* ------------------------------ OHA - COMPONENTS - Banners ------------------------------ */
.banner + .container .entitylist {
  margin-top: -5px;
}
.banner + .container .entitylist > .panel {
  margin-bottom: 21px;
}
@media (min-width: 769px) {
  .banner + .container .entitylist > .panel {
    margin-bottom: 32px;
  }
}
@media (min-width: 1181px) {
  .banner + .container .entitylist > .panel {
    margin-bottom: 42px;
  }
}
.banner + .container .panel-body {
  position: relative;
  padding-bottom: 21px;
  background: #E7E7E7;
}
@media (min-width: 1181px) {
  .banner + .container .panel-body {
    padding-bottom: 10px;
  }
}
.banner + .container .panel-body::before, .banner + .container .panel-body::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #E7E7E7;
}
.banner + .container .panel-body::before {
  top: 0;
  transform: translateX(calc(-100% + 1px));
}
.banner + .container .panel-body::after {
  top: 0;
  transform: translateX(calc(100% - 1px));
}
.banner + .container .panel-body > * {
  position: relative;
  z-index: 10;
}

.banner-with-tab-overlay {
  padding-top: 14px;
  padding-bottom: 69px;
  margin-bottom: -48px;
}
.banner-with-tab-overlay .breadcrumb {
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .banner-with-tab-overlay .layout-opposite-sides {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .banner-with-tab-overlay h1 {
    margin-bottom: 0;
  }
}
.banner-with-tab-overlay .buttons {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 11px;
}
.banner-with-tab-overlay .buttons > * + * {
  margin-top: 11px;
}
@media (min-width: 769px) {
  .banner-with-tab-overlay .buttons > * + * {
    margin-top: 11px;
  }
}
@media (min-width: 1181px) {
  .banner-with-tab-overlay .buttons > * + * {
    margin-top: 11px;
  }
}
@media (min-width: 769px) {
  .banner-with-tab-overlay .buttons {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .banner-with-tab-overlay .buttons > * + * {
    margin-top: 0;
    margin-left: 11px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .banner-with-tab-overlay .buttons > * + * {
    margin-left: 11px;
  }
}
@media (min-width: 769px) and (min-width: 1181px) {
  .banner-with-tab-overlay .buttons > * + * {
    margin-left: 11px;
  }
}
.banner-with-tab-overlay + * .crmEntityFormView > .row {
  margin-left: 0;
  margin-right: 0;
}
.banner-with-tab-overlay + * .crmEntityFormView .nav.nav-tabs {
  margin-bottom: 21px;
}
@media (min-width: 769px) {
  .banner-with-tab-overlay + * .crmEntityFormView .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
@media (min-width: 1181px) {
  .banner-with-tab-overlay + * .crmEntityFormView .nav.nav-tabs {
    margin-bottom: 42px;
  }
}

/* ------------------------------ OHA - COMPONENTS - Banners - Hero ------------------------------ */
.banner-homepage h1 {
  font-size: 40px;
}
@media (min-width: 1181px) {
  .banner-homepage h1 {
    font-size: 60px;
  }
}
.banner-homepage .buttons {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .banner-homepage .buttons > * {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .banner-text h1,
  .banner-text p {
    max-width: 81.3559322034%;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .banner-text h1,
  .banner-text p,
  .banner-text .buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------------------ OHA - PAGES - Homepage ------------------------------ */
@media (min-width: 769px) {
  * + .tiles {
    margin-top: 42px;
  }
}
.tiles > li {
  padding-top: 32px;
  padding-bottom: 32px;
}
.tiles > li:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .tiles > li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1181px) {
  .tiles > li {
    width: calc(25% - 40px);
  }
}
@media (min-width: 1401px) {
  .tiles > li {
    width: calc(20% - 40px);
  }
}

.tile-description {
  margin-bottom: 0;
}

.tile-icon {
  top: 0;
  transform: none;
}
@media (max-width: 768px) {
  .tiles > li .tile-icon, .tiles > li + li .tile-icon {
    top: 32px;
  }
}
.tile-icon [class^=icon] {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-size: cover;
}
@media (min-width: 769px) {
  .tile-icon [class^=icon] {
    width: 100px;
    height: 100px;
  }
}

.icon-notebook {
  background: url("../icon-notebook.png");
}

.icon-building {
  background: url("../icon-building.png");
}

.icon-path {
  background: url("../icon-path.png");
}

/* ------------------------------ OHA - MICROSOFT: EntityList Search ------------------------------ */
#entitylist-filters .input-group-addon {
  display: none;
}

.entitylist {
  margin-top: 32px;
  border: 0;
}
@media (min-width: 769px) {
  .entitylist {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  .entitylist {
    margin-top: 32px;
  }
}
.entitylist .panel-default {
  border: 0;
  box-shadow: none;
}
.entitylist .panel-body {
  padding: 0;
}
@media (min-width: 1181px) {
  .entitylist .panel-body {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.entitylist .grid-actions {
  border: 0;
}

#entitylist-filters {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  #entitylist-filters {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin: 0 -10px;
  }
  #entitylist-filters > li {
    margin: 0 10px;
    padding: 0;
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1181px) {
  #entitylist-filters {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 30px;
    width: 100%;
  }
  #entitylist-filters > li {
    width: calc(16.6666666667% - 20px);
    width: 100%;
  }
}
#entitylist-filters .entitylist-filter-option-group-box-overflow {
  max-height: none;
  overflow: visible;
}
#entitylist-filters .entitylist-filter-option-group {
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  #entitylist-filters .entitylist-filter-option-group:last-child {
    margin-bottom: 0;
  }
}
#entitylist-filters .entitylist-filter-option-group-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
  font-size: 14px;
  color: #080808;
  line-height: 1.5;
}
#entitylist-filters .entitylist-filter-option-group-label.block {
  display: block;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required {
  word-break: normal;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required:before {
  content: "";
  margin-right: 0;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required::after {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-left: 3px;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required-mark-on-left:before {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-right: 3px;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required-mark-on-left::after {
  content: "";
  margin-left: 0;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required-mark-on-right:before {
  content: "";
  margin-right: 0;
}
#entitylist-filters .entitylist-filter-option-group-label.control-label.required-mark-on-right::after {
  color: #A12623;
  content: "*";
  white-space: nowrap;
  margin-left: 3px;
}
#entitylist-filters .entitylist-filter-option-text {
  width: 100%;
}
#entitylist-filters .input-group .form-control:last-child, #entitylist-filters .input-group div.msos-container:last-child, #entitylist-filters .input-group .msos-input-container:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#entitylist-filters + div {
  margin-top: 32px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  float: none !important;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 769px) {
  #entitylist-filters + div {
    margin-top: 32px;
  }
}
@media (min-width: 1181px) {
  #entitylist-filters + div {
    margin-top: 32px;
  }
}
#entitylist-filters + div .btn + .btn {
  margin-top: 11px;
}
@media (min-width: 769px) {
  #entitylist-filters + div .btn + .btn {
    margin-top: 11px;
  }
}
@media (min-width: 1181px) {
  #entitylist-filters + div .btn + .btn {
    margin-top: 11px;
  }
}
@media (min-width: 769px) {
  #entitylist-filters + div {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #entitylist-filters + div .btn {
    min-width: 200px;
  }
  #entitylist-filters + div .btn + .btn {
    margin-top: 0;
    margin-left: 20px !important;
  }
}
@media (min-width: 1181px) {
  #entitylist-filters + div {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    min-width: 291px;
    margin-top: 0;
    padding: 26px 0 21px 30px;
    border-left: 1px solid #ccc;
  }
  #entitylist-filters + div .btn {
    min-width: 120px;
  }
}
@media (min-width: 1401px) {
  #entitylist-filters + div .btn {
    min-width: 120px;
  }
}

#entitylist-filters .entitylist-filter-option > .checkbox {
  margin: 0;
}
#entitylist-filters .entitylist-filter-option > .checkbox label {
  display: block;
  padding: 0;
}
#entitylist-filters .entitylist-filter-option > .checkbox label input {
  -webkit-transition: border-color 0.1s, box-shadow 0.1s;
  transition: border-color 0.1s, box-shadow 0.1s;
  display: block;
  width: 100%;
  height: 39px;
  padding: 7px 15px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  border-width: 1px !important;
  border-style: solid;
  background-image: none;
  color: #080808;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  opacity: 1;
  cursor: text;
}
#entitylist-filters .entitylist-filter-option > .checkbox label input::-moz-placeholder, #entitylist-filters .entitylist-filter-option > .checkbox label input:-ms-input-placeholder, #entitylist-filters .entitylist-filter-option > .checkbox label input::-webkit-input-placeholder, #entitylist-filters .entitylist-filter-option > .checkbox label input::placeholder {
  color: #555;
}
#entitylist-filters .entitylist-filter-option > .checkbox label input::-moz-placeholder {
  opacity: 1;
}
#entitylist-filters .entitylist-filter-option > .checkbox label input::-ms-expand {
  background-color: transparent;
  border: 0;
}
#entitylist-filters .entitylist-filter-option > .checkbox label input:disabled, #entitylist-filters .entitylist-filter-option > .checkbox label input:disabled:hover, #entitylist-filters .entitylist-filter-option > .checkbox label input:disabled:active, #entitylist-filters .entitylist-filter-option > .checkbox label input:disabled:focus, #entitylist-filters .entitylist-filter-option > .checkbox label input[disabled], #entitylist-filters .entitylist-filter-option > .checkbox label input[disabled]:hover, #entitylist-filters .entitylist-filter-option > .checkbox label input[disabled]:active, #entitylist-filters .entitylist-filter-option > .checkbox label input[disabled]:focus, #entitylist-filters .entitylist-filter-option > .checkbox label input[readonly], #entitylist-filters .entitylist-filter-option > .checkbox label input[readonly]:hover, #entitylist-filters .entitylist-filter-option > .checkbox label input[readonly]:active, #entitylist-filters .entitylist-filter-option > .checkbox label input[readonly]:focus, fieldset:disabled #entitylist-filters .entitylist-filter-option > .checkbox label input, fieldset:disabled #entitylist-filters .entitylist-filter-option > .checkbox label input:hover, fieldset:disabled #entitylist-filters .entitylist-filter-option > .checkbox label input:active, fieldset:disabled #entitylist-filters .entitylist-filter-option > .checkbox label input:focus, fieldset[disabled] #entitylist-filters .entitylist-filter-option > .checkbox label input, fieldset[disabled] #entitylist-filters .entitylist-filter-option > .checkbox label input:hover, fieldset[disabled] #entitylist-filters .entitylist-filter-option > .checkbox label input:active, fieldset[disabled] #entitylist-filters .entitylist-filter-option > .checkbox label input:focus {
  border-color: #ddd !important;
  background-color: #F5F5F5;
  color: #080808;
  opacity: 1;
  cursor: not-allowed;
  box-shadow: none !important;
}
textarea#entitylist-filters .entitylist-filter-option > .checkbox label input {
  height: auto;
}

#entitylist-filters .entitylist-filter-option > .checkbox label input + span.ui {
  display: none;
}

/* ------------------------------ OHA - MICROSOFT: v ------------------------------ */
html[dir=ltr] .crmEntityFormView .cell input[type=text],
html[dir=ltr] .crmEntityFormView .cell select,
html[dir=ltr] .crmEntityFormView .cell textarea {
  float: none;
}

.crmEntityFormView .actions {
  justify-content: flex-start;
}

.page-copy .sectionBlockLayout {
  display: none !important;
}

div[id^=EntityFormControl] > .alert.message {
  position: relative;
  margin-bottom: 21px;
  border: 0;
  box-shadow: 0 69px 0 #E7E7E7;
}
div[id^=EntityFormControl] > .alert.message::before, div[id^=EntityFormControl] > .alert.message::after {
  display: inline-block;
  width: 1000%;
  height: calc(100% + 21px + 48px);
  content: "";
  position: absolute;
  background: #E7E7E7;
}
div[id^=EntityFormControl] > .alert.message::before {
  top: 0;
  left: calc(-1000% + 1px);
}
div[id^=EntityFormControl] > .alert.message::after {
  top: 0;
  right: calc(-1000% + 1px);
}

table.section {
  margin-bottom: 48px !important;
}
table.section .subgrid-cell > h3.form-subgrid-heading {
  margin-bottom: 0;
}

table.section > tbody > tr > td:first-child {
  padding-bottom: 0;
}

.crmEntityFormView .section-title {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.entity-grid.subgrid {
  border: 1px solid #ccc;
}

.msos-container {
  margin-bottom: 21px;
}

.modal-lookup .table > thead > tr > th[class^=sort]:first-child {
  width: 33px !important;
  min-width: 33px;
}/*# sourceMappingURL=oha-styles.css.map */