/* Comment Generated by Combres - Resource '~/Content/itas/itasnew.less' (Mode: Static) */

:root {
  --bs-blue: #37a2eb;
  --bs-indigo: #6610f2;
  --bs-purple: #a95df0;
  --bs-pink: #de78ca;
  --bs-red: #ff466d;
  --bs-orange: #ff9f40;
  --bs-yellow: #f0e031;
  --bs-green: #21b324;
  --bs-teal: #4bc0c0;
  --bs-cyan: #0dcaf0;
  --bs-white: white;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #37a2eb;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 55, 162, 235;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 255, 70, 109;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-color: #212529;
  --bs-body-bg: white;
}
@keyframes fadeInAndOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  10% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  15% {
    transform: translate(0px, 0px) rotate(-15deg);
  }
  20% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
  25% {
    transform: translate(0px, 0px) rotate(-25deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
  35% {
    transform: translate(0px, 0px) rotate(-15deg);
  }
  40% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  45% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  55% {
    transform: translate(0px, 0px) rotate(5deg);
  }
  60% {
    transform: translate(0px, 0px) rotate(10deg);
  }
  65% {
    transform: translate(0px, 0px) rotate(15deg);
  }
  70% {
    transform: translate(0px, 0px) rotate(20deg);
  }
  75% {
    transform: translate(0px, 0px) rotate(25deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(20deg);
  }
  85% {
    transform: translate(0px, 0px) rotate(15deg);
  }
  90% {
    transform: translate(0px, 0px) rotate(10deg);
  }
  95% {
    transform: translate(0px, 0px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
body {
  font-size: 0.9rem !important;
  /*
    .countrySelector {

        ul {
            padding-bottom: 5px;

            li {
                list-style-type: none;
                clear: both;

                a {
                    text-decoration: none;
                    color: #000;
                }

                span {
                    line-height: 2em;
                    padding-left: 8px;
                    display: block;
                    float: left;
                }

                .flag-icon {
                    float: left;
                }

                &.selected span {
                    text-decoration: underline;
                }
            }
        }
    }
    */

}
body div.logo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--bs-white);
  z-index: 1000;
  opacity: 0.95;
}
body div.logo-wrapper div.logo-inner-wrapper {
  width: 100%;
  max-width: 250px;
}
body div.logo-wrapper div.logo-inner-wrapper a.logo {
  display: inline-block;
  height: 68px;
  background-size: cover;
}
@media (min-width: 992px) {
  body div.logo-wrapper div.logo-inner-wrapper a.logo {
    height: 68px;
  }
}
body div.logo-wrapper div.logo-inner-wrapper a.logo img {
  height: 100%;
}
body .navigation-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  margin: 35px 0 0 15px;
  border-radius: 3px;
  z-index: 1001;
}
@media (max-width: 991px) {
  body .navigation-hamburger {
    margin-top: 30px;
  }
  body .navigation-hamburger .hamburger-box {
    width: 20px;
    height: 10px;
  }
  body .navigation-hamburger .hamburger-box .hamburger-inner {
    width: 20px;
    background-color: var(--bs-gray-700);
    height: 4px;
  }
  body .navigation-hamburger .hamburger-box .hamburger-inner:before {
    width: 20px;
    top: -10px;
    height: 4px;
    background-color: var(--bs-gray-700);
  }
  body .navigation-hamburger .hamburger-box .hamburger-inner:after {
    bottom: -10px;
    width: 20px;
    height: 4px;
    background-color: var(--bs-gray-700);
  }
  body .navigation-hamburger.is-active .hamburger-inner:after {
    bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  body .navigation-hamburger {
    padding: 10px;
    border: 1px solid var(--bs-gray-300);
    /*border: 3px solid var(--bs-gray-300);*/
  
  }
  body .navigation-hamburger .hamburger-box {
    width: 18px;
    height: 12px;
  }
  body .navigation-hamburger .hamburger-box .hamburger-inner {
    width: 18px;
    background-color: var(--bs-gray-700);
  }
  body .navigation-hamburger .hamburger-box .hamburger-inner:before {
    width: 18px;
    background-color: var(--bs-gray-700);
  }
  body .navigation-hamburger .hamburger-box .hamburger-inner:after {
    width: 18px;
    background-color: var(--bs-gray-700);
  }
}
body nav.navigation-primary {
  display: block;
  background-color: var(--bs-white);
  z-index: 1000;
  /*opacity: 0.95;*/
  /*padding: 20px 0;*/
  box-shadow: 6px 0px 6px -6px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-top: none;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: calc(100% - 117px);
}
body nav.navigation-primary.active {
  height: unset;
}
@media (min-width: 992px) {
  body nav.navigation-primary {
    position: absolute;
    top: 117px;
    bottom: 0;
    width: 250px;
    left: -250px;
    height: unset;
    max-height: unset;
  }
  body nav.navigation-primary.active {
    left: 0;
  }
}
body nav.navigation-primary ul {
  padding: 0;
  margin: 0;
}
body nav.navigation-primary ul li {
  display: block;
  border-bottom: 1px dotted var(--bs-gray-500);
}
body nav.navigation-primary ul li a {
  display: block;
  line-height: 1.5em;
  padding: 0.75rem 1.25rem;
  font-size: 1.05rem;
  text-decoration: none;
  color: var(--bs-gray-900);
  font-weight: 500;
  position: relative;
  /*@media (min-width: 992px) {
                        font-size: 1.05rem;
                    }*/

}
body nav.navigation-primary ul li a:hover {
  background-color: var(--bs-gray-100) !important;
  background-image: none !important;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  -webkit-animation-direction: alternate;
  /* Chrome, Safari, Opera */
  animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
body nav.navigation-primary ul li a[data-bs-toggle="collapse"]:after {
  position: absolute;
  top: auto;
  right: 1.25rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f235";
}
body nav.navigation-primary ul li a.collapsed[data-bs-toggle="collapse"]:after {
  content: "\f229";
}
body nav.navigation-primary ul li ul {
  padding: 0 0.75rem 1rem 0.75rem;
}
body nav.navigation-primary ul li ul li {
  padding: 0 0.5rem;
  border: none;
}
body nav.navigation-primary ul li ul li a {
  font-size: 0.95rem;
  padding: 10px 15px;
  border-radius: 10px;
  /*@media (min-width: 992px) {
                                font-size: 0.95rem;
                            }*/

}
body nav.navigation-primary div.user-profile-filter-wrapper {
  padding: 0.75rem 0.5rem;
  background-color: var(--bs-gray-200);
  box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.25) inset;
  /*box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.25);*/

  /*-webkit-box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.51);*/

  /*-moz-box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.51);*/

}
body nav.navigation-primary div.user-profile-filter-wrapper a {
  color: var(--bs-blue);
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-gray-700) !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper p.fs-9 {
  font-size: 0.75rem !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div.collapse-activator {
  cursor: pointer;
  /*&:hover {
                    background-color:var(--bs-gray-300);

                    span {*/

  /*border-bottom: 2px dotted var(--bs-gray-700);*/

  /*color: var(--bs-gray-700);
                    }
                }*/

}
body nav.navigation-primary div.user-profile-filter-wrapper div.collapse-activator span {
  color: var(--bs-gray-700);
  font-size: 1.05rem;
  /*border-bottom: 2px solid var(--bs-gray-200);*/

}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences {
  border-radius: 0.25rem;
  border: 1px solid var(--bs-gray-400);
  /*padding:0.5rem;*/

}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"] {
  cursor: pointer;
  /*i.bi-caret-right-fill {
                        display: none;
                    }*/

}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"] i.bi-caret-down-fill {
  display: none;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"] i.bi-caret-up-fill {
  display: inline-block;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"][aria-expanded="true"] i.bi-caret-right-fill {
  display: none;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"][aria-expanded="false"] i.bi-caret-up-fill {
  display: none;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"][aria-expanded="false"] i.bi-caret-up-fill {
  display: none !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"][aria-expanded="false"]:hover i.bi-caret-right-fill {
  display: none;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences p[data-bs-toggle="collapse"][aria-expanded="false"]:hover i.bi-caret-down-fill {
  display: inline-block;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences div.collapse {
  max-height: 250px;
  overflow-y: auto;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li {
  border-bottom: none !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check {
  margin: 0 !important;
  position: relative;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check input[type="checkbox"] {
  position: absolute;
  top: 6px;
  left: 3px;
  margin: 0 !important;
  width: 0.75rem !important;
  height: 0.75rem !important;
  cursor: pointer !important;
  border-radius: 0.25rem;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check input[type="checkbox"][checked="checked"][disabled="disabled"] {
  opacity: 1 !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check input[type="checkbox"][checked="checked"][disabled="disabled"] + label {
  opacity: 1 !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check input[type="checkbox"][checked="checked"][readonly="readonly"] {
  opacity: 0.25 !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check input[type="checkbox"][checked="checked"][readonly="readonly"] + label {
  opacity: 0.25 !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences ul li div.form-check label {
  cursor: pointer !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences hr {
  border: 1px solid var(--bs-white);
  border-top: 1px solid var(--bs-gray-500) !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences a#ResetToDefault {
  color: var(--bs-gray-700);
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-white);
}
body nav.navigation-primary div.user-profile-filter-wrapper div#CollapseUserPreferences a#ResetToDefault:hover {
  border-bottom: 1px dotted var(--bs-gray-700);
}
body nav.navigation-primary div.user-profile-filter-wrapper button:focus {
  box-shadow: none !important;
}
body nav.navigation-primary div.user-profile-filter-wrapper:hover {
  background-color: var(--bs-gray-300);
}
body .navigation-user-info,
body .navigation-notifications {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  margin: 35px 15px 0 0;
  z-index: 1030;
  border-radius: 3px;
}
@media (min-width: 768px) {
  body .navigation-user-info,
  body .navigation-notifications {
    border: 1px solid var(--bs-gray-300);
  }
}
body .navigation-user-info li,
body .navigation-notifications li {
  font-size: 0.75rem;
}
body .navigation-user-info button,
body .navigation-notifications button {
  box-shadow: none !important;
}
body .navigation-user-info button i:hover,
body .navigation-notifications button i:hover {
  color: var(--bs-gray-700);
}
body .navigation-user-info button:focus,
body .navigation-notifications button:focus {
  box-shadow: none !important;
}
body .navigation-user-info button::after,
body .navigation-notifications button::after {
  display: none !important;
}
body .navigation-notifications {
  right: 60px;
}
body .navigation-notifications div.dropdown-menu.notifications {
  width: 300px;
}
body .navigation-notifications div.dropdown-menu.notifications ul {
  list-style: none;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
body .navigation-notifications div.dropdown-menu.notifications ul li.unread {
  background-color: var(--bs-gray-100) !important;
  font-weight: 600;
}
body .navigation-notifications div.dropdown-menu.notifications ul li.read {
  color: var(--bs-gray-700);
}
body .navigation-notifications div.dropdown-menu.notifications ul a.mark-as-read,
body .navigation-notifications div.dropdown-menu.notifications ul a.dismiss {
  color: var(--bs-primary);
}
body .navigation-notifications div.dropdown-menu.notifications ul a.btn {
  background-color: var(--bs-gray-300);
}
body .navigation-notifications div.dropdown-menu.notifications ul a.btn:focus {
  box-shadow: none !important;
}
body .navigation-notifications button.shake {
  border-color: var(--bs-red);
}
body .navigation-notifications button.shake i {
  display: inline-block;
  animation: shake 0.25s;
  animation-iteration-count: infinite;
  color: var(--bs-red) !important;
}
body .navigation-user-info ul.dropdown-menu {
  min-width: 10rem !important;
}
body .navigation-user-info ul.dropdown-menu div.flag {
  width: 50%;
  float: left;
}
body .navigation-user-info ul.dropdown-menu div.flag a {
  display: block;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.25rem;
  background-color: var(--bs-gray-100);
  opacity: 0.5;
}
body .navigation-user-info ul.dropdown-menu div.flag a.active {
  opacity: 1;
}
body .navigation-user-info ul.dropdown-menu div.flag a:hover {
  font-weight: bold;
  opacity: 1;
}
body .navigation-user-info ul.dropdown-menu div.clearfix {
  font-size: 1px;
}
body .footer {
  background-color: var(--bs-gray-100);
}
body .footer a.logo {
  display: inline-block !important;
  width: auto !important;
  max-width: 80px;
  border-bottom: none !important;
}
body .footer a.logo img {
  width: 100%;
}
body .footer a.logo:hover {
  border-bottom: none !important;
}
body .footer p {
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
}
body .footer a {
  color: var(--bs-black-rgb);
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-gray-900) !important;
}
body .footer a:hover {
  border-bottom: 1px solid var(--bs-gray-900) !important;
}
body .footer a.border-bottom-0 {
  border-bottom: none !important;
}
body .footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /*font-size: 0.75mrem;*/

}
body .footer nav ul li {
  /*display: block;*/
  flex-grow: 1;
  line-height: 2rem;
  float: left;
  width: auto;
}
body .footer nav ul li a {
  color: var(--bs-black-rgb);
  padding: 1rem 0 0 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-gray-900) !important;
}
body .footer nav ul li a:first-child {
  padding-left: 0;
}
body .footer nav ul li a:hover {
  border-bottom: 1px solid var(--bs-gray-900) !important;
}
body .footer nav ul li a.border-bottom-0 {
  border-bottom: none !important;
}
body .footer nav ul li ul {
  display: inline-block;
  width: 100%;
  padding-left: 0.5rem;
  display: inline;
}
body .footer nav ul li ul li {
  list-style: circle;
  display: block;
  line-height: 1.25rem;
  float: none !important;
  padding-left: 0.25rem;
}
body .footer nav ul li ul li a {
  padding: 0;
  font-size: 0.65rem;
  font-weight: normal;
}
body div.page {
  font-family: var(--bs-body-font-family) !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 116px;
}
@media (min-width: 992px) {
  body div.page {
    margin-left: 0;
  }
  body div.page.active {
    margin-left: 245px;
  }
}
body div.page .container {
  width: 100%;
}
body div.page .container.container-960 {
  max-width: 960px;
}
body div.page .container-1320 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  body div.page .container-1320 {
    max-width: 1320px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
body div.page .well {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
body div.page div.manufacturer-tiles .carousel-inner {
  padding: 1em;
}
body div.page div.manufacturer-tiles .card {
  margin: 0 .5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0.75rem;
}
body div.page div.manufacturer-tiles .card img {
  border-radius: 0.75rem;
}
body div.page div.manufacturer-tiles .card .card-body.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--bs-white);
  font-size: 2rem;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.693697547378326) 36%, rgba(255, 255, 255, 0) 100%);
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.logo {
  float: left;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.logo:before {
  padding-top: 75%;
  content: ' ';
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text div.rounded-pill {
  font-size: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  background-color: var(--bs-gray-900);
  opacity: 0.75;
  cursor: pointer;
  /*color:rgba(0, 0, 0, 0) !important;*/

}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text div.rounded-pill div.spinner-border {
  width: 0.75rem;
  height: 0.75rem;
  font-weight: 100;
  border-width: 0.15rem;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown {
  display: inline-block;
  float: left;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown + i {
  display: inline-block;
  float: left;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement {
  background: none !important;
  border: none !important;
  /*border-bottom: 0.25rem dotted var(--bs-white) !important;*/

}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstToggleBtn {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700 !important;
  color: var(--bs-white);
  min-width: unset !important;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstToggleBtn:hover {
  color: var(--bs-blue);
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstToggleBtn:after {
  display: none;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstControls {
  padding: 0 !important;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstControls input {
  /*display: none !important;*/
  position: absolute;
  left: -100000px;
  top: auto;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstControls .fstResults {
  border-radius: 0.5rem;
  margin-top: 15px;
  width: 250px;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstControls .fstResults .fstResultItem {
  font-size: 1rem !important;
}
body div.page div.manufacturer-tiles .card .card-body.overlay div.card-text .bodyshop-tile-dropdown .fstElement .fstControls .fstResults .fstResultItem:first-child {
  display: none !important;
}
body div.page div.manufacturer-tiles .card .card-body.overlay a {
  line-height: 2.7rem;
}
body div.page div.manufacturer-tiles .carousel-control-prev,
body div.page div.manufacturer-tiles .carousel-control-next {
  display: none;
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body div.page div.manufacturer-tiles .carousel-control-prev,
  body div.page div.manufacturer-tiles .carousel-control-next {
    display: flex;
  }
  body div.page div.manufacturer-tiles .carousel-inner {
    display: flex;
  }
  body div.page div.manufacturer-tiles .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
}
body div.page div.manufacturer-thumbnail-tiles div.square-wrapper {
  width: 33%;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  body div.page div.manufacturer-thumbnail-tiles div.square-wrapper {
    width: 14.28%;
  }
}
body div.page div.manufacturer-thumbnail-tiles div.square-wrapper div.square-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0.5rem;
}
body div.page div.manufacturer-thumbnail-tiles div.square-wrapper div.square-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.25rem;
}
body div.page div.manufacturer-thumbnail-tiles div.square-wrapper div.square-inner a span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--bs-white);
  padding: 0.5rem;
  font-weight: bold;
}
body div.page div.manufacturer-thumbnail-tiles div.square-wrapper:before {
  display: block;
  padding-top: 100%;
  content: ' ';
}
body div.page div.manufacturer-landing-page h2 {
  line-height: 1.75rem !important;
  margin-bottom: 1rem;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper {
  background-color: rgba(222, 226, 230, 0.8);
}
@media (min-width: 768px) {
  body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper {
    margin-top: -100px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper i {
  display: none !important;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-1-md {
  width: 20%;
  float: left;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-1-md:first-child {
  margin-left: 40%;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-2-md {
  width: 20%;
  float: left;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-2-md:first-child {
  margin-left: 30%;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-3-md {
  width: 20%;
  float: left;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-3-md:first-child {
  margin-left: 20%;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-4-md {
  width: 20%;
  float: left;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-4-md:first-child {
  margin-left: 10%;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper > .col-5-md {
  width: 20%;
  float: left;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper p.chart-total {
  /*display:none;*/
  padding-top: 7px;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper p.chart-total span {
  font-size: 0.6rem;
  margin: 0;
  color: var(--bs-white);
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper p.chart-total small {
  font-size: 0.4rem !important;
  color: var(--bs-white);
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper p.h5 {
  padding-top: 0 !important;
  color: var(--bs-white);
  font-size: 0.75rem;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper p.h5 a {
  color: var(--bs-white);
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-white);
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper p.h5 a:hover {
  border-bottom: 1px solid var(--bs-white);
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper .loading-spinner {
  text-align: center;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper .loading-spinner div.spinner-border {
  border-color: var(--bs-white);
  border-width: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
}
body div.page div.manufacturer-landing-page .reports-overview-outer-wrapper .reports-overview-wrapper .loading-spinner span {
  font-size: 0.5rem;
  color: var(--bs-white);
}
body div.page div.manufacturer-landing-page .btn-primary {
  border-radius: 0;
}
body div.page div.manufacturer-landing-page.banner-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 350px;
}
body div.page div.manufacturer-landing-page.flex-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 756px) {
  body div.page div.manufacturer-landing-page.flex-reverse {
    flex-direction: unset !important;
  }
}
body div.page .search-clear-wrapper .badge a {
  text-decoration: none;
}
body div.page .search-clear-wrapper .badge a:hover {
  text-decoration: underline;
}
body div.page-wrapper-basic {
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 480px;
  margin: 0 auto;
}
body div.page-wrapper-basic div.logo {
  padding: 20px 60px;
  width: 100%;
}
body div.page-wrapper-basic div.logo img {
  display: block;
  width: 100%;
}
/*#region Colours */

.text-green {
  color: var(--bs-green);
}
.bg-color-green {
  background-color: var(--bs-green);
}
.text-yellow {
  color: var(--bs-yellow);
}
.bg-color-yellow {
  background-color: var(--bs-yellow);
}
.text-red {
  color: var(--bs-red);
}
.bg-color-red {
  background-color: var(--bs-red);
}
.text-blue {
  color: var(--bs-blue);
}
.text-black {
  color: var(--bs-black-rgb);
}
.bg-color-blue {
  background-color: var(--bs-blue);
}
.text-indigo {
  color: var(--bs-indigo);
}
.bg-color-indigo {
  background-color: var(--bs-indigo);
}
.text-purple {
  color: var(--bs-purple);
}
.bg-color-purple {
  background-color: var(--bs-purple);
}
.text-pink {
  color: var(--bs-pink);
}
.bg-color-pink {
  background-color: var(--bs-pink);
}
.text-orange {
  color: var(--bs-orange);
}
.bg-color-orange {
  background-color: var(--bs-orange);
}
.text-teal {
  color: var(--bs-teal);
}
.bg-color-teal {
  background-color: var(--bs-teal);
}
.text-cyan {
  color: var(--bs-cyan);
}
.bg-color-cyan {
  background-color: var(--bs-cyan);
}
.text-white {
  color: var(--bs-white);
}
.bg-color-white {
  background-color: var(--bs-white);
}
.text-grey {
  color: var(--bs-gray);
}
.text-grey-100 {
  color: var(--bs-gray-100);
}
.text-grey-200 {
  color: var(--bs-gray-200);
}
.text-grey-300 {
  color: var(--bs-gray-300);
}
.text-grey-400 {
  color: var(--bs-gray-400);
}
.text-grey-500 {
  color: var(--bs-gray-500);
}
.text-grey-600 {
  color: var(--bs-gray-600);
}
.text-grey-700 {
  color: var(--bs-gray-700);
}
.text-grey-800 {
  color: var(--bs-gray-800);
}
.text-grey-900 {
  color: var(--bs-gray-900);
}
.bg-color-grey {
  background-color: var(--bs-gray);
}
.bg-color-grey-100 {
  background-color: var(--bs-gray-100);
}
.bg-color-grey-200 {
  background-color: var(--bs-gray-200);
}
.bg-color-grey-300 {
  background-color: var(--bs-gray-300);
}
.bg-color-grey-400 {
  background-color: var(--bs-gray-400);
}
.bg-color-grey-500 {
  background-color: var(--bs-gray-500);
}
.bg-color-grey-600 {
  background-color: var(--bs-gray-600);
}
.bg-color-grey-700 {
  background-color: var(--bs-gray-700);
}
.bg-color-grey-800 {
  background-color: var(--bs-gray-800);
}
.bg-color-grey-900 {
  background-color: var(--bs-gray-900);
}
/*#endregion */

.pill {
  border-radius: 0.25rem;
  padding: 0.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th {
  line-height: 1.5rem !important;
  font-family: var(--bs-body-font-family) !important;
}
a.dotted-border,
a.dotted-border-1 {
  border-bottom: 0.25rem dotted var(--bs-white);
  color: var(--bs-blue);
  text-decoration: none;
}
a.dotted-border + i,
a.dotted-border-1 + i {
  position: relative;
  top: 0.5rem;
}
a.dotted-border:hover,
a.dotted-border-1:hover {
  color: var(--bs-blue) !important;
  /*& + i {
            color: var(--bs-blue) !important;
        }*/

}
a.dotted-border-1 {
  border-bottom: 1px dotted var(--bs-white) !important;
}
a.dotted-border-1:hover {
  color: var(--bs-white) !important;
  border-bottom: 1px solid var(--bs-white) !important;
  /*& + i {
            color: var(--bs-blue) !important;
        }*/

}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.btn-secondary {
  color: var(--bs-body-color) !important;
  background: none !important;
  border-color: var(--bs-gray-300) !important;
}
.btn-close.small {
  background-image: url("data:image/svg+xml,<svg fill='#000000' xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 0.78 0.78' enable-background='new 0 0 52 52' xml:space='preserve'><path d='M0.465 0.381 0.66 0.184a0.022 0.022 0 0 0 0 -0.032L0.63 0.121a0.022 0.022 0 0 0 -0.032 0L0.402 0.318a0.015 0.015 0 0 1 -0.021 0L0.184 0.12a0.022 0.022 0 0 0 -0.032 0L0.121 0.152a0.022 0.022 0 0 0 0 0.032l0.197 0.197a0.015 0.015 0 0 1 0 0.021L0.12 0.599a0.022 0.022 0 0 0 0 0.032l0.032 0.032c0.009 0.009 0.022 0.009 0.032 0L0.38 0.465a0.015 0.015 0 0 1 0.021 0l0.197 0.197c0.009 0.009 0.022 0.009 0.032 0L0.66 0.63a0.022 0.022 0 0 0 0 -0.032L0.465 0.402a0.015 0.015 0 0 1 0 -0.021z'/></svg>");
}
.btn-light:hover {
  text-decoration: underline;
}
.btn.loading div.loading-spinner {
  display: none;
}
.btn.loading:after {
  display: none;
}
.btn.loading.disabled {
  opacity: 0.4;
}
.btn.loading.complete i,
.btn.loading.complete span {
  display: inline;
}
.btn.loading.complete:after {
  display: inline-block;
}
/*#region Widths */

.min-width-50 {
  min-width: 50px;
}
.min-width-100 {
  min-width: 100px;
}
.min-width-150 {
  min-width: 150px;
}
.min-width-200 {
  min-width: 200px;
}
.min-width-250 {
  min-width: 250px;
}
.min-width-300 {
  min-width: 300px;
}
.min-width-350 {
  min-width: 350px;
}
.min-width-400 {
  min-width: 400px;
}
.min-width-450 {
  min-width: 450px;
}
.min-width-500 {
  min-width: 500px;
}
.max-width-50 {
  min-width: 50px;
}
.max-width-100 {
  min-width: 100px;
}
.max-width-150 {
  min-width: 150px;
}
.max-width-200 {
  min-width: 200px;
}
.max-width-250 {
  min-width: 250px;
}
.max-width-300 {
  min-width: 300px;
}
.max-width-350 {
  min-width: 350px;
}
.max-width-400 {
  min-width: 400px;
}
.max-width-450 {
  min-width: 450px;
}
.max-width-500 {
  min-width: 500px;
}
/*#endregion */

/*#region Heights */

.min-height-50 {
  min-height: 50px;
  overflow-y: auto;
}
.min-height-100 {
  min-height: 100px;
  overflow-y: auto;
}
.min-height-150 {
  min-height: 150px;
  overflow-y: auto;
}
.min-height-200 {
  min-height: 200px;
  overflow-y: auto;
}
.min-height-250 {
  min-height: 250px;
  overflow-y: auto;
}
.max-height-50 {
  max-height: 50px;
  overflow-y: auto;
}
.max-height-100 {
  max-height: 100px;
  overflow-y: auto;
}
.max-height-150 {
  max-height: 150px;
  overflow-y: auto;
}
.max-height-200 {
  max-height: 200px;
  overflow-y: auto;
}
.max-height-250 {
  max-height: 250px;
  overflow-y: auto;
}
/*#endregion */

.mt-36 {
  margin-top: 36px;
}
.mt-37 {
  margin-top: 37px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-39 {
  margin-top: 39px;
}
.fs-7 {
  font-size: 0.9rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-9 {
  font-size: 0.75rem;
}
.fs-10 {
  font-size: 0.65rem;
}
.lh-1 {
  line-height: 1rem;
}
.cursor-hand {
  cursor: pointer;
}
a.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.form-label,
.form-check-label {
  font-weight: bold;
}
.form-switch label,
.form-switch input {
  cursor: pointer;
}
small {
  font-size: 0.75rem;
}
.nav-third-wrapper {
  /*padding-left:0.5rem;
    padding-right:0.5rem;*/
  margin-bottom: 1rem;
}
@media (min-width: 756px) {
  .nav-third-wrapper {
    /*padding-top: 0.5rem;*/
    /*padding-bottom: 0.5rem;*/
    height: calc(2.5rem - 2px);
  }
}
.nav-third-wrapper .nav-third {
  padding: 0.75rem 0;
}
@media (min-width: 756px) {
  .nav-third-wrapper .nav-third {
    padding: 0;
    z-index: 999;
    position: absolute;
  }
}
.nav-third-wrapper .nav-third a {
  color: var(--bs-gray-dark) !important;
  font-weight: 600;
}
.nav-third-wrapper .nav-third .active {
  background-color: var(--bs-gray-100) !important;
}
.nav-third-wrapper .nav-third .nav-link {
  margin: 0 0.25rem 0.25rem 0;
}
@media (min-width: 756px) {
  .nav-third-wrapper .nav-third .nav-link {
    margin: 0;
  }
}
.nav-third-wrapper .nav-third .nav-link:hover {
  border-bottom-color: var(--bs-gray-300) !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (min-width: 756px) {
  .nav-third-wrapper .nav-third .nav-link:hover {
    border-bottom-color: var(--bs-gray-100) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.nav-third-wrapper .nav-third .nav-link.active {
  border-bottom-color: var(--bs-gray-300) !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (min-width: 756px) {
  .nav-third-wrapper .nav-third .nav-link.active {
    border-bottom-color: var(--bs-gray-100) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.breadcrumb-wrapper li:nth-child(2):before {
  display: none;
}
.breadcrumb-wrapper li a {
  text-shadow: 1px 1px var(--bs-gray-100), 1px -1px var(--bs-gray-100), -1px 1px var(--bs-gray-100), -1px -1px var(--bs-gray-100);
  color: var(--bs-blue);
}
.breadcrumb-wrapper li .fastselect-breadcrumb.fstElement {
  display: none !important;
}
.breadcrumb-wrapper-large ol.breadcrumb {
  margin-bottom: 2.5rem;
}
.breadcrumb-wrapper-large li {
  font-size: 1.75rem;
  font-weight: 700 !important;
}
.breadcrumb-wrapper-large li:first-child,
.breadcrumb-wrapper-large li:nth-child(2) {
  display: none;
}
.breadcrumb-wrapper-large li:nth-child(2):before,
.breadcrumb-wrapper-large li:nth-child(3):before {
  display: none;
}
.breadcrumb-wrapper-large li a {
  text-shadow: 2px 2px var(--bs-gray-100), 2px -2px var(--bs-gray-100), -2px 2px var(--bs-gray-100), -2px -2px var(--bs-gray-100);
}
.breadcrumb-wrapper-large li a:hover {
  color: var(--bs-blue);
}
.breadcrumb-wrapper-large li a.dropdown-link {
  display: none;
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement {
  border: none !important;
  background: none;
  line-height: unset;
  position: relative;
  box-shadow: none !important;
  color: var(--bs-gray-700);
  vertical-align: unset !important;
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstToggleBtn {
  font-size: 1.75rem;
  min-width: 0;
  /* width: 18px;*/
  margin: 0 24px 0 0;
  padding: 0 !important;
  /*text-indent: -9999px;*/
  /* sends the text off-screen */
  /*background: none !important;*/
  border-bottom: 2px dotted var(--bs-gray-700) !important;
  background-color: var(--bs-gray-100);
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 1;
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstToggleBtn:hover {
  color: var(--bs-blue);
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstToggleBtn:after {
  margin: 0;
  top: calc(50% - 7px);
  right: -24px;
  border: none;
  content: '\f22b';
  font-family: bootstrap-icons !important;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: 0;
  color: var(--bs-gray-700);
  font-size: 18px;
  line-height: 18px;
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls {
  padding: 0;
  min-width: 300px;
  left: 0;
  right: 0;
}
@media (min-width: 756px) {
  .breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls {
    /*left: -300px;*/
    right: unset;
    margin-top: 6px;
  }
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls .fstQueryInput {
  position: absolute;
  top: -10000px;
  left: -10000px;
  /*display: none;*/

}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls .fstResults {
  max-height: 325px;
  border-top: 1px solid #d7d7d7 !important;
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls .fstResults .fstResultItem {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls .fstResults .fstResultItem.fstSelected {
  background: none;
  border: none;
  color: var(--bs-gray-700);
}
.breadcrumb-wrapper-large li .fastselect-breadcrumb.fstElement .fstControls .fstResults .fstResultItem:hover {
  border-top-color: var(--bs-gray-300) !important;
  background-color: var(--bs-gray-300);
  color: var(--bs-black-rgb);
}
.breadcrumb-item span {
  color: var(--bs-gray-700);
}
.breadcrumb-item a {
  color: var(--bs-gray-700);
  text-decoration: none;
  border-bottom: 2px dotted var(--bs-gray-700);
  display: inline-block;
  line-height: 1;
}
.breadcrumb-item a:hover {
  text-decoration: none;
  font-weight: 700;
  /*border-bottom: 2px solid var(--bs-gray-700);*/

}
.header.user-selected-preferences {
  margin-top: -40px !important;
  margin-left: 7px;
}
.header.user-selected-preferences a {
  text-shadow: 1px 1px var(--bs-gray-100), 1px -1px var(--bs-gray-100), -1px 1px var(--bs-gray-100), -1px -1px var(--bs-gray-100);
  color: var(--bs-blue) !important;
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-gray-700) !important;
  display: inline-block;
}
.header.user-selected-preferences a:hover {
  font-weight: bold;
  text-decoration: none;
}
.header.user-selected-preferences a[data-bs-toggle="tooltip"] {
  color: var(--bs-gray-700) !important;
  border: none !important;
}
.header.user-selected-preferences .alert {
  color: var(--bs-orange);
  font-weight: 700;
  display: inline-block !important;
}
.header.user-selected-preferences .alert a {
  color: var(--bs-orange) !important;
}
.header.user-selected-preferences.footer {
  margin: 0;
}
.user-selected-preferences + .reports-overview-wrapper {
  margin-top: 24px;
}
.user-selected-preferences-footer {
  background-color: none !important;
}
.user-selected-preferences-footer a {
  text-shadow: 1px 1px var(--bs-gray-100), 1px -1px var(--bs-gray-100), -1px 1px var(--bs-gray-100), -1px -1px var(--bs-gray-100);
  color: var(--bs-blue) !important;
  text-decoration: none;
  border-bottom: 2px dotted var(--bs-gray-700) !important;
  display: inline-block;
  line-height: 1;
  font-style: normal !important;
}
.user-selected-preferences-footer a:hover {
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 2px dotted var(--bs-gray-700) !important;
}
.user-selected-preferences-footer .alert {
  display: none;
}
.user-selected-preferences-footer.footer {
  margin: 0;
}
.accordion .accordion-header {
  position: relative;
}
.accordion .accordion-header .accordion-header-info {
  padding-right: 1.25rem;
  /*padding-top: 1.25rem;*/
  padding-top: 0;
}
.accordion .accordion-header .accordion-header-info .progress-wrapper {
  width: 100px;
}
.accordion .accordion-header .accordion-header-info .header-info {
  padding-left: 10px;
  font-size: 1rem;
}
.accordion .accordion-header {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
  padding-left: 1.25rem !important;
  border-bottom: 1px solid var(--bs-gray-300);
}
@media (min-width: 992px) {
  .accordion .accordion-header {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
.accordion .accordion-header .accordion-button {
  line-height: 2rem;
  font-size: 1em;
  font-weight: 900 !important;
  padding: 0 0 0 1.25rem;
  border: none !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .accordion .accordion-header .accordion-button {
    font-size: 1.25rem;
  }
}
.accordion .accordion-header .accordion-button::after {
  position: absolute;
  left: -0.25rem;
  color: var(--bs-gray-dark) !important;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  background: no-repeat;
  color: var(--bs-gray-dark) !important;
}
.accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.loading-spinner {
  -webkit-animation: fadeinout 2s linear infinite;
  animation: fadeinout 2s linear infinite;
  opacity: 0.25;
}
@-webkit-keyframes fadeinout {
  50% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  50% {
    opacity: 1;
  }
}
.loading-spinner .spinner-border.extra-small {
  height: 0.75rem;
  width: 0.75rem;
}
.loading-spinner .spinner-border.small {
  height: 1rem;
  width: 1rem;
}
.loading-spinner .spinner-border.medium {
  width: 1.5rem;
  height: 1.5rem;
}
.loading-spinner .spinner-border.large {
  width: 2rem;
  height: 2rem;
}
.loading-spinner .spinner-border.extra-large {
  width: 2.5rem;
  height: 2.5rem;
}
.loading-animation {
  animation: fadeInAndOut 4s;
  animation-iteration-count: infinite;
}
.title {
  display: none;
}
.height-fill {
  min-height: 100% !important;
}
div.table-wrapper-bordered {
  border: 1px solid var(--bs-grey-100);
  border-radius: 0.25em;
}
.data-table-inner-wrapper .overflow-x {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .data-table-inner-wrapper .overflow-x {
    overflow-x: auto !important;
  }
}
.data-table-inner-wrapper .clear-button-target-wrapper {
  display: block;
  font-size: 0.65rem;
  font-style: italic;
  font-weight: normal;
}
.data-table-inner-wrapper .clear-button-target-wrapper .clear-button-target span {
  margin-right: 0.5rem;
  position: unset !important;
  display: inline-block !important;
  font-size: 0.65rem;
}
.data-table-inner-wrapper .clear-button-target-wrapper .clear-button-target span a {
  text-decoration: none !important;
}
.data-table-inner-wrapper .clear-button-target-wrapper .clear-button-target span a:hover {
  text-decoration: underline !important;
}
.data-table-inner-wrapper div.datatable-paging {
  margin: 0 0 1rem 0;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid var(--bs-gray-300);
  /*border-top: 1px solid var(--bs-gray-300);*/
  border-top: none;
  background-color: var(--bs-gray-100);
}
.data-table-inner-wrapper div.datatable-paging .dataTables_info {
  font-size: 1em;
  padding: 10px;
  display: none;
}
@media (min-width: 756px) {
  .data-table-inner-wrapper div.datatable-paging .dataTables_info {
    display: block;
  }
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate {
  border: none;
  padding: 10px 0;
  background: none;
  text-align: center;
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline;
}
@media (min-width: 756px) {
  .data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination {
    float: right;
    /*display: block;*/
  
  }
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li {
  line-height: unset !important;
  display: inline;
}
@media (min-width: 756px) {
  
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li a {
  display: inline;
  height: unset;
  color: black;
  border-radius: 2px !important;
  background: none;
  border: none !important;
  /*border:1px botted var(--bs-gray-500);*/
  padding: 5px 10px;
  margin: 0 0 0 5px;
}
@media (min-width: 756px) {
  .data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li a {
    padding: 5px;
    /*display: block;*/
  
  }
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li a:hover {
  /*color: var(--bs-white);*/
  background: var(--bs-gray-400);
  /*border-bottom-style:solid;*/

}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li a:focus {
  border: none !important;
  box-shadow: none !important;
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li.active a {
  background: var(--bs-gray-200);
}
.data-table-inner-wrapper div.datatable-paging .dataTables_paginate ul.pagination li.active a:hover {
  background: var(--bs-gray-400);
}
.data-table-inner-wrapper div.datatable-paging > div {
  float: right;
}
.data-table-inner-wrapper div.datatable-paging > div:first-child {
  padding-left: 0;
}
.data-table-inner-wrapper table {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  
}
.data-table-popover {
  max-width: 600px !important;
}
.global-filter-wrapper {
  max-width: 300px;
  z-index: 999 !important;
}
.global-filter-wrapper .form-check .form-check-input {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0;
  margin-left: -1.25rem;
  visibility: hidden;
}
.global-filter-wrapper .form-check .form-check-input:after {
  font-size: 12px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: '\F28A';
  visibility: visible !important;
  color: var(--bs-gray-600) !important;
}
.global-filter-wrapper .form-check .form-check-input:checked:after,
.global-filter-wrapper .form-check .form-check-input.checked:after {
  content: "\F26A";
  color: var(--bs-primary) !important;
}
.global-filter-wrapper .form-check .form-check-label {
  cursor: pointer;
}
.global-filter-wrapper li > div {
  max-height: 250px;
  overflow-y: scroll;
}
.global-filter-wrapper li.hr:last-child {
  display: none;
}
.btn-global-filter-wrapper:focus {
  box-shadow: none !important;
}
table {
  width: 100% !important;
  /*& + div.datatable-paging {
        margin: -1rem 0 1rem 0;
        font-size: 0.8em;
        font-weight: bold;
        border: 1px solid var(--bs-gray-300);*/

  /*border-top: 1px solid var(--bs-gray-300);*/

  /*border-top: none;
        background-color: var(--bs-gray-100);


        .dataTables_info {
            font-size: 1em;
            padding: 10px;
            display: none;

            @media (min-width: 756px) {
                display: block;
            }
        }

        .dataTables_paginate {
            border: none;
            padding: 10px 0;
            background: none;
            text-align: center;

            ul.pagination {
                padding: 0;
                margin: 0;
                text-align: center;
                display: inline;

                @media (min-width: 756px) {
                    float: right;*/

  /*display: block;*/

  /*}

                li {
                    line-height: unset !important;
                    display: inline;

                    @media (min-width: 756px) {*/

  /*}

                    a {
                        display: inline;
                        height: unset;
                        color: #000000;
                        border-radius: 2px !important;
                        background: none;
                        border: none !important;*/

  /*border:1px botted var(--bs-gray-500);*/

  /*padding: 5px 10px;
                        margin: 0 0 0 5px;

                        @media (min-width: 756px) {
                            padding: 5px;*/

  /*}

                        &:hover {*/

  /*color: var(--bs-white);*/

  /*background: var(--bs-gray-400);*/

  /*border-bottom-style:solid;*/

  /*}

                        &:focus {
                            border: none !important;
                            box-shadow: none !important;
                        }
                    }

                    &.active a {
                        background: var(--bs-gray-200);

                        &:hover {
                            background: var(--bs-gray-400);
                        }
                    }
                }
            }
        }

        & > div {
            float: right;

            &:first-child {
                padding-left: 0;
            }
        }
    }*/

}
table tr {
  border: none !important;
}
table thead th {
  border: none !important;
  font-size: 0.8em;
}
table thead th.sorting::after {
  font-family: bootstrap-icons !important;
  content: "\f127";
  font-size: 0.7em;
  margin-left: 0.7em;
  opacity: 0.7;
  cursor: pointer;
}
table thead th.sorting_asc::after {
  content: "\f148";
}
table thead th.sorting_desc::after {
  content: "\f128";
}
table thead th[data-column-sortable="false"].sorting_asc:after,
table thead th[data-column-sortable="false"].sorting_desc:after {
  display: none !important;
}
table tbody {
  border-top: 1px solid var(--bs-gray-300) !important;
}
table tbody tr:nth-child(2n),
table tbody tr tr.loading {
  background: var(--bs-gray-100) !important;
}
table tbody tr.highlighted td {
  font-weight: 600 !important;
}
table tbody td {
  font-size: 0.8em;
  border: none !important;
  /*&.text-end input.data-table-checkbox {

            } */

}
table tbody td i {
  cursor: pointer;
}
table tbody td i.bi-exclamation-triangle-fill {
  background: black;
  background: radial-gradient(45% 90% at center, black 30%, rgba(255, 255, 255, 0) 31%);
}
table tbody td a.btn {
  border: none !important;
  border-radius: 0;
  padding: 0;
  background: none !important;
  margin: 0;
}
table tbody td a.btn i {
  background-color: var(--bs-blue) !important;
  font-size: 18px;
  line-height: 16px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--bs-blue);
  padding: 5px;
  width: 30px;
}
@media (min-width: 756px) {
  table tbody td a.btn i {
    font-size: 12px;
    padding: 0;
    width: 18px;
  }
}
table tbody td a.btn:focus {
  box-shadow: none !important;
}
table tbody td input.data-table-checkbox {
  visibility: hidden;
  position: absolute;
  top: auto;
  left: -10000px;
}
table tbody td input.data-table-checkbox + label.data-table-label {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  /*border: 2px solid var(--bs-gray-500);
                    border-radius: 0.25rem;
                    position: relative;*/

}
table tbody td input.data-table-checkbox + label.data-table-label:after {
  display: block;
  width: 18px;
  height: 18px;
  content: '\F584';
  font-family: bootstrap-icons !important;
  font-size: 18px;
  color: var(--bs-blue);
  cursor: pointer;
}
table tbody td input.data-table-checkbox:checked + label.data-table-label:after {
  content: '\F26C';
}
table tbody td .loading-spinner .spinner-border.small {
  width: 1rem;
  height: 1rem;
}
table tbody td.w-5 {
  width: 5% !important;
}
table tbody td.w-6 {
  width: 6% !important;
}
table tbody td.w-7 {
  width: 7% !important;
}
table tbody td.w-8 {
  width: 8% !important;
}
table tbody td.w-9 {
  width: 9% !important;
}
table tbody td.w-10 {
  width: 10% !important;
}
table tbody td.w-15 {
  width: 15% !important;
}
table tbody td.w-20 {
  width: 20% !important;
}
table tbody td.w-25 {
  width: 25% !important;
}
table tbody td.w-30 {
  width: 30% !important;
}
table tbody td.w-35 {
  width: 35% !important;
}
table tbody td.w-40 {
  width: 40% !important;
}
table tbody td.w-45 {
  width: 45% !important;
}
table tbody td.w-50 {
  width: 50% !important;
}
table tbody td.w-55 {
  width: 55% !important;
}
table tbody td.w-60 {
  width: 60% !important;
}
table tbody td.w-65 {
  width: 65% !important;
}
table tbody td.w-70 {
  width: 70% !important;
}
table tbody td.w-75 {
  width: 75% !important;
}
table tbody td.w-80 {
  width: 80% !important;
}
table tbody td.w-85 {
  width: 85% !important;
}
table tbody td.w-90 {
  width: 90% !important;
}
table tbody td.w-95 {
  width: 95% !important;
}
table tfoot {
  display: table-row-group;
  border-top: none !important;
  margin-top: 0.5rem !important;
}
table tfoot td {
  padding-top: 0 !important;
  background-color: var(--bs-gray-100) !important;
  border: none !important;
}
table tfoot td select {
  font-size: 0.75em;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
  padding: 2px;
}
table.table th select,
table.table td select {
  max-width: 125px;
}
table.table-filterable thead th {
  padding-bottom: 0;
}
table.table.table-bordered {
  border-width: 1px;
  border-style: solid;
}
table.table-bordered-red {
  border-color: var(--bs-red);
}
table.table-bordered-red tbody {
  border-top-color: var(--bs-red) !important;
}
table.table-bordered-red + div.datatable-paging {
  border: 1px solid var(--bs-red) !important;
  border-top: none !important;
}
table.hide-col-1 th:nth-child(1) span,
table.hide-col-1 td:nth-child(1) span,
table.hide-col-1 tfoot td:nth-child(1) span,
table.hide-col-2 th:nth-child(2) span,
table.hide-col-2 td:nth-child(2) span,
table.hide-col-2 tfoot td:nth-child(2) span,
table.hide-col-3 th:nth-child(3) span,
table.hide-col-3 td:nth-child(3) span,
table.hide-col-3 tfoot td:nth-child(3) span,
table.hide-col-4 th:nth-child(4) span,
table.hide-col-4 td:nth-child(4) span,
table.hide-col-4 tfoot td:nth-child(4) span,
table.hide-col-5 th:nth-child(5) span,
table.hide-col-5 td:nth-child(5) span,
table.hide-col-5 tfoot td:nth-child(5) span,
table.hide-col-6 th:nth-child(6) span,
table.hide-col-6 td:nth-child(6) span,
table.hide-col-6 tfoot td:nth-child(6) span,
table.hide-col-7 th:nth-child(7) span,
table.hide-col-7 td:nth-child(7) span,
table.hide-col-7 tfoot td:nth-child(7) span,
table.hide-col-8 th:nth-child(8) span,
table.hide-col-8 td:nth-child(8) span,
table.hide-col-8 tfoot td:nth-child(8) span,
table.hide-col-9 th:nth-child(9) span,
table.hide-col-9 td:nth-child(9) span,
table.hide-col-9 tfoot td:nth-child(9) span,
table.hide-col-10 th:nth-child(10) span,
table.hide-col-10 td:nth-child(10) span,
table.hide-col-10 tfoot td:nth-child(10) span,
table.hide-col-1 th:nth-child(1) select,
table.hide-col-1 td:nth-child(1) select,
table.hide-col-1 tfoot td:nth-child(1) select,
table.hide-col-2 th:nth-child(2) select,
table.hide-col-2 td:nth-child(2) select,
table.hide-col-2 tfoot td:nth-child(2) select,
table.hide-col-3 th:nth-child(3) select,
table.hide-col-3 td:nth-child(3) select,
table.hide-col-3 tfoot td:nth-child(3) select,
table.hide-col-4 th:nth-child(4) select,
table.hide-col-4 td:nth-child(4) select,
table.hide-col-4 tfoot td:nth-child(4) select,
table.hide-col-5 th:nth-child(5) select,
table.hide-col-5 td:nth-child(5) select,
table.hide-col-5 tfoot td:nth-child(5) select,
table.hide-col-6 th:nth-child(6) select,
table.hide-col-6 td:nth-child(6) select,
table.hide-col-6 tfoot td:nth-child(6) select,
table.hide-col-7 th:nth-child(7) select,
table.hide-col-7 td:nth-child(7) select,
table.hide-col-7 tfoot td:nth-child(7) select,
table.hide-col-8 th:nth-child(8) select,
table.hide-col-8 td:nth-child(8) select,
table.hide-col-8 tfoot td:nth-child(8) select,
table.hide-col-9 th:nth-child(9) select,
table.hide-col-9 td:nth-child(9) select,
table.hide-col-9 tfoot td:nth-child(9) select,
table.hide-col-10 th:nth-child(10) select,
table.hide-col-10 td:nth-child(10) select,
table.hide-col-10 tfoot td:nth-child(10) select,
table.hide-col-1 th:nth-child(1) i,
table.hide-col-1 td:nth-child(1) i,
table.hide-col-1 tfoot td:nth-child(1) i,
table.hide-col-2 th:nth-child(2) i,
table.hide-col-2 td:nth-child(2) i,
table.hide-col-2 tfoot td:nth-child(2) i,
table.hide-col-3 th:nth-child(3) i,
table.hide-col-3 td:nth-child(3) i,
table.hide-col-3 tfoot td:nth-child(3) i,
table.hide-col-4 th:nth-child(4) i,
table.hide-col-4 td:nth-child(4) i,
table.hide-col-4 tfoot td:nth-child(4) i,
table.hide-col-5 th:nth-child(5) i,
table.hide-col-5 td:nth-child(5) i,
table.hide-col-5 tfoot td:nth-child(5) i,
table.hide-col-6 th:nth-child(6) i,
table.hide-col-6 td:nth-child(6) i,
table.hide-col-6 tfoot td:nth-child(6) i,
table.hide-col-7 th:nth-child(7) i,
table.hide-col-7 td:nth-child(7) i,
table.hide-col-7 tfoot td:nth-child(7) i,
table.hide-col-8 th:nth-child(8) i,
table.hide-col-8 td:nth-child(8) i,
table.hide-col-8 tfoot td:nth-child(8) i,
table.hide-col-9 th:nth-child(9) i,
table.hide-col-9 td:nth-child(9) i,
table.hide-col-9 tfoot td:nth-child(9) i,
table.hide-col-10 th:nth-child(10) i,
table.hide-col-10 td:nth-child(10) i,
table.hide-col-10 tfoot td:nth-child(10) i {
  visibility: hidden;
}
table.hide-col-1 th:nth-child(1):after,
table.hide-col-1 td:nth-child(1):after,
table.hide-col-1 tfoot td:nth-child(1):after,
table.hide-col-2 th:nth-child(2):after,
table.hide-col-2 td:nth-child(2):after,
table.hide-col-2 tfoot td:nth-child(2):after,
table.hide-col-3 th:nth-child(3):after,
table.hide-col-3 td:nth-child(3):after,
table.hide-col-3 tfoot td:nth-child(3):after,
table.hide-col-4 th:nth-child(4):after,
table.hide-col-4 td:nth-child(4):after,
table.hide-col-4 tfoot td:nth-child(4):after,
table.hide-col-5 th:nth-child(5):after,
table.hide-col-5 td:nth-child(5):after,
table.hide-col-5 tfoot td:nth-child(5):after,
table.hide-col-6 th:nth-child(6):after,
table.hide-col-6 td:nth-child(6):after,
table.hide-col-6 tfoot td:nth-child(6):after,
table.hide-col-7 th:nth-child(7):after,
table.hide-col-7 td:nth-child(7):after,
table.hide-col-7 tfoot td:nth-child(7):after,
table.hide-col-8 th:nth-child(8):after,
table.hide-col-8 td:nth-child(8):after,
table.hide-col-8 tfoot td:nth-child(8):after,
table.hide-col-9 th:nth-child(9):after,
table.hide-col-9 td:nth-child(9):after,
table.hide-col-9 tfoot td:nth-child(9):after,
table.hide-col-10 th:nth-child(10):after,
table.hide-col-10 td:nth-child(10):after,
table.hide-col-10 tfoot td:nth-child(10):after {
  display: none;
}
table.d-none-col-1 th:nth-child(1) span,
table.d-none-col-1 td:nth-child(1) span,
table.d-none-col-1 tfoot td:nth-child(1) span,
table.d-none-col-2 th:nth-child(2) span,
table.d-none-col-2 td:nth-child(2) span,
table.d-none-col-2 tfoot td:nth-child(2) span,
table.d-none-col-3 th:nth-child(3) span,
table.d-none-col-3 td:nth-child(3) span,
table.d-none-col-3 tfoot td:nth-child(3) span,
table.d-none-col-4 th:nth-child(4) span,
table.d-none-col-4 td:nth-child(4) span,
table.d-none-col-4 tfoot td:nth-child(4) span,
table.d-none-col-5 th:nth-child(5) span,
table.d-none-col-5 td:nth-child(5) span,
table.d-none-col-5 tfoot td:nth-child(5) span,
table.d-none-col-6 th:nth-child(6) span,
table.d-none-col-6 td:nth-child(6) span,
table.d-none-col-6 tfoot td:nth-child(6) span,
table.d-none-col-7 th:nth-child(7) span,
table.d-none-col-7 td:nth-child(7) span,
table.d-none-col-7 tfoot td:nth-child(7) span,
table.d-none-col-8 th:nth-child(8) span,
table.d-none-col-8 td:nth-child(8) span,
table.d-none-col-8 tfoot td:nth-child(8) span,
table.d-none-col-9 th:nth-child(9) span,
table.d-none-col-9 td:nth-child(9) span,
table.d-none-col-9 tfoot td:nth-child(9) span,
table.d-none-col-10 th:nth-child(10) span,
table.d-none-col-10 td:nth-child(10) span,
table.d-none-col-10 tfoot td:nth-child(10) span,
table.d-none-col-1 th:nth-child(1) select,
table.d-none-col-1 td:nth-child(1) select,
table.d-none-col-1 tfoot td:nth-child(1) select,
table.d-none-col-2 th:nth-child(2) select,
table.d-none-col-2 td:nth-child(2) select,
table.d-none-col-2 tfoot td:nth-child(2) select,
table.d-none-col-3 th:nth-child(3) select,
table.d-none-col-3 td:nth-child(3) select,
table.d-none-col-3 tfoot td:nth-child(3) select,
table.d-none-col-4 th:nth-child(4) select,
table.d-none-col-4 td:nth-child(4) select,
table.d-none-col-4 tfoot td:nth-child(4) select,
table.d-none-col-5 th:nth-child(5) select,
table.d-none-col-5 td:nth-child(5) select,
table.d-none-col-5 tfoot td:nth-child(5) select,
table.d-none-col-6 th:nth-child(6) select,
table.d-none-col-6 td:nth-child(6) select,
table.d-none-col-6 tfoot td:nth-child(6) select,
table.d-none-col-7 th:nth-child(7) select,
table.d-none-col-7 td:nth-child(7) select,
table.d-none-col-7 tfoot td:nth-child(7) select,
table.d-none-col-8 th:nth-child(8) select,
table.d-none-col-8 td:nth-child(8) select,
table.d-none-col-8 tfoot td:nth-child(8) select,
table.d-none-col-9 th:nth-child(9) select,
table.d-none-col-9 td:nth-child(9) select,
table.d-none-col-9 tfoot td:nth-child(9) select,
table.d-none-col-10 th:nth-child(10) select,
table.d-none-col-10 td:nth-child(10) select,
table.d-none-col-10 tfoot td:nth-child(10) select,
table.d-none-col-1 th:nth-child(1) i,
table.d-none-col-1 td:nth-child(1) i,
table.d-none-col-1 tfoot td:nth-child(1) i,
table.d-none-col-2 th:nth-child(2) i,
table.d-none-col-2 td:nth-child(2) i,
table.d-none-col-2 tfoot td:nth-child(2) i,
table.d-none-col-3 th:nth-child(3) i,
table.d-none-col-3 td:nth-child(3) i,
table.d-none-col-3 tfoot td:nth-child(3) i,
table.d-none-col-4 th:nth-child(4) i,
table.d-none-col-4 td:nth-child(4) i,
table.d-none-col-4 tfoot td:nth-child(4) i,
table.d-none-col-5 th:nth-child(5) i,
table.d-none-col-5 td:nth-child(5) i,
table.d-none-col-5 tfoot td:nth-child(5) i,
table.d-none-col-6 th:nth-child(6) i,
table.d-none-col-6 td:nth-child(6) i,
table.d-none-col-6 tfoot td:nth-child(6) i,
table.d-none-col-7 th:nth-child(7) i,
table.d-none-col-7 td:nth-child(7) i,
table.d-none-col-7 tfoot td:nth-child(7) i,
table.d-none-col-8 th:nth-child(8) i,
table.d-none-col-8 td:nth-child(8) i,
table.d-none-col-8 tfoot td:nth-child(8) i,
table.d-none-col-9 th:nth-child(9) i,
table.d-none-col-9 td:nth-child(9) i,
table.d-none-col-9 tfoot td:nth-child(9) i,
table.d-none-col-10 th:nth-child(10) i,
table.d-none-col-10 td:nth-child(10) i,
table.d-none-col-10 tfoot td:nth-child(10) i {
  display: none;
}
table.d-none-col-1 th:nth-child(1):after,
table.d-none-col-1 td:nth-child(1):after,
table.d-none-col-1 tfoot td:nth-child(1):after,
table.d-none-col-2 th:nth-child(2):after,
table.d-none-col-2 td:nth-child(2):after,
table.d-none-col-2 tfoot td:nth-child(2):after,
table.d-none-col-3 th:nth-child(3):after,
table.d-none-col-3 td:nth-child(3):after,
table.d-none-col-3 tfoot td:nth-child(3):after,
table.d-none-col-4 th:nth-child(4):after,
table.d-none-col-4 td:nth-child(4):after,
table.d-none-col-4 tfoot td:nth-child(4):after,
table.d-none-col-5 th:nth-child(5):after,
table.d-none-col-5 td:nth-child(5):after,
table.d-none-col-5 tfoot td:nth-child(5):after,
table.d-none-col-6 th:nth-child(6):after,
table.d-none-col-6 td:nth-child(6):after,
table.d-none-col-6 tfoot td:nth-child(6):after,
table.d-none-col-7 th:nth-child(7):after,
table.d-none-col-7 td:nth-child(7):after,
table.d-none-col-7 tfoot td:nth-child(7):after,
table.d-none-col-8 th:nth-child(8):after,
table.d-none-col-8 td:nth-child(8):after,
table.d-none-col-8 tfoot td:nth-child(8):after,
table.d-none-col-9 th:nth-child(9):after,
table.d-none-col-9 td:nth-child(9):after,
table.d-none-col-9 tfoot td:nth-child(9):after,
table.d-none-col-10 th:nth-child(10):after,
table.d-none-col-10 td:nth-child(10):after,
table.d-none-col-10 tfoot td:nth-child(10):after {
  display: none;
}
table.col-1-w-5 th:nth-child(1),
table.col-2-w-5 th:nth-child(2),
table.col-3-w-5 th:nth-child(3),
table.col-4-w-5 th:nth-child(4),
table.col-5-w-5 th:nth-child(5),
table.col-6-w-5 th:nth-child(6),
table.col-7-w-5 th:nth-child(7),
table.col-8-w-5 th:nth-child(8),
table.col-9-w-5 th:nth-child(9),
table.col-10-w-5 th:nth-child(10) {
  width: 5% !important;
}
table.col-1-w-10 th:nth-child(1),
table.col-2-w-10 th:nth-child(2),
table.col-3-w-10 th:nth-child(3),
table.col-4-w-10 th:nth-child(4),
table.col-5-w-10 th:nth-child(5),
table.col-6-w-10 th:nth-child(6),
table.col-7-w-10 th:nth-child(7),
table.col-8-w-10 th:nth-child(8),
table.col-9-w-10 th:nth-child(9),
table.col-10-w-10 th:nth-child(10) {
  width: 10% !important;
}
table.col-1-w-15 th:nth-child(1),
table.col-2-w-15 th:nth-child(2),
table.col-3-w-15 th:nth-child(3),
table.col-4-w-15 th:nth-child(4),
table.col-5-w-15 th:nth-child(5),
table.col-6-w-15 th:nth-child(6),
table.col-7-w-15 th:nth-child(7),
table.col-8-w-15 th:nth-child(8),
table.col-9-w-15 th:nth-child(9),
table.col-10-w-15 th:nth-child(10) {
  width: 15% !important;
}
table.col-1-w-20 th:nth-child(1),
table.col-2-w-20 th:nth-child(2),
table.col-3-w-20 th:nth-child(3),
table.col-4-w-20 th:nth-child(4),
table.col-5-w-20 th:nth-child(5),
table.col-6-w-20 th:nth-child(6),
table.col-7-w-20 th:nth-child(7),
table.col-8-w-20 th:nth-child(8),
table.col-9-w-20 th:nth-child(9),
table.col-10-w-20 th:nth-child(10) {
  width: 20% !important;
}
table.col-1-w-25 th:nth-child(1),
table.col-2-w-25 th:nth-child(2),
table.col-3-w-25 th:nth-child(3),
table.col-4-w-25 th:nth-child(4),
table.col-5-w-25 th:nth-child(5),
table.col-6-w-25 th:nth-child(6),
table.col-7-w-25 th:nth-child(7),
table.col-8-w-25 th:nth-child(8),
table.col-9-w-25 th:nth-child(9),
table.col-10-w-25 th:nth-child(10) {
  width: 25% !important;
}
table.col-1-w-30 th:nth-child(1),
table.col-2-w-30 th:nth-child(2),
table.col-3-w-30 th:nth-child(3),
table.col-4-w-30 th:nth-child(4),
table.col-5-w-30 th:nth-child(5),
table.col-6-w-30 th:nth-child(6),
table.col-7-w-30 th:nth-child(7),
table.col-8-w-30 th:nth-child(8),
table.col-9-w-30 th:nth-child(9),
table.col-10-w-30 th:nth-child(10) {
  width: 30% !important;
}
table.col-1-w-35 th:nth-child(1),
table.col-2-w-35 th:nth-child(2),
table.col-3-w-35 th:nth-child(3),
table.col-4-w-35 th:nth-child(4),
table.col-5-w-35 th:nth-child(5),
table.col-6-w-35 th:nth-child(6),
table.col-7-w-35 th:nth-child(7),
table.col-8-w-35 th:nth-child(8),
table.col-9-w-35 th:nth-child(9),
table.col-10-w-35 th:nth-child(10) {
  width: 35% !important;
}
table.col-1-w-40 th:nth-child(1),
table.col-2-w-40 th:nth-child(2),
table.col-3-w-40 th:nth-child(3),
table.col-4-w-40 th:nth-child(4),
table.col-5-w-40 th:nth-child(5),
table.col-6-w-40 th:nth-child(6),
table.col-7-w-40 th:nth-child(7),
table.col-8-w-40 th:nth-child(8),
table.col-9-w-40 th:nth-child(9),
table.col-10-w-40 th:nth-child(10) {
  width: 40% !important;
}
table.col-1-w-45 th:nth-child(1),
table.col-2-w-45 th:nth-child(2),
table.col-3-w-45 th:nth-child(3),
table.col-4-w-45 th:nth-child(4),
table.col-5-w-45 th:nth-child(5),
table.col-6-w-45 th:nth-child(6),
table.col-7-w-45 th:nth-child(7),
table.col-8-w-45 th:nth-child(8),
table.col-9-w-45 th:nth-child(9),
table.col-10-w-45 th:nth-child(10) {
  width: 45% !important;
}
table.col-1-w-50 th:nth-child(1),
table.col-2-w-50 th:nth-child(2),
table.col-3-w-50 th:nth-child(3),
table.col-4-w-50 th:nth-child(4),
table.col-5-w-50 th:nth-child(5),
table.col-6-w-50 th:nth-child(6),
table.col-7-w-50 th:nth-child(7) th,
table.col-8-w-50 th:nth-child(8),
table.col-9-w-50 th:nth-child(9),
table.col-10-w-50 th:nth-child(10) {
  width: 50% !important;
}
table.col-1-w-55 th:nth-child(1),
table.col-2-w-55 th:nth-child(2),
table.col-3-w-55 th:nth-child(3),
table.col-4-w-55 th:nth-child(4),
table.col-5-w-55 th:nth-child(5),
table.col-6-w-55 th:nth-child(6),
table.col-7-w-55 th:nth-child(7) th,
table.col-8-w-55 th:nth-child(8),
table.col-9-w-55 th:nth-child(9),
table.col-10-w-55 th:nth-child(10) {
  width: 55% !important;
}
table.col-1-w-60 th:nth-child(1),
table.col-2-w-60 th:nth-child(2),
table.col-3-w-60 th:nth-child(3),
table.col-4-w-60 th:nth-child(4),
table.col-5-w-60 th:nth-child(5),
table.col-6-w-60 th:nth-child(6),
table.col-7-w-60 th:nth-child(7) th,
table.col-8-w-60 th:nth-child(8),
table.col-9-w-60 th:nth-child(9),
table.col-10-w-60 th:nth-child(10) {
  width: 60% !important;
}
table.col-1-w-65 th:nth-child(1),
table.col-2-w-65 th:nth-child(2),
table.col-3-w-65 th:nth-child(3),
table.col-4-w-65 th:nth-child(4),
table.col-5-w-65 th:nth-child(5),
table.col-6-w-65 th:nth-child(6),
table.col-7-w-65 th:nth-child(7) th,
table.col-8-w-65 th:nth-child(8),
table.col-9-w-65 th:nth-child(9),
table.col-10-w-65 th:nth-child(10) {
  width: 65% !important;
}
table.col-1-w-70 th:nth-child(1),
table.col-2-w-70 th:nth-child(2),
table.col-3-w-70 th:nth-child(3),
table.col-4-w-70 th:nth-child(4),
table.col-5-w-70 th:nth-child(5),
table.col-6-w-70 th:nth-child(6),
table.col-7-w-70 th:nth-child(7) th,
table.col-8-w-70 th:nth-child(8),
table.col-9-w-70 th:nth-child(9),
table.col-10-w-70 th:nth-child(10) {
  width: 70% !important;
}
table.col-1-w-75 th:nth-child(1),
table.col-2-w-75 th:nth-child(2),
table.col-3-w-75 th:nth-child(3),
table.col-4-w-75 th:nth-child(4),
table.col-5-w-75 th:nth-child(5),
table.col-6-w-75 th:nth-child(6),
table.col-7-w-75 th:nth-child(7) th,
table.col-8-w-75 th:nth-child(8),
table.col-9-w-75 th:nth-child(9),
table.col-10-w-75 th:nth-child(10) {
  width: 75% !important;
}
table.col-1-w-80 th:nth-child(1),
table.col-2-w-80 th:nth-child(2),
table.col-3-w-80 th:nth-child(3),
table.col-4-w-80 th:nth-child(4),
table.col-5-w-80 th:nth-child(5),
table.col-6-w-80 th:nth-child(6),
table.col-7-w-80 th:nth-child(7) th,
table.col-8-w-80 th:nth-child(8),
table.col-9-w-80 th:nth-child(9),
table.col-10-w-80 th:nth-child(10) {
  width: 80% !important;
}
table.col-1-w-85 th:nth-child(1),
table.col-2-w-85 th:nth-child(2),
table.col-3-w-85 th:nth-child(3),
table.col-4-w-85 th:nth-child(4),
table.col-5-w-85 th:nth-child(5),
table.col-6-w-85 th:nth-child(6),
table.col-7-w-85 th:nth-child(7) th,
table.col-8-w-85 th:nth-child(8),
table.col-9-w-85 th:nth-child(9),
table.col-10-w-85 th:nth-child(10) {
  width: 85% !important;
}
table.col-1-w-90 th:nth-child(1),
table.col-2-w-90 th:nth-child(2),
table.col-3-w-90 th:nth-child(3),
table.col-4-w-90 th:nth-child(4),
table.col-5-w-90 th:nth-child(5),
table.col-6-w-90 th:nth-child(6),
table.col-7-w-90 th:nth-child(7) th,
table.col-8-w-90 th:nth-child(8),
table.col-9-w-90 th:nth-child(9),
table.col-10-w-90 th:nth-child(10) {
  width: 90% !important;
}
table.col-1-w-95 th:nth-child(1),
table.col-2-w-95 th:nth-child(2),
table.col-3-w-95 th:nth-child(3),
table.col-4-w-95 th:nth-child(4),
table.col-5-w-95 th:nth-child(5),
table.col-6-w-95 th:nth-child(6),
table.col-7-w-95 th:nth-child(7) th,
table.col-8-w-95 th:nth-child(8),
table.col-9-w-95 th:nth-child(9),
table.col-10-w-95 th:nth-child(10) {
  width: 95% !important;
}
.progress-bar {
  background-color: var(--bs-blue);
}
.view-staff-wrapper {
  cursor: pointer;
}
.view-staff-wrapper a {
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-gray-700);
}
.view-staff-wrapper.active {
  background-color: var(--bs-gray-300);
  border: 2px solid var(--bs-gray-500);
}
.view-staff-wrapper.active i {
  color: var(--bs-gray-700);
}
.view-staff-wrapper:hover {
  background-color: var(--bs-gray-100);
}
.view-staff-body {
  overflow-y: auto !important;
}
.view-staff-body .loading-spinner div.spinner-border {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
div.input-group .input-group-text.search {
  border-right: none;
  background-color: var(--bs-white);
}
div.input-group .input-group-text.search + input {
  border-left: none !important;
  padding-left: 0.25rem;
}
div.input-group .input-group-text.search + input:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
div.input-group .input-group-text.search + input::placeholder {
  color: var(--bs-gray-300);
  /*text-transform:lowercase;*/
  font-style: italic;
}
.form-control.input-validation-error {
  border-color: var(--bs-red) !important;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da;
}
.form-control.data-tables-text-search[disabled="disabled"] {
  background-color: var(--bs-white) !important;
  cursor: wait;
}
.form-label.validation-error {
  color: var(--bs-red) !important;
}
.form-select.input-validation-error,
.form-select.validation-error {
  border-color: var(--bs-red) !important;
}
.form-select:focus {
  box-shadow: none !important;
  border-color: #ced4da;
}
.ui-datepicker {
  margin-top: 0.25rem;
  width: 20em !important;
  z-index: 1000 !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 4px !important;
  left: 4px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(90deg);
  background-position: unset !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: none !important;
  /*position: unset;*/

}
.ui-datepicker .ui-datepicker-next {
  left: unset !important;
  right: 4px !important;
}
.ui-datepicker .ui-datepicker-next span {
  transform: rotate(-90deg);
}
.ui-datepicker table tr td {
  font-size: 0.9rem;
}
.ui-datepicker-trigger {
  display: block;
  padding: 0.375rem 1rem;
  text-align: center;
  border: 1px solid var(--bs-gray-400);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  width: 26px;
  position: relative;
  background-color: var(--bs-gray-200);
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.ui-datepicker-trigger:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "\f214";
  font-family: bootstrap-icons !important;
  text-align: center;
  font-size: 1.25rem;
  line-height: 36px;
}
.ui-datepicker-trigger:hover {
  background-color: var(--bs-gray-200);
}
input.hasDatepicker.input-validation-error + button {
  border-color: var(--bs-red);
}
input.hasDatepicker.input-validation-error + button:after {
  color: var(--bs-red);
}
.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper input {
  display: block;
}
.datepicker-wrapper span.place-holder-text {
  position: absolute;
  top: auto;
  left: auto;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}
.ignore-white-space {
  font-size: 0;
}
.reports-overview-wrapper p.chart-total {
  overflow: hidden;
  white-space: nowrap;
}
.reports-overview-wrapper .chart[data-clickable-url] {
  cursor: pointer !important;
}
.reports-overview-wrapper .chart[data-clickable-url] + p.chart-total {
  cursor: pointer !important;
}
.reports-overview-wrapper .chart[data-clickable-url] + p.chart-total span,
.reports-overview-wrapper .chart[data-clickable-url] + p.chart-total small {
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .reports-overview-wrapper p.chart-total {
    margin-top: 8px !important;
  }
  .reports-overview-wrapper p.chart-total span {
    font-size: 0.9rem;
    margin: 0;
  }
  .reports-overview-wrapper p.chart-total small {
    font-size: 0.5rem !important;
  }
  .reports-overview-wrapper p.h5 {
    font-size: 0.8rem;
    padding-top: 0 !important;
  }
  .reports-overview-wrapper div.loading-spinner {
    padding-top: 0 !important;
  }
  .reports-overview-wrapper div.loading-spinner span {
    font-size: 0.75rem !important;
  }
  .reports-overview-wrapper div.loading-spinner div.spinner-border.small {
    display: none;
    width: 0.75rem;
    height: 0.75rem;
    border-width: 2px;
  }
}
.file-upload-wrapper .btn-file {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 130px;
}
@media (min-width: 992px) {
  .file-upload-wrapper .btn-file {
    width: 130px;
  }
}
.file-upload-wrapper .btn-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.file-upload-wrapper .btn-file input[type="file"]:hover + div {
  border-color: var(--bs-gray-600) !important;
}
.file-upload-wrapper .btn-file input[type="file"]:hover + div span {
  color: var(--bs-gray-600);
}
.file-upload-wrapper .btn-file input[type="file"]:hover + div span i {
  color: var(--bs-gray-600);
}
.file-upload-wrapper .btn-file div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dotted var(--bs-gray-400) !important;
  border-radius: 0.5rem;
  z-index: 1;
}
.file-upload-wrapper .btn-file div:hover {
  border-color: var(--bs-gray-600);
}
.file-upload-wrapper .btn-file div span {
  padding-top: 2rem;
  color: var(--bs-gray-600);
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
}
.file-upload-wrapper .btn-file div span i {
  color: var(--bs-gray-600);
}
.file-upload-wrapper .btn-file div span.upload-allowed {
  display: block;
}
.file-upload-wrapper .btn-file div span.upload-restricted {
  display: none;
}
.file-upload-wrapper .btn-file.disabled div span.upload-allowed {
  display: none;
}
.file-upload-wrapper .btn-file.disabled div span.upload-restricted {
  display: block;
  color: var(--bs-gray-400) !important;
}
.file-upload-wrapper .btn-file.disabled div span.upload-restricted i {
  color: var(--bs-gray-400) !important;
}
.file-upload-wrapper .btn-file.disabled input:hover + div {
  border-color: var(--bs-gray-400) !important;
}
.file-upload-wrapper .btn-file.disabled input:hover + div span {
  color: var(--bs-gray-400) !important;
}
.file-upload-wrapper .btn-file.disabled input:hover + div span i {
  color: var(--bs-gray-400) !important;
}
.file-upload-wrapper .well-file {
  display: block;
  float: left;
  width: 100%;
  min-height: 130px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.25rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .file-upload-wrapper .well-file {
    width: calc(100% - 130px - 1rem);
    margin-left: 1rem;
    margin-top: 0;
  }
}
.image-preview {
  display: block;
  float: left;
  /*width: ~"calc(50% - 0.5rem)";*/
  /*margin-right:0.5rem;*/
  width: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .image-preview {
    width: 135px;
    margin-right: 1rem;
  }
}
.image-preview .image-border {
  position: relative;
  /*width: 100%;*/
  width: calc(100% - 1rem);
  padding-top: calc(100% - 1rem);
  height: 0;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.25rem;
  margin: 0.5rem 0.5rem 0 0.5rem;
}
.image-preview .image-border .image {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/Content/Img/preview-generic-document.png");
  z-index: 1;
  opacity: 0;
}
.image-preview .image-border i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
.image-preview .image-border i.pdf {
  background-image: url("/Content/Img/Icons/icon-pdf.png");
}
.image-preview .image-border i.word {
  background-image: url("/Content/Img/Icons/icon-word.png");
}
.image-preview .image-border i.excel {
  background-image: url("/Content/Img/Icons/icon-excel.png");
}
.image-preview .image-border i.img {
  background-image: url("/Content/Img/Icons/icon-image.png");
}
.image-preview .image-border .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  z-index: 3;
}
.image-preview.html-image {
  width: 100px;
  max-width: calc(25% - 0.5rem);
  margin-right: 0.5rem;
}
.image-preview.html-image .image-border i {
  bottom: 8%;
  right: 8%;
  z-index: 2;
  width: 20%;
  height: 20%;
}
.field-validation-valid {
  display: none;
}
.toast-container {
  z-index: 1000000;
}
.toast-container .toast.validation-summary-toast {
  border-color: var(--bs-red);
  border-width: 2px;
}
.toast-container .toast.validation-summary-toast .toast-header {
  color: var(--bs-red);
}
.toast-container .toast.validation-summary-toast .toast-header i:before {
  content: "\f332";
}
.toast-container .toast.validation-summary-toast .toast-header strong {
  color: var(--bs-red);
}
.toast-container .toast.validation-summary-toast .toast-body {
  z-index: 10000000;
}
.toast-container .toast.validation-summary-toast .toast-body ul {
  padding: 0;
  margin: 0;
}
.toast-container .toast.validation-summary-toast .toast-body ul li {
  padding-left: 14px;
  list-style: none;
  position: relative;
}
.toast-container .toast.validation-summary-toast .toast-body ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  content: "\f582";
  font-family: bootstrap-icons !important;
  font-size: 0.4rem;
  line-height: var(--bs-body-line-height);
  height: var(--bs-body-line-height);
  color: var(--bs-red);
}
.tree-wrapper {
  overflow-x: auto;
}
.tree {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 0 1em;
  text-align: center;
  display: table;
}
.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  width: 100%;
}
.tree ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table-cell;
  padding: .5em 0;
  vertical-align: top;
}
.tree ul li:before {
  outline: solid 1px #666666;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tree ul li:first-child:before {
  left: 50%;
}
.tree ul li:last-child:before {
  right: 50%;
}
.tree ul:before {
  top: -0.5em;
  outline: solid 1px #666666;
  content: "";
  height: .5em;
  left: 50%;
  position: absolute;
}
.tree span {
  border: solid 0.1em #666666;
  border-radius: .2em;
  display: inline-block;
  margin: 0 .2em .5em;
  padding: .2em .5em;
  position: relative;
}
.tree span:before {
  top: -0.55em;
  outline: solid 1px #666666;
  content: "";
  height: .5em;
  left: 50%;
  position: absolute;
}
.tree > li {
  margin-top: 0;
}
.tree > li:before,
.tree > li:after,
.tree > li > span:before {
  outline: none;
}
/* Comment Generated by Combres - Resource '~/Content/itas/fastselect.css' (Mode: Static) */

/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/

@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fstElement {
  display: inline-block;
  position: relative;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  color: #232323;
  font-size: 1.1em;
  background-color: white;
}
.has-error .fstElement {
  border-color: #a94442 !important;
}
.fstElement > select,
.fstElement > input {
  position: absolute;
  left: -999em;
}
.fstToggleBtn {
  font-size: 1.4em;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.71429em 1.42857em 0.71429em 0.71429em;
  min-width: 3.8em;
  cursor: pointer;
}
.fstToggleBtn:after {
  position: absolute;
  content: "";
  right: 0.71429em;
  top: 50%;
  margin-top: -0.17857em;
  border: 0.35714em solid transparent;
  border-top-color: #cacaca;
}
.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}
.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 30em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d7d7d7;
  border-top: 0;
  background-color: white;
  display: none;
}
.fstResultItem {
  font-size: 0.8em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid white;
}
.fstResultItem.fstUserOption {
  color: #707070;
}
.fstResultItem.fstFocused {
  color: white;
  background-color: #43a2f3;
  border-color: #73baf6;
}
.fstResultItem.fstSelected {
  color: white;
  background-color: #2694f1;
  border-color: #73baf6;
}
.fstGroupTitle {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold;
}
.fstGroup {
  padding-top: 1em;
}
.fstGroup:first-child {
  padding-top: 0;
}
.fstNoResults {
  font-size: 1.4em;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999999;
}
/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/

.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #d7d7d7;
  background-color: white;
  display: none;
}
.fstSingleMode .fstQueryInput {
  font-size: 1.4em;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999999;
  border: 1px solid #d7d7d7;
}
.fstSingleMode.fstActive {
  z-index: 100;
}
.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.fstSingleMode.fstActive .fstControls {
  display: block;
}
.fstSingleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  margin-top: -1px;
}
.fstGroup .fstGroupTitle {
  font-size: 12px;
}
.fstGroup .fstResultItem {
  padding-left: 24px;
}
/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/

.fstChoiceItem {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  margin: 0 0.41667em 0.41667em 0;
  padding: 0.33333em 0.33333em 0.33333em 1.5em;
  float: left;
  border-radius: 0.25em;
  border: 1px solid #43a2f3;
  cursor: auto;
  color: white;
  background-color: #43a2f3;
  -webkit-animation: fstAnimationEnter 0.2s;
  -moz-animation: fstAnimationEnter 0.2s;
  animation: fstAnimationEnter 0.2s;
}
.fstChoiceItem.mod1 {
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  color: #232323;
}
.fstChoiceItem.mod1 > .fstChoiceRemove {
  color: #a4a4a4;
}
.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  font-size: 1.16667em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.28571em;
  line-height: 1.28571em;
  margin-top: -0.64286em;
  text-align: center;
  color: white;
}
.fstChoiceRemove::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.fstMultipleMode .fstControls {
  box-sizing: border-box;
  padding: 0.5em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 20em;
  cursor: text;
}
.fstMultipleMode .fstQueryInput {
  font-size: 1.4em;
  float: left;
  padding: 0.28571em 0;
  margin: 0 0 0.35714em 0;
  width: 2em;
  color: #999999;
}
.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
  padding: 0.28571em 0.35714em;
}
.fstMultipleMode .fstFakeInput {
  font-size: 1.4em;
}
.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.fstMultipleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  border-top: 1px solid #d7d7d7;
}
/* Comment Generated by Combres - Resource '~/Content/hamburgers.min.css' (Mode: Static) */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: black;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: black;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* Comment Generated by Combres - Resource '~/Content/jquery-ui-1.13.2.custom/jquery-ui.css' (Mode: Static) */

/*! jQuery UI - v1.13.2 - 2023-02-13
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23ffffff&fcHighlight=%23ffffff&borderColorHighlight=%2337a2eb&bgTextureHighlight=flat&bgColorHighlight=%2337a2eb&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%2337a2eb&bgTextureActive=flat&bgColorActive=%2337a2eb&iconColorHover=%23555555&fcHover=%23212529&borderColorHover=%23ced4da&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23212529&borderColorDefault=%23ced4da&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23212529&borderColorContent=%23ced4da&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23212529&borderColorHeader=%23dedede&bgTextureHeader=flat&bgColorHeader=%23f8f9fa&cornerRadius=4px&fwDefault=normal&fsDefault=&ffDefault=
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */

}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #cccccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/

.ui-widget {
  font-family: inherit;
  font-size: ;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #ced4da;
}
.ui-widget-content {
  border: 1px solid #ced4da;
  background: white;
  color: #212529;
}
.ui-widget-content a {
  color: #212529;
}
.ui-widget-header {
  border: 1px solid #dedede;
  background: #f8f9fa;
  color: #212529;
  font-weight: bold;
}
.ui-widget-header a {
  color: #212529;
}
/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */ html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ced4da;
  background: #f6f6f6;
  font-weight: normal;
  color: #212529;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #212529;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ced4da;
  background: #ededed;
  font-weight: normal;
  color: #212529;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212529;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #37a2eb;
  background: #37a2eb;
  font-weight: normal;
  color: white;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #37a2eb;
  background-color: white;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: white;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #37a2eb;
  background: #37a2eb;
  color: white;
}
.ui-state-checked {
  border: 1px solid #37a2eb;
  background: #37a2eb;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: white;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */

}
/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_ffffff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("/Content/jquery-ui-1.13.2.custom/images/ui-icons_777777_256x240.png");
}
/* positioning */

/* Three classes needed to override `.ui-button:hover .ui-icon` */

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  /* support: IE8 */

}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/* Comment Generated by Combres - Resource '~/Content/Itas/fontawesome-4.7.css' (Mode: Static) */

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("/Content/Itas/fontawesome/4.7/fontawesome-webfont.eot?v=4.7.0");
  src: url("/Content/Itas/fontawesome/4.7/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("/Content/Itas/fontawesome/4.7/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("/Content/Itas/fontawesome/4.7/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("/Content/Itas/fontawesome/4.7/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("/Content/Itas/fontawesome/4.7/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-25x {
  font-size: 2.5em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/* Comment Generated by Combres - Resource '~/node_modules/lightgallery/css/lightgallery-bundle.css' (Mode: Static) */

@font-face {
  font-family: 'lg';
  src: url("/node_modules/lightgallery/fonts/lg.woff2?io9a6k") format("woff2"), url("/node_modules/lightgallery/fonts/lg.ttf?io9a6k") format("truetype"), url("/node_modules/lightgallery/fonts/lg.woff?io9a6k") format("woff"), url("/node_modules/lightgallery/fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: white;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: '\e095';
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: '\e094';
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: white;
}
.lg-toolbar .lg-close:after {
  content: '\e070';
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}
.lg-toolbar .lg-download:after {
  content: '\e0f2';
}
.lg-sub-html {
  color: #eeeeee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999999;
}
.lg-counter {
  color: #999999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: white;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid white;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: '\e01d';
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-icon.lg-zoom-in:after {
  content: '\e311';
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: '\e033';
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: '\e312';
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: white;
  color: white;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: white;
}
.lg-outer .lg-dropdown {
  background-color: white;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: white;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333333;
}
.lg-outer .lg-dropdown a {
  color: #333333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: '\e80d';
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}
.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: white;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: white;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: black;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("/node_modules/lightgallery/images/loading.gif") no-repeat scroll center center white;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: white;
}
.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: white;
}
.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-img-rotate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-rotate-left:after {
  content: '\e900';
}
.lg-rotate-right:after {
  content: '\e901';
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: '\e903';
}
.lg-flip-hor:after {
  content: '\e902';
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  content: '';
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("/node_modules/lightgallery/images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: black;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: '\e909';
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
/* Comment Generated by Combres - Resource '~/Content/Itas/flag-icon.css' (Mode: Static) */

@charset "UTF-8";
.flag-icon-background,
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 2.1em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-abw {
  background-image: url("/Content/flags/4x3/abw.svg");
}
.flag-icon-abw.flag-icon-squared {
  background-image: url("/Content/flags/1x1/abw.svg");
}
.flag-icon-afg {
  background-image: url("/Content/flags/4x3/afg.svg");
}
.flag-icon-afg.flag-icon-squared {
  background-image: url("/Content/flags/1x1/afg.svg");
}
.flag-icon-ago {
  background-image: url("/Content/flags/4x3/ago.svg");
}
.flag-icon-ago.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ago.svg");
}
.flag-icon-aia {
  background-image: url("/Content/flags/4x3/aia.svg");
}
.flag-icon-aia.flag-icon-squared {
  background-image: url("/Content/flags/1x1/aia.svg");
}
.flag-icon-ala {
  background-image: url("/Content/flags/4x3/ala.svg");
}
.flag-icon-ala.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ala.svg");
}
.flag-icon-alb {
  background-image: url("/Content/flags/4x3/alb.svg");
}
.flag-icon-alb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/alb.svg");
}
.flag-icon-and {
  background-image: url("/Content/flags/4x3/and.svg");
}
.flag-icon-and.flag-icon-squared {
  background-image: url("/Content/flags/1x1/and.svg");
}
.flag-icon-are {
  background-image: url("/Content/flags/4x3/are.svg");
}
.flag-icon-are.flag-icon-squared {
  background-image: url("/Content/flags/1x1/are.svg");
}
.flag-icon-arg {
  background-image: url("/Content/flags/4x3/arg.svg");
}
.flag-icon-arg.flag-icon-squared {
  background-image: url("/Content/flags/1x1/arg.svg");
}
.flag-icon-arm {
  background-image: url("/Content/flags/4x3/arm.svg");
}
.flag-icon-arm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/arm.svg");
}
.flag-icon-asm {
  background-image: url("/Content/flags/4x3/asm.svg");
}
.flag-icon-asm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/asm.svg");
}
.flag-icon-ata {
  background-image: url("/Content/flags/4x3/ata.svg");
}
.flag-icon-ata.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ata.svg");
}
.flag-icon-atf {
  background-image: url("/Content/flags/4x3/atf.svg");
}
.flag-icon-atf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/atf.svg");
}
.flag-icon-atg {
  background-image: url("/Content/flags/4x3/atg.svg");
}
.flag-icon-atg.flag-icon-squared {
  background-image: url("/Content/flags/1x1/atg.svg");
}
.flag-icon-aus {
  background-image: url("/Content/flags/4x3/aus.svg");
}
.flag-icon-aus.flag-icon-squared {
  background-image: url("/Content/flags/1x1/aus.svg");
}
.flag-icon-aut {
  background-image: url("/Content/flags/4x3/aut.svg");
}
.flag-icon-aut.flag-icon-squared {
  background-image: url("/Content/flags/1x1/aut.svg");
}
.flag-icon-aze {
  background-image: url("/Content/flags/4x3/aze.svg");
}
.flag-icon-aze.flag-icon-squared {
  background-image: url("/Content/flags/1x1/aze.svg");
}
.flag-icon-bdi {
  background-image: url("/Content/flags/4x3/bdi.svg");
}
.flag-icon-bdi.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bdi.svg");
}
.flag-icon-bel {
  background-image: url("/Content/flags/4x3/bel.svg");
}
.flag-icon-bel.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bel.svg");
}
.flag-icon-ben {
  background-image: url("/Content/flags/4x3/ben.svg");
}
.flag-icon-ben.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ben.svg");
}
.flag-icon-bes {
  background-image: url("/Content/flags/4x3/bes.svg");
}
.flag-icon-bes.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bes.svg");
}
.flag-icon-bfa {
  background-image: url("/Content/flags/4x3/bfa.svg");
}
.flag-icon-bfa.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bfa.svg");
}
.flag-icon-bgd {
  background-image: url("/Content/flags/4x3/bgd.svg");
}
.flag-icon-bgd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bgd.svg");
}
.flag-icon-bgr {
  background-image: url("/Content/flags/4x3/bgr.svg");
}
.flag-icon-bgr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bgr.svg");
}
.flag-icon-bhr {
  background-image: url("/Content/flags/4x3/bhr.svg");
}
.flag-icon-bhr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bhr.svg");
}
.flag-icon-bhs {
  background-image: url("/Content/flags/4x3/bhs.svg");
}
.flag-icon-bhs.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bhs.svg");
}
.flag-icon-bih {
  background-image: url("/Content/flags/4x3/bih.svg");
}
.flag-icon-bih.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bih.svg");
}
.flag-icon-blm {
  background-image: url("/Content/flags/4x3/blm.svg");
}
.flag-icon-blm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/blm.svg");
}
.flag-icon-blr {
  background-image: url("/Content/flags/4x3/blr.svg");
}
.flag-icon-blr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/blr.svg");
}
.flag-icon-blz {
  background-image: url("/Content/flags/4x3/blz.svg");
}
.flag-icon-blz.flag-icon-squared {
  background-image: url("/Content/flags/1x1/blz.svg");
}
.flag-icon-bmu {
  background-image: url("/Content/flags/4x3/bmu.svg");
}
.flag-icon-bmu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bmu.svg");
}
.flag-icon-bol {
  background-image: url("/Content/flags/4x3/bol.svg");
}
.flag-icon-bol.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bol.svg");
}
.flag-icon-bra {
  background-image: url("/Content/flags/4x3/bra.svg");
}
.flag-icon-bra.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bra.svg");
}
.flag-icon-brb {
  background-image: url("/Content/flags/4x3/brb.svg");
}
.flag-icon-brb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/brb.svg");
}
.flag-icon-brn {
  background-image: url("/Content/flags/4x3/brn.svg");
}
.flag-icon-brn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/brn.svg");
}
.flag-icon-btn {
  background-image: url("/Content/flags/4x3/btn.svg");
}
.flag-icon-btn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/btn.svg");
}
.flag-icon-bvt {
  background-image: url("/Content/flags/4x3/bvt.svg");
}
.flag-icon-bvt.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bvt.svg");
}
.flag-icon-bwa {
  background-image: url("/Content/flags/4x3/bwa.svg");
}
.flag-icon-bwa.flag-icon-squared {
  background-image: url("/Content/flags/1x1/bwa.svg");
}
.flag-icon-caf {
  background-image: url("/Content/flags/4x3/caf.svg");
}
.flag-icon-caf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/caf.svg");
}
.flag-icon-can {
  background-image: url("/Content/flags/4x3/ca.svg");
}
.flag-icon-can.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ca.svg");
}
.flag-icon-eu {
  background-image: url("/Content/flags/4x3/eu.svg");
}
.flag-icon-eu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/eu.svg");
}
.flag-icon-cat {
  background-image: url("/Content/flags/4x3/cat.svg");
}
.flag-icon-cat.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cat.svg");
}
.flag-icon-cck {
  background-image: url("/Content/flags/4x3/cck.svg");
}
.flag-icon-cck.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cck.svg");
}
.flag-icon-che {
  background-image: url("/Content/flags/4x3/che.svg");
}
.flag-icon-che.flag-icon-squared {
  background-image: url("/Content/flags/1x1/che.svg");
}
.flag-icon-chl {
  background-image: url("/Content/flags/4x3/chl.svg");
}
.flag-icon-chl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/chl.svg");
}
.flag-icon-chn {
  background-image: url("/Content/flags/4x3/chn.svg");
}
.flag-icon-chn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/chn.svg");
}
.flag-icon-civ {
  background-image: url("/Content/flags/4x3/civ.svg");
}
.flag-icon-civ.flag-icon-squared {
  background-image: url("/Content/flags/1x1/civ.svg");
}
.flag-icon-cmr {
  background-image: url("/Content/flags/4x3/cmr.svg");
}
.flag-icon-cmr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cmr.svg");
}
.flag-icon-cod {
  background-image: url("/Content/flags/4x3/cod.svg");
}
.flag-icon-cod.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cod.svg");
}
.flag-icon-cog {
  background-image: url("/Content/flags/4x3/cog.svg");
}
.flag-icon-cog.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cog.svg");
}
.flag-icon-cok {
  background-image: url("/Content/flags/4x3/cok.svg");
}
.flag-icon-cok.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cok.svg");
}
.flag-icon-col {
  background-image: url("/Content/flags/4x3/col.svg");
}
.flag-icon-col.flag-icon-squared {
  background-image: url("/Content/flags/1x1/col.svg");
}
.flag-icon-com {
  background-image: url("/Content/flags/4x3/com.svg");
}
.flag-icon-com.flag-icon-squared {
  background-image: url("/Content/flags/1x1/com.svg");
}
.flag-icon-cpv {
  background-image: url("/Content/flags/4x3/cpv.svg");
}
.flag-icon-cpv.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cpv.svg");
}
.flag-icon-cri {
  background-image: url("/Content/flags/4x3/cri.svg");
}
.flag-icon-cri.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cri.svg");
}
.flag-icon-cub {
  background-image: url("/Content/flags/4x3/cub.svg");
}
.flag-icon-cub.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cub.svg");
}
.flag-icon-cuw {
  background-image: url("/Content/flags/4x3/cuw.svg");
}
.flag-icon-cuw.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cuw.svg");
}
.flag-icon-cxr {
  background-image: url("/Content/flags/4x3/cxr.svg");
}
.flag-icon-cxr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cxr.svg");
}
.flag-icon-cym {
  background-image: url("/Content/flags/4x3/cym.svg");
}
.flag-icon-cym.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cym.svg");
}
.flag-icon-cyp {
  background-image: url("/Content/flags/4x3/cyp.svg");
}
.flag-icon-cyp.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cyp.svg");
}
.flag-icon-cze {
  background-image: url("/Content/flags/4x3/cze.svg");
}
.flag-icon-cze.flag-icon-squared {
  background-image: url("/Content/flags/1x1/cze.svg");
}
.flag-icon-deu {
  background-image: url("/Content/flags/4x3/deu.svg");
}
.flag-icon-deu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/deu.svg");
}
.flag-icon-dji {
  background-image: url("/Content/flags/4x3/dji.svg");
}
.flag-icon-dji.flag-icon-squared {
  background-image: url("/Content/flags/1x1/dji.svg");
}
.flag-icon-dma {
  background-image: url("/Content/flags/4x3/dma.svg");
}
.flag-icon-dma.flag-icon-squared {
  background-image: url("/Content/flags/1x1/dma.svg");
}
.flag-icon-dnk {
  background-image: url("/Content/flags/4x3/dnk.svg");
}
.flag-icon-dnk.flag-icon-squared {
  background-image: url("/Content/flags/1x1/dnk.svg");
}
.flag-icon-dom {
  background-image: url("/Content/flags/4x3/dom.svg");
}
.flag-icon-dom.flag-icon-squared {
  background-image: url("/Content/flags/1x1/dom.svg");
}
.flag-icon-dza {
  background-image: url("/Content/flags/4x3/dza.svg");
}
.flag-icon-dza.flag-icon-squared {
  background-image: url("/Content/flags/1x1/dza.svg");
}
.flag-icon-ecu {
  background-image: url("/Content/flags/4x3/ecu.svg");
}
.flag-icon-ecu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ecu.svg");
}
.flag-icon-egy {
  background-image: url("/Content/flags/4x3/egy.svg");
}
.flag-icon-egy.flag-icon-squared {
  background-image: url("/Content/flags/1x1/egy.svg");
}
.flag-icon-eng {
  background-image: url("/Content/flags/4x3/eng.svg");
}
.flag-icon-eng.flag-icon-squared {
  background-image: url("/Content/flags/1x1/eng.svg");
}
.flag-icon-eri {
  background-image: url("/Content/flags/4x3/eri.svg");
}
.flag-icon-eri.flag-icon-squared {
  background-image: url("/Content/flags/1x1/eri.svg");
}
.flag-icon-esh {
  background-image: url("/Content/flags/4x3/esh.svg");
}
.flag-icon-esh.flag-icon-squared {
  background-image: url("/Content/flags/1x1/esh.svg");
}
.flag-icon-esp {
  background-image: url("/Content/flags/4x3/esp.svg");
}
.flag-icon-esp.flag-icon-squared {
  background-image: url("/Content/flags/1x1/esp.svg");
}
.flag-icon-est {
  background-image: url("/Content/flags/4x3/est.svg");
}
.flag-icon-est.flag-icon-squared {
  background-image: url("/Content/flags/1x1/est.svg");
}
.flag-icon-eth {
  background-image: url("/Content/flags/4x3/eth.svg");
}
.flag-icon-eth.flag-icon-squared {
  background-image: url("/Content/flags/1x1/eth.svg");
}
.flag-icon-eun {
  background-image: url("/Content/flags/4x3/eun.svg");
}
.flag-icon-eun.flag-icon-squared {
  background-image: url("/Content/flags/1x1/eun.svg");
}
.flag-icon-fin {
  background-image: url("/Content/flags/4x3/fin.svg");
}
.flag-icon-fin.flag-icon-squared {
  background-image: url("/Content/flags/1x1/fin.svg");
}
.flag-icon-fji {
  background-image: url("/Content/flags/4x3/fji.svg");
}
.flag-icon-fji.flag-icon-squared {
  background-image: url("/Content/flags/1x1/fji.svg");
}
.flag-icon-flk {
  background-image: url("/Content/flags/4x3/flk.svg");
}
.flag-icon-flk.flag-icon-squared {
  background-image: url("/Content/flags/1x1/flk.svg");
}
.flag-icon-fra {
  background-image: url("/Content/flags/4x3/fra.svg");
}
.flag-icon-fra.flag-icon-squared {
  background-image: url("/Content/flags/1x1/fra.svg");
}
.flag-icon-fro {
  background-image: url("/Content/flags/4x3/fro.svg");
}
.flag-icon-fro.flag-icon-squared {
  background-image: url("/Content/flags/1x1/fro.svg");
}
.flag-icon-fsm {
  background-image: url("/Content/flags/4x3/fsm.svg");
}
.flag-icon-fsm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/fsm.svg");
}
.flag-icon-gab {
  background-image: url("/Content/flags/4x3/gab.svg");
}
.flag-icon-gab.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gab.svg");
}
.flag-icon-gbr {
  background-image: url("/Content/flags/4x3/gb.svg");
}
.flag-icon-gbr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gb.svg");
}
.flag-icon-geo {
  background-image: url("/Content/flags/4x3/geo.svg");
}
.flag-icon-geo.flag-icon-squared {
  background-image: url("/Content/flags/1x1/geo.svg");
}
.flag-icon-ggy {
  background-image: url("/Content/flags/4x3/ggy.svg");
}
.flag-icon-ggy.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ggy.svg");
}
.flag-icon-gha {
  background-image: url("/Content/flags/4x3/gha.svg");
}
.flag-icon-gha.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gha.svg");
}
.flag-icon-gib {
  background-image: url("/Content/flags/4x3/gib.svg");
}
.flag-icon-gib.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gib.svg");
}
.flag-icon-gin {
  background-image: url("/Content/flags/4x3/gin.svg");
}
.flag-icon-gin.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gin.svg");
}
.flag-icon-glp {
  background-image: url("/Content/flags/4x3/glp.svg");
}
.flag-icon-glp.flag-icon-squared {
  background-image: url("/Content/flags/1x1/glp.svg");
}
.flag-icon-gmb {
  background-image: url("/Content/flags/4x3/gmb.svg");
}
.flag-icon-gmb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gmb.svg");
}
.flag-icon-gnb {
  background-image: url("/Content/flags/4x3/gnb.svg");
}
.flag-icon-gnb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gnb.svg");
}
.flag-icon-gnq {
  background-image: url("/Content/flags/4x3/gnq.svg");
}
.flag-icon-gnq.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gnq.svg");
}
.flag-icon-grc {
  background-image: url("/Content/flags/4x3/grc.svg");
}
.flag-icon-grc.flag-icon-squared {
  background-image: url("/Content/flags/1x1/grc.svg");
}
.flag-icon-grd {
  background-image: url("/Content/flags/4x3/grd.svg");
}
.flag-icon-grd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/grd.svg");
}
.flag-icon-grl {
  background-image: url("/Content/flags/4x3/grl.svg");
}
.flag-icon-grl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/grl.svg");
}
.flag-icon-gtm {
  background-image: url("/Content/flags/4x3/gtm.svg");
}
.flag-icon-gtm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gtm.svg");
}
.flag-icon-guf {
  background-image: url("/Content/flags/4x3/guf.svg");
}
.flag-icon-guf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/guf.svg");
}
.flag-icon-gum {
  background-image: url("/Content/flags/4x3/gum.svg");
}
.flag-icon-gum.flag-icon-squared {
  background-image: url("/Content/flags/1x1/gum.svg");
}
.flag-icon-guy {
  background-image: url("/Content/flags/4x3/guy.svg");
}
.flag-icon-guy.flag-icon-squared {
  background-image: url("/Content/flags/1x1/guy.svg");
}
.flag-icon-hkg {
  background-image: url("/Content/flags/4x3/hkg.svg");
}
.flag-icon-hkg.flag-icon-squared {
  background-image: url("/Content/flags/1x1/hkg.svg");
}
.flag-icon-hmd {
  background-image: url("/Content/flags/4x3/hmd.svg");
}
.flag-icon-hmd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/hmd.svg");
}
.flag-icon-hnd {
  background-image: url("/Content/flags/4x3/hnd.svg");
}
.flag-icon-hnd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/hnd.svg");
}
.flag-icon-hrv {
  background-image: url("/Content/flags/4x3/hrv.svg");
}
.flag-icon-hrv.flag-icon-squared {
  background-image: url("/Content/flags/1x1/hrv.svg");
}
.flag-icon-hti {
  background-image: url("/Content/flags/4x3/hti.svg");
}
.flag-icon-hti.flag-icon-squared {
  background-image: url("/Content/flags/1x1/hti.svg");
}
.flag-icon-hun {
  background-image: url("/Content/flags/4x3/hun.svg");
}
.flag-icon-hun.flag-icon-squared {
  background-image: url("/Content/flags/1x1/hun.svg");
}
.flag-icon-idn {
  background-image: url("/Content/flags/4x3/idn.svg");
}
.flag-icon-idn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/idn.svg");
}
.flag-icon-imn {
  background-image: url("/Content/flags/4x3/imn.svg");
}
.flag-icon-imn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/imn.svg");
}
.flag-icon-ind {
  background-image: url("/Content/flags/4x3/ind.svg");
}
.flag-icon-ind.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ind.svg");
}
.flag-icon-iot {
  background-image: url("/Content/flags/4x3/iot.svg");
}
.flag-icon-iot.flag-icon-squared {
  background-image: url("/Content/flags/1x1/iot.svg");
}
.flag-icon-irl {
  background-image: url("/Content/flags/4x3/irl.svg");
}
.flag-icon-irl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/irl.svg");
}
.flag-icon-irn {
  background-image: url("/Content/flags/4x3/irn.svg");
}
.flag-icon-irn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/irn.svg");
}
.flag-icon-irq {
  background-image: url("/Content/flags/4x3/irq.svg");
}
.flag-icon-irq.flag-icon-squared {
  background-image: url("/Content/flags/1x1/irq.svg");
}
.flag-icon-isl {
  background-image: url("/Content/flags/4x3/isl.svg");
}
.flag-icon-isl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/isl.svg");
}
.flag-icon-isr {
  background-image: url("/Content/flags/4x3/isr.svg");
}
.flag-icon-isr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/isr.svg");
}
.flag-icon-ita {
  background-image: url("/Content/flags/4x3/ita.svg");
}
.flag-icon-ita.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ita.svg");
}
.flag-icon-jam {
  background-image: url("/Content/flags/4x3/jam.svg");
}
.flag-icon-jam.flag-icon-squared {
  background-image: url("/Content/flags/1x1/jam.svg");
}
.flag-icon-jey {
  background-image: url("/Content/flags/4x3/jey.svg");
}
.flag-icon-jey.flag-icon-squared {
  background-image: url("/Content/flags/1x1/jey.svg");
}
.flag-icon-jor {
  background-image: url("/Content/flags/4x3/jor.svg");
}
.flag-icon-jor.flag-icon-squared {
  background-image: url("/Content/flags/1x1/jor.svg");
}
.flag-icon-jpn {
  background-image: url("/Content/flags/4x3/jpn.svg");
}
.flag-icon-jpn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/jpn.svg");
}
.flag-icon-kaz {
  background-image: url("/Content/flags/4x3/kaz.svg");
}
.flag-icon-kaz.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kaz.svg");
}
.flag-icon-ken {
  background-image: url("/Content/flags/4x3/ken.svg");
}
.flag-icon-ken.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ken.svg");
}
.flag-icon-kgz {
  background-image: url("/Content/flags/4x3/kgz.svg");
}
.flag-icon-kgz.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kgz.svg");
}
.flag-icon-khm {
  background-image: url("/Content/flags/4x3/khm.svg");
}
.flag-icon-khm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/khm.svg");
}
.flag-icon-kir {
  background-image: url("/Content/flags/4x3/kir.svg");
}
.flag-icon-kir.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kir.svg");
}
.flag-icon-kna {
  background-image: url("/Content/flags/4x3/kna.svg");
}
.flag-icon-kna.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kna.svg");
}
.flag-icon-kor {
  background-image: url("/Content/flags/4x3/kor.svg");
}
.flag-icon-kor.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kor.svg");
}
.flag-icon-kos {
  background-image: url("/Content/flags/4x3/kos.svg");
}
.flag-icon-kos.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kos.svg");
}
.flag-icon-kwt {
  background-image: url("/Content/flags/4x3/kwt.svg");
}
.flag-icon-kwt.flag-icon-squared {
  background-image: url("/Content/flags/1x1/kwt.svg");
}
.flag-icon-lao {
  background-image: url("/Content/flags/4x3/lao.svg");
}
.flag-icon-lao.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lao.svg");
}
.flag-icon-lbn {
  background-image: url("/Content/flags/4x3/lbn.svg");
}
.flag-icon-lbn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lbn.svg");
}
.flag-icon-lbr {
  background-image: url("/Content/flags/4x3/lbr.svg");
}
.flag-icon-lbr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lbr.svg");
}
.flag-icon-lby {
  background-image: url("/Content/flags/4x3/lby.svg");
}
.flag-icon-lby.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lby.svg");
}
.flag-icon-lca {
  background-image: url("/Content/flags/4x3/lca.svg");
}
.flag-icon-lca.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lca.svg");
}
.flag-icon-lie {
  background-image: url("/Content/flags/4x3/lie.svg");
}
.flag-icon-lie.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lie.svg");
}
.flag-icon-lka {
  background-image: url("/Content/flags/4x3/lka.svg");
}
.flag-icon-lka.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lka.svg");
}
.flag-icon-lso {
  background-image: url("/Content/flags/4x3/lso.svg");
}
.flag-icon-lso.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lso.svg");
}
.flag-icon-ltu {
  background-image: url("/Content/flags/4x3/ltu.svg");
}
.flag-icon-ltu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ltu.svg");
}
.flag-icon-lux {
  background-image: url("/Content/flags/4x3/lux.svg");
}
.flag-icon-lux.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lux.svg");
}
.flag-icon-lva {
  background-image: url("/Content/flags/4x3/lva.svg");
}
.flag-icon-lva.flag-icon-squared {
  background-image: url("/Content/flags/1x1/lva.svg");
}
.flag-icon-mac {
  background-image: url("/Content/flags/4x3/mac.svg");
}
.flag-icon-mac.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mac.svg");
}
.flag-icon-maf {
  background-image: url("/Content/flags/4x3/maf.svg");
}
.flag-icon-maf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/maf.svg");
}
.flag-icon-mar {
  background-image: url("/Content/flags/4x3/mar.svg");
}
.flag-icon-mar.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mar.svg");
}
.flag-icon-mco {
  background-image: url("/Content/flags/4x3/mco.svg");
}
.flag-icon-mco.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mco.svg");
}
.flag-icon-mda {
  background-image: url("/Content/flags/4x3/mda.svg");
}
.flag-icon-mda.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mda.svg");
}
.flag-icon-mdg {
  background-image: url("/Content/flags/4x3/mdg.svg");
}
.flag-icon-mdg.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mdg.svg");
}
.flag-icon-mdv {
  background-image: url("/Content/flags/4x3/mdv.svg");
}
.flag-icon-mdv.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mdv.svg");
}
.flag-icon-mex {
  background-image: url("/Content/flags/4x3/mex.svg");
}
.flag-icon-mex.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mex.svg");
}
.flag-icon-mhl {
  background-image: url("/Content/flags/4x3/mhl.svg");
}
.flag-icon-mhl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mhl.svg");
}
.flag-icon-mkd {
  background-image: url("/Content/flags/4x3/mkd.svg");
}
.flag-icon-mkd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mkd.svg");
}
.flag-icon-mli {
  background-image: url("/Content/flags/4x3/mli.svg");
}
.flag-icon-mli.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mli.svg");
}
.flag-icon-mlt {
  background-image: url("/Content/flags/4x3/mlt.svg");
}
.flag-icon-mlt.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mlt.svg");
}
.flag-icon-mmr {
  background-image: url("/Content/flags/4x3/mmr.svg");
}
.flag-icon-mmr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mmr.svg");
}
.flag-icon-mne {
  background-image: url("/Content/flags/4x3/mne.svg");
}
.flag-icon-mne.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mne.svg");
}
.flag-icon-mng {
  background-image: url("/Content/flags/4x3/mng.svg");
}
.flag-icon-mng.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mng.svg");
}
.flag-icon-mnp {
  background-image: url("/Content/flags/4x3/mnp.svg");
}
.flag-icon-mnp.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mnp.svg");
}
.flag-icon-moz {
  background-image: url("/Content/flags/4x3/moz.svg");
}
.flag-icon-moz.flag-icon-squared {
  background-image: url("/Content/flags/1x1/moz.svg");
}
.flag-icon-mrt {
  background-image: url("/Content/flags/4x3/mrt.svg");
}
.flag-icon-mrt.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mrt.svg");
}
.flag-icon-msr {
  background-image: url("/Content/flags/4x3/msr.svg");
}
.flag-icon-msr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/msr.svg");
}
.flag-icon-mtq {
  background-image: url("/Content/flags/4x3/mtq.svg");
}
.flag-icon-mtq.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mtq.svg");
}
.flag-icon-mus {
  background-image: url("/Content/flags/4x3/mus.svg");
}
.flag-icon-mus.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mus.svg");
}
.flag-icon-mwi {
  background-image: url("/Content/flags/4x3/mwi.svg");
}
.flag-icon-mwi.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mwi.svg");
}
.flag-icon-mys {
  background-image: url("/Content/flags/4x3/mys.svg");
}
.flag-icon-mys.flag-icon-squared {
  background-image: url("/Content/flags/1x1/mys.svg");
}
.flag-icon-myt {
  background-image: url("/Content/flags/4x3/myt.svg");
}
.flag-icon-myt.flag-icon-squared {
  background-image: url("/Content/flags/1x1/myt.svg");
}
.flag-icon-nam {
  background-image: url("/Content/flags/4x3/nam.svg");
}
.flag-icon-nam.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nam.svg");
}
.flag-icon-ncl {
  background-image: url("/Content/flags/4x3/ncl.svg");
}
.flag-icon-ncl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ncl.svg");
}
.flag-icon-ner {
  background-image: url("/Content/flags/4x3/ner.svg");
}
.flag-icon-ner.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ner.svg");
}
.flag-icon-nfk {
  background-image: url("/Content/flags/4x3/nfk.svg");
}
.flag-icon-nfk.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nfk.svg");
}
.flag-icon-nga {
  background-image: url("/Content/flags/4x3/nga.svg");
}
.flag-icon-nga.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nga.svg");
}
.flag-icon-nic {
  background-image: url("/Content/flags/4x3/nic.svg");
}
.flag-icon-nic.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nic.svg");
}
.flag-icon-nir {
  background-image: url("/Content/flags/4x3/nir.svg");
}
.flag-icon-nir.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nir.svg");
}
.flag-icon-niu {
  background-image: url("/Content/flags/4x3/niu.svg");
}
.flag-icon-niu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/niu.svg");
}
.flag-icon-nld {
  background-image: url("/Content/flags/4x3/nld.svg");
}
.flag-icon-nld.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nld.svg");
}
.flag-icon-nor {
  background-image: url("/Content/flags/4x3/nor.svg");
}
.flag-icon-nor.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nor.svg");
}
.flag-icon-npl {
  background-image: url("/Content/flags/4x3/npl.svg");
}
.flag-icon-npl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/npl.svg");
}
.flag-icon-nru {
  background-image: url("/Content/flags/4x3/nru.svg");
}
.flag-icon-nru.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nru.svg");
}
.flag-icon-nzl {
  background-image: url("/Content/flags/4x3/nzl.svg");
}
.flag-icon-nzl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/nzl.svg");
}
.flag-icon-omn {
  background-image: url("/Content/flags/4x3/omn.svg");
}
.flag-icon-omn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/omn.svg");
}
.flag-icon-pak {
  background-image: url("/Content/flags/4x3/pak.svg");
}
.flag-icon-pak.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pak.svg");
}
.flag-icon-pan {
  background-image: url("/Content/flags/4x3/pan.svg");
}
.flag-icon-pan.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pan.svg");
}
.flag-icon-pcn {
  background-image: url("/Content/flags/4x3/pcn.svg");
}
.flag-icon-pcn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pcn.svg");
}
.flag-icon-per {
  background-image: url("/Content/flags/4x3/per.svg");
}
.flag-icon-per.flag-icon-squared {
  background-image: url("/Content/flags/1x1/per.svg");
}
.flag-icon-phl {
  background-image: url("/Content/flags/4x3/phl.svg");
}
.flag-icon-phl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/phl.svg");
}
.flag-icon-plw {
  background-image: url("/Content/flags/4x3/plw.svg");
}
.flag-icon-plw.flag-icon-squared {
  background-image: url("/Content/flags/1x1/plw.svg");
}
.flag-icon-png {
  background-image: url("/Content/flags/4x3/png.svg");
}
.flag-icon-png.flag-icon-squared {
  background-image: url("/Content/flags/1x1/png.svg");
}
.flag-icon-pol {
  background-image: url("/Content/flags/4x3/pol.svg");
}
.flag-icon-pol.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pol.svg");
}
.flag-icon-pri {
  background-image: url("/Content/flags/4x3/pri.svg");
}
.flag-icon-pri.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pri.svg");
}
.flag-icon-prk {
  background-image: url("/Content/flags/4x3/prk.svg");
}
.flag-icon-prk.flag-icon-squared {
  background-image: url("/Content/flags/1x1/prk.svg");
}
.flag-icon-prt {
  background-image: url("/Content/flags/4x3/prt.svg");
}
.flag-icon-prt.flag-icon-squared {
  background-image: url("/Content/flags/1x1/prt.svg");
}
.flag-icon-pry {
  background-image: url("/Content/flags/4x3/pry.svg");
}
.flag-icon-pry.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pry.svg");
}
.flag-icon-pse {
  background-image: url("/Content/flags/4x3/pse.svg");
}
.flag-icon-pse.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pse.svg");
}
.flag-icon-pyf {
  background-image: url("/Content/flags/4x3/pyf.svg");
}
.flag-icon-pyf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/pyf.svg");
}
.flag-icon-qat {
  background-image: url("/Content/flags/4x3/qat.svg");
}
.flag-icon-qat.flag-icon-squared {
  background-image: url("/Content/flags/1x1/qat.svg");
}
.flag-icon-reu {
  background-image: url("/Content/flags/4x3/reu.svg");
}
.flag-icon-reu.flag-icon-squared {
  background-image: url("/Content/flags/1x1/reu.svg");
}
.flag-icon-rou {
  background-image: url("/Content/flags/4x3/rou.svg");
}
.flag-icon-rou.flag-icon-squared {
  background-image: url("/Content/flags/1x1/rou.svg");
}
.flag-icon-rus {
  background-image: url("/Content/flags/4x3/rus.svg");
}
.flag-icon-rus.flag-icon-squared {
  background-image: url("/Content/flags/1x1/rus.svg");
}
.flag-icon-rwa {
  background-image: url("/Content/flags/4x3/rwa.svg");
}
.flag-icon-rwa.flag-icon-squared {
  background-image: url("/Content/flags/1x1/rwa.svg");
}
.flag-icon-sau {
  background-image: url("/Content/flags/4x3/sau.svg");
}
.flag-icon-sau.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sau.svg");
}
.flag-icon-sco {
  background-image: url("/Content/flags/4x3/sco.svg");
}
.flag-icon-sco.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sco.svg");
}
.flag-icon-sdn {
  background-image: url("/Content/flags/4x3/sdn.svg");
}
.flag-icon-sdn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sdn.svg");
}
.flag-icon-sen {
  background-image: url("/Content/flags/4x3/sen.svg");
}
.flag-icon-sen.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sen.svg");
}
.flag-icon-sgp {
  background-image: url("/Content/flags/4x3/sgp.svg");
}
.flag-icon-sgp.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sgp.svg");
}
.flag-icon-sgs {
  background-image: url("/Content/flags/4x3/sgs.svg");
}
.flag-icon-sgs.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sgs.svg");
}
.flag-icon-shn {
  background-image: url("/Content/flags/4x3/shn.svg");
}
.flag-icon-shn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/shn.svg");
}
.flag-icon-sjm {
  background-image: url("/Content/flags/4x3/sjm.svg");
}
.flag-icon-sjm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sjm.svg");
}
.flag-icon-slb {
  background-image: url("/Content/flags/4x3/slb.svg");
}
.flag-icon-slb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/slb.svg");
}
.flag-icon-sle {
  background-image: url("/Content/flags/4x3/sle.svg");
}
.flag-icon-sle.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sle.svg");
}
.flag-icon-slv {
  background-image: url("/Content/flags/4x3/slv.svg");
}
.flag-icon-slv.flag-icon-squared {
  background-image: url("/Content/flags/1x1/slv.svg");
}
.flag-icon-smr {
  background-image: url("/Content/flags/4x3/smr.svg");
}
.flag-icon-smr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/smr.svg");
}
.flag-icon-som {
  background-image: url("/Content/flags/4x3/som.svg");
}
.flag-icon-som.flag-icon-squared {
  background-image: url("/Content/flags/1x1/som.svg");
}
.flag-icon-spm {
  background-image: url("/Content/flags/4x3/spm.svg");
}
.flag-icon-spm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/spm.svg");
}
.flag-icon-srb {
  background-image: url("/Content/flags/4x3/srb.svg");
}
.flag-icon-srb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/srb.svg");
}
.flag-icon-ssd {
  background-image: url("/Content/flags/4x3/ssd.svg");
}
.flag-icon-ssd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ssd.svg");
}
.flag-icon-stp {
  background-image: url("/Content/flags/4x3/stp.svg");
}
.flag-icon-stp.flag-icon-squared {
  background-image: url("/Content/flags/1x1/stp.svg");
}
.flag-icon-sun {
  background-image: url("/Content/flags/4x3/sun.svg");
}
.flag-icon-sun.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sun.svg");
}
.flag-icon-sur {
  background-image: url("/Content/flags/4x3/sur.svg");
}
.flag-icon-sur.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sur.svg");
}
.flag-icon-svk {
  background-image: url("/Content/flags/4x3/svk.svg");
}
.flag-icon-svk.flag-icon-squared {
  background-image: url("/Content/flags/1x1/svk.svg");
}
.flag-icon-svn {
  background-image: url("/Content/flags/4x3/svn.svg");
}
.flag-icon-svn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/svn.svg");
}
.flag-icon-swe {
  background-image: url("/Content/flags/4x3/swe.svg");
}
.flag-icon-swe.flag-icon-squared {
  background-image: url("/Content/flags/1x1/swe.svg");
}
.flag-icon-swz {
  background-image: url("/Content/flags/4x3/swz.svg");
}
.flag-icon-swz.flag-icon-squared {
  background-image: url("/Content/flags/1x1/swz.svg");
}
.flag-icon-sxm {
  background-image: url("/Content/flags/4x3/sxm.svg");
}
.flag-icon-sxm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/sxm.svg");
}
.flag-icon-syc {
  background-image: url("/Content/flags/4x3/syc.svg");
}
.flag-icon-syc.flag-icon-squared {
  background-image: url("/Content/flags/1x1/syc.svg");
}
.flag-icon-syr {
  background-image: url("/Content/flags/4x3/syr.svg");
}
.flag-icon-syr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/syr.svg");
}
.flag-icon-tca {
  background-image: url("/Content/flags/4x3/tca.svg");
}
.flag-icon-tca.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tca.svg");
}
.flag-icon-tcd {
  background-image: url("/Content/flags/4x3/tcd.svg");
}
.flag-icon-tcd.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tcd.svg");
}
.flag-icon-tgo {
  background-image: url("/Content/flags/4x3/tgo.svg");
}
.flag-icon-tgo.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tgo.svg");
}
.flag-icon-tha {
  background-image: url("/Content/flags/4x3/tha.svg");
}
.flag-icon-tha.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tha.svg");
}
.flag-icon-tjk {
  background-image: url("/Content/flags/4x3/tjk.svg");
}
.flag-icon-tjk.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tjk.svg");
}
.flag-icon-tkl {
  background-image: url("/Content/flags/4x3/tkl.svg");
}
.flag-icon-tkl.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tkl.svg");
}
.flag-icon-tkm {
  background-image: url("/Content/flags/4x3/tkm.svg");
}
.flag-icon-tkm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tkm.svg");
}
.flag-icon-tls {
  background-image: url("/Content/flags/4x3/tls.svg");
}
.flag-icon-tls.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tls.svg");
}
.flag-icon-ton {
  background-image: url("/Content/flags/4x3/ton.svg");
}
.flag-icon-ton.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ton.svg");
}
.flag-icon-tto {
  background-image: url("/Content/flags/4x3/tto.svg");
}
.flag-icon-tto.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tto.svg");
}
.flag-icon-tun {
  background-image: url("/Content/flags/4x3/tun.svg");
}
.flag-icon-tun.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tun.svg");
}
.flag-icon-tur {
  background-image: url("/Content/flags/4x3/tur.svg");
}
.flag-icon-tur.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tur.svg");
}
.flag-icon-tuv {
  background-image: url("/Content/flags/4x3/tuv.svg");
}
.flag-icon-tuv.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tuv.svg");
}
.flag-icon-twn {
  background-image: url("/Content/flags/4x3/twn.svg");
}
.flag-icon-twn.flag-icon-squared {
  background-image: url("/Content/flags/1x1/twn.svg");
}
.flag-icon-tza {
  background-image: url("/Content/flags/4x3/tza.svg");
}
.flag-icon-tza.flag-icon-squared {
  background-image: url("/Content/flags/1x1/tza.svg");
}
.flag-icon-uga {
  background-image: url("/Content/flags/4x3/uga.svg");
}
.flag-icon-uga.flag-icon-squared {
  background-image: url("/Content/flags/1x1/uga.svg");
}
.flag-icon-ukr {
  background-image: url("/Content/flags/4x3/ukr.svg");
}
.flag-icon-ukr.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ukr.svg");
}
.flag-icon-umi {
  background-image: url("/Content/flags/4x3/umi.svg");
}
.flag-icon-umi.flag-icon-squared {
  background-image: url("/Content/flags/1x1/umi.svg");
}
.flag-icon-ury {
  background-image: url("/Content/flags/4x3/ury.svg");
}
.flag-icon-ury.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ury.svg");
}
.flag-icon-usa {
  background-image: url("/Content/flags/4x3/us.svg");
}
.flag-icon-usa.flag-icon-squared {
  background-image: url("/Content/flags/1x1/us.svg");
}
.flag-icon-uzb {
  background-image: url("/Content/flags/4x3/uzb.svg");
}
.flag-icon-uzb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/uzb.svg");
}
.flag-icon-vat {
  background-image: url("/Content/flags/4x3/vat.svg");
}
.flag-icon-vat.flag-icon-squared {
  background-image: url("/Content/flags/1x1/vat.svg");
}
.flag-icon-vct {
  background-image: url("/Content/flags/4x3/vct.svg");
}
.flag-icon-vct.flag-icon-squared {
  background-image: url("/Content/flags/1x1/vct.svg");
}
.flag-icon-ven {
  background-image: url("/Content/flags/4x3/ven.svg");
}
.flag-icon-ven.flag-icon-squared {
  background-image: url("/Content/flags/1x1/ven.svg");
}
.flag-icon-vgb {
  background-image: url("/Content/flags/4x3/vgb.svg");
}
.flag-icon-vgb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/vgb.svg");
}
.flag-icon-vir {
  background-image: url("/Content/flags/4x3/vir.svg");
}
.flag-icon-vir.flag-icon-squared {
  background-image: url("/Content/flags/1x1/vir.svg");
}
.flag-icon-vnm {
  background-image: url("/Content/flags/4x3/vnm.svg");
}
.flag-icon-vnm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/vnm.svg");
}
.flag-icon-vut {
  background-image: url("/Content/flags/4x3/vut.svg");
}
.flag-icon-vut.flag-icon-squared {
  background-image: url("/Content/flags/1x1/vut.svg");
}
.flag-icon-wal {
  background-image: url("/Content/flags/4x3/wal.svg");
}
.flag-icon-wal.flag-icon-squared {
  background-image: url("/Content/flags/1x1/wal.svg");
}
.flag-icon-wlf {
  background-image: url("/Content/flags/4x3/wlf.svg");
}
.flag-icon-wlf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/wlf.svg");
}
.flag-icon-wsm {
  background-image: url("/Content/flags/4x3/wsm.svg");
}
.flag-icon-wsm.flag-icon-squared {
  background-image: url("/Content/flags/1x1/wsm.svg");
}
.flag-icon-yem {
  background-image: url("/Content/flags/4x3/yem.svg");
}
.flag-icon-yem.flag-icon-squared {
  background-image: url("/Content/flags/1x1/yem.svg");
}
.flag-icon-zaf {
  background-image: url("/Content/flags/4x3/zaf.svg");
}
.flag-icon-zaf.flag-icon-squared {
  background-image: url("/Content/flags/1x1/zaf.svg");
}
.flag-icon-zmb {
  background-image: url("/Content/flags/4x3/zmb.svg");
}
.flag-icon-zmb.flag-icon-squared {
  background-image: url("/Content/flags/1x1/zmb.svg");
}
.flag-icon-zwe {
  background-image: url("/Content/flags/4x3/zwe.svg");
}
.flag-icon-zwe.flag-icon-squared {
  background-image: url("/Content/flags/1x1/zwe.svg");
}
