@charset "UTF-8";
/*$logo-login: url('/assets/img/brand/logos/logo-login.svg');
$logo-header: url('/assets/img/brand/logos/logo-login.svg');*/
@media (max-width: 680px) {
  .table-separated tbody tr th,
  .table-separated tbody tr td {
    border-top: none;
    width: 100%;
    float: left;
    display: block;
  }
}
/* Carousel Slider gallery*/
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 43px !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.NewsContent .swiper-container-horizontal > .swiper-pagination-bullets,
.NewsContent .swiper-pagination-custom,
.NewsContent .swiper-pagination-fraction {
  bottom: 43px;
  left: 0;
  width: 100%;
  display: none;
}

#Slider .ops-swiper-button-next {
  right: 15px;
}

#Slider .ops-swiper-button-next::before {
  display: none;
}

#Slider .ops-swiper-button-prev {
  left: 15px;
}

#Slider .ops-swiper-button-prev::before {
  display: none;
}

#SidebarReconocimiento {
  height: 65px;
}
#SidebarReconocimiento li.list-inline-item i {
  padding: 10px !important;
}

#SidebarReconocimiento .cerrar-s a.dropdown-item {
  width: 40px;
  background-color: #ff2e7b;
  overflow: hidden;
  height: 40px;
  margin-top: 1px;
  border-radius: 100px;
  margin-left: 0px;
  display: flex;
  font-size: 0;
}
#SidebarReconocimiento .cerrar-s a.dropdown-item i {
  padding: 9px 10px !important;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  margin: 0px;
}

#SidebarReconocimiento,
#SidebarMenu {
  position: relative;
  z-index: 2;
}

#SidebarReconocimiento .ti-medall2 {
  background: #ffffff url(/assets/img/icon/ti-medall2.png) no-repeat center center;
}

.bg-r {
  height: 33%;
  background-color: #004289;
  z-index: 1;
  width: 100%;
  float: left;
  display: block;
}

.sidebar .menu-link {
  color: #fff;
}

.page-link {
  /*border-color: $color-divider;*/
}
.page-link:hover, .page-link:focus {
  background-color: #004289;
  color: #fff !important;
  /*border-color: rgba($color-terciario, 0.5) !important;*/
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
  font-weight: 500;
}

.btn-light {
  background-color: #fff;
  color: #929DAF;
}

.pagination .btn {
  cursor: auto;
}
.pagination .btn-light {
  background-color: #ffffff;
  border: none;
  color: #616A78;
  border-radius: 20px;
}

.btn-light {
  background-color: #fff;
}

select.pagSel {
  border: none;
  margin: 10px;
  padding: 9px;
  background-color: #fff;
}

.jPag-Label-Sup.resultado-pag {
  display: none;
}

#pagIni,
#pagFin,
.page-link,
#pagSiguiente,
#pagAnterior {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
  color: #fff !important;
  cursor: pointer;
  border-radius: 20px !important;
}

#pagIni.btnInicio {
  padding: 0 !important;
  border-radius: 100% !important;
}

#pagFin.btnFinal {
  padding: 0 !important;
  border-radius: 100% !important;
}

#pagIni:hover,
.page-link:hover,
#pagSiguiente:hover,
#pagAnterior:hover {
  background-color: #004289 !important;
  color: #fff;
  cursor: pointer;
}

.pagination .btn-light {
  background-color: #ffffff;
  border: none;
  color: #616A78;
  border-radius: 0;
}

.page-link:hover,
.page-link:focus {
  background-color: #004289 !important;
  color: #fff !important;
}

#CardFooter .card-footer label.float-md-right {
  z-index: 4;
  position: relative;
  cursor: pointer;
}

.card-footer label i {
  display: inline-block;
  width: 15px;
  height: 13px;
  background: transparent url("/assets/img/icon/comment-02.svg") no-repeat center center;
  float: left;
  margin-right: 5px;
}

.card-footer .fa-comment:before {
  display: none;
}

#Slider.Home .card .card-body {
  padding: 0;
}
#Slider.Home .card .card-body img {
  width: 100%;
  /*height: 475px;*/
  height: 375px;
}
#Slider.Home h2 a,
#Slider.Home h3 a,
#Slider.Home h4 a {
  color: #fff !important;
}
#Slider.Home #CardFooterSlider {
  z-index: 15;
  position: absolute;
  background-color: transparent;
  width: auto;
  bottom: 0;
  right: 0;
  height: 58px;
}
#Slider.Home #CardFooterSlider .card-footer {
  background-color: transparent;
  z-index: 12;
  border: none !important;
}
#Slider.Home #CardFooterSlider .card-footer i#ModalComentarios {
  color: #fff;
}
#Slider.Home .swiper-pagination-fraction,
#Slider.Home .swiper-pagination-custom,
#Slider.Home .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 23px !important;
  left: 3%;
  width: 76%;
  text-align: left;
  font-size: 0;
}
#Slider.Home .ops-swiper-container .ops-swiper-pagination,
#Slider.Home .swiper-horizontal > .swiper-pagination-bullets,
#Slider.Home .swiper-pagination-bullets.swiper-pagination-horizontal,
#Slider.Home .swiper-pagination-custom,
#Slider.Home .swiper-pagination-fraction {
  position: absolute;
  bottom: 35px !important;
  left: 0;
  width: 90% !important;
  display: flex;
  justify-content: center;
  padding: 0px 0 0 2%;
  z-index: 4;
}
#Slider.Home .swiper-pagination-bullet {
  height: 5px;
}
#Slider.Home .swiper-pagination-bullet {
  height: 5px;
  width: 40px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background: #d4d4d4;
  opacity: 1;
  border: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#Slider.Home .swiper-pagination-bullet-active,
#Slider.Home .swiper-pagination-bullet:hover {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%) !important;
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%) !important;
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1) !important;
}
#Slider.Home .black-to-fade-home {
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
#Slider.Home h3 {
  position: absolute;
  height: auto;
  bottom: 39px;
  left: 3%;
  z-index: 1;
}
#Slider.Home .swiper-container,
#Slider.Home .ops-swiper-container {
  overflow: hidden;
}
#Slider.Home .card-footer label {
  line-height: 23px;
}
#Slider.Home .card-footer label i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent url("/assets/img/icon/comment-01.svg") no-repeat center center;
  margin-top: 4px;
}
#Slider.Home .card-footer label i::before {
  display: none;
}
#Slider.Home .content-heart {
  width: 20px;
  float: left;
  margin-top: 4px;
  margin-right: 0 !important;
  z-index: 4;
}
#Slider.Home .content-heart .heart {
  background-image: url("/assets/img/bg/web_heart_animation2.png");
  background-position: left !important;
  background-repeat: no-repeat;
  background-size: 2900%;
}
#Slider.Home h3.text-white {
  font-size: 20px;
}
#Slider.Home .swiper-slide .carousel-item {
  height: 340px;
}
#Slider.Home .swiper-slide .carousel-item img {
  width: 100%;
  height: 100%;
}
#Slider.Home .gap-items-2 .text-lighter.float-md-right {
  color: #ffffff !important;
  float: left !important;
  margin-right: 20px;
}

.ops-swiper-container {
  position: initial !important;
}

.swiper-wrapper .swiper-slide .badge {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 1;
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  min-height: 10px;
}

.swiper-slide .carousel-item {
  height: 390px;
}
.swiper-slide .carousel-item img,
.swiper-slide .carousel-item a img {
  width: 100%;
  height: 100%;
}
.swiper-slide .carousel-item h3 a {
  color: #fff !important;
}

@media (max-width: 1700px) {
  #Slider.Home .card .card-body img {
    height: 325px;
  }
  .swiper-slide .carousel-item {
    height: 280px;
  }
}
@media (max-width: 1370px) {
  .swiper-slide .carousel-item {
    height: 280px;
  }
  #Slider.Home .card .card-body img {
    height: 255px;
  }
}
@media (max-width: 1210px) {
  #Slider.Home .card .card-body img {
    height: 255px;
  }
}
@media (max-width: 990px) {
  .swiper-slide .carousel-item {
    height: auto;
  }
}
@media (max-width: 770px) {
  #Slider.Home .card .card-body img {
    height: auto;
  }
}
@media (max-width: 680px) {
  #Home .carousel-inner .card-body {
    padding-bottom: 0;
  }
  #Home .carousel-inner .card-body .text-white {
    margin-bottom: 0;
    font-size: 15px;
  }
  #Home .swiper-slide .carousel-item a img {
    height: auto;
  }
  #Home .swiper-slide .img {
    min-height: auto !important;
  }
  #Home #CardFooterSlider {
    padding-top: 0 !important;
  }
}
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #004289;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #2E7BFF;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #2E7BFF;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #2E7BFF;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary {
  background-color: #b8daff;
}
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary {
  background-color: #dddfe2;
}
.table-secondary > td,
.table-secondary > th {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success {
  background-color: #c3e6cb;
}
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

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

.table-info {
  background-color: #bee5eb;
}
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

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

.table-warning {
  background-color: #ffeeba;
}
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

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

.table-danger {
  background-color: #f5c6cb;
}
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

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

.table-light {
  background-color: #fdfdfe;
}
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark {
  background-color: #c6c8ca;
}
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #32383e;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.form-control::-webkit-input-placeholder, .form-control:-ms-input-placeholder, .form-control::placeholder {
  color: #2E7BFF;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 2px);
  padding-bottom: calc(0.25rem - 2px);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon {
  padding-right: 0;
  padding-left: 0;
}
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon {
  padding-right: 0;
  padding-left: 0;
}
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}
.input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #2E7BFF;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid,
.form-control.is-valid {
  border-color: #28a745;
}

.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control::before,
.was-validated .custom-file-input:valid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-invalid,
.form-control.is-invalid {
  border-color: #dc3545;
}

.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control::before,
.was-validated .custom-file-input:invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn.active, .btn:active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #004289;
  border-color: #004289;
}
.btn-primary.active, .btn-primary:active {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-secondary {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #004289;
  border-color: #004289;
}
.btn-secondary.active, .btn-secondary:active {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.active, .btn-success:active {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.active, .btn-info:active {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.active, .btn-warning:active {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.active, .btn-danger:active {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.active, .btn-light:active {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.active, .btn-dark:active {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #004289;
  background-color: transparent;
  background-image: none;
  border-color: #004289;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004289;
  background-color: transparent;
}
.btn-outline-primary.active, .btn-outline-primary:active {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.btn-outline-secondary {
  color: #2E7BFF;
  background-color: transparent;
  background-image: none;
  border-color: #004289;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #2E7BFF;
  background-color: transparent;
}
.btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success.active, .btn-outline-success:active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info.active, .btn-outline-info:active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning.active, .btn-outline-warning:active {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger.active, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light.active, .btn-outline-light:active {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark.active, .btn-outline-dark:active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: 400;
  color: #004289;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link:active, .btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #2E7BFF;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #004289;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #2E7BFF;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #2E7BFF;
  white-space: nowrap;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
}

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

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

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group {
  margin-left: -1px;
}
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

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

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}
.input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #004289;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #004289;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #2E7BFF;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvgxmlns='http: //www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #004289;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvgxmlns='http: //www.w3.org/2000/svg'viewBox='0044'%3E%3Cpathstroke='%23fff'd='M02h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvgxmlns='http: //www.w3.org/2000/svg'viewBox='-4-488'%3E%3Ccircler='3'fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8, %3Csvgxmlns='http: //www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23333'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select:disabled {
  color: #2E7BFF;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #2E7BFF;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #2E7BFF;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #004289;
}

.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #004289;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3CsvgviewBox='003030'xmlns='http: //www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(0, 0, 0, 0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show {
  color: #fff;
}
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3CsvgviewBox='003030'xmlns='http: //www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(255, 255, 255, 0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #2E7BFF;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #2E7BFF;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.page-item.disabled .page-link {
  color: #2E7BFF;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #004289;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #004289;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #004289;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #2E7BFF;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

button.list-group-item-primary:focus, button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

button.list-group-item-light:focus, button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

button.list-group-item-dark:focus, button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
  padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
  padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
  left: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
  padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
  right: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 11px;
}
.popover .arrow::after {
  content: "";
  border-width: 11px;
}
.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
  margin-bottom: 10px;
}
.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
  bottom: 0;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
  margin-left: 10px;
}
.popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
  left: 0;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  margin-top: -8px;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
  margin-top: -8px;
  border-left-width: 0;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
  left: -10px;
  border-right-color: #fff;
}
.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
  margin-top: 10px;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
  top: 0;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  margin-left: -7px;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
  margin-left: -7px;
  border-top-width: 0;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}
.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
  margin-right: 10px;
}
.popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
  right: 0;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  margin-top: -8px;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
  margin-top: -8px;
  border-right-width: 0;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-left .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}
.carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvgxmlns='http: //www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M40l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvgxmlns='http: //www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M1.50l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #004289 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #2E7BFF !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #2E7BFF !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #004289 !important;
}

.border-secondary {
  border-color: #ff2e7b !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

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

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block,
.d-print-inline,
.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-title {
  color: #37404D !important;
}

.text-white {
  color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #48B0F7 !important;
}

.text-color {
  color: #616A78 !important;
}

.text-primary {
  color: #004289 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #2E7BFF !important;
}

.text-secondary, .text-secondary a {
  color: #2E7BFF !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #004289 !important;
}

.text-terciario {
  color: #2E7BFF !important;
}

a.text-terciario:focus, a.text-terciario:hover {
  color: #2E7BFF !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #2E7BFF !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
   */
@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

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

.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-close:before,
.fa-remove:before,
.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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo:before,
.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-exclamation-triangle:before,
.fa-warning: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,
.fa-bar-chart: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-cogs:before,
.fa-gears: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.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-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste: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-mail-reply-all:before,
.fa-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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won: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,
.fa-gratipay: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

@font-face {
  font-family: themify;
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^=ti-] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

/*!
   * animsition v4.0.2
   * A simple and easy jQuery plugin for CSS animated page transitions.
   * http://blivesta.github.io/animsition
   * License : MIT
   * Author : blivesta (http://blivesta.com/)
   */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.animsition-loading {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.busNoResultado1,
.busNoResultado3 {
  display: none;
}

/*$logo-login: url('/assets/img/brand/logos/logo-login.svg');
$logo-header: url('/assets/img/brand/logos/logo-login.svg');*/
.logo-header {
  background-image: url("/assets/img/brand/logos/logo-login-2026.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  height: auto;
  min-height: 110px;
  display: flex;
  margin: 0 auto;
}

.LogoFooter {
  background-image: url("/assets/img/brand/logos/logo-login-2026.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: auto;
  display: flex;
  margin: 0 auto;
}

::selection {
  color: #fff;
}

::-moz-selection {
  color: #fff;
}

a {
  color: #004289;
  transition: 0.2s linear;
}
a:hover, a:focus {
  color: #004289;
  text-decoration: none;
  outline: none;
}
a.media {
  color: #616A78;
}
a[class*=text-]:hover, a[class*=text-]:focus {
  text-decoration: none;
}
a[class*=hover-] {
  color: #616A78;
}

.hover-terciario:hover,
.hover-terciario:focus {
  color: #004289;
}

.sidebar-header a {
  color: #fff;
}

.text-title,
.text-title a {
  color: #37404D !important;
}

.text-primary,
.text-primary a {
  color: #004289;
}

.text-primary a:hover {
  color: #fd3347 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #004289 !important;
}

.text-secondary, .text-secondary a {
  color: #2E7BFF !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #2E7BFF !important;
}

.text-terciario {
  color: #2E7BFF !important;
}

a.text-terciario:focus, a.text-terciario:hover {
  color: #2E7BFF !important;
}

.sidebar-header a {
  color: #fff;
}

.sidebar.sidebar-light .menu-submenu .menu-item:hover a.menu-link,
.sidebar.sidebar-light .menu-submenu .menu-item.active a.menu-link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.26) !important;
}
.sidebar.sidebar-light .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-light .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: rgba(255, 255, 255, 0.26) !important;
  border-color: #2E7BFF;
}
.sidebar.sidebar-light .menu > .menu-item > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item > a.menu-link {
  color: #616A78 !important;
}
.sidebar.sidebar-light .menu > .menu-item.open > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item:hover > a.menu-link,
.sidebar.sidebar-light .menu > .menu-item.active > .menu-submenu > .menu-item.active > .menu-submenu-3 > .menu-item.active > a.menu-link {
  color: #2E7BFF !important;
}
.sidebar.sidebar-light .menu-submenu-3 .menu-item:hover a.menu-link,
.sidebar.sidebar-light .menu-submenu-3 .menu-item.active a.menu-link {
  color: #2E7BFF;
}
.sidebar.sidebar-light .menu-submenu-3 .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-light .menu-submenu-3 .menu-item:hover > .menu-link .dot::after {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}

.sidebar.sidebar-light .menu-submenu .menu-item a.menu-link {
  height: 40px;
}

.sidebar.sidebar-light .menu-submenu .menu-item a.menu-link .title {
  font-size: 13px;
  line-height: 18px;
}

.sidebar.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(46, 123, 255, 0.95) !important;
}
.sidebar.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(46, 123, 255, 0.85) !important;
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #2E7BFF;
}
.sidebar .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #2E7BFF;
}
.sidebar.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #2E7BFF !important;
}
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.sidebar .menu > .menu-item.open > .menu-submenu > .menu-item:hover > .menu-submenu-3 > .menu-item > a.menu-link {
  color: #616A78 !important;
}
.sidebar .menu > .menu-item.open > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item:hover > a.menu-link,
.sidebar .menu > .menu-item.open > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item.active > a.menu-link {
  color: #2E7BFF;
}
.sidebar .menu-submenu-3 .menu-item.active > .menu-link .dot::after, .sidebar .menu-submenu-3 .menu-item:hover > .menu-link .dot::after {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}

.topbar .menu-item:hover > .menu-link, .topbar .menu-item.active > .menu-link {
  border-top-color: #004289;
}

.menu-submenu .menu-item:hover > .menu-link {
  color: #616A78;
}
.menu-submenu .menu-item.active > .menu-link {
  color: #616A78;
}
.menu-submenu .menu-item .dot::after {
  border-color: #616A78;
}

.dropdown.show .topbar-btn {
  border-top-color: #004289;
}

.topbar-btn:hover {
  border-top-color: #004289;
}

.fc-event:not(.badge),
.fc-event-dot:not(.badge) {
  background-color: #004289;
}

.dropdown.show .nav-link {
  border-bottom-color: #004289;
}

.header-action .nav-link.active, .header-action .nav-link:hover {
  border-bottom-color: #004289;
}

.topbar-right .dropdown-menu::before, .topbar-right .dropdown-menu::after,
.topbar-right .dropdown-grid::before,
.topbar-right .dropdown-grid::after {
  left: 165px;
}
.topbar-right li.show span.topbar-btn {
  color: #004289 !important;
}

.btn-primary {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #004289;
  border-color: #004289;
}
.btn-primary.active, .btn-primary:active {
  background-color: #004289;
  background-image: none;
  border-color: #004289;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #004289;
  background-image: none;
  border-color: #004289;
}

.btn-secondary {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-secondary.active, .btn-secondary:active {
  background-color: #2E7BFF;
  background-image: none;
  border-color: #2E7BFF;
}

.show > .btn-secondary.dropdown-toggle {
  background-color: #2E7BFF;
  background-image: none;
  border-color: #2E7BFF;
}

.btn-terciario,
.btn-tertiary {
  color: #fff;
  border-color: #fff;
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.btn-terciario:hover,
.btn-tertiary:hover {
  color: #fff;
}
.btn-terciario.focus, .btn-terciario:focus,
.btn-tertiary.focus,
.btn-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-terciario.disabled, .btn-terciario:disabled,
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-terciario.active, .btn-terciario:active,
.btn-tertiary.active,
.btn-tertiary:active {
  background-color: #2E7BFF;
  background-image: none;
  border-color: #2E7BFF;
}

.show > .btn-terciario.dropdown-toggle,
.btn-tertiary.dropdown-toggle {
  background-color: #2E7BFF;
  background-image: none;
  border-color: #2E7BFF;
}

.btn-outline-primary {
  color: #004289;
  background-color: transparent;
  background-image: none;
  border-color: #004289;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004289;
  background-color: transparent;
}
.btn-outline-primary.active, .btn-outline-primary:active {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.btn-outline-secondary {
  color: #2E7BFF;
  background-color: transparent;
  background-image: none;
  border-color: #2E7BFF;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #2E7BFF;
  background-color: transparent;
}
.btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}

.badge-primary {
  color: #fff;
  background-color: #004289;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004289;
}

.badge-secondary {
  color: #fff;
  background-color: #2E7BFF;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2E7BFF;
}

.text-white a {
  color: #fff !important;
}

.bg-primary {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}

a.bg-primary:focus, a.bg-primary:hover {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}

.bg-gradient {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}

.bg-secondary {
  background-color: #2E7BFF !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #2E7BFF !important;
}

.bg-tertiary {
  background-color: #2E7BFF !important;
}

.border-primary {
  border-color: #004289 !important;
}

.border-secondary {
  border-color: #ff2e7b !important;
}

.border-primary {
  border-top: 2px solid #004289 !important;
}

.border-tertiary {
  border-top: 2px solid #FFCC00 !important;
}

.card-footer {
  color: #004289;
}

li > a {
  color: #004289;
}
li > a:hover {
  color: #004289;
}

.site-footer a:hover {
  color: #004289;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

canvas:focus {
  outline: none;
}

::selection {
  background: #0053ad;
  color: #fff;
}

::-moz-selection {
  background: #0053ad;
  color: #fff;
}

a {
  color: #004289;
  transition: 0.2s linear;
}
a:hover, a:focus {
  color: #616A78;
  text-decoration: none;
  outline: none;
}
a.media {
  color: #616A78;
}
a[class*=text-]:hover, a[class*=text-]:focus {
  text-decoration: none;
}
a[class*=hover-] {
  color: #616A78;
}

b,
strong {
  font-weight: 600;
  color: #465161;
}

small,
time,
.small {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #004289;
}
small a,
time a,
.small a {
  color: #004289;
  border-bottom: 1px dotted #004289;
}
small a:hover,
time a:hover,
.small a:hover {
  color: #004289;
  border-bottom-color: transparent;
}

.lead {
  font-size: 14px;
  line-height: 32px;
}

.semibold {
  font-weight: 400;
}

.dropcap:first-child:first-letter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 0.9rem;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong {
  font-weight: 400;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 65%;
}
h1 a,
h1 a[class*=hover-],
h2 a,
h2 a[class*=hover-],
h3 a,
h3 a[class*=hover-],
h4 a,
h4 a[class*=hover-],
h5 a,
h5 a[class*=hover-],
h6 a,
h6 a[class*=hover-],
.h1 a,
.h1 a[class*=hover-],
.h2 a,
.h2 a[class*=hover-],
.h3 a,
.h3 a[class*=hover-],
.h4 a,
.h4 a[class*=hover-],
.h5 a,
.h5 a[class*=hover-],
.h6 a,
.h6 a[class*=hover-] {
  color: #37404D;
}

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

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

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

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

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

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

.font-alt {
  font-family: Roboto, sans-serif;
}

.sidetitle {
  font-style: italic;
  margin-left: 0.5rem;
}
.sidetitle::before {
  content: "— ";
}

.subtitle {
  display: block;
  margin-top: 8px;
}

.list-iconic {
  list-style: none;
  padding-left: 1.5rem;
}
.list-iconic .icon {
  padding-right: 0.5rem;
  font-size: 0.75em;
}

.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #616A78;
}
.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.blockquote a {
  color: #616A78;
}
.blockquote footer {
  color: #004289;
  font-size: 0.875rem;
}
.blockquote footer::before {
  content: "— ";
}

.blockquote-inverse,
.blockquote-inverse footer {
  color: #fff;
}

dt {
  font-weight: 400;
}

time {
  font-size: 12px;
  color: #004289;
}

.dl-inline dt,
.dl-inline dd {
  display: inline-block;
}
.dl-inline dd {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
  .blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
  .lead {
    font-size: 15px;
  }
  .blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-heart {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 21px;
}

.heart {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-image: url("/assets/img/bg/web_heart_animation3.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2900%;
  position: absolute;
  top: -18px;
  left: -17px;
  z-index: 4;
}

.heart.is_animating,
.heart:hover {
  background-position: right;
}

.is_animating {
  animation: heart-burst 0.8s steps(28) 1;
}

@keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
hr {
  border-top-color: rgba(97, 106, 120, 0.07);
}

.divider-dash {
  opacity: 0.7;
  margin: 0 4px;
  vertical-align: middle;
  color: #004289;
}
.divider-dash::before {
  content: "— ";
}

.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: 0.5;
  background-color: #004289;
}

.divider-line {
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(97, 106, 120, 0.07);
}

.divider {
  display: flex;
  align-items: center;
  flex: 0;
  color: #004289;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin: 2rem auto;
  width: 100%;
}
.divider::before, .divider::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #ebebeb;
}
.divider::before {
  margin-right: 16px;
}
.divider::after {
  margin-left: 16px;
}
.divider a {
  color: #004289;
}

.divider-vertical {
  display: inline-flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}
.divider-vertical::before, .divider-vertical::after {
  border-top: none;
  border-right: 1px solid #ebebeb;
  margin: 0;
}
.divider-vertical::before {
  margin-bottom: 16px;
}
.divider-vertical::after {
  margin-top: 16px;
}

.hr-sm,
.divider-sm {
  margin: 1rem auto;
}

.hr-lg,
.divider-lg {
  margin: 3rem auto;
}

.divider-vertical.divider-sm {
  padding: 0 1rem;
}
.divider-vertical.divider-lg {
  padding: 0 3rem;
}

.article a {
  color: #004289;
}
.article .lead {
  font-size: 17px;
  color: #788394;
  opacity: 0.8;
}
.article p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1px;
}
.article b, .article strong {
  font-weight: 600;
}
.article blockquote {
  margin: 40px 0;
}
.article blockquote p {
  font-size: 18px;
}

.container-article {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .article .lead {
    font-size: 15px;
  }
  .article p {
    font-size: 13px;
    line-height: 24px;
  }
  .article blockquote p {
    font-size: 15px;
  }
}
pre {
  background-color: #f9fafb;
  border-left: 5px solid #ebebeb;
  padding: 12px;
  border-radius: 3px;
  color: #788394;
}

code {
  white-space: nowrap;
  color: #ba5e63;
}

.code-bold {
  color: #bd4147;
  font-weight: 600;
  letter-spacing: 0.5px;
}

kbd {
  background-color: #465161;
}

.pre-scrollable {
  max-height: 360px;
}

.clipboard-copy {
  position: absolute;
  top: 6px;
  right: 13px;
  line-height: 20px;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.5s;
}
.clipboard-copy:hover {
  text-decoration: none;
}

pre:hover .clipboard-copy {
  opacity: 1;
  transition: transform 0s, opacity 0.5s;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  position: relative;
  background-color: #f9fafb;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 25px;
  word-wrap: normal;
  border: 1px solid #ebebeb;
}

.line-numbers .line-numbers-rows {
  border-right-color: #ebebeb;
}

div.prism-show-language > div.prism-show-language-label {
  border-radius: 0;
  background-color: transparent;
  color: #004289;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  opacity: 0.5;
  letter-spacing: 1px;
  right: 8px;
  top: 4px;
}

.prism-show-language {
  display: none;
}

.line-highlight {
  background: rgba(255, 255, 0, 0.1);
}

.token.badge {
  font-size: 100%;
  padding: 0;
}

.code-preview {
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 20px;
  background-color: #fff;
}
.code-preview > *:last-child {
  margin-bottom: 0;
}

.code-title {
  background-color: #f9fafb;
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 15px 20px;
  margin-bottom: 0;
}
.code-title > *:last-child {
  margin-bottom: 0;
}

.code {
  margin-bottom: 30px;
}
.code.code-fold pre {
  display: none;
}
.code pre {
  margin-bottom: 0;
}
.code.show-language .prism-show-language {
  display: block;
}

.code-card .code-title {
  font-family: Roboto, sans-serif;
}
.code-card .code-preview {
  padding: 0;
}

.code-toggler {
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
  text-align: right;
}
.code-toggler .btn {
  border-radius: 0;
  background-color: #f9fafb;
  border-top: none;
  color: #004289;
}
.code-toggler .btn i {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.img-thumbnail {
  padding: 0.25rem;
  border-color: #f3f3f3;
  border-radius: 3px;
}

.img-shadow {
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

.img-outside-right {
  overflow: hidden;
}
.img-outside-right img {
  width: 100%;
  transform: translateX(15%);
}

.img-object-fit {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  min-height: 175px;
  width: 100%;
}

.content-object-fit {
  height: 175px;
  width: 100%;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #ffffff;
  text-transform: uppercase;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}

.avatar.user {
  background-image: url(/assets/img/avatar/user.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #eaeaea;
}

.media .avatar {
  background-image: url(/assets/img/avatar/user.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #eaeaea;
}

.avatar-bordered {
  border: 4px solid #f0f0f0;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.avatar-square {
  border-radius: 0;
}

.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.75rem;
}

.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
}

.avatar-xl {
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 1.25rem;
}

.avatar-xxl {
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 1.375rem;
}

.avatar-xxxl {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 1.5rem;
}

.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #788394;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f9fafb;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
}
.avatar-pill:hover, .avatar-pill:focus {
  color: #788394;
  background-color: #f5f6f7;
}
.avatar-pill img {
  width: 36px;
}
.avatar-pill span {
  padding-right: 18px;
  padding-left: 8px;
}
.avatar-pill .close {
  padding-left: 0;
  padding-right: 8px;
  font-size: 19px;
  line-height: inherit;
}
.avatar-pill.avatar-sm {
  border-radius: 14.5px;
  font-size: 0.8125rem;
}
.avatar-pill.avatar-sm img {
  width: 29px;
}
.avatar-pill.avatar-sm span {
  padding-right: 14.5px;
}
.avatar-pill.avatar-sm .close {
  padding-right: 6px;
  font-size: 18px;
}
.avatar-pill.avatar-lg {
  border-radius: 24px;
  font-size: 0.9375rem;
}
.avatar-pill.avatar-lg img {
  width: 48px;
}
.avatar-pill.avatar-lg span {
  padding-right: 24px;
}
.avatar-pill.avatar-lg .close {
  padding-right: 10px;
  font-size: 20px;
}
.avatar-pill.avatar-xl {
  border-radius: 33px;
  font-size: 1rem;
}
.avatar-pill.avatar-xl img {
  width: 66px;
}
.avatar-pill.avatar-xl span {
  padding-right: 33px;
  padding-left: 12px;
}
.avatar-pill.avatar-xl .close {
  padding-right: 12px;
  font-size: 22px;
}
.avatar-pill.avatar-xxl {
  border-radius: 42.5px;
  font-size: 1.125rem;
}
.avatar-pill.avatar-xxl img {
  width: 85px;
}
.avatar-pill.avatar-xxl span {
  padding-right: 42.5px;
  padding-left: 12px;
}
.avatar-pill.avatar-xxl .close {
  padding-right: 16px;
  font-size: 24px;
}
.avatar-pill.avatar-xxxl {
  border-radius: 60px;
  font-size: 1.25rem;
}
.avatar-pill.avatar-xxxl img {
  width: 120px;
}
.avatar-pill.avatar-xxxl span {
  padding-right: 60px;
  padding-left: 12px;
}
.avatar-pill.avatar-xxxl .close {
  padding-right: 20px;
  font-size: 24px;
}

.avatar[class*=status-]::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #004289;
}
.avatar[class*=status-].avatar-sm::after {
  right: -2px;
  width: 9px;
  height: 9px;
}
.avatar[class*=status-].avatar-lg::after {
  right: 4px;
}
.avatar[class*=status-].avatar-xl::after {
  right: 5px;
  width: 11px;
  height: 11px;
}
.avatar[class*=status-].avatar-xxl::after {
  right: 15px;
  width: 12px;
  height: 12px;
}
.avatar[class*=status-].avatar-xxxl::after {
  right: 25px;
  width: 16px;
  height: 16px;
}

.avatar.status-success::after {
  background-color: #57C97B;
}

.avatar.status-info::after {
  background-color: #48B0F7;
}

.avatar.status-warning::after {
  background-color: #faa64b;
}

.avatar.status-danger::after {
  background-color: #f96868;
}

.avatar.status-dark::after {
  background-color: #465161;
}

.avatar-list {
  display: inline-flex;
}
.avatar-list:not(.avatar-list-overlap) {
  margin: -2px;
}
.avatar-list:not(.avatar-list-overlap) > * {
  margin: 2px;
}

.avatar-list-overlap .avatar {
  border: 2px solid #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: 0.15s linear;
}
.avatar-list-overlap .avatar + .avatar {
  margin-left: -16px;
}
.avatar-list-overlap .avatar + .avatar-sm {
  margin-left: -12px;
}
.avatar-list-overlap .avatar + .avatar-lg {
  margin-left: -20px;
}
.avatar-list-overlap .avatar + .avatar-xl {
  margin-left: -26px;
}
.avatar-list-overlap .avatar + .avatar-xxl {
  margin-left: -36px;
}
.avatar-list-overlap .avatar + .avatar-xxxl {
  margin-left: -48px;
}
.avatar-list-overlap .overlap-exclude,
.avatar-list-overlap .avatar:hover + .avatar {
  margin-left: 0;
}

.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #005bbc;
  color: #004289;
  font-size: 0.875rem;
}
.avatar-add::before {
  content: "\e61a";
}
.avatar-add:hover {
  background-color: #004289;
  border-color: #004289;
  color: #fff;
}

.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
.avatar-more:hover span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-provide~=more-avatar] ~ .avatar {
  display: none;
}

[class*=img-hov-] {
  overflow: hidden;
}
[class*=img-hov-] img {
  transition: 0.45s;
  -webkit-backface-visibility: hidden;
}

.img-hov-fadein {
  transition: 0.45s;
}
.img-hov-fadein:hover {
  opacity: 0.7;
}

.img-hov-fadeout {
  opacity: 0.7;
  transition: 0.45s;
}
.img-hov-fadeout:hover {
  opacity: 1;
}

.img-hov-zoomin img:hover {
  transform: scale(1.045);
}

.img-hov-zoomout img {
  transform: scale(1.045);
}
.img-hov-zoomout img:hover {
  transform: scale(1);
}

.img-hov-stretchin img {
  transform-origin: left top 0;
}
.img-hov-stretchin img:hover {
  transform: scale(1.045);
}

.img-hov-stretchout img {
  transform-origin: left top 0;
  transform: scale(1.045);
}
.img-hov-stretchout img:hover {
  transform: scale(1);
}

.img-hov-slideleft img {
  transform-origin: left center 0;
  transform: scale(1.045) translateX(0);
}
.img-hov-slideleft img:hover {
  transform: scale(1.045) translateX(-4.5%);
}

.img-hov-slideright img {
  transform-origin: right center 0;
  transform: scale(1.045) translateX(0);
}
.img-hov-slideright img:hover {
  transform: scale(1.045) translateX(4.5%);
}

.img-hov-slideup img {
  transform-origin: center top 0;
  transform: scale(1.045) translateY(0);
}
.img-hov-slideup img:hover {
  transform: scale(1.045) translateY(-4.5%);
}

.img-hov-slidedown img {
  transform-origin: center bottom 0;
  transform: scale(1.045) translateY(0);
}
.img-hov-slidedown img:hover {
  transform: scale(1.045) translateY(4.5%);
}

.img-hov-rotateleft img {
  transform: rotateZ(0) scale(1);
}
.img-hov-rotateleft img:hover {
  transform: rotateZ(-5deg) scale(1.1);
}

.img-hov-rotateright img {
  transform: rotateZ(0) scale(1);
}
.img-hov-rotateright img:hover {
  transform: rotateZ(5deg) scale(1.1);
}

.teaser {
  background: #465161;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
.teaser img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.7;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.teaser figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.teaser figcaption::before, .teaser figcaption::after {
  pointer-events: none;
}
.teaser figcaption,
.teaser figcaption > a:not(.btn) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser figcaption > a {
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.teaser h2,
.teaser h3,
.teaser h4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin: 0;
}
.teaser h2 span,
.teaser h3 span,
.teaser h4 span {
  font-weight: 500;
}
.teaser p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
}

.teaser-honey img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
.teaser-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #004289;
  content: "";
  transform: translate3d(0, 10px, 0);
}
.teaser-honey h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  transform: translate3d(0, -30px, 0);
}
.teaser-honey h3 i {
  font-style: normal;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -30px, 0);
}
.teaser-honey figcaption::before,
.teaser-honey h3 {
  transition: transform 0.35s;
}
.teaser-honey:hover img {
  opacity: 0.5;
}
.teaser-honey:hover figcaption::before, .teaser-honey:hover h3, .teaser-honey:hover h3 i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
.teaser-zoe h3 {
  color: #37404D;
  float: left;
}
.teaser-zoe .icon-links a {
  float: right;
  color: #616A78;
  font-size: 1.4em;
}
.teaser-zoe:hover .icon-links a:hover, .teaser-zoe:hover .icon-links a:focus {
  color: #37404D;
}
.teaser-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}
.teaser-zoe h3,
.teaser-zoe .icon-links a {
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}
.teaser-zoe .icon-links a span::before {
  padding: 8px 10px;
}
.teaser-zoe h3 {
  display: inline-block;
}
.teaser-zoe:hover p.description {
  opacity: 1;
}
.teaser-zoe:hover figcaption, .teaser-zoe:hover h3, .teaser-zoe:hover .icon-links a {
  transform: translate3d(0, 0, 0);
}
.teaser-zoe:hover h3 {
  transition-delay: 0.05s;
}
.teaser-zoe:hover .icon-links a:nth-child(3) {
  transition-delay: 0.1s;
}
.teaser-zoe:hover .icon-links a:nth-child(2) {
  transition-delay: 0.15s;
}
.teaser-zoe:hover .icon-links a:first-child {
  transition-delay: 0.2s;
}

.teaser-marley figcaption {
  text-align: right;
}
.teaser-marley h3,
.teaser-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
.teaser-marley p {
  bottom: 30px;
  line-height: 1.5;
  transform: translate3d(0, 100%, 0);
}
.teaser-marley h3 {
  top: 30px;
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.teaser-marley:hover h3 {
  transform: translate3d(0, 0, 0);
}
.teaser-marley h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  transform: translate3d(0, 40px, 0);
}
.teaser-marley h3::after,
.teaser-marley p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-marley:hover h3::after, .teaser-marley:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-bubba img {
  opacity: 0.7;
  transition: opacity 0.35s;
}
.teaser-bubba:hover img {
  opacity: 0.4;
}
.teaser-bubba figcaption::before,
.teaser-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.teaser-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
.teaser-bubba h3 {
  padding-top: 27%;
  transition: transform 0.35s;
  transform: translate3d(0, -20px, 0);
}
.teaser-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.teaser-bubba:hover figcaption::before, .teaser-bubba:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}
.teaser-bubba:hover h3, .teaser-bubba:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-milo img {
  max-width: none;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-20px, 0, 0) scale(1.12);
  backface-visibility: hidden;
}
.teaser-milo h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
.teaser-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
.teaser-milo:hover img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}
.teaser-milo:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-hera h3 {
  font-size: 158.75%;
}
.teaser-hera h3,
.teaser-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50%;
}
.teaser-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform-origin: 50%;
}
.teaser-hera p {
  width: 60px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}
.teaser-hera p a {
  color: #fff;
}
.teaser-hera p a:hover,
.teaser-hera p a:focus {
  opacity: 0.6;
}
.teaser-hera p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-hera p a:first-child i {
  transform: translate3d(-60px, -60px, 0);
}
.teaser-hera p a:nth-child(2) i {
  transform: translate3d(60px, -60px, 0);
}
.teaser-hera p a:nth-child(3) i {
  transform: translate3d(-60px, 60px, 0);
}
.teaser-hera p a:nth-child(4) i {
  transform: translate3d(60px, 60px, 0);
}
.teaser-hera:hover figcaption::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.teaser-hera:hover h3 {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
.teaser-hera:hover p i:empty {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.teaser-winston {
  text-align: left;
}
.teaser-winston img {
  transition: opacity 0.45s;
  backface-visibility: hidden;
}
.teaser-winston figcaption::before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: opacity 0.45s, transform 0.45s;
  transform-origin: 0 100%;
}
.teaser-winston h3 {
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.teaser-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
}
.teaser-winston a {
  margin: 0 10px;
  color: #37404D;
  font-size: 170%;
}
.teaser-winston a:hover,
.teaser-winston a:focus {
  color: #004289;
}
.teaser-winston p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0);
}
.teaser-winston:hover img {
  opacity: 0.6;
}
.teaser-winston:hover h3 {
  transform: translate3d(0, 0, 0);
}
.teaser-winston:hover figcaption::before {
  opacity: 0.7;
  transform: rotate3d(0, 0, 1, -15deg);
}
.teaser-winston:hover p i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.teaser-winston:hover p a:nth-child(3) i {
  transition-delay: 0.05s;
}
.teaser-winston:hover p a:nth-child(2) i {
  transition-delay: 0.1s;
}
.teaser-winston:hover p a:first-child i {
  transition-delay: 0.15s;
}

.teaser-terry figcaption {
  padding: 1em;
}
.teaser-terry figcaption::before,
.teaser-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: "";
  transition: transform 0.35s;
}
.teaser-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  transform: translate3d(70px, 60px, 0);
}
.teaser-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  transform: translate3d(-15px, -15px, 0);
}
.teaser-terry img,
.teaser-terry p a {
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-terry img {
  opacity: 0.85;
}
.teaser-terry h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  transition: transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 920px) {
  .teaser-terry h3 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}
.teaser-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}
.teaser-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  transform: translate3d(90px, 0, 0);
}
.teaser-terry p a:hover,
.teaser-terry p a:focus {
  color: #f3cf3f;
}
.teaser-terry:hover figcaption::before, .teaser-terry:hover figcaption::after {
  transform: translate3d(0, 0, 0);
}
.teaser-terry:hover img {
  opacity: 0.6;
}
.teaser-terry:hover h3, .teaser-terry:hover p a {
  transform: translate3d(0, 0, 0);
}
.teaser-terry:hover p a {
  opacity: 1;
}
.teaser-terry:hover p a:first-child {
  transition-delay: 0.025s;
}
.teaser-terry:hover p a:nth-child(2) {
  transition-delay: 0.05s;
}
.teaser-terry:hover p a:nth-child(3) {
  transition-delay: 0.075s;
}
.teaser-terry:hover p a:nth-child(4) {
  transition-delay: 0.1s;
}

.teaser-steve {
  z-index: auto;
  overflow: visible;
}
.teaser-steve:before,
.teaser-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: opacity 0.35s;
}
.teaser-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.teaser-steve figcaption {
  z-index: 1;
}
.teaser-steve img {
  opacity: 1;
  transition: transform 0.35s;
  transform: perspective(1000px) translate3d(0, 0, 0);
}
.teaser-steve h2,
.teaser-steve p {
  background: #fff;
  color: #2d434e;
}
.teaser-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
}
.teaser-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.teaser-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(0.9, 0.9, 1);
}
.teaser-steve:hover:before {
  opacity: 1;
}
.teaser-steve:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
.teaser-steve:hover h2:before {
  opacity: 0;
}
.teaser-steve:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.teaser-kira {
  text-align: left;
}
.teaser-kira img {
  transition: opacity 0.35s;
}
.teaser-kira figcaption {
  z-index: 1;
}
.teaser-kira h2 {
  color: #fff;
}
.teaser-kira p {
  padding: 28px 10px;
  font-weight: 500;
  font-size: 100%;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -10px, 0);
}
.teaser-kira p a {
  margin: 0 0.5em;
  color: #37404D;
  vertical-align: middle;
}
.teaser-kira p a:hover, .teaser-kira p a:focus {
  opacity: 0.6;
}
.teaser-kira figcaption::before {
  position: absolute;
  top: 8px;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.1em;
  background: #fff;
  content: "";
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform-origin: 50% 0;
}
.teaser-kira:hover img {
  opacity: 0.5;
}
.teaser-kira:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.teaser-kira:hover figcaption::before {
  opacity: 0.7;
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
}

.teaser-julia img {
  max-width: none;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
.teaser-julia figcaption {
  text-align: left;
}
.teaser-julia h2 {
  position: relative;
  padding: 0.5em 0;
}
.teaser-julia p {
  display: table;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #616A78;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-360px, 0, 0);
}
.teaser-julia p:first-child {
  transition-delay: 0.15s;
}
.teaser-julia p:nth-of-type(2) {
  transition-delay: 0.1s;
}
.teaser-julia p:nth-of-type(3) {
  transition-delay: 0.05s;
}
.teaser-julia:hover p:first-child {
  transition-delay: 0s;
}
.teaser-julia:hover p:nth-of-type(2) {
  transition-delay: 0.05s;
}
.teaser-julia:hover p:nth-of-type(3) {
  transition-delay: 0.1s;
}
.teaser-julia:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.teaser-julia:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-simple {
  cursor: default;
}
.teaser-simple img {
  opacity: 1;
  transition: opacity 0.5s;
}
.teaser-simple figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  transform: scale(0);
  transition: 0.35s;
}
.teaser-simple figcaption > * {
  margin-left: 4px;
  margin-right: 4px;
}
.teaser-simple figcaption > *:first-child {
  margin-left: 0;
}
.teaser-simple figcaption > *:last-child {
  margin-right: 0;
}
.teaser-simple figcaption a {
  position: static;
  z-index: auto;
  text-indent: 0;
  white-space: nowrap;
  font-size: inherit;
  opacity: 1;
}
.teaser-simple figcaption a:not(.btn) {
  width: auto;
  height: auto;
  font-size: 13px;
}
.teaser-simple:hover img {
  opacity: 0.5;
}
.teaser-simple:hover figcaption {
  transform: scale(1);
}

.media {
  padding: 12px;
  transition: background-color 0.2s linear;
}
.media > * {
  margin: 0 8px;
}
.media a:not(.btn):not(.avatar) {
  color: #616A78;
}
.media.flex-column > * {
  margin: 0;
}
.media.flex-column > div {
  width: 100%;
}
.media.active {
  background-color: #f9fafb;
}
.media.bordered {
  border: 1px solid #ebebeb;
}
.media.items-center {
  align-items: center;
}
.media[data-provide~=checkable], .media[data-provide~=selectable] {
  cursor: pointer;
}
.media .media {
  margin-top: 1.25rem;
}
.media .lead {
  line-height: 1.875rem;
}
.media .title {
  flex: 1;
}
.media .avatar {
  flex-shrink: 0;
}
.media .align-center {
  align-self: center;
}
.media .media-hover-show {
  opacity: 0;
  transition: 0.3s;
}
.media .dropdown .dropdown-toggle {
  opacity: 0.7;
}
.media .dropdown:hover .dropdown-toggle, .media .dropdown.open .dropdown-toggle {
  opacity: 1;
}
.media:hover .media-hover-show {
  opacity: 1;
}
.media .custom-control {
  margin-right: 0;
}
.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}
.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px;
}

.media-reverse {
  flex-direction: row-reverse;
}

.media-center {
  align-items: center;
}

.media-block-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  transition: 0.5s;
}

.media:hover .media-block-actions {
  opacity: 1;
}

.media-collapsible {
  flex-wrap: wrap;
}
.media-collapsible .collapse {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 100%;
}

.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  transition: 0.4s;
}
.collapse-arrow:not(.collapsed)::before {
  transform: rotate(180deg);
}

.media-body {
  min-width: 0;
}
.media-body > * {
  margin-bottom: 0;
}
.media-body .media > *:first-child {
  margin-left: 0;
}
.media-body .media > *:last-child {
  margin-right: 0;
}

.media-left {
  padding-right: 0;
}

.media-right-out {
  padding-left: 1.25rem;
}
.media-right-out a {
  color: #788394;
  font-size: 1.125rem;
  opacity: 0.8;
}
.media-right-out a:hover {
  color: #004289;
}
.media-right-out a + a {
  margin-left: 0.5rem;
}

.media-action {
  opacity: 0;
  color: #004289;
}

.media:hover .media-action {
  opacity: 1;
}

.media-action-visible .media-action {
  opacity: 1;
}

.media.media-xs {
  padding: 10px 6px;
}
.media.media-sm {
  padding: 12px 8px;
}
.media.media-lg {
  padding-top: 20px 16px;
}
.media.media-xl {
  padding-top: 24px 20px;
}
.media.media-xxl {
  padding-top: 32px 24px;
}

.media-inverse,
.media-inverse h1, .media-inverse h2, .media-inverse h3, .media-inverse h4, .media-inverse h5, .media-inverse h6 {
  color: #fff;
}
.media-inverse .small,
.media-inverse small,
.media-inverse time {
  color: rgba(255, 255, 255, 0.7);
}
.media-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.media-inverse .nav-link:hover {
  color: white;
}

.media-new {
  background-color: #f3f9ff;
}

.media-list-hover .media-new:hover {
  background-color: #ecf5fe !important;
}

.media-single,
.media-center-v {
  align-items: center;
}

.media-vertical {
  flex-direction: column;
}

.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}
.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  flex-direction: row-reverse;
}
.media-chat .media-body {
  display: table;
}
.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px;
}
.media-chat .media-body p.inverse {
  color: #fff;
}
.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: 0.8;
}
.media-chat .media-body p.meta time {
  font-weight: 300;
}
.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #48B0F7;
  color: #fff;
}

.media-meta-day {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #004289;
  opacity: 0.8;
  font-weight: 400;
}
.media-meta-day::before, .media-meta-day::after {
  content: "";
  flex: 1;
  border-top: 1px solid #ebebeb;
}
.media-meta-day::before {
  margin-right: 16px;
}
.media-meta-day::after {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .media-doc {
    flex-direction: column;
  }
  .media-doc > * {
    margin-left: 0;
    margin-right: 0;
  }
  .media-doc .media-body {
    margin: 30px 0;
  }
}
.media-list > .media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body > .media {
  margin-bottom: 0;
}
.media-listul {
  padding-left: 0;
}
.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  transition: 0.5s;
}
.media-list .media:hover .sortable-dot {
  opacity: 0.6;
}
.media-list[data-provide~=selectable] .media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer;
}

.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body > .media:hover {
  background-color: #f9fafb;
}

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body > .media {
  border-bottom: 1px solid #ededed;
}
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body > .media:last-child {
  border-bottom: none;
}

.media-list-bordered {
  border: 1px solid #f1f2f3;
}

.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f9fafb;
}

.media-list-xs .media {
  padding: 10px 16px;
}

.media-list-sm .media {
  padding: 12px 16px;
}

.media-list-lg .media {
  padding: 20px 16px;
}

.media-list-xl .media {
  padding: 24px 20px;
}

.media-list-xxl .media {
  padding: 32px 24px;
}

.media-list-header {
  border-bottom: 1px solid #ebebeb;
  background-color: #fcfdfe;
}

.media-list-footer {
  border-top: 1px solid #ebebeb;
  background-color: #fcfdfe;
}

.media-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.media-grid::after {
  content: "";
  flex: auto;
}
.media-grid.row {
  margin-left: -15px;
  margin-right: -15px;
}
.media-grid.row .media {
  margin-bottom: 15px;
}
.media-grid > .media {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
}

.media-grid-bordered .media {
  border: 1px solid #ebebeb;
}

.media-grid-hover .media:hover {
  background-color: #f9fafb;
}

.table th {
  border-top: 0;
  font-weight: 400;
}

.table tbody th {
  border-top: 1px solid #eceeef;
}

.table thead th {
  border-bottom: 1px solid #ebebeb;
}

.table tfoot th {
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
}

.thead-default th {
  background-color: #fcfdfe;
}

.table-hover tbody tr {
  transition: background-color 0.2s linear;
}

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

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

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-lg th,
.table-lg td {
  padding: 1rem;
}

.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table-separated.table-striped tbody tr:nth-of-type(odd), .table-separated.table-hover tbody tr:hover {
  background-color: #f9fafb;
}
.table-separated tbody tr {
  background-color: #fcfdfe;
  transition: 0.5s;
}
.table-separated tbody tr > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table-separated tbody tr > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.table-separated tbody tr th,
.table-separated tbody tr td {
  border-top: none;
}
.table-separated thead th {
  border-bottom: none;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f6f7;
}

.table tr[class*=bl-] > *:first-child {
  border-left: inherit;
}
.table tr[class*=br-] > *:last-child {
  border-right: inherit;
}
.table tr[class*=bt-] > * {
  border-top: inherit;
}
.table tr[class*=bb-] > * {
  border-bottom: inherit;
}
.table tr[class*=bx-] > *:first-child {
  border-left: inherit;
}
.table tr[class*=bx-] > *:last-child {
  border-right: inherit;
}
.table tr[class*=by-] > * {
  border-top: inherit;
  border-bottom: inherit;
}
.table tr[class*=b-] > * {
  border-top: inherit;
  border-bottom: inherit;
}
.table tr[class*=b-] > *:first-child {
  border-left: inherit;
}
.table tr[class*=b-] > *:last-child {
  border-right: inherit;
}

.table .media {
  padding: 0;
}

.table-actions .table-action {
  padding: 0 4px;
  font-size: 1rem;
  color: #004289;
}
.table-actions .table-action:first-child {
  padding-left: 0;
}
.table-actions .table-action:last-child {
  padding-rightt: 0;
}
.table-actions .dropdown {
  display: inline-block;
}

.table tr.active {
  background-color: #f9fafb;
  transition: background-color 0.3s;
}

.col-md-4.fixed-feed {
  right: 0;
  position: fixed;
  width: 29%;
  top: 71px;
  z-index: 1;
}

#ComentaFeed {
  display: none;
  background: url("../../img/brand/bg-login/bg-feed.svg") no-repeat scroll center center #fff;
  background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}
#ComentaFeed .header-feed .avatar {
  transition: 0.5s;
  background-image: url("/assets/img/avatar/user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #868e95;
}
#ComentaFeed .header-feed .media-list {
  position: relative;
}
#ComentaFeed .header-feed a {
  cursor: pointer;
}
#ComentaFeed .header-feed span.title {
  position: absolute;
  top: 11px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.7px;
}
#ComentaFeed .header-feed span.box {
  position: absolute;
  bottom: 5px;
  font-size: 13px;
  color: #868e96;
  margin: 10px;
  letter-spacing: 0.4px;
}
@media (max-width: 1260px) {
  #ComentaFeed .header-feed a {
    height: 125px;
  }
}

#Home .card.FeedTit {
  height: 64px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
#Home .card.FeedTit h3 {
  border-bottom: 1px solid #375f8b;
}
#Home .card.FeedTit h3 span {
  position: absolute;
  z-index: 9;
  left: 4%;
  top: 10px;
  text-align: center;
  line-height: 41px !important;
  width: 45px !important;
  height: 45px !important;
}

#FeedHome img.FeedCardImg[src$="/"],
#Feed img.FeedCardImg[src$="/"] {
  display: none;
}
#FeedHome .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#Feed .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.82);
  opacity: 0.7;
  background: #fff;
}
#FeedHome .swiper-container-horizontal,
#Feed .swiper-container-horizontal {
  position: relative;
}
#FeedHome .swiper-pagination-fraction,
#FeedHome .swiper-pagination-custom,
#FeedHome .swiper-container-horizontal > .swiper-pagination-bullets,
#Feed .swiper-pagination-fraction,
#Feed .swiper-pagination-custom,
#Feed .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0;
  position: absolute;
  z-index: 5;
}
#FeedHome .header-feed,
#Feed .header-feed {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
}
#FeedHome #CrearContenido,
#Feed #CrearContenido {
  position: absolute;
  top: 2rem;
  right: 0.4rem;
  z-index: 1051;
}
#FeedHome #FeedHomeOG .card .img iframe,
#Feed #FeedHomeOG .card .img iframe {
  min-height: auto !important;
  width: 100%;
}
#FeedHome #FeedHomeOG,
#FeedHome #FeedContent,
#Feed #FeedHomeOG,
#Feed #FeedContent {
  background-color: #ced4da;
  overflow-y: scroll !important;
  height: 1420px;
  padding: 20px;
}
#FeedHome #FeedHomeOG #UsuarioNoticias,
#FeedHome #FeedContent #UsuarioNoticias,
#Feed #FeedHomeOG #UsuarioNoticias,
#Feed #FeedContent #UsuarioNoticias {
  margin-top: 16px;
}
#FeedHome #FeedHomeOG .gap-items-2 > *,
#FeedHome #FeedContent .gap-items-2 > *,
#Feed #FeedHomeOG .gap-items-2 > *,
#Feed #FeedContent .gap-items-2 > * {
  margin-right: 20px;
}
#FeedHome #FeedHomeOG .card.rounded .media-body #UsuarioNoticias,
#FeedHome #FeedContent .card.rounded .media-body #UsuarioNoticias,
#Feed #FeedHomeOG .card.rounded .media-body #UsuarioNoticias,
#Feed #FeedContent .card.rounded .media-body #UsuarioNoticias {
  display: none;
}
#FeedHome #FeedHomeOG .card.rounded .img br,
#FeedHome #FeedContent .card.rounded .img br,
#Feed #FeedHomeOG .card.rounded .img br,
#Feed #FeedContent .card.rounded .img br {
  display: none;
}
#FeedHome #FeedHomeOG .gap-items-2 > *,
#Feed #FeedHomeOG .gap-items-2 > * {
  width: 32px;
}
#FeedHome #FeedHomeOG .gap-items-2 > * span,
#Feed #FeedHomeOG .gap-items-2 > * span {
  width: 29px;
  display: block;
}
@media (max-width: 1680px) {
  #FeedHome #pnlCumpleanoCM,
  #Feed #pnlCumpleanoCM {
    height: 206px !important;
    overflow-y: auto !important;
  }
}
@media (max-width: 1400px) {
  #FeedHome #pnlCumpleanoCM,
  #Feed #pnlCumpleanoCM {
    height: 176px !important;
    overflow-y: auto !important;
  }
}
#FeedHome #UsuarioReconocido a,
#Feed #UsuarioReconocido a {
  vertical-align: top;
}
#FeedHome #UsuarioReconocido span,
#Feed #UsuarioReconocido span {
  margin-top: 3px;
}
#FeedHome #UsuarioReconocido .avatar-xxs,
#Feed #UsuarioReconocido .avatar-xxs {
  width: 17px !important;
  height: 17px !important;
  vertical-align: top;
}
#FeedHome .MediaContent,
#Feed .MediaContent {
  /* position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0rem 0rem;
  overflow: hidden;*/
}
#FeedHome .MediaContent .swiper-slide,
#Feed .MediaContent .swiper-slide {
  background-color: #f0f0f0;
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
}
#FeedHome .MediaContent .img,
#Feed .MediaContent .img {
  position: relative;
  margin: 0 0 20px 0;
  max-height: 480px;
  object-fit: contain;
  width: 100%;
}
#FeedHome .MediaContent .img img,
#Feed .MediaContent .img img {
  width: 100%;
  height: auto;
}
#FeedHome .MediaContent iframe,
#Feed .MediaContent iframe {
  min-height: 270px !important;
  width: 100%;
  border: medium none;
}
#FeedHome .MediaContent #IcoReco,
#Feed .MediaContent #IcoReco {
  position: absolute;
  bottom: 1.3rem;
  right: 1rem;
}
#FeedHome .img-perfil-dest,
#Feed .img-perfil-dest {
  height: 190px;
  width: 100%;
  position: relative;
  text-align: center;
}
#FeedHome .img-perfil-dest .img-back-perfil,
#Feed .img-perfil-dest .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
}
#FeedHome .img-perfil-dest .demo-basic,
#Feed .img-perfil-dest .demo-basic {
  position: absolute;
  top: 1.3rem;
}
#FeedHome .img-perfil-dest #IcoReco,
#Feed .img-perfil-dest #IcoReco {
  position: absolute;
  bottom: 1.3rem;
  right: 1rem;
}

@media (max-width: 1440px) {
  .col-md-4.fixed-feed {
    width: 28%;
  }
}
@media (max-width: 1370px) {
  #FeedContent {
    height: 55vh;
  }
  .col-md-4.fixed-feed {
    width: 27.1%;
  }
}
@media (max-width: 991px) {
  .col-md-4.fixed-feed {
    width: 34%;
  }
}
@media (max-width: 768px) {
  .col-md-4.fixed-feed {
    width: 100%;
    position: relative;
  }
}
#Feed .MediaContent .img .text-center.center-vh {
  width: 100% !important;
  height: auto !important;
  min-height: 310px;
  background-size: 100% !important;
  padding: 90px 3% 10px;
}

#Feed .MediaContent .img .text-center.center-vh h5 {
  font-size: 1rem;
}

#FeedContent #UsuarioNoticias h5 {
  font-size: 14px;
}

@media (max-width: 1670px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 260px;
    background-size: 100% !important;
    padding: 70px 3% 10px;
  }
}
@media (max-width: 1440px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    background-size: 100% !important;
    padding: 60px 3% 10px;
  }
}
@media (max-width: 1370px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    background-size: 100% !important;
    padding: 55px 3% 10px;
  }
}
@media (max-width: 1240px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 160px;
    background-size: 100% !important;
    padding: 45px 3% 10px;
  }
}
@media (max-width: 1080px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 130px;
    background-size: 100% !important;
    padding: 35px 3% 10px;
  }
}
@media (max-width: 680px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    background-size: 100% !important;
    padding: 35px 3% 10px;
  }
}
#input-normal {
  margin: 0 20px 0 0;
  animation: pulse 4s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(252, 197, 37, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0.4);
    box-shadow: 0 0 0 0 rgba(252, 197, 37, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(252, 197, 37, 0);
    box-shadow: 0 0 0 10px rgba(252, 197, 37, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0);
    box-shadow: 0 0 0 0 rgba(252, 197, 37, 0);
  }
}
.img-hov-fadein:hover {
  opacity: 1;
}

.FeedFondoTextoExterior {
  line-height: 18px;
  font-size: 16px;
  padding: 12px;
  display: none;
}

.FeedUsuarioPieNombres,
.FeedUsuarioPieCargo,
.FeedUsuarioPieMsg {
  padding: 10px;
}

.FeedFondoTexto {
  padding: 10px;
  color: #004289;
  font-weight: bold;
}

@media (max-width: 1700px) {
  #FeedHome #FeedHomeOG,
  #FeedHome #FeedContent,
  #Feed #FeedHomeOG,
  #Feed #FeedContent {
    height: 1222px;
  }
}
@media (max-width: 1600px) {
  #FeedHome #FeedHomeOG, #FeedHome #FeedContent, #Feed #FeedHomeOG, #Feed #FeedContent {
    height: 1140px;
  }
}
@media (max-width: 1440px) {
  #FeedHome #FeedHomeOG, #FeedHome #FeedContent, #Feed #FeedHomeOG, #Feed #FeedContent {
    height: 1002px;
  }
}
@media (max-width: 1370px) {
  #FeedHome #FeedHomeOG, #FeedHome #FeedContent, #Feed #FeedHomeOG, #Feed #FeedContent {
    height: 950px;
  }
}
@media (max-width: 1300px) {
  #FeedHome #FeedHomeOG, #FeedHome #FeedContent, #Feed #FeedHomeOG, #Feed #FeedContent {
    height: 890px;
  }
}
@media (max-width: 1210px) {
  #FeedHome #FeedHomeOG, #FeedHome #FeedContent, #Feed #FeedHomeOG, #Feed #FeedContent {
    height: 802px;
  }
}
@media (max-width: 1150px) {
  #FeedHome #FeedHomeOG, #FeedHome #FeedContent, #Feed #FeedHomeOG, #Feed #FeedContent {
    height: 750px;
  }
}
.alert {
  border: none;
  border-radius: 3px;
}
.alert hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.alert-link {
  font-weight: 400;
}

.alert-primary {
  color: #000c19;
  background-color: #d5f5f3;
}

.alert-secondary {
  background-color: #2E7BFF;
}

.alert-info {
  color: #004085;
  background-color: #cce5ff;
}

.alert-light {
  background-color: #2E7BFF;
}

.callout {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-left: 3px solid transparent;
}

.callout-success {
  border-left-color: #57C97B;
  background-color: #fcfdfe;
}
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6,
.callout-success a {
  color: #57C97B;
}
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6 {
  text-transform: uppercase;
}
.callout-success > *:last-child {
  margin-bottom: 0;
}

.callout-info {
  border-left-color: #48B0F7;
  background-color: #fcfdfe;
}
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6,
.callout-info a {
  color: #48B0F7;
}
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6 {
  text-transform: uppercase;
}
.callout-info > *:last-child {
  margin-bottom: 0;
}

.callout-warning {
  border-left-color: #faa64b;
  background-color: #fcfdfe;
}
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6,
.callout-warning a {
  color: #faa64b;
}
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6 {
  text-transform: uppercase;
}
.callout-warning > *:last-child {
  margin-bottom: 0;
}

.callout-danger {
  border-left-color: #f96868;
  background-color: #fcfdfe;
}
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6,
.callout-danger a {
  color: #f96868;
}
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6 {
  text-transform: uppercase;
}
.callout-danger > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .callout {
    padding: 10px;
  }
}
.tooltip-inner {
  background-color: #323232;
  border-radius: 2px;
  font-size: 12px;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #323232;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #323232;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #323232;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #323232;
}

.tooltip-special-1.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #C70064;
}
.tooltip-special-1.bs-tooltip-top .arrow::before {
  border-top-color: #C70064;
}
.tooltip-special-1.bs-tooltip-right .arrow::before {
  border-right-color: #C70064;
}
.tooltip-special-1.bs-tooltip-left .arrow::before {
  border-left-color: #C70064;
}
.tooltip-special-1 .tooltip-inner {
  color: #fff;
  background-color: #C70064;
}

.tooltip-special-2.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #FFCC00;
}
.tooltip-special-2.bs-tooltip-top .arrow::before {
  border-top-color: #FFCC00;
}
.tooltip-special-2.bs-tooltip-right .arrow::before {
  border-right-color: #FFCC00;
}
.tooltip-special-2.bs-tooltip-left .arrow::before {
  border-left-color: #FFCC00;
}
.tooltip-special-2 .tooltip-inner {
  color: #fff;
  background-color: #FFCC00;
}

.tooltip-special-3.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #C9C600;
}
.tooltip-special-3.bs-tooltip-top .arrow::before {
  border-top-color: #C9C600;
}
.tooltip-special-3.bs-tooltip-right .arrow::before {
  border-right-color: #C9C600;
}
.tooltip-special-3.bs-tooltip-left .arrow::before {
  border-left-color: #C9C600;
}
.tooltip-special-3 .tooltip-inner {
  color: #fff;
  background-color: #C9C600;
}

.tooltip-special-4.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #4EAFD0;
}
.tooltip-special-4.bs-tooltip-top .arrow::before {
  border-top-color: #4EAFD0;
}
.tooltip-special-4.bs-tooltip-right .arrow::before {
  border-right-color: #4EAFD0;
}
.tooltip-special-4.bs-tooltip-left .arrow::before {
  border-left-color: #4EAFD0;
}
.tooltip-special-4 .tooltip-inner {
  color: #fff;
  background-color: #4EAFD0;
}

.tooltip-special-5.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #777777;
}
.tooltip-special-5.bs-tooltip-top .arrow::before {
  border-top-color: #777777;
}
.tooltip-special-5.bs-tooltip-right .arrow::before {
  border-right-color: #777777;
}
.tooltip-special-5.bs-tooltip-left .arrow::before {
  border-left-color: #777777;
}
.tooltip-special-5 .tooltip-inner {
  color: #fff;
  background-color: #777777;
}

.tooltip-special-6.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #594281;
}
.tooltip-special-6.bs-tooltip-top .arrow::before {
  border-top-color: #594281;
}
.tooltip-special-6.bs-tooltip-right .arrow::before {
  border-right-color: #594281;
}
.tooltip-special-6.bs-tooltip-left .arrow::before {
  border-left-color: #594281;
}
.tooltip-special-6 .tooltip-inner {
  color: #fff;
  background-color: #594281;
}

.tooltip-secondary .tooltip-inner {
  color: #616A78;
}

.tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip-white.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}
.tooltip-light.bs-tooltip-top .arrow::before,
.tooltip-white.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}
.tooltip-light.bs-tooltip-right .arrow::before,
.tooltip-white.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}
.tooltip-light.bs-tooltip-left .arrow::before,
.tooltip-white.bs-tooltip-left .arrow::before {
  border-left-color: #fff;
}
.tooltip-light .tooltip-inner,
.tooltip-white .tooltip-inner {
  color: #616A78;
  background-color: #fff;
}

.popover {
  font-family: Roboto, sans-serif;
  border-color: #ebebeb;
  border-radius: 2px;
}
.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: #ebebeb;
}
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #fcfdfe;
}
.popover.bs-popover-top .arrow::before {
  border-top-color: #ebebeb;
}
.popover.bs-popover-left .arrow::before {
  border-left-color: #ebebeb;
}
.popover.bs-popover-right .arrow::before {
  border-right-color: #ebebeb;
}

.popover-header {
  background-color: #fcfdfe;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #788394;
  border-bottom-color: #f1f2f3;
}

.popover-body {
  font-weight: 300;
}

.toast {
  padding: 14px 24px;
  line-height: 20px;
  color: #fff;
  background: #323232;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  transition: 0.3s;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1051;
  min-width: 288px;
  max-width: 80%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.toast.reveal {
  transform: translateX(-50%) translateY(0);
}
.toast .text {
  flex-basis: 1;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 48px;
}
.toast .action {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
}
.toast .action a:hover {
  text-decoration: none;
}

.accordion .card {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  margin-bottom: 16px;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card-title {
  background-color: #fcfdfe;
}
.accordion .card-title a {
  display: block;
  letter-spacing: 1px;
  padding-left: 33px;
}
.accordion .card-title a::before {
  content: "\e648";
  display: inline-block;
  font-family: themify;
  font-size: 12px;
  margin-right: 20px;
  margin-left: -33px;
  transition: 0.2s linear;
}
.accordion .card-title a.collapsed::before {
  transform: rotate(180deg);
}

.accordion-connected .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f2f3;
}
.accordion-connected .card:last-child {
  border-bottom: 0;
}
.accordion-connected .card-title {
  border-bottom: 0;
  background-color: #fff;
}

.nav-tabs {
  font-family: "Roboto", sans-serif;
  border-bottom-color: #ebebeb;
  margin-bottom: 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.show .nav-link:focus, .nav-tabs .nav-item.show .nav-link:hover {
  color: #616A78;
}
.nav-tabs .nav-link {
  background-color: #f9fafb;
  position: relative;
  border: none;
  font-size: 13px;
  text-align: center;
  color: #a5b3c7;
  border-bottom: 2px solid transparent;
  padding: 10px 16px;
  border-radius: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 8px 12px;
  }
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #616A78;
  border-color: #004289;
}
.nav-tabs .nav-link .icon {
  margin-right: 4px;
}
.nav-tabs .nav-link .close {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  font-size: 20px;
  opacity: 0;
  transform: translateX(10px);
}
.nav-tabs .nav-link .close span {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: inherit;
  height: inherit;
}
.nav-tabs .nav-link:hover .close {
  opacity: 0.25;
}
.nav-tabs.nav-tabs-special-1 .nav-link:hover, .nav-tabs.nav-tabs-special-1 .nav-link.active, .nav-tabs.nav-tabs-special-1 .nav-link.active:focus, .nav-tabs.nav-tabs-special-1 .nav-link.active:hover {
  border-color: #C70064;
}
.nav-tabs.nav-tabs-special-2 .nav-link:hover, .nav-tabs.nav-tabs-special-2 .nav-link.active, .nav-tabs.nav-tabs-special-2 .nav-link.active:focus, .nav-tabs.nav-tabs-special-2 .nav-link.active:hover {
  border-color: #FFCC00;
}
.nav-tabs.nav-tabs-special-3 .nav-link:hover, .nav-tabs.nav-tabs-special-3 .nav-link.active, .nav-tabs.nav-tabs-special-3 .nav-link.active:focus, .nav-tabs.nav-tabs-special-3 .nav-link.active:hover {
  border-color: #C9C600;
}
.nav-tabs.nav-tabs-special-4 .nav-link:hover, .nav-tabs.nav-tabs-special-4 .nav-link.active, .nav-tabs.nav-tabs-special-4 .nav-link.active:focus, .nav-tabs.nav-tabs-special-4 .nav-link.active:hover {
  border-color: #4EAFD0;
}
.nav-tabs.nav-tabs-special-5 .nav-link:hover, .nav-tabs.nav-tabs-special-5 .nav-link.active, .nav-tabs.nav-tabs-special-5 .nav-link.active:focus, .nav-tabs.nav-tabs-special-5 .nav-link.active:hover {
  border-color: #777777;
}
.nav-tabs.nav-tabs-special-6 .nav-link:hover, .nav-tabs.nav-tabs-special-6 .nav-link.active, .nav-tabs.nav-tabs-special-6 .nav-link.active:focus, .nav-tabs.nav-tabs-special-6 .nav-link.active:hover {
  border-color: #594281;
}

.nav-tabs-light-mode {
  border-bottom: none;
  background-color: #f9fafb;
}
.nav-tabs-light-mode .nav-link {
  border-bottom: none;
}

.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
}
.nav-tabs-inverse-mode .nav-link {
  border-bottom: none;
}
.nav-tabs-inverse-mode .nav-link.active, .nav-tabs-inverse-mode .nav-link.active:focus, .nav-tabs-inverse-mode .nav-link.active:hover {
  color: #fff;
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.nav-tabs-inverse-mode + .tab-content {
  background-color: #f9fafb;
  padding: 20px 16px;
}

.nav-tabs-left,
.nav-tabs-right {
  display: flex;
}
.nav-tabs-left .nav-tabs,
.nav-tabs-right .nav-tabs {
  flex-direction: column;
  border-bottom: 0;
}
.nav-tabs-left .nav-tabs .nav-item + .nav-item,
.nav-tabs-right .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}
.nav-tabs-left .nav-tabs .nav-link,
.nav-tabs-right .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
}
.nav-tabs-left .tab-content,
.nav-tabs-right .tab-content {
  overflow: hidden;
}

.nav-tabs-left .nav-tabs {
  border-right: 1px solid #ebebeb;
}
.nav-tabs-left .nav-tabs .nav-link {
  border-right: 2px solid transparent;
}
.nav-tabs-left .tab-content {
  padding-left: 20px;
}

.nav-tabs-right .nav-tabs {
  order: 2;
  border-left: 1px solid #ebebeb;
}
.nav-tabs-right .nav-tabs .nav-link {
  border-left: 2px solid transparent;
}
.nav-tabs-right .tab-content {
  order: 1;
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .nav-tabs .nav-item {
    margin-bottom: 1px;
    width: 100%;
  }
}
.nav-process {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}
.nav-process .nav-title {
  font-weight: 400;
}
.nav-process .nav-item {
  align-items: center;
}
.nav-process .nav-link {
  padding: 0;
}

.nav-process-circle .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #004289;
  padding: 0 12px;
}
.nav-process-circle .nav-item:first-child .nav-link::before {
  display: none;
}
.nav-process-circle .nav-item.complete .nav-link, .nav-process-circle .nav-item.complete .nav-link::before, .nav-process-circle .nav-item.processing .nav-link, .nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #004289;
}
.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #004289;
  width: 29px;
  height: 29px;
  transform: translateX(0);
  color: #fff;
}
.nav-process-circle .nav-item.complete .nav-link::after {
  width: 29px;
  height: 29px;
  transform: translateX(0);
  color: #fff;
}
.nav-process-circle .nav-item.processing {
  color: #616A78;
}
.nav-process-circle .nav-item.processing .nav-link::after {
  width: 13px;
  height: 13px;
  margin-top: 8px;
  transform: translateX(8px);
  color: transparent;
}
.nav-process-circle .nav-link {
  display: inline-flex;
  margin: 10px 0;
  width: 29px;
  height: 29px;
  max-height: 29px;
  border-radius: 50%;
  background-color: #2E7BFF;
  transition: 0.5s;
  z-index: 1;
}
.nav-process-circle .nav-link::before {
  content: "";
  position: absolute;
  left: calc(-50% + 14.5px);
  right: calc(50% + 14.5px);
  height: 10px;
  margin-top: 9.5px;
  background-color: #2E7BFF;
  cursor: default;
  transition: 0.5s;
}
.nav-process-circle .nav-link::after {
  content: "\e64c";
  font-family: themify;
  width: 0;
  height: 0;
  text-align: center;
  font-size: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  transform: translate(14.5px, 14.5px);
  transition: 0.5s;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-process-iconic .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  color: #004289;
  padding: 0 12px;
}
.nav-process-iconic .nav-item i {
  color: #004289;
}
.nav-process-iconic .nav-item:first-child .nav-link::before {
  display: none;
}
.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #004289;
}
.nav-process-iconic .nav-item.complete i {
  color: #fff;
}
.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #004289;
}
.nav-process-iconic .nav-item.processing {
  color: #616A78;
}
.nav-process-iconic .nav-item.processing i {
  color: #004289;
}
.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #004289;
  background-color: #fff;
}
.nav-process-iconic .nav-link {
  font-size: 22px;
  justify-content: center !important;
  margin: 10px 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  max-height: 48px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #2E7BFF;
  color: inherit;
}
.nav-process-iconic .nav-link::before {
  content: "";
  position: absolute;
  left: calc(-50% + 24px);
  right: calc(50% + 24px);
  height: 3px;
  margin-top: 22.5px;
  background-color: #2E7BFF;
  cursor: default;
}

.nav-process-box {
  margin-bottom: 0;
}
.nav-process-box .nav-item {
  display: flex;
  flex: 1;
  border-right: 1px solid #f1f2f3;
}
.nav-process-box .nav-item::after {
  content: "\e649";
  font-family: themify;
  color: #f1f2f3;
  background-color: #fff;
  margin-right: -10px;
  line-height: 1;
}
.nav-process-box .nav-item:last-child {
  border-right: none;
}
.nav-process-box .nav-item:last-child::after {
  display: none;
}
.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #fff;
  background-color: #004289;
}
.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number i {
  color: #fff;
}
.nav-process-box .nav-item.processing .nav-link-number {
  background-color: #465161;
  color: #fff;
}
.nav-process-box .nav-item.processing .nav-title {
  color: #465161;
}
.nav-process-box .nav-link {
  padding: 12px 20px;
  width: 100%;
}
.nav-process-box .nav-link-number {
  display: inline-block;
  max-width: 29px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50%;
  background-color: #2E7BFF;
  color: #004289;
  text-align: center;
}
.nav-process-box .nav-link-number i {
  font-size: 12px;
}
.nav-process-block .nav-item {
  display: flex;
  flex: 1;
  color: #004289;
  margin-right: 4px;
}
.nav-process-block .nav-item:last-child {
  margin-right: 0;
}
.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #004289;
  color: #fff;
}
.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #004289;
  font-weight: 400;
}
.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #004289;
  color: #fff;
}
.nav-process-block .nav-link {
  display: flex;
  width: 100%;
  background-color: #2E7BFF;
  padding: 20px;
}
.nav-process-block .nav-link-number {
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
  font-weight: 300;
  border-radius: 50%;
  background-color: #fff;
  color: #004289;
  text-align: center;
  flex-shrink: 0;
}
.nav-process-block .nav-link-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  white-space: normal;
  padding-left: 12px;
  line-height: 1.25rem;
  font-weight: 300;
  white-space: nowrap;
}
.nav-process-block .nav-title {
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .nav-process-block .nav-link {
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }
  .nav-process-block .nav-link-number {
    transform: scale(0.6);
  }
  .nav-process-block .nav-link-body {
    text-align: center;
    margin-left: 0 !important;
    padding-left: 0;
    margin-top: 10px;
  }
}

.nav-process-sm.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-sm.nav-process-circle .nav-item.processing .nav-link::after {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.nav-process-sm.nav-process-circle .nav-item.complete .nav-link::after {
  width: 24px;
  height: 24px;
}
.nav-process-sm.nav-process-circle .nav-item.processing .nav-link::after {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  transform: translateX(8px);
}
.nav-process-sm.nav-process-circle .nav-link {
  margin: 10px 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
}
.nav-process-sm.nav-process-circle .nav-link::before {
  left: calc(-50% + 12px);
  right: calc(50% + 12px);
  height: 10px;
  margin-top: 7px;
}
.nav-process-sm.nav-process-circle .nav-link::after {
  font-size: 12px;
}
.nav-process-sm.nav-process-iconic .nav-link {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  max-height: 36px;
}
.nav-process-sm.nav-process-iconic .nav-link::before {
  left: calc(-50% + 18px);
  right: calc(50% + 18px);
  margin-top: 16.5px;
}
.nav-process-sm.nav-process-box .nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-process-sm.nav-process-box .nav-link-number {
  max-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.nav-process-sm.nav-process-box .nav-link-number i {
  font-size: 10px;
}
.nav-process-sm.nav-process-box .nav-title {
  font-size: 12px;
}
.nav-process-sm.nav-process-block .nav-link {
  padding: 16px;
}
.nav-process-sm.nav-process-block .nav-link-number {
  max-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}
.nav-process-sm.nav-process-block .nav-link-body {
  line-height: 1rem;
}
.nav-process-sm.nav-process-block .nav-title {
  font-size: 0.9375rem;
}

.nav-process-lg.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-lg.nav-process-circle .nav-item.processing .nav-link::after {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.nav-process-lg.nav-process-circle .nav-item.complete .nav-link::after {
  width: 36px;
  height: 36px;
}
.nav-process-lg.nav-process-circle .nav-item.processing .nav-link::after {
  width: 14px;
  height: 14px;
  margin-top: 11px;
  transform: translateX(11px);
}
.nav-process-lg.nav-process-circle .nav-link {
  margin: 10px 0;
  width: 36px;
  height: 36px;
  max-height: 36px;
}
.nav-process-lg.nav-process-circle .nav-link::before {
  left: calc(-50% + 18px);
  right: calc(50% + 18px);
  height: 10px;
  margin-top: 13px;
}
.nav-process-lg.nav-process-circle .nav-link::after {
  font-size: 18px;
}
.nav-process-lg.nav-process-iconic .nav-link {
  font-size: 28px;
  width: 66px;
  height: 66px;
  line-height: 62px;
  max-height: 66px;
}
.nav-process-lg.nav-process-iconic .nav-link::before {
  left: calc(-50% + 33px);
  right: calc(50% + 33px);
  margin-top: 31.5px;
}
.nav-process-lg.nav-process-box .nav-link {
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav-process-lg.nav-process-box .nav-link-number {
  max-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.nav-process-lg.nav-process-box .nav-link-number i {
  font-size: 12px;
}
.nav-process-lg.nav-process-box .nav-title {
  font-size: 14px;
}
.nav-process-lg.nav-process-block .nav-link {
  padding: 24px;
}
.nav-process-lg.nav-process-block .nav-link-number {
  max-width: 66px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 32px;
}
.nav-process-lg.nav-process-block .nav-link-body {
  line-height: 1.5rem;
}
.nav-process-lg.nav-process-block .nav-title {
  font-size: 1.125rem;
}

.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link, .nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-secondary.nav-process-circle .nav-item.processing .nav-link, .nav-process-secondary.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #2E7BFF;
}
.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-secondary.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #2E7BFF;
}
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-secondary.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #2E7BFF;
}
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #2E7BFF;
}
.nav-process-secondary.nav-process-iconic .nav-item.processing i {
  color: #2E7BFF;
}
.nav-process-secondary.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #2E7BFF;
}
.nav-process-secondary.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #2E7BFF;
}
.nav-process-secondary.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #2E7BFF;
}
.nav-process-secondary.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #2E7BFF;
}
.nav-process-secondary.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #2E7BFF;
}

.nav-process-gray.nav-process-circle .nav-item.complete .nav-link, .nav-process-gray.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-gray.nav-process-circle .nav-item.processing .nav-link, .nav-process-gray.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #f2f2f2;
}
.nav-process-gray.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-gray.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-gray.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.processing i {
  color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #929DAF;
}
.nav-process-gray.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #929DAF;
}
.nav-process-gray.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #929DAF;
}

.nav-process-dark.nav-process-circle .nav-item.complete .nav-link, .nav-process-dark.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-dark.nav-process-circle .nav-item.processing .nav-link, .nav-process-dark.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #c8c8c8;
}
.nav-process-dark.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-dark.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-dark.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.processing i {
  color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #465161;
}
.nav-process-dark.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #465161;
}
.nav-process-dark.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #465161;
}
.nav-process-dark.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #465161;
}
.nav-process-dark.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #465161;
}

.nav-process-success.nav-process-circle .nav-item.complete .nav-link, .nav-process-success.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-success.nav-process-circle .nav-item.processing .nav-link, .nav-process-success.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #609BFF;
}
.nav-process-success.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-success.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #57C97B;
}
.nav-process-success.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-success.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #57C97B;
}
.nav-process-success.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #57C97B;
}
.nav-process-success.nav-process-iconic .nav-item.processing i {
  color: #57C97B;
}
.nav-process-success.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #57C97B;
}
.nav-process-success.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #57C97B;
}
.nav-process-success.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #57C97B;
}
.nav-process-success.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #57C97B;
}
.nav-process-success.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #57C97B;
}

.nav-process-info.nav-process-circle .nav-item.complete .nav-link, .nav-process-info.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-info.nav-process-circle .nav-item.processing .nav-link, .nav-process-info.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3f3fc;
}
.nav-process-info.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-info.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-info.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.processing i {
  color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #48B0F7;
}
.nav-process-info.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #48B0F7;
}
.nav-process-info.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #48B0F7;
}

.nav-process-warning.nav-process-circle .nav-item.complete .nav-link, .nav-process-warning.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-warning.nav-process-circle .nav-item.processing .nav-link, .nav-process-warning.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fcf0e3;
}
.nav-process-warning.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-warning.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-warning.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.processing i {
  color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #faa64b;
}
.nav-process-warning.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #faa64b;
}
.nav-process-warning.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #faa64b;
}

.nav-process-danger.nav-process-circle .nav-item.complete .nav-link, .nav-process-danger.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-danger.nav-process-circle .nav-item.processing .nav-link, .nav-process-danger.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fce3e3;
}
.nav-process-danger.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-danger.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-danger.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.processing i {
  color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #f96868;
}
.nav-process-danger.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #f96868;
}
.nav-process-danger.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #f96868;
}
.nav-process-danger.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #f96868;
}
.nav-process-danger.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #f96868;
}

.nav-process-pink.nav-process-circle .nav-item.complete .nav-link, .nav-process-pink.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-pink.nav-process-circle .nav-item.processing .nav-link, .nav-process-pink.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #ff2e7b;
}
.nav-process-pink.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-pink.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #ff2e7b;
}
.nav-process-pink.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-pink.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #ff2e7b;
}
.nav-process-pink.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #ff2e7b;
}
.nav-process-pink.nav-process-iconic .nav-item.processing i {
  color: #ff2e7b;
}
.nav-process-pink.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #ff2e7b;
}
.nav-process-pink.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #ff2e7b;
}
.nav-process-pink.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #ff2e7b;
}
.nav-process-pink.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #ff2e7b;
}
.nav-process-pink.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #ff2e7b;
}

.nav-process-purple.nav-process-circle .nav-item.complete .nav-link, .nav-process-purple.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-purple.nav-process-circle .nav-item.processing .nav-link, .nav-process-purple.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #ece3fc;
}
.nav-process-purple.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-purple.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-purple.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.processing i {
  color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #6F2A59;
}
.nav-process-purple.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #6F2A59;
}
.nav-process-purple.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #6F2A59;
}

.nav-process-brown.nav-process-circle .nav-item.complete .nav-link, .nav-process-brown.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-brown.nav-process-circle .nav-item.processing .nav-link, .nav-process-brown.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #eddcd5;
}
.nav-process-brown.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-brown.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-brown.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.processing i {
  color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #8d6658;
}
.nav-process-brown.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #8d6658;
}
.nav-process-brown.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #8d6658;
}

.nav-process-cyan.nav-process-circle .nav-item.complete .nav-link, .nav-process-cyan.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-cyan.nav-process-circle .nav-item.processing .nav-link, .nav-process-cyan.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3fafc;
}
.nav-process-cyan.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-cyan.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-cyan.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.processing i {
  color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #57c7d4;
}
.nav-process-cyan.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #57c7d4;
}
.nav-process-cyan.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #57c7d4;
}

.nav-process-yellow.nav-process-circle .nav-item.complete .nav-link, .nav-process-yellow.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-yellow.nav-process-circle .nav-item.processing .nav-link, .nav-process-yellow.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #FFCC00;
}
.nav-process-yellow.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-yellow.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #FFCC00;
}
.nav-process-yellow.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-yellow.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #FFCC00;
}
.nav-process-yellow.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #FFCC00;
}
.nav-process-yellow.nav-process-iconic .nav-item.processing i {
  color: #FFCC00;
}
.nav-process-yellow.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #FFCC00;
}
.nav-process-yellow.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #FFCC00;
}
.nav-process-yellow.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #FFCC00;
}
.nav-process-yellow.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #FFCC00;
}
.nav-process-yellow.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #FFCC00;
}

.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::after {
  color: #004289;
}
.nav-process-secondary.nav-process-iconic .nav-item .nav-link {
  color: #2E7BFF;
}
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link {
  color: #004289;
}
.nav-process-secondary.nav-process-block .nav-item.complete .nav-link {
  color: #004289;
}
.nav-process-secondary.nav-process-block .nav-item.processing .nav-link-number {
  color: #004289;
}

.progress {
  border-radius: 2px;
  margin-bottom: 8px;
  background-color: #f5f6f7;
}

.progress-bar {
  height: 5px;
  background-color: #004289;
}

progress {
  width: 100%;
}

.progress-xs {
  height: 3px;
}

.progress-sm {
  height: 4px;
}

.progress-lg {
  height: 6px;
}

.progress-xl {
  height: 7px;
}

.progress[value] {
  color: #f9fafb;
}

.progress[value]::-webkit-progress-bar {
  background-color: #f9fafb;
  border-radius: 0;
  box-shadow: none;
}

.progress[value]::-webkit-progress-value {
  background-color: #004289;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.progress-special-1[value]::-webkit-progress-value {
  background-color: #C70064;
}
.progress-special-1[value]::-moz-progress-bar {
  background-color: #C70064;
}

.progress-special-2[value]::-webkit-progress-value {
  background-color: #FFCC00;
}
.progress-special-2[value]::-moz-progress-bar {
  background-color: #FFCC00;
}

.progress-special-3[value]::-webkit-progress-value {
  background-color: #C9C600;
}
.progress-special-3[value]::-moz-progress-bar {
  background-color: #C9C600;
}

.progress-special-4[value]::-webkit-progress-value {
  background-color: #4EAFD0;
}
.progress-special-4[value]::-moz-progress-bar {
  background-color: #4EAFD0;
}

.progress-special-5[value]::-webkit-progress-value {
  background-color: #777777;
}
.progress-special-5[value]::-moz-progress-bar {
  background-color: #777777;
}

.progress-special-6[value]::-webkit-progress-value {
  background-color: #594281;
}
.progress-special-6[value]::-moz-progress-bar {
  background-color: #594281;
}

.spinner-linear {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #f5f6f7;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.spinner-linear .line {
  background-color: #004289;
}
.spinner-linear .line::before, .spinner-linear .line::after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}
.spinner-linear .line::before {
  animation: spinner-linear 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.spinner-linear .line::after {
  animation: spinner-linear-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes spinner-linear {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes spinner-linear-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.spinner-dots {
  width: 70px;
  text-align: center;
}
.spinner-dots span {
  width: 12px;
  height: 12px;
  background-color: #004289;
  border-radius: 100%;
  display: inline-block;
  animation: spinner-dots 1.4s infinite ease-in-out both;
}
.spinner-dots .dot1 {
  animation-delay: -0.32s;
}
.spinner-dots .dot2 {
  animation-delay: -0.16s;
}

@keyframes spinner-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner-ball {
  width: 50px;
  height: 50px;
  animation: spinner-ball infinite linear 1s;
  border-radius: 100%;
  background-color: #004289;
}

@keyframes spinner-ball {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.spinner-circle {
  width: 25px;
  height: 25px;
  animation: spinner-circle infinite 0.75s linear;
  border: 1px solid #004289;
  border-top-color: transparent;
  border-radius: 100%;
}

.spinner-circle-shadow {
  position: relative;
  width: 25px;
  height: 25px;
  animation: spinner-circle infinite 0.75s linear;
  border: 1px solid rgba(0, 66, 137, 0.3);
  border-left-color: #004289;
  border-radius: 100%;
}

@keyframes spinner-circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-circle-material-svg {
  animation: spinner-svg-spinner 1.5s linear infinite;
  height: 54px;
  width: 54px;
}
.spinner-circle-material-svg .circle {
  animation: spinner-svg-progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite, spinner-svg-colors 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  fill: none;
  stroke: #db3236;
  stroke-linecap: round;
  stroke-width: 2;
}

@keyframes spinner-svg-spinner {
  0% {
    transform: rotate(-110deg);
  }
  20% {
    transform: rotate(-70deg);
  }
  60% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(250deg);
  }
}
@keyframes spinner-svg-progress {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dasharray: 1, 150;
    stroke-dash-offset: 0;
  }
  60% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes spinner-svg-colors {
  0% {
    stroke: #db3236;
  }
  23% {
    stroke: #db3236;
  }
  27% {
    stroke: #4885ed;
  }
  48% {
    stroke: #4885ed;
  }
  52% {
    stroke: #3cba54;
  }
  73% {
    stroke: #3cba54;
  }
  77% {
    stroke: #f4c20d;
  }
  98% {
    stroke: #f4c20d;
  }
}
.spinner-circle-material {
  height: 50px;
  min-height: 50px;
  width: 50px;
  border-radius: 100px;
  border: 2px transparent solid;
  border-top: 2px #3F51B5 solid;
  animation: spinner-material 4s infinite;
}

@keyframes spinner-material {
  0% {
    transform: rotate(0deg);
    border-top-color: #3F51B5;
  }
  25% {
    transform: rotate(360deg);
    border-top-color: #F44336;
  }
  50% {
    transform: rotate(720deg);
    border-top-color: #FFC107;
  }
  75% {
    transform: rotate(1080deg);
    border-top-color: #4CAF50;
  }
  100% {
    transform: rotate(1440deg);
    border-top-color: #3F51B5;
  }
}
.spinner-special-1.spinner-linear .line, .spinner-special-1.spinner-dots span, .spinner-special-1.spinner-ball {
  background-color: #C70064;
}
.spinner-special-1.spinner-circle {
  border-color: #C70064;
  border-top-color: transparent;
}
.spinner-special-1.spinner-circle-shadow {
  border-color: rgba(199, 0, 100, 0.3);
  border-left-color: #C70064;
}

.spinner-special-2.spinner-linear .line, .spinner-special-2.spinner-dots span, .spinner-special-2.spinner-ball {
  background-color: #FFCC00;
}
.spinner-special-2.spinner-circle {
  border-color: #FFCC00;
  border-top-color: transparent;
}
.spinner-special-2.spinner-circle-shadow {
  border-color: rgba(255, 204, 0, 0.3);
  border-left-color: #FFCC00;
}

.spinner-special-3.spinner-linear .line, .spinner-special-3.spinner-dots span, .spinner-special-3.spinner-ball {
  background-color: #C9C600;
}
.spinner-special-3.spinner-circle {
  border-color: #C9C600;
  border-top-color: transparent;
}
.spinner-special-3.spinner-circle-shadow {
  border-color: rgba(201, 198, 0, 0.3);
  border-left-color: #C9C600;
}

.spinner-special-4.spinner-linear .line, .spinner-special-4.spinner-dots span, .spinner-special-4.spinner-ball {
  background-color: #4EAFD0;
}
.spinner-special-4.spinner-circle {
  border-color: #4EAFD0;
  border-top-color: transparent;
}
.spinner-special-4.spinner-circle-shadow {
  border-color: rgba(78, 175, 208, 0.3);
  border-left-color: #4EAFD0;
}

.spinner-special-5.spinner-linear .line, .spinner-special-5.spinner-dots span, .spinner-special-5.spinner-ball {
  background-color: #777777;
}
.spinner-special-5.spinner-circle {
  border-color: #777777;
  border-top-color: transparent;
}
.spinner-special-5.spinner-circle-shadow {
  border-color: rgba(119, 119, 119, 0.3);
  border-left-color: #777777;
}

.spinner-special-6.spinner-linear .line, .spinner-special-6.spinner-dots span, .spinner-special-6.spinner-ball {
  background-color: #594281;
}
.spinner-special-6.spinner-circle {
  border-color: #594281;
  border-top-color: transparent;
}
.spinner-special-6.spinner-circle-shadow {
  border-color: rgba(89, 66, 129, 0.3);
  border-left-color: #594281;
}

.dock-list {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-right: 22px;
  height: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 994;
  max-width: calc(100% - 30px);
}
.dock-list.maximize {
  z-index: 999;
}

@media (max-width: 767px) {
  .dock-list {
    padding-right: 7px;
    max-width: calc(100% - 23px);
  }
}
.modal-open .dock-list {
  z-index: 1050;
}
.modal-open .dock-list .dock {
  border-color: transparent;
  transition: border-color 0s;
}
.modal-open .dock-list .modal.in {
  background-color: rgba(0, 0, 0, 0.3);
}

.dock {
  border: 1px solid #f1f2f3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin: 0 8px;
  transition: 0.3s;
  display: none;
  max-width: 100%;
}
.dock:hover {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
}
.dock.reveal {
  display: block;
}
.dock.shake:not(.minimize), .dock.shake.minimize .dock-header {
  animation: h-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.dock.blink .dock-header {
  background-color: #e3f3fc;
}
.dock.minimize {
  transform: translateY(calc(100% - 44px));
}
.dock.minimize .dock-header {
  cursor: pointer;
}
.dock.minimize .dock-body {
  width: 0;
  min-width: 0;
}
.dock.minimize .dock-actions {
  margin-left: 20px;
}
.dock.minimize .dock-actions > * {
  display: none;
}
.dock.minimize .dock-actions [data-dock=close] {
  display: inline-block;
  opacity: 0;
}
.dock.minimize:hover .dock-actions [data-dock=close] {
  opacity: 1;
}
.dock.maximize {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 999;
}
.dock.maximize .dock-body {
  width: 100%;
  height: 100%;
}

.dock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  height: 44px;
  background-color: #f9fafb;
  border-bottom: 1px solid #f1f2f3;
  transition: 0.3s;
}

.dock-title {
  display: flex;
  font-weight: 300;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  margin: -8px;
}
.dock-title > * {
  margin: 8px;
}

.dock-actions {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 9;
  color: #004289;
  margin: -8px;
}
.dock-actions > * {
  margin: 8px;
}
.dock-actions > *:not(.dropdown),
.dock-actions > .dropdown .dropdown-toggle {
  min-width: 20px;
  height: 44px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.2s;
}
.dock-actions > *:not(.dropdown):hover,
.dock-actions > .dropdown .dropdown-toggle:hover {
  opacity: 1;
}
.dock-actions > *:not(.dropdown),
.dock-actions .dropdown-toggle {
  line-height: 44px;
}
.dock-actions [data-dock=close]::before,
.dock-actions [data-dock=maximize]::before,
.dock-actions [data-dock=minimize]::before {
  font-family: themify;
}
.dock-actions [data-dock=close]::before {
  content: "\e646";
}
.dock-actions [data-dock=maximize]::before {
  content: "\e6be";
  display: inline-block;
  transform: rotate(90deg);
}
.dock-actions [data-dock=minimize]::before {
  content: "\e622";
  vertical-align: sub;
}

.dock-header-inverse .dock-info {
  color: #fff;
}
.dock-header-inverse .dock-actions {
  color: #fff;
}

.dock-body {
  flex: 1;
  background-color: #fff;
  min-height: 300px;
  min-width: 240px;
  max-width: 100%;
  width: 400px;
  height: 400px;
}

.dock-block {
  padding: 20px;
}

.dock-xs .dock-body {
  width: 260px;
  height: 300px;
}

.dock-sm .dock-body {
  width: 340px;
  height: 340px;
}

.dock-lg .dock-body {
  width: 480px;
  height: 480px;
}

.dock-xl .dock-body {
  width: 560px;
  height: 560px;
}

.dock-footer {
  padding: 12px;
  background-color: #fff;
}

@keyframes h-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes dock-show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform-origin: right bottom 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes dock-w {
  to {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 8px;
  }
}
#opsModal {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(115, 115, 115, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
}

#opsModal .modal-content,
#util-modal-contenido-control .modal-content {
  min-height: 365px;
  margin: 0 auto;
  left: 50%;
  position: fixed;
  top: 50% !important;
  border: none;
  border-radius: 15px;
  transform: translate(-50%, -50%) !important;
}

#opsModal .modal-content td,
#util-modal-contenido-control .modal-content td {
  background-color: #fff !important;
}

#opsModal .modal-content table {
  background-color: #fff;
  width: 100%;
}
#opsModal .modal-content table textarea {
  border: 1px solid #ebebeb;
  padding: 1%;
  border-radius: 6px;
}
#opsModal .modal-content #btnAceptarSaludo {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
  padding: 7px 15px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.modal-header {
  border-bottom-color: #f1f2f3;
  border: none;
  padding: 5px;
}
.modal-header.no-border {
  margin-bottom: 1rem;
}
.modal-header h2 {
  width: 100%;
  text-align: center;
  margin: 0;
  display: none;
}
.modal-header .opsmodalclose {
  position: absolute;
  right: 6px;
  width: 20px;
  top: 8px;
  cursor: pointer;
  height: 20px;
  z-index: 2;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 680px) {
  .modal-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .modal-footer {
    border: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.modal[data-backdrop=false]:not(.modal-fill) .modal-content {
  border: 1px solid #f1f2f3;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

.modal-top {
  opacity: 1;
}
.modal-top.show .modal-dialog {
  transform: translateY(0) !important;
}
.modal-top .modal-dialog {
  margin-top: 0;
  transform: translateY(-100%) !important;
}
.modal-top .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-center {
  transform: scale(0);
  transition: 0.4s;
}
.modal-center.show {
  transform: scale(1);
}
.modal-center .modal-dialog {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) !important;
}

.modal-bottom {
  opacity: 1;
  overflow-y: hidden !important;
}
.modal-bottom.show .modal-dialog {
  transform: translate(-50%, 0) !important;
}
.modal-bottom .modal-dialog {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 100%) !important;
  transition: 0.4s;
}
.modal-bottom .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-left {
  opacity: 1;
}
.modal-left.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  transform: translate(-100%, 0) !important;
  transition: 0.5s;
}
.modal-left .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.modal-left .modal-body {
  flex-grow: 1;
}

.modal-right {
  opacity: 1;
}
.modal-right.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  transform: translate(100%, 0) !important;
  transition: 0.5s;
}
.modal-right .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.modal-right .modal-body {
  flex-grow: 1;
}

.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  transform: scale(0, 0);
  transition: 0.4s;
}
.modal-fill.show {
  display: flex !important;
  justify-content: center;
  flex-flow: column nowrap;
  transform: scale(1, 1);
  transition: 0.4s;
}
.modal-fill .modal-dialog {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  justify-content: center;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
}
.modal-fill .modal-content {
  background: transparent;
  width: 100%;
  max-width: 600px;
}
.modal-fill .modal-header {
  border-bottom: none;
}
.modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  .modal-sm {
    width: 360px;
    max-width: 360px;
  }
}
.btn {
  font-size: 14px;
  padding: 5px 16px;
  line-height: inherit;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 2px;
  outline: none !important;
  transition: 0.15s linear;
  background-color: rgb(255, 46, 123);
  background-color: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background-color: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background-color: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.btn .dia-num,
.btn .dia-text {
  height: 21px;
  line-height: 26px;
}
.btn:hover {
  cursor: pointer;
}
.btn:focus, .btn.focus, .btn:active, .btn.active {
  box-shadow: none;
}

.btn-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.btn-group-xs > .btn,
.btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px;
}
.btn-group-xs > .btn.btn-bold,
.btn-xs.btn-bold {
  font-size: 9px;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
  padding: 4px 12px;
  line-height: 20px;
}
.btn-group-sm > .btn.btn-bold,
.btn-sm.btn-bold {
  font-size: 11px;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 15px;
  padding: 7px 20px;
  line-height: 32px;
}
.btn-group-lg > .btn.btn-bold,
.btn-lg.btn-bold {
  font-size: 14px;
}

.btn-w-xs {
  width: 85px;
}

.btn-w-sm {
  width: 100px;
}

.btn-w-md {
  width: 120px;
}

.btn-w-lg {
  width: 145px;
}

.btn-w-xl {
  width: 180px;
}

.btn-round {
  border-radius: 10rem;
}

.btn-primary {
  background-color: #004289;
  border-color: #004289;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0056b2;
  border-color: #0056b2;
  color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #004289;
  border-color: #004289;
  opacity: 0.5;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #002e60;
  border-color: #002e60;
  color: #fff;
}

.btn-success {
  background-color: #57C97B;
  border-color: #57C97B;
  color: #fff;
}
.btn-success:hover {
  background-color: #63cd84;
  border-color: #63cd84;
  color: #fff;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #57C97B;
  border-color: #57C97B;
  opacity: 0.5;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #4bc572;
  border-color: #4bc572;
  color: #fff;
}

.btn-info {
  background-color: #48B0F7;
  border-color: #48B0F7;
  color: #fff;
}
.btn-info:hover {
  background-color: #65bdf8;
  border-color: #65bdf8;
  color: #fff;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #48B0F7;
  border-color: #48B0F7;
  opacity: 0.5;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
  color: #fff;
}

.btn-warning {
  background-color: #faa64b;
  border-color: #faa64b;
  color: #fff;
}
.btn-warning:hover {
  background-color: #fbb264;
  border-color: #fbb264;
  color: #fff;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #faa64b;
  border-color: #faa64b;
  opacity: 0.5;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
  color: #fff;
}

.btn-danger {
  background-color: #f96868;
  border-color: #f96868;
  color: #fff;
}
.btn-danger:hover {
  background-color: #fa8181;
  border-color: #fa8181;
  color: #fff;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #f96868;
  border-color: #f96868;
  opacity: 0.5;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
  color: #fff;
}

.btn-secondary {
  color: #fff !important;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #3d85ff;
  border-color: #3d85ff;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
  opacity: 0.5;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #1f71ff;
  border-color: #1f71ff;
  color: #fff;
}

.btn-link {
  color: #48B0F7;
  font-weight: 500;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #2E7BFF;
}

.btn-light {
  background-color: #fff;
  border-color: #57C97B;
  color: #616A78;
}
.btn-light:hover, .btn-light:focus {
  background-color: #f9fafb;
  color: #004289;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  color: #004289;
}

.btn-purple {
  background-color: #6F2A59;
  border-color: #6F2A59;
  color: #fff;
}
.btn-purple:hover {
  background-color: #823168;
  border-color: #823168;
  color: #fff;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
}
.btn-purple.disabled, .btn-purple:disabled {
  background-color: #6F2A59;
  border-color: #6F2A59;
  opacity: 0.5;
}
.btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  background-color: #5d234a;
  border-color: #5d234a;
  color: #fff;
}

.btn-pink {
  background-color: #ff2e7b;
  border-color: #ff2e7b;
  color: #fff;
}
.btn-pink:hover {
  background-color: #ff4288;
  border-color: #ff4288;
  color: #fff;
}
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
}
.btn-pink.disabled, .btn-pink:disabled {
  background-color: #ff2e7b;
  border-color: #ff2e7b;
  opacity: 0.5;
}
.btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  background-color: #ff1a6e;
  border-color: #ff1a6e;
  color: #fff;
}

.btn-cyan {
  background-color: #57c7d4;
  border-color: #57c7d4;
  color: #fff;
}
.btn-cyan:hover {
  background-color: #77d2dc;
  border-color: #77d2dc;
  color: #fff;
}
.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
}
.btn-cyan.disabled, .btn-cyan:disabled {
  background-color: #57c7d4;
  border-color: #57c7d4;
  opacity: 0.5;
}
.btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
  color: #fff;
}

.btn-yellow {
  background-color: #FFCC00;
  border-color: #FFCC00;
  color: #fff;
}
.btn-yellow:hover {
  background-color: #ffd429;
  border-color: #ffd429;
  color: #fff;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
}
.btn-yellow.disabled, .btn-yellow:disabled {
  background-color: #FFCC00;
  border-color: #FFCC00;
  opacity: 0.5;
}
.btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  background-color: #d6ab00;
  border-color: #d6ab00;
  color: #fff;
}

.btn-brown {
  background-color: #8d6658;
  border-color: #8d6658;
  color: #fff;
}
.btn-brown:hover {
  background-color: #9d7162;
  border-color: #9d7162;
  color: #fff;
}
.btn-brown:focus, .btn-brown.focus {
  color: #fff;
}
.btn-brown.disabled, .btn-brown:disabled {
  background-color: #8d6658;
  border-color: #8d6658;
  opacity: 0.5;
}
.btn-brown:active, .btn-brown.active, .show > .btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
  color: #fff;
}

.btn-dark {
  background-color: #465161;
  border-color: #465161;
  color: #fff;
}
.btn-dark:hover {
  background-color: #515d70;
  border-color: #515d70;
  color: #fff;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #465161;
  border-color: #465161;
  opacity: 0.5;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
  color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  background-color: #466ab5;
  border-color: #466ab5;
  color: #fff;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
}
.btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
  opacity: 0.5;
}
.btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
  color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-google:hover {
  background-color: #e36b5c;
  border-color: #e36b5c;
  color: #fff;
}
.btn-google:focus, .btn-google.focus {
  color: #fff;
}
.btn-google.disabled, .btn-google:disabled {
  background-color: #dd4b39;
  border-color: #dd4b39;
  opacity: 0.5;
}
.btn-google:active, .btn-google.active, .show > .btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
  color: #fff;
}

.btn-twitter {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
.btn-twitter:hover {
  background-color: #17bfff;
  border-color: #17bfff;
  color: #fff;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
}
.btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #00aced;
  border-color: #00aced;
  opacity: 0.5;
}
.btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
  color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:hover {
  background-color: #0097df;
  border-color: #0097df;
  color: #fff;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  background-color: #007bb6;
  border-color: #007bb6;
  opacity: 0.5;
}
.btn-linkedin:active, .btn-linkedin.active, .show > .btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
  color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.btn-pinterest:hover {
  background-color: #df353c;
  border-color: #df353c;
  color: #fff;
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  background-color: #cb2027;
  border-color: #cb2027;
  opacity: 0.5;
}
.btn-pinterest:active, .btn-pinterest.active, .show > .btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
  color: #fff;
}

.btn-git {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}
.btn-git:hover {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
  color: #fff;
}
.btn-git:focus, .btn-git.focus {
  color: #fff;
}
.btn-git.disabled, .btn-git:disabled {
  background-color: #666666;
  border-color: #666666;
  opacity: 0.5;
}
.btn-git:active, .btn-git.active, .show > .btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
  color: #fff;
}

.btn-tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #fff;
}
.btn-tumblr:hover {
  background-color: #3f6589;
  border-color: #3f6589;
  color: #fff;
}
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
  background-color: #32506d;
  border-color: #32506d;
  opacity: 0.5;
}
.btn-tumblr:active, .btn-tumblr.active, .show > .btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
  color: #fff;
}

.btn-vimeo {
  background-color: #aad450;
  border-color: #aad450;
  color: #fff;
}
.btn-vimeo:hover {
  background-color: #badc71;
  border-color: #badc71;
  color: #fff;
}
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  background-color: #aad450;
  border-color: #aad450;
  opacity: 0.5;
}
.btn-vimeo:active, .btn-vimeo.active, .show > .btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
  color: #fff;
}

.btn-youtube {
  background-color: #bb0000;
  border-color: #bb0000;
  color: #fff;
}
.btn-youtube:hover {
  background-color: #e40000;
  border-color: #e40000;
  color: #fff;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
}
.btn-youtube.disabled, .btn-youtube:disabled {
  background-color: #bb0000;
  border-color: #bb0000;
  opacity: 0.5;
}
.btn-youtube:active, .btn-youtube.active, .show > .btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
  color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.btn-flickr:hover {
  background-color: #ff2998;
  border-color: #ff2998;
  color: #fff;
}
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
}
.btn-flickr.disabled, .btn-flickr:disabled {
  background-color: #ff0084;
  border-color: #ff0084;
  opacity: 0.5;
}
.btn-flickr:active, .btn-flickr.active, .show > .btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
  color: #fff;
}

.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:hover {
  background-color: #ff6329;
  border-color: #ff6329;
  color: #fff;
}
.btn-reddit:focus, .btn-reddit.focus {
  color: #fff;
}
.btn-reddit.disabled, .btn-reddit:disabled {
  background-color: #ff4500;
  border-color: #ff4500;
  opacity: 0.5;
}
.btn-reddit:active, .btn-reddit.active, .show > .btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
  color: #fff;
}

.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:hover {
  background-color: #ee71a1;
  border-color: #ee71a1;
  color: #fff;
}
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
  background-color: #ea4c89;
  border-color: #ea4c89;
  opacity: 0.5;
}
.btn-dribbble:active, .btn-dribbble.active, .show > .btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
  color: #fff;
}

.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:hover {
  background-color: #1ac1ff;
  border-color: #1ac1ff;
  color: #fff;
}
.btn-skype:focus, .btn-skype.focus {
  color: #fff;
}
.btn-skype.disabled, .btn-skype:disabled {
  background-color: #00aff0;
  border-color: #00aff0;
  opacity: 0.5;
}
.btn-skype:active, .btn-skype.active, .show > .btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
  color: #fff;
}

.btn-instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.btn-instagram:hover {
  background-color: #6993b5;
  border-color: #6993b5;
  color: #fff;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
}
.btn-instagram.disabled, .btn-instagram:disabled {
  background-color: #517fa4;
  border-color: #517fa4;
  opacity: 0.5;
}
.btn-instagram:active, .btn-instagram.active, .show > .btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
  color: #fff;
}

.btn-lastfm {
  background-color: #c3000d;
  border-color: #c3000d;
  color: #fff;
}
.btn-lastfm:hover {
  background-color: #ec0010;
  border-color: #ec0010;
  color: #fff;
}
.btn-lastfm:focus, .btn-lastfm.focus {
  color: #fff;
}
.btn-lastfm.disabled, .btn-lastfm:disabled {
  background-color: #c3000d;
  border-color: #c3000d;
  opacity: 0.5;
}
.btn-lastfm:active, .btn-lastfm.active, .show > .btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
  color: #fff;
}

.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #fff;
}
.btn-behance:hover {
  background-color: #4083ff;
  border-color: #4083ff;
  color: #fff;
}
.btn-behance:focus, .btn-behance.focus {
  color: #fff;
}
.btn-behance.disabled, .btn-behance:disabled {
  background-color: #1769ff;
  border-color: #1769ff;
  opacity: 0.5;
}
.btn-behance:active, .btn-behance.active, .show > .btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
  color: #fff;
}

.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #fff;
}
.btn-rss:hover {
  background-color: #f48049;
  border-color: #f48049;
  color: #fff;
}
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
}
.btn-rss.disabled, .btn-rss:disabled {
  background-color: #f26522;
  border-color: #f26522;
  opacity: 0.5;
}
.btn-rss:active, .btn-rss.active, .show > .btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
  color: #fff;
}

.btn-primary-outline {
  color: #004289;
  background-color: transparent;
  border-color: #004289;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-primary-outline:active, .btn-primary-outline.active, .show > .btn-primary-outline.dropdown-toggle {
  background-color: #002e60;
  border-color: #002e60;
}

.btn-success-outline {
  color: #57C97B;
  background-color: transparent;
  border-color: #57C97B;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #57C97B;
  border-color: #57C97B;
}
.btn-success-outline:active, .btn-success-outline.active, .show > .btn-success-outline.dropdown-toggle {
  background-color: #40c269;
  border-color: #40c269;
}

.btn-info-outline {
  color: #48B0F7;
  background-color: transparent;
  border-color: #48B0F7;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #48B0F7;
  border-color: #48B0F7;
}
.btn-info-outline:active, .btn-info-outline.active, .show > .btn-info-outline.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

.btn-warning-outline {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #faa64b;
  border-color: #faa64b;
}
.btn-warning-outline:active, .btn-warning-outline.active, .show > .btn-warning-outline.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
}

.btn-danger-outline {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}
.btn-danger-outline:active, .btn-danger-outline.active, .show > .btn-danger-outline.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

.btn-secondary-outline {
  color: #2E7BFF;
  background-color: transparent;
  border-color: #2E7BFF;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-secondary-outline:active, .btn-secondary-outline.active, .show > .btn-secondary-outline.dropdown-toggle {
  background-color: #1f71ff;
  border-color: #1f71ff;
}

.btn-outline.btn-primary {
  color: #004289;
  background-color: transparent;
  border-color: #004289;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #002e60;
  border-color: #002e60;
}

.btn-outline.btn-success {
  color: #57C97B;
  background-color: transparent;
  border-color: #57C97B;
}
.btn-outline.btn-success:hover {
  color: #fff;
  background-color: #57C97B;
  border-color: #57C97B;
}
.btn-outline.btn-success:active, .btn-outline.btn-success.active, .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #40c269;
  border-color: #40c269;
}

.btn-outline.btn-info {
  color: #48B0F7;
  background-color: transparent;
  border-color: #48B0F7;
}
.btn-outline.btn-info:hover {
  color: #fff;
  background-color: #48B0F7;
  border-color: #48B0F7;
}
.btn-outline.btn-info:active, .btn-outline.btn-info.active, .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

.btn-outline.btn-warning {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b;
}
.btn-outline.btn-warning:hover {
  color: #fff;
  background-color: #faa64b;
  border-color: #faa64b;
}
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
}

.btn-outline.btn-danger {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}
.btn-outline.btn-danger:hover {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

.btn-outline.btn-secondary {
  color: #2E7BFF;
  background-color: transparent;
  border-color: #2E7BFF;
}
.btn-outline.btn-secondary:hover {
  color: #fff;
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active, .show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #1f71ff;
  border-color: #1f71ff;
}

.btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline.btn-light:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline.btn-light:active, .btn-outline.btn-light.active, .show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline.btn-purple {
  color: #6F2A59;
  background-color: transparent;
  border-color: #6F2A59;
}
.btn-outline.btn-purple:hover {
  color: #fff;
  background-color: #6F2A59;
  border-color: #6F2A59;
}
.btn-outline.btn-purple:active, .btn-outline.btn-purple.active, .show > .btn-outline.btn-purple.dropdown-toggle {
  background-color: #5d234a;
  border-color: #5d234a;
}

.btn-outline.btn-pink {
  color: #ff2e7b;
  background-color: transparent;
  border-color: #ff2e7b;
}
.btn-outline.btn-pink:hover {
  color: #fff;
  background-color: #ff2e7b;
  border-color: #ff2e7b;
}
.btn-outline.btn-pink:active, .btn-outline.btn-pink.active, .show > .btn-outline.btn-pink.dropdown-toggle {
  background-color: #ff1a6e;
  border-color: #ff1a6e;
}

.btn-outline.btn-cyan {
  color: #57c7d4;
  background-color: transparent;
  border-color: #57c7d4;
}
.btn-outline.btn-cyan:hover {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.btn-outline.btn-cyan:active, .btn-outline.btn-cyan.active, .show > .btn-outline.btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
}

.btn-outline.btn-yellow {
  color: #FFCC00;
  background-color: transparent;
  border-color: #FFCC00;
}
.btn-outline.btn-yellow:hover {
  color: #fff;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-outline.btn-yellow:active, .btn-outline.btn-yellow.active, .show > .btn-outline.btn-yellow.dropdown-toggle {
  background-color: #d6ab00;
  border-color: #d6ab00;
}

.btn-outline.btn-brown {
  color: #8d6658;
  background-color: transparent;
  border-color: #8d6658;
}
.btn-outline.btn-brown:hover {
  color: #fff;
  background-color: #8d6658;
  border-color: #8d6658;
}
.btn-outline.btn-brown:active, .btn-outline.btn-brown.active, .show > .btn-outline.btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
}

.btn-outline.btn-dark {
  color: #465161;
  background-color: transparent;
  border-color: #465161;
}
.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #465161;
  border-color: #465161;
}
.btn-outline.btn-dark:active, .btn-outline.btn-dark.active, .show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
}

.btn-outline.btn-light:hover {
  color: #616A78;
}

.btn-outline.btn-facebook {
  color: #3b5998;
  background-color: transparent;
  border-color: #3b5998;
}
.btn-outline.btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-outline.btn-facebook:active, .btn-outline.btn-facebook.active, .show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
}

.btn-outline.btn-google {
  color: #dd4b39;
  background-color: transparent;
  border-color: #dd4b39;
}
.btn-outline.btn-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-outline.btn-google:active, .btn-outline.btn-google.active, .show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
}

.btn-outline.btn-twitter {
  color: #00aced;
  background-color: transparent;
  border-color: #00aced;
}
.btn-outline.btn-twitter:hover {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-outline.btn-twitter:active, .btn-outline.btn-twitter.active, .show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
}

.btn-outline.btn-linkedin {
  color: #007bb6;
  background-color: transparent;
  border-color: #007bb6;
}
.btn-outline.btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-outline.btn-linkedin:active, .btn-outline.btn-linkedin.active, .show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
}

.btn-outline.btn-pinterest {
  color: #cb2027;
  background-color: transparent;
  border-color: #cb2027;
}
.btn-outline.btn-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-outline.btn-pinterest:active, .btn-outline.btn-pinterest.active, .show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
}

.btn-outline.btn-git {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
}
.btn-outline.btn-git:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline.btn-git:active, .btn-outline.btn-git.active, .show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
}

.btn-outline.btn-tumblr {
  color: #32506d;
  background-color: transparent;
  border-color: #32506d;
}
.btn-outline.btn-tumblr:hover {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.btn-outline.btn-tumblr:active, .btn-outline.btn-tumblr.active, .show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
}

.btn-outline.btn-vimeo {
  color: #aad450;
  background-color: transparent;
  border-color: #aad450;
}
.btn-outline.btn-vimeo:hover {
  color: #fff;
  background-color: #aad450;
  border-color: #aad450;
}
.btn-outline.btn-vimeo:active, .btn-outline.btn-vimeo.active, .show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
}

.btn-outline.btn-youtube {
  color: #bb0000;
  background-color: transparent;
  border-color: #bb0000;
}
.btn-outline.btn-youtube:hover {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-outline.btn-youtube:active, .btn-outline.btn-youtube.active, .show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
}

.btn-outline.btn-flickr {
  color: #ff0084;
  background-color: transparent;
  border-color: #ff0084;
}
.btn-outline.btn-flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-outline.btn-flickr:active, .btn-outline.btn-flickr.active, .show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
}

.btn-outline.btn-reddit {
  color: #ff4500;
  background-color: transparent;
  border-color: #ff4500;
}
.btn-outline.btn-reddit:hover {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn-outline.btn-reddit:active, .btn-outline.btn-reddit.active, .show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
}

.btn-outline.btn-dribbble {
  color: #ea4c89;
  background-color: transparent;
  border-color: #ea4c89;
}
.btn-outline.btn-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-outline.btn-dribbble:active, .btn-outline.btn-dribbble.active, .show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
}

.btn-outline.btn-skype {
  color: #00aff0;
  background-color: transparent;
  border-color: #00aff0;
}
.btn-outline.btn-skype:hover {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-outline.btn-skype:active, .btn-outline.btn-skype.active, .show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
}

.btn-outline.btn-instagram {
  color: #517fa4;
  background-color: transparent;
  border-color: #517fa4;
}
.btn-outline.btn-instagram:hover {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-outline.btn-instagram:active, .btn-outline.btn-instagram.active, .show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
}

.btn-outline.btn-lastfm {
  color: #c3000d;
  background-color: transparent;
  border-color: #c3000d;
}
.btn-outline.btn-lastfm:hover {
  color: #fff;
  background-color: #c3000d;
  border-color: #c3000d;
}
.btn-outline.btn-lastfm:active, .btn-outline.btn-lastfm.active, .show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
}

.btn-outline.btn-behance {
  color: #1769ff;
  background-color: transparent;
  border-color: #1769ff;
}
.btn-outline.btn-behance:hover {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn-outline.btn-behance:active, .btn-outline.btn-behance.active, .show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
}

.btn-outline.btn-rss {
  color: #f26522;
  background-color: transparent;
  border-color: #f26522;
}
.btn-outline.btn-rss:hover {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522;
}
.btn-outline.btn-rss:active, .btn-outline.btn-rss.active, .show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
}

.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden;
}
.btn-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}
.btn-label.btn-xs {
  padding-left: 32px;
}
.btn-label.btn-xs label {
  width: 24px;
}
.btn-label.btn-sm {
  padding-left: 41px;
}
.btn-label.btn-sm label {
  width: 29px;
}
.btn-label.btn-lg {
  padding-left: 64px;
}
.btn-label.btn-lg label {
  width: 48px;
}

.btn-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.btn-float.btn-sm {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.btn-float:active {
  box-shadow: none;
}

.btn-sq,
.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px;
}
.btn-sq.btn-lg,
.btn-square.btn-lg {
  width: 48px;
  height: 48px;
}
.btn-sq.btn-sm,
.btn-square.btn-sm {
  width: 29px;
  height: 29px;
}
.btn-sq.btn-xs,
.btn-square.btn-xs {
  width: 24px;
  height: 24px;
}

.btn-pure {
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn-pure.btn-special-1 {
  color: #C70064;
}
.btn-pure.btn-special-1:hover, .btn-pure.btn-special-1:active, .btn-pure.btn-special-1.active, .show > .btn-pure.btn-special-1.dropdown-toggle {
  color: #94004a;
}
.btn-pure.btn-special-2 {
  color: #FFCC00;
}
.btn-pure.btn-special-2:hover, .btn-pure.btn-special-2:active, .btn-pure.btn-special-2.active, .show > .btn-pure.btn-special-2.dropdown-toggle {
  color: #cca300;
}
.btn-pure.btn-special-3 {
  color: #C9C600;
}
.btn-pure.btn-special-3:hover, .btn-pure.btn-special-3:active, .btn-pure.btn-special-3.active, .show > .btn-pure.btn-special-3.dropdown-toggle {
  color: #969400;
}
.btn-pure.btn-special-4 {
  color: #4EAFD0;
}
.btn-pure.btn-special-4:hover, .btn-pure.btn-special-4:active, .btn-pure.btn-special-4.active, .show > .btn-pure.btn-special-4.dropdown-toggle {
  color: #3197ba;
}
.btn-pure.btn-special-5 {
  color: #777777;
}
.btn-pure.btn-special-5:hover, .btn-pure.btn-special-5:active, .btn-pure.btn-special-5.active, .show > .btn-pure.btn-special-5.dropdown-toggle {
  color: #5e5e5e;
}
.btn-pure.btn-special-6 {
  color: #594281;
}
.btn-pure.btn-special-6:hover, .btn-pure.btn-special-6:active, .btn-pure.btn-special-6.active, .show > .btn-pure.btn-special-6.dropdown-toggle {
  color: #42315f;
}
.btn-pure.btn-facebook {
  color: #3b5998;
}
.btn-pure.btn-facebook:hover, .btn-pure.btn-facebook:active, .btn-pure.btn-facebook.active, .show > .btn-pure.btn-facebook.dropdown-toggle {
  color: #2d4373;
}
.btn-pure.btn-google {
  color: #dd4b39;
}
.btn-pure.btn-google:hover, .btn-pure.btn-google:active, .btn-pure.btn-google.active, .show > .btn-pure.btn-google.dropdown-toggle {
  color: #c23321;
}
.btn-pure.btn-twitter {
  color: #00aced;
}
.btn-pure.btn-twitter:hover, .btn-pure.btn-twitter:active, .btn-pure.btn-twitter.active, .show > .btn-pure.btn-twitter.dropdown-toggle {
  color: #0087ba;
}
.btn-pure.btn-linkedin {
  color: #007bb6;
}
.btn-pure.btn-linkedin:hover, .btn-pure.btn-linkedin:active, .btn-pure.btn-linkedin.active, .show > .btn-pure.btn-linkedin.dropdown-toggle {
  color: #005983;
}
.btn-pure.btn-pinterest {
  color: #cb2027;
}
.btn-pure.btn-pinterest:hover, .btn-pure.btn-pinterest:active, .btn-pure.btn-pinterest.active, .show > .btn-pure.btn-pinterest.dropdown-toggle {
  color: #9f191f;
}
.btn-pure.btn-git {
  color: #666666;
}
.btn-pure.btn-git:hover, .btn-pure.btn-git:active, .btn-pure.btn-git.active, .show > .btn-pure.btn-git.dropdown-toggle {
  color: #4d4d4d;
}
.btn-pure.btn-tumblr {
  color: #32506d;
}
.btn-pure.btn-tumblr:hover, .btn-pure.btn-tumblr:active, .btn-pure.btn-tumblr.active, .show > .btn-pure.btn-tumblr.dropdown-toggle {
  color: #22364a;
}
.btn-pure.btn-vimeo {
  color: #aad450;
}
.btn-pure.btn-vimeo:hover, .btn-pure.btn-vimeo:active, .btn-pure.btn-vimeo.active, .show > .btn-pure.btn-vimeo.dropdown-toggle {
  color: #93c130;
}
.btn-pure.btn-youtube {
  color: #bb0000;
}
.btn-pure.btn-youtube:hover, .btn-pure.btn-youtube:active, .btn-pure.btn-youtube.active, .show > .btn-pure.btn-youtube.dropdown-toggle {
  color: #880000;
}
.btn-pure.btn-flickr {
  color: #ff0084;
}
.btn-pure.btn-flickr:hover, .btn-pure.btn-flickr:active, .btn-pure.btn-flickr.active, .show > .btn-pure.btn-flickr.dropdown-toggle {
  color: #cc006a;
}
.btn-pure.btn-reddit {
  color: #ff4500;
}
.btn-pure.btn-reddit:hover, .btn-pure.btn-reddit:active, .btn-pure.btn-reddit.active, .show > .btn-pure.btn-reddit.dropdown-toggle {
  color: #cc3700;
}
.btn-pure.btn-dribbble {
  color: #ea4c89;
}
.btn-pure.btn-dribbble:hover, .btn-pure.btn-dribbble:active, .btn-pure.btn-dribbble.active, .show > .btn-pure.btn-dribbble.dropdown-toggle {
  color: #e51e6b;
}
.btn-pure.btn-skype {
  color: #00aff0;
}
.btn-pure.btn-skype:hover, .btn-pure.btn-skype:active, .btn-pure.btn-skype.active, .show > .btn-pure.btn-skype.dropdown-toggle {
  color: #008abd;
}
.btn-pure.btn-instagram {
  color: #517fa4;
}
.btn-pure.btn-instagram:hover, .btn-pure.btn-instagram:active, .btn-pure.btn-instagram.active, .show > .btn-pure.btn-instagram.dropdown-toggle {
  color: #406582;
}
.btn-pure.btn-lastfm {
  color: #c3000d;
}
.btn-pure.btn-lastfm:hover, .btn-pure.btn-lastfm:active, .btn-pure.btn-lastfm.active, .show > .btn-pure.btn-lastfm.dropdown-toggle {
  color: #90000a;
}
.btn-pure.btn-behance {
  color: #1769ff;
}
.btn-pure.btn-behance:hover, .btn-pure.btn-behance:active, .btn-pure.btn-behance.active, .show > .btn-pure.btn-behance.dropdown-toggle {
  color: #0050e3;
}
.btn-pure.btn-rss {
  color: #f26522;
}
.btn-pure.btn-rss:hover, .btn-pure.btn-rss:active, .btn-pure.btn-rss.active, .show > .btn-pure.btn-rss.dropdown-toggle {
  color: #d54d0d;
}

.btn-flat {
  position: relative;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  background-color: #fcfdfe;
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}
.btn-flat:hover {
  background-color: #f9fafb;
}
.btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-flat circle {
  fill: rgba(255, 255, 255, 0.3);
}
.btn-flat.btn-special-1 {
  color: #C70064;
}
.btn-flat.btn-special-1 circle {
  fill: rgba(199, 0, 100, 0.1);
}
.btn-flat.btn-special-2 {
  color: #FFCC00;
}
.btn-flat.btn-special-2 circle {
  fill: rgba(255, 204, 0, 0.1);
}
.btn-flat.btn-special-3 {
  color: #C9C600;
}
.btn-flat.btn-special-3 circle {
  fill: rgba(201, 198, 0, 0.1);
}
.btn-flat.btn-special-4 {
  color: #4EAFD0;
}
.btn-flat.btn-special-4 circle {
  fill: rgba(78, 175, 208, 0.1);
}
.btn-flat.btn-special-5 {
  color: #777777;
}
.btn-flat.btn-special-5 circle {
  fill: rgba(119, 119, 119, 0.1);
}
.btn-flat.btn-special-6 {
  color: #594281;
}
.btn-flat.btn-special-6 circle {
  fill: rgba(89, 66, 129, 0.1);
}
.btn-flat.btn-secondary {
  color: #788394;
}
.btn-flat.btn-facebook {
  color: #3b5998;
}
.btn-flat.btn-facebook circle {
  fill: rgba(59, 89, 152, 0.1);
}
.btn-flat.btn-google {
  color: #dd4b39;
}
.btn-flat.btn-google circle {
  fill: rgba(221, 75, 57, 0.1);
}
.btn-flat.btn-twitter {
  color: #00aced;
}
.btn-flat.btn-twitter circle {
  fill: rgba(0, 172, 237, 0.1);
}
.btn-flat.btn-linkedin {
  color: #007bb6;
}
.btn-flat.btn-linkedin circle {
  fill: rgba(0, 123, 182, 0.1);
}
.btn-flat.btn-pinterest {
  color: #cb2027;
}
.btn-flat.btn-pinterest circle {
  fill: rgba(203, 32, 39, 0.1);
}
.btn-flat.btn-git {
  color: #666666;
}
.btn-flat.btn-git circle {
  fill: rgba(102, 102, 102, 0.1);
}
.btn-flat.btn-tumblr {
  color: #32506d;
}
.btn-flat.btn-tumblr circle {
  fill: rgba(50, 80, 109, 0.1);
}
.btn-flat.btn-vimeo {
  color: #aad450;
}
.btn-flat.btn-vimeo circle {
  fill: rgba(170, 212, 80, 0.1);
}
.btn-flat.btn-youtube {
  color: #bb0000;
}
.btn-flat.btn-youtube circle {
  fill: rgba(187, 0, 0, 0.1);
}
.btn-flat.btn-flickr {
  color: #ff0084;
}
.btn-flat.btn-flickr circle {
  fill: rgba(255, 0, 132, 0.1);
}
.btn-flat.btn-reddit {
  color: #ff4500;
}
.btn-flat.btn-reddit circle {
  fill: rgba(255, 69, 0, 0.1);
}
.btn-flat.btn-dribbble {
  color: #ea4c89;
}
.btn-flat.btn-dribbble circle {
  fill: rgba(234, 76, 137, 0.1);
}
.btn-flat.btn-skype {
  color: #00aff0;
}
.btn-flat.btn-skype circle {
  fill: rgba(0, 175, 240, 0.1);
}
.btn-flat.btn-instagram {
  color: #517fa4;
}
.btn-flat.btn-instagram circle {
  fill: rgba(81, 127, 164, 0.1);
}
.btn-flat.btn-lastfm {
  color: #c3000d;
}
.btn-flat.btn-lastfm circle {
  fill: rgba(195, 0, 13, 0.1);
}
.btn-flat.btn-behance {
  color: #1769ff;
}
.btn-flat.btn-behance circle {
  fill: rgba(23, 105, 255, 0.1);
}
.btn-flat.btn-rss {
  color: #f26522;
}
.btn-flat.btn-rss circle {
  fill: rgba(242, 101, 34, 0.1);
}

.btn-multiline {
  padding-top: 15px;
  padding-bottom: 5px;
}

.btn-group {
  border-radius: 20px;
  display: block;
  overflow: inherit;
}

.btn-group,
.btn-group-vertical {
  vertical-align: initial;
}

.btn-group .btn i {
  vertical-align: middle;
}

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

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

.btn-spacer .btn + .btn {
  margin-left: 8px;
}

.btn-group-justified {
  display: flex;
  justify-content: space-between;
}
.btn-group-justified .btn {
  width: 100%;
}

.btn-group-round .btn:first-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
.btn-group-round .btn:last-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.fab {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.fab > .btn {
  position: relative;
  z-index: 1;
}

.fab-fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

.fab-buttons {
  position: absolute;
  bottom: 64px;
  right: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
.fab-buttons li {
  padding: 4px 0;
  text-align: right;
  opacity: 0;
  transition: 0.4s;
}
.fab-buttons li:nth-child(1) {
  transform: translateY(103%);
}
.fab-buttons li:nth-child(2) {
  transform: translateY(206%);
}
.fab-buttons li:nth-child(3) {
  transform: translateY(309%);
}
.fab-buttons li:nth-child(4) {
  transform: translateY(412%);
}
.fab-buttons li:nth-child(5) {
  transform: translateY(515%);
}
.fab-buttons li:nth-child(6) {
  transform: translateY(618%);
}
.fab-buttons li:nth-child(7) {
  transform: translateY(721%);
}
.fab-buttons li:nth-child(8) {
  transform: translateY(824%);
}
.fab-buttons li:nth-child(9) {
  transform: translateY(927%);
}

.fab-icon-default,
.fab-icon-active {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}

.fab-icon-active {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.fab > .btn.active .fab-icon-default {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.fab > .btn.active .fab-icon-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.fab > .btn.active + .fab-buttons li {
  opacity: 1;
  transform: translate(0);
}

.fab-dir-bottom .fab-buttons {
  top: 64px;
  flex-direction: column;
}
.fab-dir-bottom .fab-buttons li:nth-child(1) {
  transform: translateY(-103%);
}
.fab-dir-bottom .fab-buttons li:nth-child(2) {
  transform: translateY(-206%);
}
.fab-dir-bottom .fab-buttons li:nth-child(3) {
  transform: translateY(-309%);
}
.fab-dir-bottom .fab-buttons li:nth-child(4) {
  transform: translateY(-412%);
}
.fab-dir-bottom .fab-buttons li:nth-child(5) {
  transform: translateY(-515%);
}
.fab-dir-bottom .fab-buttons li:nth-child(6) {
  transform: translateY(-618%);
}
.fab-dir-bottom .fab-buttons li:nth-child(7) {
  transform: translateY(-721%);
}
.fab-dir-bottom .fab-buttons li:nth-child(8) {
  transform: translateY(-824%);
}
.fab-dir-bottom .fab-buttons li:nth-child(9) {
  transform: translateY(-927%);
}

.fab-dir-left .fab-buttons {
  top: 0;
  right: 64px;
  flex-direction: row-reverse;
}
.fab-dir-left .fab-buttons li {
  padding: 8px 4px;
}
.fab-dir-left .fab-buttons li:nth-child(1) {
  transform: translateX(103%);
}
.fab-dir-left .fab-buttons li:nth-child(2) {
  transform: translateX(206%);
}
.fab-dir-left .fab-buttons li:nth-child(3) {
  transform: translateX(309%);
}
.fab-dir-left .fab-buttons li:nth-child(4) {
  transform: translateX(412%);
}
.fab-dir-left .fab-buttons li:nth-child(5) {
  transform: translateX(515%);
}
.fab-dir-left .fab-buttons li:nth-child(6) {
  transform: translateX(618%);
}
.fab-dir-left .fab-buttons li:nth-child(7) {
  transform: translateX(721%);
}
.fab-dir-left .fab-buttons li:nth-child(8) {
  transform: translateX(824%);
}
.fab-dir-left .fab-buttons li:nth-child(9) {
  transform: translateX(927%);
}

.fab-dir-right .fab-buttons {
  top: 0;
  left: 64px;
  flex-direction: row;
}
.fab-dir-right .fab-buttons li {
  padding: 8px 4px;
}
.fab-dir-right .fab-buttons li:nth-child(1) {
  transform: translateX(-103%);
}
.fab-dir-right .fab-buttons li:nth-child(2) {
  transform: translateX(-206%);
}
.fab-dir-right .fab-buttons li:nth-child(3) {
  transform: translateX(-309%);
}
.fab-dir-right .fab-buttons li:nth-child(4) {
  transform: translateX(-412%);
}
.fab-dir-right .fab-buttons li:nth-child(5) {
  transform: translateX(-515%);
}
.fab-dir-right .fab-buttons li:nth-child(6) {
  transform: translateX(-618%);
}
.fab-dir-right .fab-buttons li:nth-child(7) {
  transform: translateX(-721%);
}
.fab-dir-right .fab-buttons li:nth-child(8) {
  transform: translateX(-824%);
}
.fab-dir-right .fab-buttons li:nth-child(9) {
  transform: translateX(-927%);
}

.dropdown .flex-row,
.dropup .flex-row {
  align-items: center;
}

.dropdown-backdrop {
  cursor: default;
}

.dropdown-toggle {
  cursor: pointer;
  transition: 0.2s linear;
}
.dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.12em;
  color: #2E7BFF;
}
.dropup .dropdown-toggle::after {
  vertical-align: 0.2em;
}
.dropdown-toggle.no-caret::after {
  display: none;
}
.dropdown-toggle .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.75rem;
}

.open > .btn-primary.dropdown-toggle {
  background-color: #004289;
  border-color: #004289;
}
.open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  background-color: #002e60;
  border-color: #002e60;
}

.open > .btn-secondary.dropdown-toggle {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}
.open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  background-color: #1f71ff;
  border-color: #1f71ff;
}

.open > .btn-success.dropdown-toggle {
  background-color: #57C97B;
  border-color: #57C97B;
}
.open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  background-color: #40c269;
  border-color: #40c269;
}

.open > .btn-info.dropdown-toggle {
  background-color: #48B0F7;
  border-color: #48B0F7;
}
.open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

.open > .btn-warning.dropdown-toggle {
  background-color: #faa64b;
  border-color: #faa64b;
}
.open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  background-color: #f99a32;
  border-color: #f99a32;
}

.open > .btn-danger.dropdown-toggle {
  background-color: #f96868;
  border-color: #f96868;
}
.open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

.dropdown-grid {
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu,
.dropdown-grid {
  color: #616A78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  /*
  &.open-top-right {
    transform-origin: 97% top 0;
    transform: scale(0,0);
  }

  &.open-top-left {
    transform-origin: 3% top 0;
    transform: scale(0,0);
  }

  &.open-top-center {
    left: 50%;
    transform: scale(0,0) translateX(-50%);
  }


  &.open-bottom-right {
    transform-origin: 97% bottom 0;
    transform: scale(0,0);
  }

  &.open-bottom-left {
    transform-origin: 3% bottom 0;
    transform: scale(0,0);
  }

  &.open-bottom-center {
    left: 50%;
    transform-origin: center bottom 0;
    transform: scale(1,0) translateX(-50%);
  }
  */
}
.dropdown-menu a,
.dropdown-grid a {
  color: #616A78;
}

.show > .dropdown-grid {
  display: flex;
}

.dropdown-item {
  font-weight: 300;
  padding: 0;
  width: auto;
  margin: 7px;
  transition: 0.15s linear;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f9fafb;
}
.dropdown-item.active, .dropdown-item:active {
  color: #616A78;
  background-color: #f5f6f7;
}
.dropdown-item.show, .dropdown-item.show:focus, .dropdown-item.show:hover {
  background-color: #f9fafb;
  color: #616A78;
}
.dropdown-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dropdown-item.disabled:hover {
  background-color: transparent;
}
.dropdown-item.flexbox,
.dropdown-item .flexbox {
  align-items: baseline;
}
.dropdown-item i {
  margin-right: 0.5rem;
  margin-left: 16px;
}
.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem;
}

.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  padding: 8px;
}
.dropdown-grid .dropdown-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 33.333333%;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  margin: 0;
  min-height: 90px;
  border: 1px solid transparent;
  font-size: 12px;
  white-space: initial;
  line-height: 14px;
  font-weight: 500;
}
.dropdown-grid .dropdown-item img {
  height: 40px;
  margin: 0 auto 6px;
  width: 40px;
}
.dropdown-grid .dropdown-item:hover {
  border-color: #f1f2f3;
}
.dropdown-grid .icon {
  font-size: 24px;
}
.dropdown-grid .title {
  margin: 6px -12px 0;
}
.dropdown-grid .i8-icon {
  margin: 0 12px -4px;
}
.dropdown-grid .i8-icon + .title {
  margin-top: 0;
}
.dropdown-grid.cols-2 {
  min-width: 200px;
}
.dropdown-grid.cols-2 .dropdown-item {
  flex-basis: 50%;
}
.dropdown-grid.cols-4 {
  min-width: 400px;
}
.dropdown-grid.cols-4 .dropdown-item {
  flex-basis: 25%;
}
.dropdown-grid.cols-6 {
  min-width: 520px;
}
.dropdown-grid.cols-6 .dropdown-item {
  flex-basis: 18%;
}

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

.dropdown-header {
  text-transform: uppercase;
  color: #004289;
  font-size: 12px;
  margin-bottom: 0;
  padding: 12px;
  letter-spacing: 0.25px;
  opacity: 0.8;
}

.dropdown-footer {
  display: flex;
  justify-content: space-between;
  background-color: #f9fafb;
  border-top: 1px solid #ebebeb;
  padding: 0 0.75rem;
}
.dropdown-footer a {
  display: inline-block;
  padding: 10px 8px;
  color: #004289;
}
.dropdown-footer a:hover {
  color: #616A78;
}

.topbar .dropdown-menu,
.topbar .dropdown-grid {
  margin-top: 7px !important;
  overflow: visible !important;
}
.topbar .dropdown-menu::before, .topbar .dropdown-menu::after,
.topbar .dropdown-grid::before,
.topbar .dropdown-grid::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.045);
}
.topbar .dropdown-menu::after,
.topbar .dropdown-grid::after {
  top: -9px;
  border-bottom-color: #fdfeff;
}
.topbar .dropdown-menu.dropdown-menu-right::before, .topbar .dropdown-menu.dropdown-menu-right::after,
.topbar .dropdown-grid.dropdown-menu-right::before,
.topbar .dropdown-grid.dropdown-menu-right::after {
  left: auto;
  right: 17px;
}

.dropdown-divider {
  background-color: #f1f2f3;
  margin: 4px 0;
}

.dropdown-sm .dropdown-item {
  padding-top: 2px;
  padding-bottom: 2px;
}
.dropdown-sm .dropdown-grid {
  min-width: 270px;
}
.dropdown-sm .dropdown-grid .dropdown-item {
  min-height: 80px;
  font-size: 0.8125rem;
}
.dropdown-sm .dropdown-grid .icon {
  font-size: 20px;
}
.dropdown-sm .dropdown-grid.cols-2 {
  min-width: 180px;
}
.dropdown-sm .dropdown-grid.cols-4 {
  min-width: 360px;
}

.dropdown-lg .dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dropdown-lg .dropdown-grid {
  min-width: 330px;
}
.dropdown-lg .dropdown-grid .dropdown-item {
  min-height: 100px;
}
.dropdown-lg .dropdown-grid .icon {
  font-size: 28px;
}
.dropdown-lg .dropdown-grid.cols-2 {
  min-width: 220px;
}
.dropdown-lg .dropdown-grid.cols-4 {
  min-width: 440px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb a {
  color: #004289;
}
.breadcrumb a:hover {
  color: #004289;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item i {
  opacity: 0.9;
  margin-right: 2px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #004289;
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  font-size: 0.5rem;
  vertical-align: middle;
}

#MigaPage .breadcrumb-item {
  float: left;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-caption {
  padding-bottom: 0;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-family: themify;
  font-size: 28px;
  background: none;
}

.carousel-control-next-icon::before {
  content: "\e649";
}

.carousel-control-prev-icon::before {
  content: "\e64a";
}

.carousel-indicators {
  bottom: 16px;
  margin-bottom: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.5)) !important;
}
.carousel-indicators .active {
  opacity: 0.9;
  background-color: #ffffff;
}

.carousel-indicators-outside {
  position: static;
  margin: 0 auto;
  padding-top: 16px;
}
.carousel-indicators-outside li {
  background-color: #dcddde;
}
.carousel-indicators-outside .active {
  background-color: #0058f0;
}

.carousel-indicators-special-1 .active {
  background-color: #C70064;
}

.carousel-indicators-special-2 .active {
  background-color: #FFCC00;
}

.carousel-indicators-special-3 .active {
  background-color: #C9C600;
}

.carousel-indicators-special-4 .active {
  background-color: #4EAFD0;
}

.carousel-indicators-special-5 .active {
  background-color: #777777;
}

.carousel-indicators-special-6 .active {
  background-color: #594281;
}

#Perfil .modal-body {
  background-color: #fff;
}
#Perfil .modal-body .media-list.media-list-hover.media-list-divided {
  padding: 0 20px;
}
#Perfil button#btnEnviar {
  color: #fff !important;
}
#Perfil button#btnEnviar:hover {
  background-color: #2E7BFF !important;
  color: #fff !important;
}

.close {
  font-weight: 300;
  outline: none !important;
  transition: 0.2s linear;
  cursor: pointer;
}

.close:hover {
  color: #004289;
}

.c-pointer {
  cursor: pointer;
}

.CaracteresComentario {
  color: #004289;
}

#txtComentario {
  background-color: #F9FAFB !important;
  color: #495057 !important;
}

#oDivComentarios .card-title strong {
  color: #fff;
}

.swal-modal .swal-icon--warning {
  border-color: #7cd1f9 !important;
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
.swal-modal .swal-icon--warning__body, .swal-modal .swal-icon--warning__dot {
  position: absolute;
  left: 50%;
  background-color: #7cd1f9 !important;
}
.swal-modal .swal-title:not(:last-child) {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.64);
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
.swal-modal .swal-footer .swal-button {
  background-color: #7cd1f9 !important;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
}

.AgregarComentarios a#btnAgregar {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
  padding: 10px;
  border-radius: 30px;
  color: #fff;
}

.badge {
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 85%;
}
.badge:empty {
  display: inline-block;
  vertical-align: inherit;
}

.badge-pill {
  border-radius: 10rem;
}

.badge-special-1 {
  background-color: #C70064;
}
.badge-special-1[href]:focus, .badge-special-1[href]:hover {
  background-color: #ae0057;
}

.badge-special-2 {
  background-color: #FFCC00;
}
.badge-special-2[href]:focus, .badge-special-2[href]:hover {
  background-color: #e6b800;
}

.badge-special-3 {
  background-color: #C9C600;
}
.badge-special-3[href]:focus, .badge-special-3[href]:hover {
  background-color: #b0ad00;
}

.badge-special-4 {
  background-color: #4EAFD0;
}
.badge-special-4[href]:focus, .badge-special-4[href]:hover {
  background-color: #3aa6cb;
}

.badge-special-5 {
  background-color: #777777;
}
.badge-special-5[href]:focus, .badge-special-5[href]:hover {
  background-color: #6a6a6a;
}

.badge-special-6 {
  background-color: #594281;
}
.badge-special-6[href]:focus, .badge-special-6[href]:hover {
  background-color: #4d3970;
}

.badge-warning {
  color: #fff;
}

.badge-default {
  color: #788394;
  background-color: #f5f6f7;
}
.badge-default[href]:focus, .badge-default[href]:hover {
  color: #788394;
  background-color: #edeef0;
}

.badge-secondary {
  color: #788394;
  background-color: #2E7BFF;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #788394;
  background-color: #1f71ff;
}

.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%;
}

.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%;
}

.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%;
}

.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}
.badge-dot.badge-sm {
  width: 6px;
  height: 6px;
}
.badge-dot.badge-lg {
  width: 10px;
  height: 10px;
}
.badge-dot.badge-xl {
  width: 12px;
  height: 12px;
}

.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}
.badge-ring::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(1);
  transition: 0.3s;
}
.badge-ring.badge-sm {
  width: 8px;
  height: 8px;
}
.badge-ring.badge-sm::after {
  width: 4px;
  height: 4px;
}
.badge-ring.badge-lg {
  width: 12px;
  height: 12px;
}
.badge-ring.badge-lg::after {
  width: 8px;
  height: 8px;
}
.badge-ring.badge-xl {
  width: 14px;
  height: 14px;
}
.badge-ring.badge-xl::after {
  width: 10px;
  height: 10px;
}
.badge-ring.fill::after {
  transform: scale(0);
}

.badge-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.list-group .badge-pill {
  margin-top: 3px;
}
.list-group.bordered {
  border: 1px solid #ebebeb;
}

.list-group-item {
  font-weight: 0.875rem;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #004289;
  border-color: #004289;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fff;
}
.list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item .media {
  margin-bottom: 0;
}

.list-group-item-heading {
  font-weight: 400;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background-color: #f9fafb;
}

.nav-item i {
  width: 1.28571429em;
  text-align: center;
}

.nav-link {
  font-weight: 400;
  color: #004289;
  line-height: 33px;
  padding: 0px 12px;
  white-space: nowrap;
}
.nav-link:hover, .nav-link:focus, .nav-link.active {
  color: #616A78;
}
.nav-link.disabled {
  color: #004289;
  opacity: 0.7;
}

.nav-primary .nav-link:not(.disabled):hover, .nav-primary .nav-link:not(.disabled):focus {
  color: #004289;
}

.nav:not(.nav-tabs) .nav-link > * {
  margin: 0 4px;
}
.nav:not(.nav-tabs) .nav-link > *:first-child {
  margin-left: 0;
}
.nav:not(.nav-tabs) .nav-link > *:last-child {
  margin-right: 0;
}
.nav:not(.nav-tabs) .nav-link > *:not(.badge) {
  flex-grow: 1;
}

.nav-action {
  color: #004289;
  font-size: 14px;
  opacity: 0;
  margin: 0 4px;
}
.nav-action:hover {
  color: #616A78;
}

.nav-item:hover .nav-action {
  opacity: 1;
}

.nav-actions-visible .nav-action {
  opacity: 1;
}

.nav-pills::after {
  display: none;
}
.nav-pills .nav-link {
  border-radius: 2px;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #616A78;
  background-color: #f9fafb;
}

.nav.flex-column .nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 29px;
  transition: 0.2s linear;
}
.nav.flex-column .nav-item + .nav-item {
  margin: 4px 0;
}
.nav.flex-column .nav-item:first-child {
  margin-bottom: 4px;
}
.nav.flex-column .nav-item:last-child {
  margin-bottom: 0;
}
.nav.flex-column .nav-item.active .nav-link {
  color: #616A78;
}
.nav.flex-column .nav-item.disabled {
  background-color: transparent;
  opacity: 0.7;
  cursor: not-allowed;
}
.nav.flex-column .nav-item.disabled .nav-link {
  color: #004289;
}
.nav.flex-column .nav-item.disabled > * {
  cursor: not-allowed;
}
.nav.flex-column .nav-link {
  flex: 1;
  padding: 0;
}

.nav.flex-column.nav-pills .nav-item {
  padding: 0 12px;
  height: 36px;
  border-radius: 2px;
}
.nav.flex-column.nav-pills .nav-item.active, .nav.flex-column.nav-pills .nav-item:hover {
  background-color: #f9fafb;
}
.nav.flex-column.nav-pills .nav-item > * {
  margin: 0 6px;
}

.nav-dot-separated .nav-item,
.nav-dot-separated > .nav-link {
  display: inline-flex;
  align-items: center;
  margin-left: 0 !important;
}
.nav-dot-separated .nav-item::after,
.nav-dot-separated > .nav-link::after {
  content: "•";
  vertical-align: middle;
  color: #788394;
  opacity: 0.4;
  cursor: default;
}
.nav-dot-separated .nav-item:last-child::after,
.nav-dot-separated > .nav-link:last-child::after {
  display: none;
}
.nav-dot-separated .nav-item:hover::after,
.nav-dot-separated > .nav-link:hover::after {
  color: #788394;
}

.nav-dot-separated > .nav-link {
  padding-right: 0;
}
.nav-dot-separated > .nav-link::after {
  padding-left: inherit;
}

.nav-dotted .nav-link {
  line-height: normal;
  padding: 0 4px;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 1px dotted #b1b7c1;
}

.nav-sm .nav-item {
  height: 29px !important;
}
.nav-sm .nav-link {
  line-height: 29px;
}

.nav-lg .nav-item {
  height: 48px !important;
  font-size: 14px;
}
.nav-lg .nav-link {
  line-height: 48px;
  font-weight: 300;
}

.nav.gap-0 .nav-link {
  padding: 0;
}

.nav.gap-1 .nav-link {
  padding: 0 4px;
}

.nav.gap-2 .nav-link {
  padding: 0 8px;
}

.nav.gap-3 .nav-link {
  padding: 0 12px;
}

.nav.gap-4 .nav-link {
  padding: 0 16px;
}

.nav.gap-5 .nav-link {
  padding: 0 20px;
}

.nav.no-gutters > .nav-link:first-child,
.nav.no-gutters .nav-item:first-child .nav-link {
  padding-left: 0;
}
.nav.no-gutters > .nav-link:last-child,
.nav.no-gutters .nav-item:last-child .nav-link {
  padding-right: 0;
}

.page-link:hover, .page-link:focus {
  background-color: #2E7BFF;
  color: #fff !important;
  /*border-color: rgba($color-terciario, 0.5) !important;*/
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
  font-weight: 500;
}

.pagination .btn {
  cursor: auto;
}

select.pagSel {
  border: none;
  margin: 10px;
  padding: 9px;
  background-color: #fff;
}

.jPag-Label-Sup.resultado-pag {
  display: none;
}

#pagIni,
#pagFin,
.page-link,
#pagSiguiente,
#pagAnterior {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
  color: #fff !important;
  cursor: pointer;
  border-radius: 20px !important;
  line-height: 20px;
}

#pagIni.btnInicio {
  padding: 0 !important;
  border-radius: 100% !important;
}

#pagFin.btnFinal {
  padding: 0 !important;
  border-radius: 100% !important;
}

#pagIni:hover,
.page-link:hover,
#pagSiguiente:hover,
#pagAnterior:hover {
  background-color: #2E7BFF !important;
  color: #fff;
  cursor: pointer;
  border: none;
}

a#pagFin,
#pagIni.btnInicio {
  padding: 0 !important;
  border-radius: 100% !important;
  line-height: 28px;
  height: 30px;
}

.pagination .btn-light {
  background-color: #ffffff;
  border: none;
  color: #000;
  border-radius: 20px;
  padding: 7px 15px 5px;
  font-weight: 300;
  font-size: 16px;
}

.page-link:hover,
.page-link:focus {
  background-color: #2E7BFF !important;
  color: #fff !important;
}

#busResultado .busPaginador {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

a.btnSiguiente,
a.btnFinal,
a.btnAnterior,
a.btnInicio {
  background-color: #2E7BFF;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ddd;
}

a.btnSiguiente:hover,
a.btnFinal:hover,
a.btnAnterior:hover,
a.btnInicio:hover {
  background-color: #2E7BFF !important;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
}

.page-link,
a.btnSiguiente,
a.btnFinal,
a.btnAnterior,
a.btnInicio {
  color: #004289;
  font-weight: 400;
  border-color: #ebebeb;
  padding: 0 8px;
  margin: 0 3px;
  min-width: 31px;
  line-height: 29px;
  text-align: center;
  border-radius: 20px !important;
}
.page-link:hover, .page-link:focus,
a.btnSiguiente:hover,
a.btnSiguiente:focus,
a.btnFinal:hover,
a.btnFinal:focus,
a.btnAnterior:hover,
a.btnAnterior:focus,
a.btnInicio:hover,
a.btnInicio:focus {
  background-color: #f9fafb;
  color: #616A78;
}
.page-link span,
a.btnSiguiente span,
a.btnFinal span,
a.btnAnterior span,
a.btnInicio span {
  font-size: 75%;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  opacity: 0.6;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
  font-weight: 500;
}

.pagination.no-border .page-link {
  border: none;
}
.pagination.no-border .page-link:hover, .pagination.no-border .page-link:focus {
  border-color: #f9fafb;
}

.pagination.no-gutters {
  margin-left: 1px;
}
.pagination.no-gutters .page-link {
  margin: 0;
  margin-left: -1px;
  border-radius: 0 !important;
}

.pagination-circle .page-link {
  border-radius: 50% !important;
}

.pagination-sm .page-link {
  padding: 0;
  min-width: 26px;
  line-height: 24px;
}

.pagination-lg .page-link {
  padding: 0;
  min-width: 38px;
  line-height: 36px;
}

.pagination-special-1 .page-item.active .page-link, .pagination-special-1 .page-item.active .page-link:focus, .pagination-special-1 .page-item.active .page-link:hover {
  background-color: #C70064;
  /*border-color: $color;*/
}

.pagination-special-2 .page-item.active .page-link, .pagination-special-2 .page-item.active .page-link:focus, .pagination-special-2 .page-item.active .page-link:hover {
  background-color: #FFCC00;
  /*border-color: $color;*/
}

.pagination-special-3 .page-item.active .page-link, .pagination-special-3 .page-item.active .page-link:focus, .pagination-special-3 .page-item.active .page-link:hover {
  background-color: #C9C600;
  /*border-color: $color;*/
}

.pagination-special-4 .page-item.active .page-link, .pagination-special-4 .page-item.active .page-link:focus, .pagination-special-4 .page-item.active .page-link:hover {
  background-color: #4EAFD0;
  /*border-color: $color;*/
}

.pagination-special-5 .page-item.active .page-link, .pagination-special-5 .page-item.active .page-link:focus, .pagination-special-5 .page-item.active .page-link:hover {
  background-color: #777777;
  /*border-color: $color;*/
}

.pagination-special-6 .page-item.active .page-link, .pagination-special-6 .page-item.active .page-link:focus, .pagination-special-6 .page-item.active .page-link:hover {
  background-color: #594281;
  /*border-color: $color;*/
}

.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:focus, .pagination-secondary .page-item.active .page-link:hover {
  color: #004289;
}

.timeline {
  position: relative;
  list-style: none;
  margin: 0 auto 30px;
  padding-left: 0;
  width: 90%;
  z-index: 1;
}

.timeline-block {
  display: flex;
}

.timeline-detail {
  flex: 1;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .timeline-detail {
    display: none;
  }
}
.timeline-point {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  width: 96px;
  padding-bottom: 30px;
  text-align: center;
}
.timeline-point::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  bottom: -9px;
  width: 1px;
  margin-left: -1px;
  z-index: -1;
  background-color: #ebebeb;
}
.timeline .timeline-block:first-child .timeline-point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
}
.timeline .timeline-block:last-child .timeline-point::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
}

.timeline-point-special-1::before {
  background-color: #C70064;
}

.timeline-point-special-2::before {
  background-color: #FFCC00;
}

.timeline-point-special-3::before {
  background-color: #C9C600;
}

.timeline-point-special-4::before {
  background-color: #4EAFD0;
}

.timeline-point-special-5::before {
  background-color: #777777;
}

.timeline-point-special-6::before {
  background-color: #594281;
}

.timeline-content {
  flex: 1;
  margin-bottom: 60px;
}
.timeline-content .card {
  margin-bottom: 0;
}

.timeline-period {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #004289;
}
.timeline-period::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ebebeb;
  border-radius: 50%;
}
.timeline-period time {
  font-size: inherit;
  font-weight: inherit;
}
.timeline .timeline-period:first-child::after {
  display: none;
}

@media (max-width: 991px) {
  .timeline .timeline-block .timeline-detail {
    order: 1;
    text-align: right;
  }
  .timeline .timeline-block .timeline-content {
    order: 3;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-block:nth-child(even) .timeline-detail {
    order: 1;
    text-align: right;
  }
  .timeline .timeline-block:nth-child(even) .timeline-content {
    order: 3;
  }
  .timeline .timeline-block:nth-child(odd) .timeline-detail {
    order: 3;
    text-align: left;
  }
  .timeline .timeline-block:nth-child(odd) .timeline-content {
    order: 1;
  }
}

.timeline.timeline-content-left .timeline-block .timeline-detail {
  order: 3;
  text-align: left;
}
.timeline.timeline-content-left .timeline-block .timeline-content {
  order: 1;
}

.timeline.timeline-content-right .timeline-block .timeline-detail {
  order: 1;
  text-align: right;
}
.timeline.timeline-content-right .timeline-block .timeline-content {
  order: 3;
}

.timeline-activity .timeline-content {
  margin-bottom: 10px;
}

.timeline-point-xs .timeline-point {
  width: 32px;
}

.timeline-point-sm .timeline-point {
  width: 64px;
}

.timeline-point-lg .timeline-point {
  width: 128px;
}

.timeline-point-xl .timeline-point {
  width: 256px;
}

[data-provide~=fullscreen] .fullscreen-active {
  display: none;
}
[data-provide~=fullscreen].is-fullscreen .fullscreen-default {
  display: none;
}
[data-provide~=fullscreen].is-fullscreen .fullscreen-active {
  display: inline-block;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  user-select: none;
  display: none;
}
.pace .pace-progress {
  background: #004289;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2001;
}

.pace-inactive {
  display: none;
}

body[data-provide~=pace] .pace {
  display: block;
}
body[data-provide~=pace] .pace-inactive {
  display: none;
}

.pace-special-1 .pace-progress {
  background: #C70064;
}

.pace-special-2 .pace-progress {
  background: #FFCC00;
}

.pace-special-3 .pace-progress {
  background: #C9C600;
}

.pace-special-4 .pace-progress {
  background: #4EAFD0;
}

.pace-special-5 .pace-progress {
  background: #777777;
}

.pace-special-6 .pace-progress {
  background: #594281;
}

.mapael {
  /* Reset Zoom button first */
  /* Then Zoom In button */
  /* Then Zoom Out button */
}
.mapael .map {
  position: relative;
}
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  color: #616A78;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;
  user-select: none;
  transition: 0.2s linear;
}
.mapael .zoomButton:hover {
  background-color: #f9fafb;
}
.mapael .zoomReset {
  top: 10px;
}
.mapael .zoomIn {
  top: 34px;
}
.mapael .zoomOut {
  top: 58px;
}
.mapael .mapTooltip {
  position: absolute;
  background-color: #474c4b;
  opacity: 0.7;
  border-radius: 3px;
  padding: 4px 8px;
  max-width: 200px;
  display: none;
  color: #fff;
  z-index: 1000;
}

svg.emojione {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  vertical-align: text-bottom;
}

.fc button {
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-transform: capitalize;
}

.fc-state-default {
  border: 1px solid #ebebeb;
  background-color: #fcfdfe;
  background-image: none;
  color: #616A78;
  text-shadow: none;
  box-shadow: none;
}
.fc-state-default:hover {
  background-color: #f5f6f7;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fc-state-active {
  background-color: #f5f6f7;
}

.fc-state-disabled:hover {
  background-color: #fcfdfe;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ebebeb;
}

.fc th {
  font-weight: 400;
  border: none;
  padding: 12px 0;
}

.fc-event {
  font-size: 12px;
  border: none;
  color: #fff;
  border-radius: 2px;
  padding: 2px 6px;
  opacity: 0.9;
  transition: none;
}
.fc-event:hover {
  opacity: 1;
}

.fc-event:not(.badge),
.fc-event-dot:not(.badge) {
  background-color: #004289;
}

.fc-content {
  color: #fff;
}

.fc-day-grid-event .fc-time {
  font-weight: 500;
  padding-right: 4px;
}

.fc-day-grid-event {
  margin-top: 2px;
  margin-bottom: 2px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background-color: #f5f6f7;
}

.fc-popover .fc-header {
  padding: 4px 8px;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #004289;
  opacity: 0.7;
  margin-top: 6px;
  transition: 0.3s;
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  opacity: 1;
}

.fc-toolbar h2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #616A78;
  padding-top: 8px;
}

.fc-head-container {
  border: none !important;
}

.pswp__caption__center {
  text-align: center;
}

.ps-container {
  position: relative;
}

.ps-container > .ps-scrollbar-x-rail {
  height: 3px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 3px;
  bottom: 0;
}
.ps-container > .ps-scrollbar-x-rail:hover,
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 7px;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 2px !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: 3px;
  right: 0;
  display: none;
}
.ps-container > .ps-scrollbar-y-rail:hover,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 7px;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
  height: 7px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
  width: 7px;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover,
.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.3);
}

#Cumple .col-md-3.p-0.center-v {
  width: 19%;
  float: left;
}

#Cumple .col-md-3.p-0.center-vh {
  width: 25%;
}

#Cumple .media-right {
  display: none;
}

#Cumple .media-body {
  min-width: 0;
  display: block;
}
#Cumple .media-body .CMCumpleNombreApe {
  text-transform: uppercase;
}
#Cumple .media-body .CMCumpleFecha,
#Cumple .media-body .CMCumpleCargo {
  display: none;
}

#Cumple .col-md-6.p-0 {
  width: 49%;
  float: left;
  margin-left: 5%;
}

.col-md-6.p-0 {
  width: 70%;
  float: left;
  margin-left: 5%;
}

.swal2-modal .swal2-title {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #37404D;
}
.swal2-modal .swal2-content {
  color: #616A78;
  font-size: 1rem;
}
.swal2-modal .swal2-confirm,
.swal2-modal .swal2-cancel {
  min-width: 80px;
}
.swal2-modal button + button {
  margin-left: 12px;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
  background-color: #f5f6f7;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header h3 {
  font-size: 16px;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #f5f6f7;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
  font-size: 14px;
  line-height: 24px;
  width: 400px;
  max-width: calc(100% - 32px);
  filter: none;
  border: 1px solid #f1f2f3;
  border-radius: 3px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content::before {
  border-width: 12px;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button {
  color: #fff;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p {
  line-height: inherit;
}

.backdrop-tour {
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 999;
}

.shepherd-active .shepherd-step,
.shepherd-active .shepherd-target.shepherd-enabled {
  z-index: 1000;
}
.shepherd-active .shepherd-target .shepherd-target {
  z-index: 1001;
}

[data-provide~=sortable] [draggable=true] {
  cursor: move;
}

.sortable-placeholder {
  background-color: #f9fafb;
  border: 2px dashed #ebebeb;
}

.sortable-dot {
  display: inline-block;
  width: 5px;
  min-height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
  cursor: move;
  cursor: -webkit-zoom-grabbing;
  opacity: 0.6;
}

.lity-close {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: 0.6;
  transition: 0.5s;
}
.lity-close:hover, .lity-close:focus, .lity-close:active {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: 1;
}

.bootstrap-table {
  margin-bottom: 1rem;
}
.bootstrap-table .table {
  padding: 0 !important;
  border-bottom: 0;
}
.bootstrap-table .table td,
.bootstrap-table .table th {
  padding: 0.75rem !important;
}
.bootstrap-table .table > thead > tr > th {
  border-bottom-color: #ebebeb;
}
.bootstrap-table .table-separated {
  border-collapse: separate !important;
}
.bootstrap-table .table-separated > thead > tr > th {
  border-bottom: 0;
}
.bootstrap-table .table-sm th,
.bootstrap-table .table-sm td {
  padding: 0.5rem !important;
}
.bootstrap-table .table-lg th,
.bootstrap-table .table-lg td {
  padding: 1rem !important;
}

.fixed-table-container {
  border: none;
  border-radius: 0;
}
.fixed-table-container thead th,
.fixed-table-container tbody td {
  border-left: none;
}
.fixed-table-container thead th {
  position: relative;
}
.fixed-table-container thead th .th-inner {
  background-image: none !important;
  padding: 0;
}
.fixed-table-container thead th .th-inner::before, .fixed-table-container thead th .th-inner::after {
  content: "";
  position: absolute;
  right: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.fixed-table-container thead th .both::before {
  border-bottom: 8px solid #ebebeb;
  bottom: 55%;
}
.fixed-table-container thead th .both::after {
  border-top: 8px solid #ebebeb;
  top: 55%;
}
.fixed-table-container thead th .desc::before {
  display: none;
}
.fixed-table-container thead th .desc::after {
  border-top-color: #004289;
}
.fixed-table-container thead th .asc::before {
  border-bottom-color: #004289;
}
.fixed-table-container thead th .asc::after {
  display: none;
}

.fixed-table-body .table > thead > tr > th {
  border-bottom: none;
}
.fixed-table-body .card-view .title {
  font-weight: 500;
}

.fixed-table-header .table th {
  padding: 0 !important;
}
.fixed-table-header .table .th-inner {
  padding: 0.75rem;
}

#tblUsuariosBusqueda_filter,
#tblSiguiendo_filter,
#dataTables_filter,
#tblMeSiguen_filter {
  display: none;
}

.dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper tfoot .form-control {
  width: auto;
}

.jsgrid-cell {
  padding: 0.625rem;
}

.jsgrid-header-cell {
  font-weight: 400;
  padding: 0.75rem;
}

.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell {
  background-color: #f9fafb;
}

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border-color: #f1f2f3;
}

.jsgrid-alt-row > .jsgrid-cell {
  background: #fcfdfe;
}

.jsgrid-selected-row > .jsgrid-cell {
  background: #f3f9ff;
  border-color: #f1f2f3;
}

.jsgrid-grid-body tr:last-child .jsgrid-cell {
  border-bottom: 0;
}

.jsgrid input,
.jsgrid select,
.jsgrid textarea {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  color: #004289;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s linear;
}
.jsgrid input:focus,
.jsgrid select:focus,
.jsgrid textarea:focus {
  border-color: #0073ef;
  color: #616A78;
  outline: none;
}

.jsgrid select {
  height: 32px;
}

.jsgrid-pager {
  text-align: center;
}
.jsgrid-pager a {
  color: #48B0F7;
}

.jsgrid-pager-current-page {
  font-weight: 500;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-pagination {
  pointer-events: all !important;
}

.swiper-container,
.ops-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 4;
  width: 100%;
}

.columnaTemplate.row {
  width: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.swiper-slide .img {
  background-color: #f0f0f0;
  min-height: 25vh;
  width: 100%;
  position: relative;
  text-align: center;
}
.swiper-slide .img img {
  /*object-fit: cover;
      object-position: center;*/
  max-height: 100%;
  width: 100%;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/*.ops-swiper-button-prev,
.ops-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
*/
.ops-swiper-button-next,
.ops-swiper-button-prev {
  line-height: 64px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.6;
  transition: 0.4s;
  position: absolute;
  top: 45%;
  width: 34px;
  height: 64px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.ops-swiper-button-next::before,
.ops-swiper-button-prev::before {
  font-family: themify;
  font-size: 1.75rem;
  opacity: 0.7;
  transition: 0.4s;
}
.ops-swiper-button-next:hover::before,
.ops-swiper-button-prev:hover::before {
  opacity: 1;
}

.ops-swiper-button-next::before {
  content: "\e649";
}

.ops-swiper-button-prev::before {
  content: "\e64a";
}

.ops-swiper-button-next {
  right: 0;
}

.ops-swiper-button-prev {
  left: 0;
}

.ops-swiper-button-next,
.ops-swiper-button-prev {
  display: none !important;
}

.ops-swiper-button-prev.swiper-button-disabled,
.ops-swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0;
  position: absolute;
  z-index: 5;
}

#Noticias #listar_contenido_elementos .card-body .tit {
  margin-top: 10px;
}
#Noticias .gallery {
  z-index: 2;
}
#Noticias .gallery .img {
  object-fit: contain;
  position: relative;
  margin: 0;
  z-index: 2;
}
#Noticias .gallery .swiper-pagination-bullets {
  bottom: 0px !important;
  height: 17px;
  overflow: hidden;
  width: 60%;
  margin: 0 20%;
}
#Noticias .gallery .swiper-pagination-bullet {
  position: relative;
  background: #D4D4D4;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 20px;
}
#Noticias .gallery .swiper-pagination-bullet:hover {
  background-color: #2E7BFF;
  opacity: 1;
}
#Noticias .gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  text-indent: -999999px;
}
#Noticias .gallery .swiper-pagination-bullet-active {
  background-color: #2E7BFF !important;
  opacity: 0.8;
}
#Noticias .gallery .swiper-pagination-bullet::before {
  top: -10px;
}
#Noticias .gallery .swiper-pagination-bullet::after {
  bottom: -10px;
}
#Noticias .gallery .swiper-pagination-bullet::before,
#Noticias .gallery .swiper-pagination-bullet::after {
  position: absolute;
  left: -7px;
  display: inline-block;
  width: 20px;
  height: 13px;
  content: "";
  cursor: pointer;
}

/* Bullets */
/*.swiper-pagination-bullet {
  width: 35px;
  height: 8px;
  display: inline-block;
  border-radius: 10px;
  background: $gray-600;
  opacity: 0.2;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}*/
.swiper-pagination-bullet:hover {
  opacity: 1;
  background: #2E7BFF !important;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2E7BFF !important;
  transition: 0.5s;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #2E7BFF;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #2E7BFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
#Feed .swiper-pagination-outline .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
}
#Feed .swiper-pagination-bullet {
  position: relative;
  background: #929DAF;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
#Feed .swiper-pagination-bullet:hover {
  background-color: #2E7BFF;
  opacity: 1;
}
#Feed .swiper-pagination-bullet::before, #Feed .swiper-pagination-bullet::after {
  position: absolute;
  left: -7px;
  display: inline-block;
  width: 20px;
  height: 13px;
  content: "";
  cursor: pointer;
}
#Feed .swiper-pagination-bullet::before {
  top: -10px;
}
#Feed .swiper-pagination-bullet::after {
  bottom: -10px;
}
#Feed .swiper-pagination-bullet-active {
  background-color: #004289 !important;
  opacity: 0.8;
}
#Feed .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  font-size: 0;
  text-indent: -999999px;
  display: inline-block;
  border-radius: 20px;
}
#Feed .swiper-pagination-outside .swiper-wrapper {
  padding-bottom: 0;
}
#Feed .swiper-pagination-outside.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
  top: auto;
}
#Feed label.fs-14.text-lighter.mr-2 {
  display: flex;
}
#Feed label.fs-14.text-lighter.mr-2 .fa.fa-comment.fs-16,
#Feed label.fs-14.text-lighter.mr-2 .fa.fa-comment-o.fs-16,
#Feed label.fs-14.text-lighter.mr-2 .fa-comment-o.fs-14.ti-comment-alt {
  margin-right: 7px !important;
}
#Feed label.fs-14.text-lighter.mr-2 .fa.fa-comment::before {
  content: " ";
}

.swiper-container[data-centered-slides=true] .swiper-slide {
  opacity: 0.1;
  transition: opacity 1s;
}
.swiper-container[data-centered-slides=true] .swiper-slide-active,
.swiper-container[data-centered-slides=true] .swiper-slide-duplicate-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .ops-swiper-button-next,
  .ops-swiper-button-prev {
    display: none;
  }
}
@media (max-width: 680px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto !important;
    top: 0;
    width: 100%;
    margin: 13px 0;
  }
}
#SeleccionarEstado {
  width: 100%;
}
#SeleccionarEstado button {
  width: 90%;
  margin: 10px auto 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 10rem;
  letter-spacing: 0;
  font-weight: 300;
  padding: 5px 10px;
}
#SeleccionarEstado button i {
  vertical-align: middle;
  font-size: 15px;
}
#SeleccionarEstado span.icon {
  font-size: 16px !important;
}

#IndicadoresH {
  display: inline-flex;
  font-size: 12px;
}
#IndicadoresH .KpiItem > div {
  display: inline-flex;
  font-size: 12px;
}

.peity {
  vertical-align: middle;
}

.jqstooltip {
  background-color: #323232 !important;
  font-size: 13px !important;
  padding: 4px 6px !important;
  color: #fff !important;
  overflow: hidden !important;
  text-align: center !important;
  border: none !important;
  max-width: 400px !important;
  max-height: 400px !important;
  box-sizing: content-box;
}

.jqsfield {
  font-size: 13px !important;
  color: #fff !important; /*set the text color here */
}

[data-provide=easypie] {
  display: inline-flex;
  text-align: center;
  position: relative;
}

.easypie-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.morris-hover {
  z-index: 900;
}

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.95);
  font-family: inherit;
  font-weight: 400;
  border: 1px solid #f1f2f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.morris-hover.morris-default-style .morris-hover-point {
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle {
  letter-spacing: 0;
  font-weight: 300;
  padding: 5px 12px;
  padding-right: 25px;
}
.bootstrap-select.btn-group .dropdown-toggle::after {
  opacity: 0.7;
}
.bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
  margin-right: 8px;
}
.bootstrap-select.btn-group.standalone {
  vertical-align: text-bottom;
}
.bootstrap-select.btn-group.standalone .dropdown-toggle {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap-select.btn-group.standalone .dropdown-toggle .filter-option {
  width: auto;
}
.bootstrap-select.btn-group .dropdown-item.divider {
  height: 1px;
  background-color: #f1f2f3;
  margin: 4px 0;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-item.dropdown-header {
  text-transform: uppercase;
  color: #004289;
  font-size: 12px;
  margin-bottom: 0;
  padding: 8px;
  padding-bottom: 0;
  letter-spacing: 0.25px;
  opacity: 0.8;
}
.bootstrap-select.btn-group .dropdown-item.dropdown-header:hover {
  background-color: transparent;
}
.bootstrap-select.btn-group .dropdown-item.selected {
  color: #616A78;
  background-color: #f5f6f7;
}
.bootstrap-select.btn-group .dropdown-item.disabled:hover,
.bootstrap-select.btn-group .dropdown-item.disabled .dropdown-item-inner:hover {
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  padding-left: 8px;
}
.bootstrap-select.btn-group .popover-title {
  color: #004289;
  padding: 6px 16px;
  background-color: #fcfdfe;
}
.bootstrap-select.btn-group .no-results {
  margin: 0;
  padding: 6px 20px;
}

.dropdown-item-inner {
  outline: none;
}

.bs-searchbox .form-control {
  line-height: 20px;
  font-size: 13px;
  padding: 4px 8px 3px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #c9ccce;
}

.datepicker.dropdown-menu {
  transform: scale(1, 1);
  transition: 0s;
  padding: 6px;
}

.datepicker-dropdown:before {
  border-bottom-color: #ebebeb;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top-color: #ebebeb;
}

.datepicker > div.datepicker-days {
  display: block;
}

.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
  border-radius: 0;
  font-size: 12px;
  color: #616A78;
}
.datepicker table tr th {
  font-weight: 500;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #d6d9de;
}
.datepicker table tr td.range {
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background-color: #004289 !important;
  border-color: #004289 !important;
  text-shadow: none;
  border-radius: 100%;
}
.datepicker table tr td.range-start {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.datepicker table tr td.range-end {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.datepicker table tr td.range-start.range-end {
  border-radius: 100% !important;
}
.datepicker table tr .dow {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 11px;
}

.datepicker .datepicker-switch {
  font-weight: 300;
  font-size: 13px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
  line-height: 36px;
}
.datepicker .prev,
.datepicker .next {
  font-size: 0;
}
.datepicker .prev::before,
.datepicker .next::before {
  font-family: themify;
  color: #004289;
  font-size: 12px;
  vertical-align: top;
}
.datepicker .prev::before {
  content: "\e629";
}
.datepicker .next::before {
  content: "\e628";
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker tfoot tr th:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
  background-color: #f9fafb;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #004289;
  border-color: #004289;
  text-shadow: none;
  border-radius: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #004289;
  border-color: #004289;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  background-color: #003d7f;
  border-color: #003d7f;
}

.datepicker table tr td.today {
  color: #616A78;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}

.clockpicker.dropdown-menu {
  transform: scale(1, 1);
  padding: 6px;
  transition: initial;
}

.clockpicker-button {
  color: #616A78;
  padding: 3px;
  height: auto;
  font-size: 0.875rem;
}

.clockpicker-popover .popover-content {
  background-color: #f9fafb;
}

.clockpicker-plate {
  border-color: #ebebeb;
}

.bootstrap-timepicker-widget.dropdown-menu {
  transform: scale(1, 1);
  transition: 0s;
  padding: 6px;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom-color: #ebebeb;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #ebebeb;
}

.bootstrap-timepicker-widget table td input {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  font-size: 0.875rem;
  height: 29px;
  width: 29px;
  line-height: 29px;
}
.bootstrap-timepicker-widget table td input:focus {
  outline: none;
}

.bootstrap-timepicker-widget table td a {
  color: #004289;
  height: 29px;
  width: 29px;
  line-height: 29px;
  padding: 0;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: #fcfdfe;
  border-color: #ebebeb;
  border-radius: 2px;
}

.bootstrap-timepicker-widget .glyphicon {
  font-family: themify;
}

.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
  content: "\e648";
}

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
  content: "\e64b";
}

.rating {
  display: inline-flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rating input {
  display: none;
}
.rating label {
  color: #e3e4e5;
  cursor: pointer;
}
.rating label::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
}
.rating .active,
.rating :checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #004289;
}

.rating-static {
  flex-direction: row;
}
.rating-static label {
  cursor: default;
}
.rating-static label:not(.active) {
  color: #e3e4e5 !important;
}

.rating-xs label::before {
  margin-right: 1px;
  font-size: 13px;
}

.rating-sm label::before {
  margin-right: 2px;
  font-size: 16px;
}

.rating-lg label::before {
  font-size: 24px;
}

.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}
[data-has-rate=true]:hover .rating-remove {
  opacity: 0.6;
  visibility: visible;
}
[data-has-rate=true]:hover .rating-remove:hover {
  opacity: 1;
}

.rating-special-1 .active,
.rating-special-1 :checked ~ label,
.rating-special-1 label:hover,
.rating-special-1 label:hover ~ label {
  color: #C70064;
}

.rating-special-2 .active,
.rating-special-2 :checked ~ label,
.rating-special-2 label:hover,
.rating-special-2 label:hover ~ label {
  color: #FFCC00;
}

.rating-special-3 .active,
.rating-special-3 :checked ~ label,
.rating-special-3 label:hover,
.rating-special-3 label:hover ~ label {
  color: #C9C600;
}

.rating-special-4 .active,
.rating-special-4 :checked ~ label,
.rating-special-4 label:hover,
.rating-special-4 label:hover ~ label {
  color: #4EAFD0;
}

.rating-special-5 .active,
.rating-special-5 :checked ~ label,
.rating-special-5 label:hover,
.rating-special-5 label:hover ~ label {
  color: #777777;
}

.rating-special-6 .active,
.rating-special-6 :checked ~ label,
.rating-special-6 label:hover,
.rating-special-6 label:hover ~ label {
  color: #594281;
}

.toggler {
  color: #e3e4e5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.toggler i {
  transition: color 0.2s linear;
}
.toggler input {
  display: none;
}
.toggler input:checked + i {
  color: #FFCC00;
}

.toggler-special-1 input:checked + i {
  color: #C70064;
}

.toggler-special-2 input:checked + i {
  color: #FFCC00;
}

.toggler-special-3 input:checked + i {
  color: #C9C600;
}

.toggler-special-4 input:checked + i {
  color: #4EAFD0;
}

.toggler-special-5 input:checked + i {
  color: #777777;
}

.toggler-special-6 input:checked + i {
  color: #594281;
}

.minicolors-panel {
  border-color: #ebebeb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}

.minicolors-theme-bootstrap .minicolors-input-swatch {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-color: #ebebeb;
}

.minicolors-swatches .minicolors-swatch {
  margin-right: 6px;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 20px;
  transform: translateY(0);
}

.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px !important;
}

.form-type-line .minicolors-theme-bootstrap .minicolors-input-swatch,
.form-type-material .minicolors-theme-bootstrap .minicolors-input-swatch {
  left: 0;
}
.form-type-line .minicolors-theme-bootstrap .minicolors-input,
.form-type-material .minicolors-theme-bootstrap .minicolors-input {
  padding-left: 28px !important;
}

.color-selector {
  display: inline-block;
}
.color-selector label {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 4px;
}
.color-selector label.inverse {
  border: 1px solid #e3e4e5;
}
.color-selector label.inverse span::after {
  color: #616A78;
}
.color-selector span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.color-selector span::after {
  content: "\e64c";
  font-family: themify;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0, 0);
  transition: 0.2s;
}
.color-selector input {
  opacity: 0;
}
.color-selector input:checked ~ span::after {
  transform: translateY(-50%) scale(1, 1);
}

.color-selector-sm label {
  width: 24px;
  height: 24px;
}
.color-selector-sm span::after {
  font-size: 0.875rem;
}

.color-selector-lg label {
  width: 36px;
  height: 36px;
}
.color-selector-lg span::after {
  font-size: 1.125rem;
}

[data-provide~=knob] {
  outline: none !important;
}

.noUi-target {
  margin: 1rem 0;
}
.noUi-target.noUi-vertical {
  display: inline-block;
  margin: 0 1rem;
}
.noUi-target.noUi-connect,
.noUi-target .noUi-connect {
  background-color: #004289;
  box-shadow: none;
}

.noUi-background {
  background: #f5f6f7;
}

.noUi-handle {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  box-shadow: none;
  outline: none;
  border: 1px solid #ebebeb;
  transition: 0.2s ease-in-out;
}
.noUi-handle::before, .noUi-handle::after {
  display: none;
}
.noUi-handle:hover {
  transform: scale(1.1);
}
.noUi-handle:hover .noUi-tooltip {
  display: block;
}
.noUi-handle:active {
  transform: scale(1.3);
}

.noUi-horizontal {
  height: 4px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

.noUi-vertical {
  width: 4px;
  height: 180px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  box-shadow: none;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -10px;
}

.noUi-tooltip {
  background-color: #323232;
  font-size: 0.75rem;
  border: none;
  color: #fff;
  padding: 0 6px;
  height: 24px;
  line-height: 25px;
  display: none;
}

.noUi-horizontal .noUi-tooltip {
  transform: translateX(-50%);
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: auto;
  top: -32px;
}

.slider-special-1.noUi-connect,
.slider-special-1 .noUi-connect {
  background-color: #C70064;
}

.slider-special-2.noUi-connect,
.slider-special-2 .noUi-connect {
  background-color: #FFCC00;
}

.slider-special-3.noUi-connect,
.slider-special-3 .noUi-connect {
  background-color: #C9C600;
}

.slider-special-4.noUi-connect,
.slider-special-4 .noUi-connect {
  background-color: #4EAFD0;
}

.slider-special-5.noUi-connect,
.slider-special-5 .noUi-connect {
  background-color: #777777;
}

.slider-special-6.noUi-connect,
.slider-special-6 .noUi-connect {
  background-color: #594281;
}

.bootstrap-tagsinput {
  display: block;
  border: 1px solid #ebebeb;
  box-shadow: none;
  padding: 12px 12px 0;
  min-height: 52px;
}
.bootstrap-tagsinput input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #616A78;
}
.bootstrap-tagsinput .badge {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.bootstrap-tagsinput .badge.badge-default, .bootstrap-tagsinput .badge.badge-secondary {
  color: #788394;
}
.bootstrap-tagsinput .badge [data-role=remove] {
  font-weight: 300;
  opacity: 0.7;
  transition: 0.2s linear;
}
.bootstrap-tagsinput .badge [data-role=remove]:hover {
  box-shadow: none;
  opacity: 1;
}
.bootstrap-tagsinput .badge:not([class*=badge-]) {
  color: #788394;
  background-color: #f5f6f7;
}
.bootstrap-tagsinput .twitter-typeahead {
  display: inline-block !important;
}
.bootstrap-tagsinput .twitter-typeahead .tt-menu {
  margin-top: 20px;
  min-width: 180px;
}

.twitter-typeahead {
  display: block !important;
}

.tt-menu {
  background-color: #fff;
  right: 0;
  margin-top: 2px;
  border-radius: 2px;
  border: 1px solid #f1f2f3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.tt-suggestion {
  display: block;
  margin: 4px;
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.15s linear;
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #f9fafb;
}

.typeahead-scrollable .tt-menu {
  max-height: 220px;
  overflow-y: auto;
}

.bootstrap-maxlength {
  border-radius: 0;
  margin: 1px 0;
}

.pwstrength {
  position: relative;
}
.pwstrength .progress {
  height: 3px;
}
.pwstrength [data-vertical] + .progress {
  position: absolute;
  height: 3px;
  margin-bottom: 0;
  transform: rotate(-90deg);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#txtBuscarTopOps,
.form-control {
  border-color: #D4D4D4;
  border-radius: 6px;
  color: #004289;
  padding: 5px 34px;
  font-size: 14px;
  line-height: inherit;
  transition: 0.2s linear;
  background-color: #F9FAFB;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#txtBuscarTopOps:disabled, #txtBuscarTopOps[readonly],
.form-control:disabled,
.form-control[readonly] {
  color: #004289;
}
#txtBuscarTopOps[readonly],
.form-control[readonly] {
  background-color: #fff;
}
#txtBuscarTopOps:focus,
.form-control:focus {
  border-color: #0073ef;
  color: #616A78;
  box-shadow: 0 0 0 0.1rem rgba(0, 66, 137, 0.15);
}
#txtBuscarTopOps:focus[readonly],
.form-control:focus[readonly] {
  border-color: #ebebeb;
  box-shadow: none;
}
#txtBuscarTopOps::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9ccce;
}
#txtBuscarTopOps::-moz-placeholder,
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c9ccce;
}
#txtBuscarTopOps:-ms-input-placeholder,
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c9ccce;
}
#txtBuscarTopOps:-moz-placeholder,
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #c9ccce;
}
#txtBuscarTopOps option,
.form-control option {
  font-weight: 300;
}

label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
}
label.require::after, label.required::after {
  content: "*";
  color: #f96868;
  font-weight: 500;
  margin-left: 8px;
}

select.form-control:not([size]):not([multiple]) {
  height: 36px;
}

.form-group small {
  color: #929DAF;
  font-weight: 300;
  font-size: 85%;
  line-height: 1.4;
}
.form-group small.form-text {
  color: #004289;
  font-size: 90%;
  padding-left: 0;
  line-height: 1.4;
}

.form-group label + small {
  padding-left: 10px;
}

.has-form-text:hover .form-text,
.has-form-text .form-control:focus + .form-text {
  opacity: 1;
  transition: 0.5s;
}
.has-form-text .form-text {
  opacity: 0;
  transition: 0.5s;
}

.checkbox label,
.radio label {
  font-weight: 300;
  letter-spacing: 0;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 6px;
  vertical-align: top;
}

.form-control-plaintext {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
}

.auto-expand {
  overflow: hidden;
  resize: none;
  transition: 0.5s;
}

.form-inline .form-group {
  margin-right: 1rem;
}

.custom-file {
  width: 100%;
}

.custom-file-control {
  border-radius: 2px;
  border-color: #ebebeb;
}
.custom-file-control::before {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #004289;
}
.custom-file-control::after {
  color: #616A78;
  font-weight: 300;
}
.custom-file-control:lang(en)::after {
  content: attr(data-input-value);
}

.custom-select {
  border-color: #ebebeb;
}

.bootstrap-select.btn-group.show .dropdown-toggle {
  border-color: #0073ef;
  color: #616A78;
}

.input-group-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  border-color: #ebebeb;
  color: #004289;
  line-height: 1.5;
  font-weight: 300;
  border-radius: 2px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: inherit;
}
.input-group-addon .custom-control {
  margin-right: 0;
}

.input-group-btn .btn-group,
.input-group-btn .btn {
  height: 100%;
}

.input-group-input + .input-group-input {
  margin-left: 16px;
}

.form-control-lg,
.input-group-lg .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  line-height: 32px;
  font-size: 16px;
  padding: 7px 16px;
}

.form-control-sm,
.input-group-sm .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  line-height: 20px;
  font-size: 13px;
  padding: 4px 8px 3px;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 29px;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 48px;
}

.has-success .form-control {
  border-color: #57C97B;
}
.has-success .form-control:focus {
  box-shadow: none;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .custom-control,
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #57C97B;
}

.has-warning .form-control {
  border-color: #faa64b;
}
.has-warning .form-control:focus {
  box-shadow: none;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .custom-control,
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #faa64b;
}

.has-danger .form-control {
  border-color: #f96868;
}
.has-danger .form-control:focus {
  box-shadow: none;
}
.has-danger .checkbox,
.has-danger .checkbox-inline,
.has-danger .custom-control,
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .radio-inline, .has-danger.checkbox label, .has-danger.checkbox-inline label, .has-danger.radio label, .has-danger.radio-inline label {
  color: #f96868;
}

.form-group .form-control-feedback {
  display: none;
}
.form-group .form-control-feedback ul {
  margin-bottom: 0.5rem;
}
.form-group.has-success .form-control-feedback, .form-group.has-warning .form-control-feedback, .form-group.has-danger .form-control-feedback {
  display: block;
}

.invalid-feedback {
  color: #f96868;
  font-size: 13px;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #f96868 !important;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(249, 104, 104, 0.15) !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #57C97B !important;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 201, 123, 0.15) !important;
}

.form-type-roundinput.form-control,
.form-type-round input.form-control, .form-type-roundselect:not([multiple]).form-control,
.form-type-round select:not([multiple]).form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}
.form-type-roundinput.form-control-sm, .form-type-roundselect:not([multiple]).form-control-sm, .form-type-round.input-group-sm input.form-control,
.form-type-round input.form-control-sm,
.form-type-round select:not([multiple]).form-control-sm,
.form-type-round .input-group-sm input.form-control {
  padding-left: 16px;
  padding-right: 16px;
}
.form-type-roundinput.form-control-lg, .form-type-roundselect:not([multiple]).form-control-lg, .form-type-round.input-group-lg input.form-control,
.form-type-round input.form-control-lg,
.form-type-round select:not([multiple]).form-control-lg,
.form-type-round .input-group-lg input.form-control {
  padding-left: 24px;
  padding-right: 24px;
}
.form-type-round.input-group,
.form-type-round .input-group {
  border-radius: 10rem;
}
.form-type-round.input-group > *:first-child,
.form-type-round.input-group > *:first-child > .btn,
.form-type-round .input-group > *:first-child,
.form-type-round .input-group > *:first-child > .btn {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
.form-type-round.input-group > *:last-child,
.form-type-round.input-group > *:last-child > .btn,
.form-type-round .input-group > *:last-child,
.form-type-round .input-group > *:last-child > .btn {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
.form-type-round .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.form-type-round .custom-file-control::before {
  border-radius: 0;
}
.form-type-round .bootstrap-select.btn-group .dropdown-toggle {
  border-radius: 10rem;
}

.form-type-fill.form-control,
.form-type-fill .form-control {
  background-color: #f7f9fa;
  border-color: #f1f2f3;
}
.form-type-fill.form-control:focus,
.form-type-fill .form-control:focus {
  background-color: #f3f5f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-color: #f1f2f3;
}
.form-type-fill .input-group-addon {
  border-color: #f1f2f3;
  background-color: #f7f9fa;
  border-right: 1px solid #f1f2f3;
}
.form-type-fill .input-group .form-control + .input-group-addon {
  border-left: 1px solid #f1f2f3;
  border-right: 0;
}
.form-type-fill .input-group-btn:not(:first-child) > .btn,
.form-type-fill .input-group-btn:not(:first-child) > .btn-group {
  z-index: initial;
}
.form-type-fill .bootstrap-select.btn-group .dropdown-toggle {
  background-color: #f7f9fa;
  border-color: #f1f2f3;
}
.form-type-fill .bootstrap-select.btn-group.show .dropdown-toggle {
  background-color: #f3f5f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-color: #f1f2f3;
}

.form-type-line.form-control,
.form-type-line .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center 100%;
  background-image: linear-gradient(#004289, #004289), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-line.form-control:focus, .form-type-line.form-control.focus,
.form-type-line .form-control:focus,
.form-type-line .form-control.focus {
  background-size: 100% 1px, 100% 1px;
  border-color: transparent;
  box-shadow: none;
}
.form-type-line.form-control:disabled, .form-type-line.form-control[readonly],
.form-type-line .form-control:disabled,
.form-type-line .form-control[readonly] {
  background-color: #fff;
  opacity: 0.7;
}
.form-type-line.form-group label,
.form-type-line .form-group label {
  margin-bottom: 0;
}
.form-type-line.input-group .btn,
.form-type-line .input-group .btn {
  border-radius: 0;
}
.form-type-line.input-group .input-group-addon,
.form-type-line .input-group .input-group-addon {
  background-color: #fff;
  border: none;
  color: #004289;
}
.form-type-line.input-group .input-group-btn ~ .form-control,
.form-type-line.input-group .form-control ~ .input-group-btn,
.form-type-line .input-group .input-group-btn ~ .form-control,
.form-type-line .input-group .form-control ~ .input-group-btn {
  margin-left: 1rem;
}
.form-type-line .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.form-type-line .custom-file-control::before {
  border-radius: 0;
}
.form-type-line .bootstrap-select.btn-group .dropdown-toggle {
  border: none;
  background-color: transparent;
  padding-left: 0;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center 100%;
  background-image: linear-gradient(#004289, #004289), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-line .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}
.form-type-line .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 1px, 100% 1px;
  border-color: transparent;
}

.form-type-line .has-success .form-control,
.form-type-line.has-success .form-control {
  background-image: linear-gradient(#57C97B, #57C97B), linear-gradient(#57C97B, #57C97B);
}

.form-type-line .has-warning .form-control,
.form-type-line.has-warning .form-control {
  background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b);
}

.form-type-line .has-danger .form-control,
.form-type-line.has-danger .form-control {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
}

.form-type-line .custom-select.is-invalid,
.form-type-line .form-control.is-invalid,
.form-type-line .was-validated .custom-select:invalid,
.form-type-line .was-validated .form-control:invalid {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
  border: none;
}
.form-type-line .custom-select.is-invalid:focus,
.form-type-line .form-control.is-invalid:focus,
.form-type-line .was-validated .custom-select:invalid:focus,
.form-type-line .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}
.form-type-line .custom-select.is-valid,
.form-type-line .form-control.is-valid,
.form-type-line .was-validated .custom-select:valid,
.form-type-line .was-validated .form-control:valid {
  background-image: linear-gradient(#57C97B, #57C97B), linear-gradient(#57C97B, #57C97B);
  border: none;
}
.form-type-line .custom-select.is-valid:focus,
.form-type-line .form-control.is-valid:focus,
.form-type-line .was-validated .custom-select:valid:focus,
.form-type-line .was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

.form-type-material.form-control,
.form-type-material .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-image: linear-gradient(#004289, #004289), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-material.form-control:focus, .form-type-material.form-control.focus,
.form-type-material .form-control:focus,
.form-type-material .form-control.focus {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
  box-shadow: none;
}
.form-type-material.form-control:disabled, .form-type-material.form-control[readonly],
.form-type-material .form-control:disabled,
.form-type-material .form-control[readonly] {
  background-color: #fff;
  opacity: 0.7;
}
.form-type-material.form-control.form-control-sm ~ label,
.form-type-material .form-control.form-control-sm ~ label {
  font-size: 80%;
}
.form-type-material.form-control.form-control-lg ~ label,
.form-type-material .form-control.form-control-lg ~ label {
  font-size: 120%;
}
.form-type-material.form-group,
.form-type-material .form-group {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.form-type-material.form-group label:not(.custom-control):not(.switch),
.form-type-material .form-group label:not(.custom-control):not(.switch) {
  position: absolute;
  left: 0;
  top: 13px;
  font-weight: 300;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: 0.3s;
}
.form-type-material.form-group .form-control-lg ~ label,
.form-type-material .form-group .form-control-lg ~ label {
  top: 20px;
}
.form-type-material.input-group,
.form-type-material .input-group {
  position: relative;
  padding-top: 10px;
}
.form-type-material.input-group label:not(.custom-control),
.form-type-material .input-group label:not(.custom-control) {
  position: absolute;
  left: 0;
  top: 8px !important;
  font-weight: 300;
  padding: 0;
  pointer-events: none;
  transition: 0.3s;
}
.form-type-material.input-group .input-group-addon,
.form-type-material .input-group .input-group-addon {
  background-color: #fff;
  border: none;
  color: #004289;
}
.form-type-material.input-group .input-group-btn + .form-control,
.form-type-material.input-group .form-control + .input-group-btn,
.form-type-material.input-group .input-group-btn + .input-group-input,
.form-type-material.input-group .input-group-input + .input-group-btn,
.form-type-material .input-group .input-group-btn + .form-control,
.form-type-material .input-group .form-control + .input-group-btn,
.form-type-material .input-group .input-group-btn + .input-group-input,
.form-type-material .input-group .input-group-input + .input-group-btn {
  margin-left: 1rem;
}
.form-type-material.input-group.input-group-lg label,
.form-type-material .input-group.input-group-lg label {
  font-size: 120%;
  top: 14px !important;
}
.form-type-material.input-group.input-group-sm label,
.form-type-material .input-group.input-group-sm label {
  font-size: 80%;
  top: 3px !important;
}
.form-type-material .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.form-type-material .custom-file-control::before {
  border-radius: 0;
}
.form-type-material .input-group-input {
  position: relative;
  flex-grow: 1;
}
.form-type-material .input-group-input .form-control {
  width: 100%;
}
.form-type-material .input-group-input label {
  top: 6px !important;
  z-index: 3;
}
.form-type-material .input-group-input.do-float label,
.form-type-material .input-group-input .label-floated {
  top: -13px !important;
}
.form-type-material .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding-left: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-image: linear-gradient(#004289, #004289), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-material .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}
.form-type-material .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}
.form-type-material .bootstrap-select.btn-group.input-group-btn .dropdown-toggle {
  margin-top: 0;
}
.form-type-material .bootstrap-select.btn-group + label {
  z-index: 3;
}

.do-float label,
.label-floated {
  top: -8px !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  opacity: 0.5;
}

.form-type-material .has-success .form-control,
.form-type-material.has-success .form-control {
  background-image: linear-gradient(#57C97B, #57C97B), linear-gradient(#57C97B, #57C97B);
}
.form-type-material .has-success.do-float label,
.form-type-material .has-success .do-float label,
.form-type-material.has-success.do-float label,
.form-type-material.has-success .do-float label {
  color: #57C97B;
}

.form-type-material .has-warning .form-control,
.form-type-material.has-warning .form-control {
  background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b);
}
.form-type-material .has-warning.do-float label,
.form-type-material .has-warning .do-float label,
.form-type-material.has-warning.do-float label,
.form-type-material.has-warning .do-float label {
  color: #faa64b;
}

.form-type-material .has-danger .form-control,
.form-type-material.has-danger .form-control {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
}
.form-type-material .has-danger.do-float label,
.form-type-material .has-danger .do-float label,
.form-type-material.has-danger.do-float label,
.form-type-material.has-danger .do-float label {
  color: #f96868;
}

.form-type-material .custom-select.is-invalid,
.form-type-material .form-control.is-invalid,
.form-type-material .was-validated .custom-select:invalid,
.form-type-material .was-validated .form-control:invalid {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
  border: none;
}
.form-type-material .custom-select.is-invalid:focus,
.form-type-material .form-control.is-invalid:focus,
.form-type-material .was-validated .custom-select:invalid:focus,
.form-type-material .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}
.form-type-material .custom-select.is-valid,
.form-type-material .form-control.is-valid,
.form-type-material .was-validated .custom-select:valid,
.form-type-material .was-validated .form-control:valid {
  background-image: linear-gradient(#57C97B, #57C97B), linear-gradient(#57C97B, #57C97B);
  border: none;
}
.form-type-material .custom-select.is-valid:focus,
.form-type-material .form-control.is-valid:focus,
.form-type-material .was-validated .custom-select:valid:focus,
.form-type-material .was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

.form-type-combine .form-group,
.form-type-combine.form-group,
.form-type-combine .input-group,
.form-type-combine.input-group {
  position: relative;
  background-color: #fff;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 4px 12px 8px;
  cursor: text;
  outline: none !important;
  transition: 0.5s;
}
.form-type-combine .form-group:focus, .form-type-combine .form-group.focused,
.form-type-combine.form-group:focus,
.form-type-combine.form-group.focused,
.form-type-combine .input-group:focus,
.form-type-combine .input-group.focused,
.form-type-combine.input-group:focus,
.form-type-combine.input-group.focused {
  background-color: #fcfdfe;
}
.form-type-combine .form-group:focus label,
.form-type-combine .form-group:focus small,
.form-type-combine .form-group:focus .form-text, .form-type-combine .form-group.focused label,
.form-type-combine .form-group.focused small,
.form-type-combine .form-group.focused .form-text,
.form-type-combine.form-group:focus label,
.form-type-combine.form-group:focus small,
.form-type-combine.form-group:focus .form-text,
.form-type-combine.form-group.focused label,
.form-type-combine.form-group.focused small,
.form-type-combine.form-group.focused .form-text,
.form-type-combine .input-group:focus label,
.form-type-combine .input-group:focus small,
.form-type-combine .input-group:focus .form-text,
.form-type-combine .input-group.focused label,
.form-type-combine .input-group.focused small,
.form-type-combine .input-group.focused .form-text,
.form-type-combine.input-group:focus label,
.form-type-combine.input-group:focus small,
.form-type-combine.input-group:focus .form-text,
.form-type-combine.input-group.focused label,
.form-type-combine.input-group.focused small,
.form-type-combine.input-group.focused .form-text {
  opacity: 0.4;
}
.form-type-combine .form-group.disabled,
.form-type-combine.form-group.disabled,
.form-type-combine .input-group.disabled,
.form-type-combine.input-group.disabled {
  background-color: #f9fafb;
  opacity: 0.5;
  cursor: not-allowed;
}
.form-type-combine .form-group label,
.form-type-combine .form-group small,
.form-type-combine .form-group .form-text,
.form-type-combine.form-group label,
.form-type-combine.form-group small,
.form-type-combine.form-group .form-text,
.form-type-combine .input-group label,
.form-type-combine .input-group small,
.form-type-combine .input-group .form-text,
.form-type-combine.input-group label,
.form-type-combine.input-group small,
.form-type-combine.input-group .form-text {
  transition: 0.5s;
}
.form-type-combine .form-group .form-control,
.form-type-combine .form-group .form-control-plaintext,
.form-type-combine.form-group .form-control,
.form-type-combine.form-group .form-control-plaintext,
.form-type-combine .input-group .form-control,
.form-type-combine .input-group .form-control-plaintext,
.form-type-combine.input-group .form-control,
.form-type-combine.input-group .form-control-plaintext {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: auto;
}
.form-type-combine .form-group .form-control:focus,
.form-type-combine .form-group .form-control.focused,
.form-type-combine.form-group .form-control:focus,
.form-type-combine.form-group .form-control.focused,
.form-type-combine .input-group .form-control:focus,
.form-type-combine .input-group .form-control.focused,
.form-type-combine.input-group .form-control:focus,
.form-type-combine.input-group .form-control.focused {
  box-shadow: none;
}
.form-type-combine .form-group textarea,
.form-type-combine .form-group select[multiple],
.form-type-combine.form-group textarea,
.form-type-combine.form-group select[multiple],
.form-type-combine .input-group textarea,
.form-type-combine .input-group select[multiple],
.form-type-combine.input-group textarea,
.form-type-combine.input-group select[multiple] {
  height: auto !important;
}
.form-type-combine .form-group label,
.form-type-combine.form-group label,
.form-type-combine .input-group label,
.form-type-combine.input-group label {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  cursor: inherit;
}
.form-type-combine .form-group.require::after,
.form-type-combine.form-group.require::after,
.form-type-combine .input-group.require::after,
.form-type-combine.input-group.require::after {
  content: "*";
  color: #f96868;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 6px;
}
.form-type-combine .form-group.form-group-sm .form-control,
.form-type-combine .form-group.form-group-sm .form-control-plaintext,
.form-type-combine.form-group.form-group-sm .form-control,
.form-type-combine.form-group.form-group-sm .form-control-plaintext,
.form-type-combine .input-group.form-group-sm .form-control,
.form-type-combine .input-group.form-group-sm .form-control-plaintext,
.form-type-combine.input-group.form-group-sm .form-control,
.form-type-combine.input-group.form-group-sm .form-control-plaintext {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
.form-type-combine .form-group.form-group-sm label,
.form-type-combine.form-group.form-group-sm label,
.form-type-combine .input-group.form-group-sm label,
.form-type-combine.input-group.form-group-sm label {
  font-size: 10px;
}
.form-type-combine .form-group.form-group-sm .input-group-addon,
.form-type-combine.form-group.form-group-sm .input-group-addon,
.form-type-combine .input-group.form-group-sm .input-group-addon,
.form-type-combine.input-group.form-group-sm .input-group-addon {
  line-height: 58px;
  font-size: 13px;
}
.form-type-combine .form-group.form-group-lg .form-control,
.form-type-combine .form-group.form-group-lg .form-control-plaintext,
.form-type-combine.form-group.form-group-lg .form-control,
.form-type-combine.form-group.form-group-lg .form-control-plaintext,
.form-type-combine .input-group.form-group-lg .form-control,
.form-type-combine .input-group.form-group-lg .form-control-plaintext,
.form-type-combine.input-group.form-group-lg .form-control,
.form-type-combine.input-group.form-group-lg .form-control-plaintext {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}
.form-type-combine .form-group.form-group-lg label,
.form-type-combine.form-group.form-group-lg label,
.form-type-combine .input-group.form-group-lg label,
.form-type-combine.input-group.form-group-lg label {
  font-size: 12px;
}
.form-type-combine .form-group.form-group-lg .input-group-addon,
.form-type-combine.form-group.form-group-lg .input-group-addon,
.form-type-combine .input-group.form-group-lg .input-group-addon,
.form-type-combine.input-group.form-group-lg .input-group-addon {
  line-height: 70px;
  font-size: 15px;
}
.form-type-combine .form-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0 18px 0 0;
  height: 25px;
  line-height: 25px;
  min-height: auto;
}
.form-type-combine .form-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}

.form-type-combine .input-group,
.form-type-combine.input-group {
  padding: 0;
  display: flex;
  overflow: visible;
  margin-bottom: 1rem;
}
.form-type-combine .input-group .input-group-addon,
.form-type-combine.input-group .input-group-addon {
  flex-shrink: 0;
  justify-content: center;
  border: none;
  min-width: 63px;
  line-height: 63px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
}
.form-type-combine .input-group .input-group-addon .custom-control,
.form-type-combine.input-group .input-group-addon .custom-control {
  cursor: pointer;
  vertical-align: super;
}
.form-type-combine .input-group .input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn {
  height: 100%;
  border: 0;
  margin: 0;
}
.form-type-combine .input-group .input-group-input,
.form-type-combine.input-group .input-group-input {
  padding: 4px 12px 8px;
  flex-grow: 1;
  transition: 0.5s;
}
.form-type-combine .input-group .input-group-input:focus, .form-type-combine .input-group .input-group-input.focused,
.form-type-combine.input-group .input-group-input:focus,
.form-type-combine.input-group .input-group-input.focused {
  background-color: #fcfdfe;
}
.form-type-combine .input-group .input-group-input:focus label,
.form-type-combine .input-group .input-group-input:focus small,
.form-type-combine .input-group .input-group-input:focus .form-text, .form-type-combine .input-group .input-group-input.focused label,
.form-type-combine .input-group .input-group-input.focused small,
.form-type-combine .input-group .input-group-input.focused .form-text,
.form-type-combine.input-group .input-group-input:focus label,
.form-type-combine.input-group .input-group-input:focus small,
.form-type-combine.input-group .input-group-input:focus .form-text,
.form-type-combine.input-group .input-group-input.focused label,
.form-type-combine.input-group .input-group-input.focused small,
.form-type-combine.input-group .input-group-input.focused .form-text {
  opacity: 0.4;
}
.form-type-combine .input-group .input-group-input .form-control:focus,
.form-type-combine.input-group .input-group-input .form-control:focus {
  background-color: transparent;
}
.form-type-combine .input-group .input-group-addon + .input-group-input,
.form-type-combine .input-group .input-group-btn + .input-group-input,
.form-type-combine .input-group .input-group-input + .input-group-addon,
.form-type-combine .input-group .input-group-input + .input-group-btn .btn,
.form-type-combine .input-group .input-group-btn .btn + .btn,
.form-type-combine.input-group .input-group-addon + .input-group-input,
.form-type-combine.input-group .input-group-btn + .input-group-input,
.form-type-combine.input-group .input-group-input + .input-group-addon,
.form-type-combine.input-group .input-group-input + .input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn + .btn {
  border-left: 1px solid #ebebeb;
}
.form-type-combine .input-group .form-control:focus,
.form-type-combine.input-group .form-control:focus {
  border-color: #ebebeb;
  background-color: #fcfdfe;
  transition: 0.5s;
}

.form-type-combine.has-success,
.form-type-combine .has-success {
  border-color: #57C97B;
}
.form-type-combine.has-success + .form-control-feedback,
.form-type-combine .has-success + .form-control-feedback {
  color: #57C97B;
}
.form-type-combine.has-warning,
.form-type-combine .has-warning {
  border-color: #faa64b;
}
.form-type-combine.has-warning + .form-control-feedback,
.form-type-combine .has-warning + .form-control-feedback {
  color: #faa64b;
}
.form-type-combine.has-danger,
.form-type-combine .has-danger {
  border-color: #f96868;
}
.form-type-combine.has-danger + .form-control-feedback,
.form-type-combine .has-danger + .form-control-feedback {
  color: #f96868;
}
.form-type-combine .form-group + .form-control-feedback {
  margin-top: -0.5rem;
  line-height: 20px;
}

.form-type-combine .custom-select.is-invalid,
.form-type-combine .form-control.is-invalid,
.form-type-combine .was-validated .custom-select:invalid,
.form-type-combine .was-validated .form-control:invalid {
  border-color: #f96868 !important;
}
.form-type-combine .custom-select.is-invalid:focus,
.form-type-combine .form-control.is-invalid:focus,
.form-type-combine .was-validated .custom-select:invalid:focus,
.form-type-combine .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}
.form-type-combine .custom-select.is-valid,
.form-type-combine .form-control.is-valid,
.form-type-combine .was-validated .custom-select:valid,
.form-type-combine .was-validated .form-control:valid {
  border-color: #57C97B !important;
}
.form-type-combine .custom-select.is-valid:focus,
.form-type-combine .form-control.is-valid:focus,
.form-type-combine .was-validated .custom-select:valid:focus,
.form-type-combine .was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

.form-groups-attached {
  margin-bottom: 1rem;
}
.form-groups-attached .form-group {
  margin-bottom: 0;
  border-radius: 0;
}
.form-groups-attached > div:not(:last-child),
.form-groups-attached > div:not(:last-child) .form-group {
  border-bottom-color: transparent;
}
.form-groups-attached .row {
  margin-left: 0;
  margin-right: 0;
}
.form-groups-attached .row > .form-group:not(:last-child) {
  border-right-color: transparent;
}

.file-group {
  position: relative;
  overflow: hidden;
}
.file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.file-group-inline {
  display: inline-block;
}

.form-control.file-value {
  cursor: text;
}

.dropify-wrapper {
  border: 1px solid #ebebeb;
  padding: 12px;
}
.dropify-wrapper .dropify-clear, .dropify-wrapper.touch-fallback .dropify-clear {
  bottom: 6px;
  border: none;
  color: #f96868;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 12px;
  cursor: pointer;
}
.dropify-wrapper .dropify-clear:hover, .dropify-wrapper.touch-fallback .dropify-clear:hover {
  background-color: #f9fafb;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
  padding-top: 10px;
  padding-bottom: 0;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p,
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
  color: #004289;
  font-weight: 300;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
  font-size: 12px;
  opacity: 0.6;
  display: none;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  font-weight: 400;
  font-size: 13px;
  color: #788394;
}

.dropzone {
  padding: 10px;
  border: 2px dashed #ebebeb;
  background-color: #fcfdfe;
  transition: 0.5s;
}
.dropzone.dz-drag-hover {
  border: 2px dashed #48B0F7;
}
.dropzone .dz-preview {
  margin: 10px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 4px !important;
}

.dz-message {
  color: #a5b3c7;
  font-size: 1rem;
}
.dz-message span::before {
  font-family: FontAwesome;
  content: "\f0ee";
  font-size: 2rem;
  display: block;
  padding-bottom: 16px;
  opacity: 0.5;
}

.form-check-input {
  outline: none !important;
  left: 0;
}

.custom-control {
  color: #616A78;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
}

.custom-controls-stacked::after {
  display: block;
  content: "";
  clear: both;
}
.custom-controls-stacked .custom-control {
  display: inline-flex;
  margin-bottom: 6px;
}

.custom-control-input:checked ~ .custom-control-indicator, .custom-control-input:active:not(:disabled) ~ .custom-control-indicator {
  background-image: none !important;
  background-color: #fcfdfe;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-indicator::before, .custom-control-input:checked ~ .custom-control-indicator::after {
  transform: scale(1);
}
.custom-control-input:disabled ~ .custom-control-indicator {
  opacity: 0.5;
}
.custom-control-input:checked ~ .custom-control-description.strike-on-check {
  text-decoration: line-through;
  opacity: 0.6;
}

.custom-control-indicator {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #fcfdfe;
  border: 1px solid #ebebeb;
  position: static;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
.custom-control-indicator::after {
  content: "";
  display: inline-block;
  transform: scale(0);
  transition: transform 0.3s;
}

.custom-control-description {
  padding-left: 8px;
  flex-grow: 1;
}

.custom-radio {
  cursor: pointer;
}
.custom-radio .custom-control-indicator::after {
  border-radius: 50%;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #004289;
}

.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}
.custom-checkbox .custom-control-indicator::after {
  content: "\e64c";
  font-family: themify;
  font-size: 11px;
  font-weight: bold;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #004289;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
  border-radius: 0;
}

.custom-control.no-border .custom-control-indicator {
  border-color: transparent;
  background-color: transparent !important;
}
.custom-control.no-border .custom-control-indicator::before {
  background-color: transparent;
}
.custom-control.no-border.custom-checkbox .custom-control-indicator::after {
  font-size: 14px;
}
.custom-control.no-border.custom-radio .custom-control-indicator::after {
  margin-top: 3px;
  display: inline-block;
  width: 9px;
  height: 9px;
}

.custom-control-sm .custom-control-indicator {
  width: 14px;
  height: 14px;
  line-height: 12px;
}
.custom-control-sm.custom-radio .custom-control-indicator::after {
  margin-top: 3px;
  width: 6px;
  height: 6px;
}
.custom-control-sm.custom-radio.no-border .custom-control-indicator::after {
  margin-top: 2px;
  width: 7px;
  height: 7px;
}
.custom-control-sm.custom-checkbox .custom-control-indicator::after {
  font-size: 9px;
}
.custom-control-sm.custom-checkbox.no-border .custom-control-indicator::after {
  font-size: 11px;
}

.custom-control-lg .custom-control-indicator {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.custom-control-lg.custom-radio .custom-control-indicator::after {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}
.custom-control-lg.custom-radio.no-border .custom-control-indicator::after {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}
.custom-control-lg.custom-checkbox .custom-control-indicator::after {
  font-size: 14px;
}
.custom-control-lg.custom-checkbox.no-border .custom-control-indicator::after {
  font-size: 16px;
}

.custom-control-light .custom-control-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.custom-control-special-1.custom-checkbox .custom-control-indicator::after {
  color: #C70064;
}
.custom-control-special-1.custom-radio .custom-control-indicator::after {
  background-color: #C70064;
}

.custom-control-special-2.custom-checkbox .custom-control-indicator::after {
  color: #FFCC00;
}
.custom-control-special-2.custom-radio .custom-control-indicator::after {
  background-color: #FFCC00;
}

.custom-control-special-3.custom-checkbox .custom-control-indicator::after {
  color: #C9C600;
}
.custom-control-special-3.custom-radio .custom-control-indicator::after {
  background-color: #C9C600;
}

.custom-control-special-4.custom-checkbox .custom-control-indicator::after {
  color: #4EAFD0;
}
.custom-control-special-4.custom-radio .custom-control-indicator::after {
  background-color: #4EAFD0;
}

.custom-control-special-5.custom-checkbox .custom-control-indicator::after {
  color: #777777;
}
.custom-control-special-5.custom-radio .custom-control-indicator::after {
  background-color: #777777;
}

.custom-control-special-6.custom-checkbox .custom-control-indicator::after {
  color: #594281;
}
.custom-control-special-6.custom-radio .custom-control-indicator::after {
  background-color: #594281;
}

.custom-control-light.custom-checkbox .custom-control-indicator::after {
  color: #fff;
}
.custom-control-light.custom-radio .custom-control-indicator::after {
  background-color: #fff;
}

.custom-control-secondary .custom-control-indicator::after {
  color: #616A78;
}

.custom-control-light .custom-control-indicator::after {
  color: #004289;
}

.custom-control-light.custom-radio .custom-control-indicator::after {
  background-color: #004289;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: #fcfdfe;
}

.custom-control-input.is-invalid ~ .custom-control-description {
  color: #f96868;
}
.custom-control-input.is-invalid ~ .invalid-feedback {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  font-size: 12px;
  margin-top: 0;
  font-style: italic;
}
.custom-control-input.is-invalid ~ .invalid-feedback::before {
  content: "— ";
}

.custom-control-input.is-valid ~ .custom-control-description {
  color: #57C97B;
}

.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap;
}
.switch input {
  display: none;
}
.switch input:checked ~ .switch-indicator {
  background: #004289;
}
.switch input:checked ~ .switch-indicator::after {
  background: #004289;
  left: calc(100% - 20px);
  box-shadow: 0px 0px 3px #fcfdfe;
}
.switch input:disabled ~ span {
  cursor: not-allowed;
  opacity: 0.5;
}
.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #e3e4e5;
  border-radius: 20px;
  vertical-align: middle;
  transition: 0.3s;
}
.switch-indicator::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  cursor: inherit;
  background: #fff;
  border-radius: 50%;
  top: -5px;
  box-shadow: 0px 0px 3px #bbb;
}

.switch-description {
  padding-left: 6px;
}

.switch-border input:checked + .switch-indicator {
  border-color: #004289;
}
.switch-border input:checked + .switch-indicator::after {
  left: calc(100% - 14px);
}
.switch-border .switch-indicator {
  border: 2px solid #e3e4e5;
  background: transparent !important;
  height: 20px;
}
.switch-border .switch-indicator::after {
  background: #d6d7d9;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  box-shadow: none;
}

.switch-sm .switch-indicator {
  height: 4px;
  border-radius: 0;
}
.switch-sm .switch-indicator::after {
  top: -8px;
}

.switch-lg input:checked + .switch-indicator::after {
  left: calc(100% - 18px);
}
.switch-lg .switch-indicator {
  height: 20px;
}
.switch-lg .switch-indicator::after {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.switch-stacked .switch {
  display: inline;
}
.switch-stacked .switch::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}

.switch-secondary input:checked + .switch-indicator {
  background: #2E7BFF;
  border-color: #2E7BFF;
}
.switch-secondary input:checked + .switch-indicator::after {
  background: #2E7BFF;
}

.switch-success input:checked + .switch-indicator {
  background: #609BFF;
  border-color: #609BFF;
}
.switch-success input:checked + .switch-indicator::after {
  background: #57C97B;
}

.switch-info input:checked + .switch-indicator {
  background: #e3f3fc;
  border-color: #e3f3fc;
}
.switch-info input:checked + .switch-indicator::after {
  background: #48B0F7;
}

.switch-warning input:checked + .switch-indicator {
  background: #fcf0e3;
  border-color: #fcf0e3;
}
.switch-warning input:checked + .switch-indicator::after {
  background: #faa64b;
}

.switch-danger input:checked + .switch-indicator {
  background: #fce3e3;
  border-color: #fce3e3;
}
.switch-danger input:checked + .switch-indicator::after {
  background: #f96868;
}

.switch-gray input:checked + .switch-indicator {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.switch-gray input:checked + .switch-indicator::after {
  background: #929DAF;
}

.switch-dark input:checked + .switch-indicator {
  background: #c8c8c8;
  border-color: #c8c8c8;
}
.switch-dark input:checked + .switch-indicator::after {
  background: #465161;
}

.switch-pink input:checked + .switch-indicator {
  background: #ff2e7b;
  border-color: #ff2e7b;
}
.switch-pink input:checked + .switch-indicator::after {
  background: #ff2e7b;
}

.switch-purple input:checked + .switch-indicator {
  background: #ece3fc;
  border-color: #ece3fc;
}
.switch-purple input:checked + .switch-indicator::after {
  background: #6F2A59;
}

.switch-brown input:checked + .switch-indicator {
  background: #eddcd5;
  border-color: #eddcd5;
}
.switch-brown input:checked + .switch-indicator::after {
  background: #8d6658;
}

.switch-cyan input:checked + .switch-indicator {
  background: #e3fafc;
  border-color: #e3fafc;
}
.switch-cyan input:checked + .switch-indicator::after {
  background: #57c7d4;
}

.switchery > small {
  padding-left: 0;
}

.note-editor.note-frame,
.note-popover.note-frame {
  border-color: #f1f2f3;
}
.note-editor .dropdown-menu,
.note-popover .dropdown-menu {
  white-space: nowrap;
  width: auto;
}
.note-editor .dropdown-menu li a,
.note-popover .dropdown-menu li a {
  display: block;
  margin: 4px;
  padding: 4px 12px;
}
.note-editor .dropdown-menu li a:hover,
.note-popover .dropdown-menu li a:hover {
  background-color: #f9fafb;
}
.note-editor .dropdown-menu li a > *,
.note-popover .dropdown-menu li a > * {
  margin: 0;
}
.note-editor .note-color .dropdown-menu,
.note-popover .note-color .dropdown-menu {
  padding: 5px 0;
}
.note-editor .note-color .btn + .btn::after,
.note-popover .note-color .btn + .btn::after {
  margin-left: 0;
}

.note-toolbar .btn,
.note-popover .btn {
  background-color: #eff1f2;
  color: #004289;
  font-size: 0.8125rem;
}
.note-toolbar .btn:hover, .note-toolbar .btn.active,
.note-popover .btn:hover,
.note-popover .btn.active {
  background-color: #eaecee;
  color: #616A78;
}
.note-toolbar .btn.dropdown-toggle,
.note-popover .btn.dropdown-toggle {
  z-index: initial;
}
.note-toolbar .open .dropdown-toggle,
.note-toolbar .show .dropdown-toggle,
.note-popover .open .dropdown-toggle,
.note-popover .show .dropdown-toggle {
  background-color: #eaecee;
}

.panel-heading.note-toolbar,
.note-editor.note-frame .note-statusbar {
  background-color: #f9fafb;
  border-bottom: 1px solid #f4f5f5;
}

.note-icon-caret,
.note-popover.popover {
  display: none;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top-color: #ebebeb;
}

.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 204px;
}

.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #f9fafb;
  color: #616A78;
}
.note-editor.note-frame .note-editing-area .note-codable:focus {
  outline: none;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  border-radius: 2px;
  margin: 5px;
  height: 29px;
  line-height: 27px;
  font-size: 0.75rem;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background-color: #f9fafb;
}

.note-palette-title {
  font-weight: 400;
  line-height: 24px;
}

.note-btn-group.note-fontname {
  vertical-align: top;
}
.note-btn-group.note-fontname .note-btn {
  line-height: 22px;
}

.note-btn-group.note-fontsize {
  vertical-align: top;
}

[data-provide~=summernote].b-0 + .note-editor {
  border: none;
}
[data-provide~=summernote].b-0 + .note-editor .note-statusbar {
  display: none;
}

/*
 * Fix for Bootstrap Beta 1. Color picker doesn't open.
 */
.note-popover .popover-content .note-color .dropdown-menu .btn-group,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  flex-direction: column;
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: visible;
}

.ql-toolbar.ql-snow {
  font-family: Roboto, sans-serif;
  border-color: #ebebeb;
  border-bottom-color: #f1f2f3;
  background-color: #fcfdfe;
}

.ql-container.ql-snow {
  border-color: #ebebeb;
}

.ql-toolbar.ql-snow .ql-picker-label {
  font-weight: 300;
}

.ql-editor.ql-blank::before {
  color: #c9ccce;
  font-style: normal;
}

.ql-container {
  font-family: Roboto, sans-serif;
  height: auto;
}

.ql-editor {
  line-height: 24px;
}

.quill-no-border .ql-container.ql-snow {
  border: none;
}
.quill-no-border .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #f1f2f3;
}

.lookup {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 99%;
}
.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  color: #2E7BFF;
  width: 36px;
  text-align: center;
  cursor: text;
}
.lookup input {
  color: #616a78;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  width: 100%;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 18px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none !important;
  transition: 0.5s;
}
.lookup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input:-moz-placeholder { /* Firefox 18- */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input:focus {
  background-color: rgba(97, 106, 120, 0.04);
}
.lookup input + input,
.lookup input + .bootstrap-select .dropdown-toggle {
  border-left: none;
}
.lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
  border-left: none;
}
.lookup .btn {
  height: 36px;
  line-height: 36px;
}
.lookup.no-icon::before {
  display: none;
}
.lookup.no-icon input {
  padding-left: 18px;
}

.lookup-sm::before {
  font-size: 14px;
  width: 29px;
}
.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 14px;
  width: 160px;
}
.lookup-sm .btn {
  height: 29px;
  line-height: 29px;
}

.lookup-lg::before {
  font-size: 20px;
  width: 48px;
}
.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 16px;
  width: 250px;
}
.lookup-lg .btn {
  height: 48px;
  line-height: 48px;
}

.lookup-right::before {
  left: auto;
  right: 0;
}
.lookup-right input {
  padding-left: 18px;
  padding-right: 36px;
}
.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px;
}
.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px;
}
.lookup-right.no-icon input {
  padding-right: 18px;
}
.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px;
}
.lookup-right.no-icon.lookup-lg input {
  padding-right: 24px;
}

.lookup-circle {
  z-index: 0;
}
.lookup-circle::before {
  z-index: -1;
}
.lookup-circle input {
  background-color: rgba(97, 106, 120, 0.04);
  border: none;
  width: 36px;
  padding-right: 0;
}
.lookup-circle input:focus {
  background-color: rgba(97, 106, 120, 0.05);
  width: 170px;
  padding-right: 18px;
}
.lookup-circle.lookup-sm::before {
  font-size: 14px;
  width: 29px;
}
.lookup-circle.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
}
.lookup-circle.lookup-sm input:focus {
  width: 150px;
  padding-right: 14.5px;
}
.lookup-circle.lookup-lg::before {
  font-size: 16px;
  width: 48px;
}
.lookup-circle.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
}
.lookup-circle.lookup-lg input:focus {
  width: 200px;
  padding-right: 24px;
}
.lookup-circle.lookup-right::before {
  left: auto;
  right: 0;
}
.lookup-circle.lookup-right input {
  padding-left: 0;
  padding-right: 36px;
}
.lookup-circle.lookup-right input:focus {
  padding-left: 18px;
}
.lookup-circle.lookup-right.lookup-sm input {
  padding-left: 0;
  padding-right: 29px;
}
.lookup-circle.lookup-right.lookup-sm input:focus {
  padding-left: 14.5px;
}
.lookup-circle.lookup-right.lookup-lg input {
  padding-left: 0;
  padding-right: 48px;
}
.lookup-circle.lookup-right.lookup-lg input:focus {
  padding-left: 24px;
}

.lookup-huge {
  display: flex;
}
.lookup-huge::before {
  font-size: 24px;
  width: 64px;
}
.lookup-huge input {
  border-radius: 32px;
  height: 64px;
  width: 64px;
  padding-left: 64px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 100;
  width: 100%;
}
.lookup-huge input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9ccce;
}
.lookup-huge input::-moz-placeholder { /* Firefox 19+ */
  color: #c9ccce;
}
.lookup-huge input:-ms-input-placeholder { /* IE 10+ */
  color: #c9ccce;
}
.lookup-huge input:-moz-placeholder { /* Firefox 18- */
  color: #c9ccce;
}
.lookup-huge .btn,
.lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
  height: 64px;
  line-height: 100%;
}
.lookup-huge.no-icon input {
  padding-left: 32px;
}

.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  flex-direction: column;
}
.lookup-fullscreen.reveal {
  display: flex;
}
.lookup-fullscreen > .close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.lookup-fullscreen .lookup-form {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
}
.lookup-fullscreen .lookup-form input {
  border: none;
  font-size: 44px;
  background-color: transparent;
  outline: none !important;
  padding: 25px 0;
  color: #616A78;
  width: 100%;
}
.lookup-fullscreen .lookup-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-form input::-moz-placeholder { /* Firefox 19+ */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-form input:-ms-input-placeholder { /* IE 10+ */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-form input:-moz-placeholder { /* Firefox 18- */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-results {
  height: 100%;
}
.lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
  display: none !important;
}

@media (max-width: 767px) {
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0;
  }
  .lookup-fullscreen .lookup-results.scrollable .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.publisher {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #f9fafb;
}
.publisher > * {
  margin: 0 8px;
}
.publisher > *:first-child {
  margin-left: 0;
}
.publisher > *:last-child {
  margin-right: 0;
}

.publisher-multi {
  flex-direction: column;
  align-items: flex-start;
}
.publisher-multi > * {
  margin: 0;
  flex-grow: 1;
  width: 100%;
}
.publisher-multi .publisher-input {
  margin-bottom: 1rem;
}

.publisher-input {
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
}

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #004289;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  transition: 0.2s linear;
}
.publisher-btn:hover {
  color: #616A78;
}

.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px;
}
.publisher-avatar.avatar-sm {
  left: -14.5px;
  top: auto;
}

[data-wizard].disabled {
  opacity: 0;
}

@media (min-width: 992px) {
  .modal-open .topbar {
    padding-right: 37px;
  }
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: margin-left 0.3s ease-out;
}

.topbar + main {
  padding-top: 50px;
}

.topbar-secondary + main {
  padding-top: 80px;
}

.main-container {
  padding-top: 50px;
}

.main-content {
  padding: 30px 40px;
  flex: 1 0 auto;
  min-height: 650px;
  position: relative;
}
.main-content > .container {
  padding-left: 0;
  padding-right: 0;
}

.container-full {
  margin-left: -30px;
  margin-right: -30px;
}

.app-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.app-backdrop.backdrop-sidebar {
  z-index: 997;
}
.app-backdrop.backdrop-topbar-menu {
  z-index: 992;
}
.app-backdrop.backdrop-quickview {
  background-color: transparent;
  z-index: 998;
}

@media (min-width: 768px) {
  .card-maximize {
    left: 260px;
  }
}
@media (max-width: 991px) {
  .topbar,
  body > main {
    margin-left: 0;
  }
  .card-maximize {
    left: 0;
  }
  .site-footer,
  .site-footer .container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .topbar {
    padding: 0 0.25rem;
  }
  .site-footer,
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media print {
  body * {
    visibility: hidden;
  }
  .printing-area {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
  .printing-area * {
    visibility: visible;
  }
}
body {
  background-color: #F5F6F7;
}

.sticker-stick {
  position: fixed;
}

.row.no-gap, .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gap > .col,
.row.no-gap > [class*=col-], .row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row.gap-1 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.gap-1 > .col,
.row.gap-1 > [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gap-2 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.gap-2 > .col,
.row.gap-2 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gap-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.gap-3 > .col,
.row.gap-3 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.gap-4 {
  margin-left: -24px;
  margin-right: -24px;
}
.row.gap-4 > .col,
.row.gap-4 > [class*=col-] {
  padding-left: 24px;
  padding-right: 24px;
}
.row.gap-5 {
  margin-left: -32px;
  margin-right: -32px;
}
.row.gap-5 > .col,
.row.gap-5 > [class*=col-] {
  padding-left: 32px;
  padding-right: 32px;
}
.row.gap-y {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.gap-y > .col,
.row.gap-y > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.gap-y.gap-1 {
  margin-top: -4px;
  margin-bottom: -4px;
}
.row.gap-y.gap-1 > .col,
.row.gap-y.gap-1 > [class*=col-] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.row.gap-y.gap-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}
.row.gap-y.gap-2 > .col,
.row.gap-y.gap-2 > [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.row.gap-y.gap-3 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.gap-y.gap-3 > .col,
.row.gap-y.gap-3 > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.gap-y.gap-4 {
  margin-top: -24px;
  margin-bottom: -24px;
}
.row.gap-y.gap-4 > .col,
.row.gap-y.gap-4 > [class*=col-] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.row.gap-y.gap-5 {
  margin-top: -32px;
  margin-bottom: -32px;
}
.row.gap-y.gap-5 > .col,
.row.gap-y.gap-5 > [class*=col-] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
.flexbox > * {
  margin-left: 4px;
  margin-right: 4px;
}
.flexbox > *:first-child {
  margin-left: 0;
}
.flexbox > *:last-child {
  margin-right: 0;
}
.flexbox.no-gap > *, .flexbox.no-gutters > * {
  margin-left: 0;
  margin-right: 0;
}

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

.flexbox-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flexbox-vertical.no-gap > *, .flexbox-vertical.no-gutters > * {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-justified > *,
.flex-grow-all > *,
.flex-cols-wide > *,
.flex-col-wide,
.flex-grow {
  flex: 1;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-3 {
  flex-grow: 3;
}

.flex-grow-4 {
  flex-grow: 4;
}

.flex-grow-5 {
  flex-grow: 5;
}

.flex-grow-6 {
  flex-grow: 6;
}

.flex-grow-7 {
  flex-grow: 7;
}

.flex-grow-8 {
  flex-grow: 8;
}

.flex-grow-9 {
  flex-grow: 9;
}

.flex-grow-0 {
  flex-grow: 0;
}

.masonry-grid {
  column-count: 3;
  column-gap: 30px;
}
.masonry-grid.no-gap, .masonry-grid.no-gutters {
  column-gap: 0;
}
.masonry-grid.no-gap .masonry-item, .masonry-grid.no-gutters .masonry-item {
  padding-bottom: 0;
}
.masonry-grid.gap-1 {
  column-gap: 8px;
}
.masonry-grid.gap-1 .masonry-item {
  padding-bottom: 8px;
}
.masonry-grid.gap-2 {
  column-gap: 16px;
}
.masonry-grid.gap-2 .masonry-item {
  padding-bottom: 16px;
}
.masonry-grid.gap-3 {
  column-gap: 30px;
}
.masonry-grid.gap-3 .masonry-item {
  padding-bottom: 30px;
}
.masonry-grid.gap-4 {
  column-gap: 48px;
}
.masonry-grid.gap-4 .masonry-item {
  padding-bottom: 48px;
}
.masonry-grid.gap-5 {
  column-gap: 64px;
}
.masonry-grid.gap-5 .masonry-item {
  padding-bottom: 64px;
}

.masonry-cols-2 {
  column-count: 2;
}

.masonry-cols-3 {
  column-count: 3;
}

.masonry-cols-4 {
  column-count: 4;
}

.masonry-cols-5 {
  column-count: 5;
}

.masonry-item {
  display: block;
  break-inside: avoid;
  padding-bottom: 30px;
}

.layout-chat {
  height: 100vh;
}
.layout-chat .main-content {
  display: flex;
  height: 10%;
}

.menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  padding-top: -2px;
}

#NodoMenu120180803142464 ul,
#NodoMenu120211108121008043 ul,
#NodoMenu120220809144257746 ul {
  display: none !important;
}

.menu-item {
  vertical-align: top;
  transition: opacity 0.2s linear;
  /*border-top: 1px solid $color-secondary;*/
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-submenu .menu-item {
  vertical-align: top;
  transition: opacity 0.2s linear;
  border-top: none;
}

.menu-link.open span.title {
  color: #fff;
}

.menu-item ul {
  list-style: none;
}

.menu-link {
  height: 52px;
  padding: 0 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
}
.menu-link > * {
  margin-left: 8px;
  margin-right: 8px;
}
.menu-link .icon {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  flex-basis: 30px;
  flex-shrink: 0;
}
.menu-link .icon::before {
  letter-spacing: 0;
}
.menu-link .dot {
  position: relative;
  flex-basis: 30px;
  flex-shrink: 0;
}
.menu-link .dot::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.2s linear;
}
.menu-link .title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 14px;
  white-space: pre-line;
  white-space: initial;
}
.menu-link .title small {
  color: inherit;
  font-weight: 300;
  font-size: 11px;
  margin-top: 0.375rem;
  opacity: 0.4;
}
.menu-link .arrow::before {
  content: "\e649";
  font-family: themify;
  font-size: 8px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s linear;
}
.menu-link .badge {
  margin-top: auto;
  margin-bottom: auto;
}

.menu-submenu {
  background-color: #455160;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0;
  display: none;
  list-style-type: none;
  margin-bottom: 0;
}
.menu-submenu .menu-link {
  height: 52px;
  font-size: 0.875rem;
  letter-spacing: 0;
  opacity: 0.8;
  transition: 0.2s linear;
}
.menu-submenu .menu-link .icon {
  font-size: 13px;
  font-weight: 400;
}
.menu-submenu .menu-link .title {
  margin: 0 !important;
}
.menu-submenu .menu-link .arrow::before {
  font-size: 0.5rem;
}
.menu-submenu .menu-item.active > .menu-link, .menu-submenu .menu-item:hover > .menu-link {
  opacity: 1;
  background-color: transparent;
}

.menu-sub-submenu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 40px;
}
.menu-sub-submenu .menu-item {
  padding-left: 12px;
  opacity: 0.7;
  transition: 0.2s linear;
}
.menu-sub-submenu .menu-item:hover, .menu-sub-submenu .menu-item.active {
  opacity: 1;
}
.menu-sub-submenu .menu-link .dot {
  flex-basis: 0;
}
.menu-sub-submenu .menu-link .dot::after {
  left: -12px;
}

.menu-category {
  position: relative;
  font-family: Roboto, sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 32px;
  padding: 1rem 20px 0.5rem;
  color: #fff;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-category::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #fff;
  vertical-align: middle;
  margin-left: 1.5rem;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  margin-top: 3px;
}

.menu-divider {
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: 0.08;
  margin: 1rem 0;
}

.menu-xs > .menu-item > .menu-link {
  height: 35px;
}

.menu-sm > .menu-item > .menu-link {
  height: 46px;
}

.menu-lg > .menu-item > .menu-link {
  height: 64px;
}

.menu-xl > .menu-item > .menu-link {
  height: 72px;
}

.sidebar2.ps-relative {
  position: relative;
}

.sidebar.ps-absolut {
  position: absolute;
}

.sidebar.ps-fixed {
  position: fixed;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 215px;
  background-color: #3f4a59;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 997;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}
.sidebar ~ .topbar,
.sidebar ~ main {
  margin-left: 215px;
}

.sidebar-sm {
  width: 215px;
}
.sidebar-sm ~ .topbar,
.sidebar-sm ~ main {
  margin-left: 215px;
}

.sidebar-lg {
  width: 300px;
}
.sidebar-lg ~ .topbar,
.sidebar-lg ~ main {
  margin-left: 300px;
}

.sidebar-header {
  height: 140px;
  background-size: 217px;
}

.sidebar-navigation {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  flex: 1;
  float: left;
  margin-top: 0;
  width: 100%;
}

.sidebar.sidebar-light .menu .arrow {
  display: block;
}

.sidebar-profile {
  text-align: center;
}
.sidebar-profile .avatar {
  width: 85px;
  height: 85px;
  transition: 0.5s;
  background-image: url(/assets/img/avatar/user.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #c7c7c7;
  border: 4px solid #fff;
}
.sidebar-profile h5.name,
.sidebar-profile span.hello-profile {
  width: 100%;
  white-space: initial;
  text-align: center;
  z-index: 4;
  position: relative;
}
.sidebar-profile span.state-profile {
  display: flex;
  clear: both;
  white-space: pre-line;
}
.sidebar-profile .profile-info {
  transform: scale(1);
  margin-top: 1rem;
  transition: 0.5s;
}

.sidebar-header {
  background: url("../../img/brand/bg-login/bg-head-circle.svg") no-repeat scroll center bottom;
  background-color: transparent;
  padding: 0 12px 20px;
  display: block;
  align-items: center;
  color: #fff;
  background-size: 233px;
  height: 185px;
}
.sidebar-header > * {
  margin-left: 8px;
  margin-right: 8px;
}
.sidebar-header .logo-icon {
  text-align: center;
  flex-basis: 30px;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.sidebar-header .logo {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  flex-grow: 1;
  height: 140px;
  width: 80%;
  top: 10px;
  position: absolute;
}
.sidebar-header .logo img {
  width: 120px;
}
.sidebar-header .logo .logo-header {
  background-image: url("/assets/img/brand/logos/logo-login-2026.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 140px;
  display: flex;
  margin: 0 auto;
}
.sidebar-header #SidebarReconocimiento .btn-sq,
.sidebar-header #SidebarReconocimiento .btn-square {
  padding: 2px 9px !important;
  width: 28px !important;
  height: 28px !important;
}
.sidebar-header a {
  color: #fff;
}

.content-sidebar-profile {
  margin-top: -60px;
}
.content-sidebar-profile .hr {
  height: 1px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  background-color: #2E7BFF;
}

.sidebar-toggle-fold {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 8px;
  cursor: pointer;
}
.sidebar-toggle-fold::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.2s linear;
}

.sidebar-folded .sidebar-toggle-fold::before {
  background-color: transparent;
}

.sidebar-header-inverse {
  color: #616A78;
  background-color: #fff;
}
.sidebar-header-inverse .sidebar-toggle-fold::before {
  border-color: #616A78;
}
.sidebar-header-inverse a {
  color: #616A78;
}

.sidebar-folded .sidebar-header-inverse .sidebar-toggle-fold::before {
  background-color: #616A78;
}

.sidebar-footer {
  border-top: 1px solid rgba(97, 106, 120, 0.07);
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-footer > * {
  margin: 0 4px;
}
.sidebar-footer > *:first-child {
  margin-left: 0;
}
.sidebar-footer > *:last-child {
  margin-right: 0;
}

.sidebar-spacer-sm {
  height: 25px;
}

.sidebar-spacer {
  height: 50px;
}

.sidebar-spacer-lg {
  height: 75px;
}

.sidebar-open {
  overflow: hidden;
}
.sidebar-open .sidebar {
  position: fixed !important;
  left: 0 !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
}

.sidebar-folded .sidebar ~ .topbar,
.sidebar-folded .sidebar ~ main {
  margin-left: 80px;
}
.sidebar-folded .sidebar .hide-on-fold {
  display: none;
}
.sidebar-folded .sidebar .fade-on-fold {
  opacity: 0;
  transition: 0.5s;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) {
  width: 80px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 40px;
  height: 40px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  transform: scale(0.33);
  margin-left: -100px;
  margin-right: -100px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover {
  width: 260px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile .avatar {
  width: 85px;
  height: 85px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile .profile-info {
  transform: scale(1);
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile span.hello-profile {
  width: 100%;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile span.state-profile {
  clear: both;
  white-space: pre-line;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right).sidebar-sm:hover {
  width: 215px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right).sidebar-lg:hover {
  width: 300px;
}
.sidebar-folded .sidebar-icons-right {
  left: -180px;
}
.sidebar-folded .sidebar-icons-right:hover {
  left: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sidebar-folded .sidebar-icons-right.sidebar-sm {
  left: -135px;
}
.sidebar-folded .sidebar-icons-right.sidebar-lg {
  left: -220px;
}
.sidebar-folded .card-maximize {
  left: 80px;
}

.sidebar-folded .sidebar .hide-on-fold {
  display: initial;
}
.sidebar-folded .sidebar .fade-on-fold {
  opacity: 1;
}
.sidebar-folded .sidebar .title,
.sidebar-folded .sidebar .logo {
  margin-left: 8px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  transform: scale(1);
}
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 8px;
  flex-basis: 30px;
}
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .icon {
  margin-left: 8px;
}
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
}

.sidebar .menu-item.open .menu-submenu {
  display: block;
  margin-bottom: 20px;
}
.sidebar .menu-link {
  position: relative;
}
.sidebar .menu-link .title small {
  transition: 0.2s linear;
}
.sidebar .open .arrow::before {
  transform: rotate(90deg);
}

.sidebar-icons-boxed .sidebar-header .logo-icon {
  flex-basis: 40px;
}
.sidebar-icons-boxed .menu-link .icon {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.07);
  flex-basis: 40px;
  line-height: 40px;
  border-radius: 2px;
}
.sidebar-icons-boxed .menu-submenu .menu-link .icon {
  font-size: 13px;
  flex-basis: 30px;
  line-height: 30px;
}
.sidebar-icons-boxed .menu .active > .menu-link .icon {
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar-icons-boxed .menu-sub-submenu {
  padding-left: 50px;
}
.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
  margin-right: 13px;
}

.sidebar.sidebar-light .menu .dot::after {
  border-color: #2E7BFF;
  background-color: rgba(255, 255, 255, 0.26) !important;
}

.sidebar-icons-right .sidebar-header .logo-icon,
.sidebar-icons-right .sidebar-navigation .menu-link .icon,
.sidebar-icons-right .sidebar-navigation .menu-link .dot {
  order: 1;
}
.sidebar-icons-right .sidebar-navigation .menu-sub-submenu {
  padding-left: 0;
}

.sidebar-folded .sidebar .title,
.sidebar-folded .sidebar .logo {
  transition: 0.4s;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .title,
.sidebar-folded .sidebar:not(.sidebar-icons-right) .logo {
  margin-left: 20px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-boxed):not(.sidebar-icons-right) .sidebar-header,
.sidebar-folded .sidebar:not(.sidebar-icons-boxed):not(.sidebar-icons-right) .menu-link {
  padding-left: 17px;
}
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 20px;
  flex-basis: 40px;
}
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .dot {
  margin-left: 25px;
}

.sidebar-folded .sidebar:hover .hide-on-fold {
  display: initial;
}
.sidebar-folded .sidebar:hover .fade-on-fold {
  opacity: 1;
}
.sidebar-folded .sidebar:hover .title,
.sidebar-folded .sidebar:hover .logo {
  margin-left: 8px;
}
.sidebar-folded .sidebar:hover:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}
.sidebar-folded .sidebar:hover:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  transform: scale(1);
}
.sidebar-folded .sidebar:hover.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 8px;
  flex-basis: 30px;
}
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .icon {
  margin-left: 8px;
}
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
}

.sidebar-collapse .hidden-expand-down {
  display: none;
}
.sidebar-collapse ~ .topbar .sidebar-toggler {
  display: inline-block;
}
.sidebar-collapse .sidebar-toggle-fold {
  display: none;
}
.sidebar-collapse.sidebar {
  box-shadow: none;
  left: -260px;
}
.sidebar-collapse.sidebar ~ .topbar,
.sidebar-collapse.sidebar ~ main {
  margin-left: 0;
}
.sidebar-collapse.sidebar-sm {
  left: -215px;
}
.sidebar-collapse.sidebar-lg {
  left: -300px;
}

.sidebar-expand .hidden-expand-up {
  display: none;
}
.sidebar-expand ~ .topbar .sidebar-toggler {
  display: none;
}
.sidebar-expand.sidebar-iconic {
  width: 100px;
  overflow: visible;
}
.sidebar-expand.sidebar-iconic ~ .topbar,
.sidebar-expand.sidebar-iconic ~ main {
  margin-left: 100px;
}
.sidebar-expand.sidebar-iconic .menu-link {
  flex-direction: column;
  height: auto;
  padding-top: 12px;
  padding-bottom: 8px;
}
.sidebar-expand.sidebar-iconic .menu-link .title {
  flex-grow: 0;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0;
}
.sidebar-expand.sidebar-iconic .menu-link .icon {
  font-size: 20px;
  line-height: 36px;
}
.sidebar-expand.sidebar-iconic .menu-link .badge {
  position: absolute;
  top: 8px;
  right: 4px;
}
.sidebar-expand.sidebar-iconic .sidebar-header {
  justify-content: center;
}
.sidebar-expand.sidebar-iconic .sidebar-profile {
  padding: 20px;
}
.sidebar-expand.sidebar-iconic .sidebar-profile .avatar {
  width: 56px;
  height: 56px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm {
  width: 80px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand.sidebar-iconic.sidebar-sm ~ main {
  margin-left: 80px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link {
  padding-top: 8px;
  padding-bottom: 4px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .title {
  line-height: 29px;
  font-size: 12px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .icon {
  font-size: 16px;
  line-height: 29px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .badge {
  top: 4px;
  right: 2px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
  width: 40px;
  height: 40px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg {
  width: 120px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand.sidebar-iconic.sidebar-lg ~ main {
  margin-left: 120px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link {
  padding-top: 16px;
  padding-bottom: 12px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link .icon {
  font-size: 24px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link .badge {
  top: 12px;
  right: 8px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
  width: 76px;
  height: 76px;
}

@media (max-width: 575px) {
  .sidebar-expand-sm .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-sm ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-sm .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-sm.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-sm.sidebar ~ .topbar,
  .sidebar-expand-sm.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-sm.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-sm.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 576px) {
  .sidebar-expand-sm .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-sm ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-sm.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-sm.sidebar-iconic ~ .topbar,
  .sidebar-expand-sm.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-sm.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-sm.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-sm.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 767px) {
  .sidebar-expand-md .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-md ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-md .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-md.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-md.sidebar ~ .topbar,
  .sidebar-expand-md.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-md.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-md.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 768px) {
  .sidebar-expand-md .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-md ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-md.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-md.sidebar-iconic ~ .topbar,
  .sidebar-expand-md.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-md.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-md.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-md.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-md.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-md.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 991px) {
  .sidebar-expand-lg .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-lg ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-lg .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-lg.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-lg.sidebar ~ .topbar,
  .sidebar-expand-lg.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-lg.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-lg.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 992px) {
  .sidebar-expand-lg .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-lg ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-lg.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-lg.sidebar-iconic ~ .topbar,
  .sidebar-expand-lg.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-lg.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-lg.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-lg.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 1199px) {
  .sidebar-expand-xl .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-xl ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-xl .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-xl.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-xl.sidebar ~ .topbar,
  .sidebar-expand-xl.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-xl.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-xl.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 1200px) {
  .sidebar-expand-xl .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-xl ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-xl.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-xl.sidebar-iconic ~ .topbar,
  .sidebar-expand-xl.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-xl.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-xl.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-xl.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

.sidebar .menu-item:hover > .menu-link {
  color: #fff;
}
.sidebar .menu-item:hover > .menu-link .title small {
  opacity: 0.7;
}
.sidebar .menu-item.active > .menu-link {
  color: #fff;
}
.sidebar .menu-item.active > .menu-link .title small {
  opacity: 0.8;
}
.sidebar .menu > .menu-item:hover > .menu-link {
  background-color: rgba(255, 255, 255, 0.26);
}

.sidebar-profile {
  color: #fff;
}
.sidebar-profile h3, .sidebar-profile h4, .sidebar-profile h5, .sidebar-profile h6 {
  color: #fff;
}
.sidebar-profile h5 a {
  white-space: initial;
}

.sidebar-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-iconic .menu-item + .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #004289;
}

.sidebar.sidebar-dark {
  background-color: #242a33;
}
.sidebar.sidebar-dark .menu-submenu {
  background-color: #2b323b;
}

.sidebar.sidebar-light {
  scrollbar-color: rgba(225, 255, 255, 0.54) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  background-color: #fff;
  border-right: 2px solid #ebebeb;
  overflow: auto !important;
}

.sidebar.sidebar-light {
  overflow-y: auto !important;
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.sidebar.sidebar-light .sidebar-profile {
  color: #616A78;
  border-bottom-color: rgba(97, 106, 120, 0.07);
  white-space: initial;
}
.sidebar.sidebar-light .sidebar-profile h3, .sidebar.sidebar-light .sidebar-profile h4, .sidebar.sidebar-light .sidebar-profile h5, .sidebar.sidebar-light .sidebar-profile h6 {
  color: #37404D;
}
.sidebar.sidebar-light .sidebar-footer {
  border-top-color: rgba(97, 106, 120, 0.07);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu .menu-link .icon {
  background-color: rgba(0, 0, 0, 0.035);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu .active > .menu-link .icon {
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  color: #fff;
}
.sidebar.sidebar-light.sidebar-iconic .menu-item + .menu-item {
  border-top-color: rgba(97, 106, 120, 0.07);
}
.sidebar.sidebar-light .menu {
  /*.dot::after {
        border-color: lighten($color-text, 20%);
      }
  */
}
.sidebar.sidebar-light .menu li ul li ul {
  display: none;
}
.sidebar.sidebar-light .menu .menu-link {
  opacity: 1;
}
.sidebar.sidebar-light .menu .menu-link .title small {
  opacity: 0.7;
  color: #616A78;
}
.sidebar.sidebar-light .menu > .menu-item:hover > .menu-link .title small {
  opacity: 1;
}
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link .title small, .sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link .title small {
  color: #fff;
}
.sidebar.sidebar-light .menu-submenu {
  background-color: transparent;
}
.sidebar.sidebar-light .menu-submenu .menu-item:hover .menu-link,
.sidebar.sidebar-light .menu-submenu .menu-item.active .menu-link {
  color: #2E7BFF;
}
.sidebar.sidebar-light ul.menu-submenu-3 {
  display: none;
}
.sidebar.sidebar-light .menu-category {
  color: #000;
}
.sidebar.sidebar-light .menu-category::after {
  border-top-color: #fff;
}
.sidebar.sidebar-light .menu-divider {
  background-color: #000;
}

.sidebar .menu.menu-bordery > .menu-item > .menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  transition: 0.5s;
}

.sidebar .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(255, 255, 255, 0.26) !important;
  color: #fff !important;
}
.sidebar.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(46, 123, 255, 0.95);
}
.sidebar.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(46, 123, 255, 0.85);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #2E7BFF;
}
.sidebar .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #2E7BFF;
}
.sidebar.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #2E7BFF !important;
}
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #2E7BFF;
  border-color: #2E7BFF;
}

.sidebar.sidebar-color-special-1 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(199, 0, 100, 0.95);
}
.sidebar.sidebar-color-special-1.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(199, 0, 100, 0.85);
}
.sidebar.sidebar-color-special-1.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-1.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-1 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #C70064 !important;
}
.sidebar.sidebar-color-special-1 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-1 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #C70064;
  border-color: #C70064;
}

.sidebar.sidebar-color-special-2 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #FFCC00;
}
.sidebar.sidebar-color-special-2.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(255, 204, 0, 0.95);
}
.sidebar.sidebar-color-special-2.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(255, 204, 0, 0.85);
}
.sidebar.sidebar-color-special-2.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #FFCC00;
}
.sidebar.sidebar-color-special-2.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-2.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #FFCC00;
}
.sidebar.sidebar-color-special-2 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-2 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #FFCC00;
}
.sidebar.sidebar-color-special-2.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #FFCC00 !important;
}
.sidebar.sidebar-color-special-2 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-2 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #FFCC00;
  border-color: #FFCC00;
}

.sidebar.sidebar-color-special-3 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(201, 198, 0, 0.95);
}
.sidebar.sidebar-color-special-3.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(201, 198, 0, 0.85);
}
.sidebar.sidebar-color-special-3.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-3.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-3 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #C9C600 !important;
}
.sidebar.sidebar-color-special-3 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-3 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #C9C600;
  border-color: #C9C600;
}

.sidebar.sidebar-color-special-4 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(78, 175, 208, 0.95);
}
.sidebar.sidebar-color-special-4.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(78, 175, 208, 0.85);
}
.sidebar.sidebar-color-special-4.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-4.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-4 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #4EAFD0 !important;
}
.sidebar.sidebar-color-special-4 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-4 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #4EAFD0;
  border-color: #4EAFD0;
}

.sidebar.sidebar-color-special-5 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(119, 119, 119, 0.95);
}
.sidebar.sidebar-color-special-5.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(119, 119, 119, 0.85);
}
.sidebar.sidebar-color-special-5.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-5.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-5 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #777777 !important;
}
.sidebar.sidebar-color-special-5 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-5 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #777777;
  border-color: #777777;
}

.sidebar.sidebar-color-special-6 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(89, 66, 129, 0.95);
}
.sidebar.sidebar-color-special-6.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(89, 66, 129, 0.85);
}
.sidebar.sidebar-color-special-6.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-6.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-6 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #594281 !important;
}
.sidebar.sidebar-color-special-6 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-6 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #594281;
  border-color: #594281;
}

.topbar {
  padding: 0 18px;
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  justify-content: space-between;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  transition: margin-left 0.3s ease;
  background-color: #fff;
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
}
.topbar .col-md-4.pl-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
}
.topbar .container .topbar-left {
  margin-left: 0;
}
@media (max-width: 767px) {
  .topbar .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.topbar.topbar-unfix {
  position: absolute;
}
.topbar .form-control:focus,
.topbar .form-control.focused {
  box-shadow: none;
}

.BarraBus {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.BarraBus button {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.BarraBus span.typeahead__cancel-button {
  display: none;
}

.topbar-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
  padding: 0;
  text-align: center;
  color: rgba(97, 106, 120, 0.7);
  cursor: pointer;
  min-width: 95px;
  white-space: nowrap;
  border: none;
  border-top: 1px solid transparent;
  transition: 0.2s linear;
  position: relative;
  z-index: 991;
}
.topbar-btn:hover {
  color: #616a78;
  border-top-color: #004289;
}
.topbar-btn .nohover img:hover {
  border-top-color: medium none !important;
}
.topbar-btn .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.75rem;
}
.topbar-btn .material-icons {
  transform: translateY(6px);
  font-size: 26px;
}
.topbar-btn strong {
  font-weight: 500;
}
.topbar-btn img {
  max-height: 50px;
}

.topbar-brand {
  flex-shrink: 0;
}

.topbar .dropdown-menu,
.topbar .dropdown-grid {
  border: none;
  border-radius: 0;
  margin-top: -1px;
  top: 100%;
  border: 1px solid rgba(235, 235, 235, 0.4);
  border-top: 0;
  line-height: 1.625rem;
  overflow: hidden;
}
.topbar .dropdown-menu:not(.dropdown-grid) {
  min-width: 180px;
  max-width: 360px;
}
.topbar .dropdown.show .topbar-btn {
  color: #616a78;
  border-top-color: #004289;
}
.topbar .media-list {
  width: 358px !important;
}
.topbar .lookup-circle {
  padding-left: 12px;
  padding-right: 12px;
}
.topbar .lookup-circle::before {
  left: 12px;
}
.topbar .lookup-circle.lookup-right::before {
  left: auto;
  right: 12px;
}
.topbar .topbar-lookup-text {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(97, 106, 120, 0.4);
  cursor: text;
  transition: 0.7s;
}
.topbar .topbar-lookup-text:hover {
  color: rgba(97, 106, 120, 0.7);
}
.topbar .form-control {
  line-height: 24px;
}
.topbar p {
  margin-bottom: 0;
}

.topbar-divider,
.topbar-divider-full {
  border-left: 1px solid #d4d4d4;
  height: 20px;
  align-self: center;
  margin: 0 12px;
}

.topbar-divider-full {
  height: 50px;
}

.BarraBus .dropdown-menu.dropdown-grid.show {
  font-size: 14px !important;
  min-width: 110px !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 6px;
}

.topbar-center {
  display: flex;
  align-items: center;
}
.topbar-center .Logo-top {
  background: transparent url("../../img/brand/Logos/logo-header-nav.svg") center center no-repeat;
  width: 290px;
  height: 50px;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
}

.topbar-title {
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  align-self: center;
}

#SearchTopBar {
  max-width: 400px;
  float: left;
}
#SearchTopBar .lookup input:focus {
  /*width: 170px;*/
}
#SearchTopBar #btnBuscar {
  display: none;
  opacity: 0;
  font-size: 16px;
  position: absolute;
  top: 52%;
  right: 12px;
}

.sidebar-toggler,
.topbar-menu-toggler {
  font-size: 21px;
  background: 0 0;
  outline: none !important;
  float: left;
}
.sidebar-toggler i,
.topbar-menu-toggler i {
  font-style: normal;
  display: inline-block;
  transform: translateY(-2px);
}

.topbar-right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.topbar-btns {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
}
.topbar-btns .dropdown {
  flex-shrink: 0;
}
.topbar-btns .topbar-btn {
  font-size: 1.125rem;
  min-width: 38px;
  color: #ff2e7b;
  padding-right: 0;
}
.topbar-btns .topbar-btn.has-new {
  color: #616a78;
}
.topbar-btns .topbar-btn.has-new i {
  position: relative;
}
.topbar-btns .topbar-btn.has-new i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #f96868;
}
.topbar-btns .topbar-btn .avatar {
  margin-top: -6px;
}
.topbar-btns .media-list-divided + .dropdown-footer {
  border-top: 0;
}

.topbar-search::before {
  display: none;
}
.topbar-search input {
  border: none;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  z-index: 2;
}
.topbar-search .lookup-placeholder {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 12px;
  white-space: nowrap;
  opacity: 0.6;
  z-index: 1;
  transition: 0.5s;
}
.topbar-search .lookup-placeholder span {
  transition: 0.5s linear;
}
.topbar-search .lookup-placeholder i {
  margin-top: 2px;
}
.topbar-search:hover .lookup-placeholder {
  opacity: 0.8;
}
.topbar-search .form-control {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  padding-left: 38px;
}
.topbar-search .lookup-placeholder .ti-search {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  font-size: 16px;
  margin-right: 6px;
}
.topbar-search .tt-menu {
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.topbar-search .tt-dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
}

.topbar-inverse .topbar-search {
  color: #fff;
}

@media (max-width: 767px) {
  .topbar-title {
    margin-left: 0;
    font-size: 1.375rem;
    font-weight: 400;
  }
}
#TopBrand img.logo-topbar {
  width: 70px;
}

#TopBarLeft {
  width: 30%;
}
#TopBarLeft #BasicLookup {
  width: 100%;
}
#TopBarLeft #BasicLookup #SearchTopBar {
  width: 100%;
}
#TopBarLeft #BasicLookup #SearchTopBar .lookup {
  width: 100%;
}

#TopBarRight #TopAccess ul li span {
  margin: 5px 15px 0;
  display: block;
  float: left;
  padding: 0;
  min-width: 22px;
  margin-left: 15px;
}
#TopBarRight #TopAccess span {
  margin: 13px 0 0;
  display: block;
  float: left;
  padding: 0;
  min-width: 22px;
  margin-left: 15px;
}
#TopBarRight #TopAccess .ti-layout-grid3-alt.text-secondary.fs-18 {
  margin-top: 14px;
  float: left;
  margin-left: 10px;
}

@media (max-width: 991px) {
  #SearchTopBar {
    width: 70%;
    padding-top: 7px;
  }
}
.topbar .menu {
  margin-left: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}
.topbar .menu-item {
  position: relative;
  display: inline-block;
}
.topbar .menu-item:hover > .menu-link, .topbar .menu-item.active > .menu-link {
  color: #616a78;
  border-top-color: #004289;
}
.topbar .menu-link {
  height: 50px;
  color: rgba(97, 106, 120, 0.7);
  border-top: 2px solid transparent;
}
.topbar .menu-link .icon,
.topbar .menu-link .dot {
  flex-basis: 16px;
}
.topbar .menu-link .title small {
  opacity: 1;
}
.topbar .menu-link .arrow::before {
  content: "\e64b";
}
.topbar .menu-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.topbar .menu-submenu .menu-item {
  display: block;
}
.topbar .menu-submenu .menu-item:hover .menu-sub-submenu {
  display: block;
}
.topbar .menu-submenu .menu-item:hover > .menu-link {
  color: #616A78;
  background-color: #f9fafb;
}
.topbar .menu-submenu .menu-item.active > .menu-link {
  color: #616A78;
  background-color: #f9fafb;
}
.topbar .menu-submenu .menu-item .icon,
.topbar .menu-submenu .menu-item .dot {
  margin-left: 6px;
}
.topbar .menu-submenu .menu-link {
  height: 32px;
  border-top: none;
  opacity: 1;
}
.topbar .menu-submenu .menu-link .arrow::before {
  content: "\e649";
}
.topbar .menu-submenu .dot::after {
  border-color: #616A78;
}
.topbar .menu-sub-submenu {
  position: absolute;
  top: -4px;
  left: 100%;
  display: none;
  background-color: #fff;
  min-width: 200px;
  padding-left: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
}
.topbar .menu-sub-submenu .menu-item {
  padding-left: 0;
  opacity: 1;
}
.topbar .menu-category,
.topbar .menu-divider {
  display: none;
}

.topbar-expand .hidden-expand-up {
  display: none;
}
.topbar-expand .topbar-menu-toggler {
  display: none;
}
.topbar-expand.topbar .menu-item:hover .menu-submenu {
  display: block;
}
.topbar-expand.topbar .menu-submenu .menu-item {
  margin: 4px;
}

@media (max-width: 575px) {
  .topbar-expand-sm .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 576px) {
  .topbar-expand-sm .hidden-expand-up {
    display: none;
  }
  .topbar-expand-sm .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-sm.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-sm.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 767px) {
  .topbar-expand-md .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 768px) {
  .topbar-expand-md .hidden-expand-up {
    display: none;
  }
  .topbar-expand-md .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-md.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-md.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 991px) {
  .topbar-expand-lg .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 992px) {
  .topbar-expand-lg .hidden-expand-up {
    display: none;
  }
  .topbar-expand-lg .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-lg.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-lg.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 1199px) {
  .topbar-expand-xl .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 1200px) {
  .topbar-expand-xl .hidden-expand-up {
    display: none;
  }
  .topbar-expand-xl .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-xl.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-xl.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

.topbar-menu-open {
  overflow: hidden;
}
.topbar-menu-open .topbar-navigation {
  left: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

#TopBarRight {
  display: inline-flex;
  line-height: 220%;
}

.CSession .dropdown-item:hover,
.CSession .dropdown-item:focus, #TopAccess .dropdown-item:hover,
#TopAccess .dropdown-item:focus {
  background-color: transparent;
}

.CSession .dropdown-item {
  border-radius: 20px;
  border: 1px solid #fff;
  width: 140px;
  margin: 10px auto 5px;
  padding: 4px;
  font-size: 12px;
  color: #fff;
  background-color: rgb(255, 46, 123);
  background-color: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background-color: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background-color: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.CSession .dropdown-item .dia-num,
.CSession .dropdown-item .dia-text {
  height: 21px;
  line-height: 26px;
}
.CSession .dropdown-item:hover {
  background-color: #f9fafb;
  color: #004289;
  border-color: #dae0e5;
}

.topbar-secondary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  height: 81px;
}
.topbar-secondary .topbar-btn {
  line-height: 80px;
  border-top: none;
}
.topbar-secondary .topbar-btn.has-new i::after {
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border: none;
}
.topbar-secondary .topbar-btn i {
  font-size: 20px;
}
.topbar-secondary .dropdown.show .topbar-btn,
.topbar-secondary .topbar-btn:hover {
  background-color: #2E7BFF;
}
.topbar-secondary .dropdown.show .logo-topbar {
  background: transparent url("rps_suraintranetcm_v70/opensite/SuraIntranetCM/assets/img/brand/Logos/logo_sura.svg") no-repeat center center;
}
.topbar-secondary .dropdown-menu {
  border: none;
  box-shadow: none;
  transition: none;
  margin-top: 0 !important;
}
.topbar-secondary .dropdown-menu::before, .topbar-secondary .dropdown-menu::after {
  display: none;
}
.topbar-secondary .dropdown:hover .topbar-btn {
  background-color: #2E7BFF;
}
.topbar-secondary .dropdown-item {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
.topbar-secondary .dropdown-item:hover, .topbar-secondary .dropdown-item:focus {
  background-color: transparent;
}
.topbar-secondary .dropdown-divider {
  background-color: rgba(0, 0, 0, 0.05);
}
.topbar-secondary .menu-link {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 80px;
  border-top: none;
}
.topbar-secondary .menu-link .title {
  font-weight: 500;
  letter-spacing: 1.5px;
}
.topbar-secondary .menu-submenu .menu-link {
  height: 38px;
}
.topbar-secondary .dropdown-menu,
.topbar-secondary .menu > .menu-item:hover,
.topbar-secondary .menu > .menu-item.active,
.topbar-secondary .menu-submenu,
.topbar-secondary .menu-sub-submenu {
  background-color: #2E7BFF;
}
.topbar-secondary .menu-item.active > .menu-link,
.topbar-secondary .menu-item:hover > .menu-link {
  color: #616A78;
  background-color: transparent !important;
}
.topbar-secondary .menu-submenu,
.topbar-secondary .menu-sub-submenu {
  box-shadow: none;
}
.topbar-secondary .menu-submenu .title,
.topbar-secondary .menu-sub-submenu .title {
  letter-spacing: 1px;
}
.topbar-secondary .menu-sub-submenu {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
}

.topbar-inverse {
  background-color: #3f4a59;
}
.topbar-inverse .topbar-title,
.topbar-inverse .sidebar-toggler,
.topbar-inverse .topbar-menu-toggler {
  color: white;
}
.topbar-inverse .topbar-btn {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .topbar-btn:hover,
.topbar-inverse .dropdown.show .topbar-btn {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .topbar-divider {
  border-left-color: rgba(255, 255, 255, 0.08);
}
.topbar-inverse .topbar-btns .topbar-btn.has-new {
  color: white;
}
.topbar-inverse .topbar-btns .topbar-btn.has-new i::after {
  border: none;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
}
.topbar-inverse .lookup-circle::before {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.topbar-inverse .lookup-circle input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.topbar-inverse .lookup-circle input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .menu > .menu-item > .menu-link {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .menu > .menu-item:hover > .menu-link, .topbar-inverse .menu > .menu-item.active > .menu-link {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.topbar-inverse.topbar-secondary .dropdown-menu,
.topbar-inverse.topbar-secondary .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary .menu > .menu-item.active,
.topbar-inverse.topbar-secondary .menu-submenu,
.topbar-inverse.topbar-secondary .menu-sub-submenu,
.topbar-inverse.topbar-secondary .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary .topbar-btn:hover {
  background-color: #3b4553;
}
.topbar-inverse.topbar-secondary .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary .dropdown-item:hover, .topbar-inverse.topbar-secondary .dropdown-item:focus {
  color: white;
  background-color: #394350;
}
.topbar-inverse.topbar-secondary .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.07);
}
.topbar-inverse.topbar-secondary .menu-item:hover > .menu-link,
.topbar-inverse.topbar-secondary .menu-item.active > .menu-link {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary .menu-link {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-1 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-1 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-1 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-1 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-1 .topbar-btn:hover {
  background-color: #bd005f;
}
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-1 .dropdown-item:focus {
  background-color: #b8005c;
}
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-2 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-2 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-2 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-2 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-2 .topbar-btn:hover {
  background-color: #f5c400;
}
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-2 .dropdown-item:focus {
  background-color: #f0c000;
}
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-3 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-3 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-3 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-3 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-3 .topbar-btn:hover {
  background-color: #bfbc00;
}
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-3 .dropdown-item:focus {
  background-color: #bab700;
}
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-4 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-4 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-4 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-4 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-4 .topbar-btn:hover {
  background-color: #46abce;
}
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-4 .dropdown-item:focus {
  background-color: #42aacd;
}
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-5 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-5 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-5 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-5 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-5 .topbar-btn:hover {
  background-color: #727272;
}
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-5 .dropdown-item:focus {
  background-color: #6f6f6f;
}
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-6 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-6 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-6 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-6 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-6 .topbar-btn:hover {
  background-color: #543f7a;
}
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-6 .dropdown-item:focus {
  background-color: #523d77;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.aside {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  padding-top: 50px;
  z-index: 991;
  transform: translateZ(0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}
.aside ~ .header,
.aside ~ .main-content,
.aside ~ .site-footer {
  margin-left: 250px;
}
.aside > .nav-tabs {
  margin-bottom: 0;
}
.aside-open .aside {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07) !important;
}

.aside-sm {
  width: 200px;
}
.aside-sm ~ .header,
.aside-sm ~ .main-content,
.aside-sm ~ .site-footer {
  margin-left: 200px;
}

.aside-lg {
  width: 300px;
}
.aside-lg ~ .header,
.aside-lg ~ .main-content,
.aside-lg ~ .site-footer {
  margin-left: 300px;
}

.aside-open .aside {
  left: 0 !important;
}

.aside-body {
  padding: 20px 0;
  height: 100%;
}

.aside-block {
  padding: 0 20px;
}

.aside-title {
  color: #004289;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.65;
}

.aside-toggler {
  display: none;
  background-color: #fff;
  height: 48px;
  width: 24px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border: 1px solid #ebebeb;
  border-left: none;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -24px;
  font-family: themify;
  padding-left: 2px;
  color: #788394;
  cursor: pointer;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07);
}
.aside-toggler:focus {
  outline: none;
}
.aside-toggler::before {
  content: "\e649";
  transition: 0.3s linear;
}

.aside-open .aside-toggler::before {
  display: inline-block;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .aside-toggler {
    height: 36px;
    width: 18px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    right: -18px;
    margin-top: -18px;
    font-size: 0.875rem;
  }
}
.aside-collapse .aside-toggler {
  display: inline-block;
}
.aside-collapse.aside {
  left: -250px;
  box-shadow: none;
}
.aside-collapse.aside ~ .header,
.aside-collapse.aside ~ .main-content,
.aside-collapse.aside ~ .site-footer {
  margin-left: 0;
}
.aside-collapse.aside-sm {
  left: -200px;
}
.aside-collapse.aside-lg {
  left: -300px;
}

@media (max-width: 575px) {
  .aside-expand-sm .aside-toggler {
    display: inline-block;
  }
  .aside-expand-sm.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-sm.aside ~ .header,
  .aside-expand-sm.aside ~ .main-content,
  .aside-expand-sm.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-sm.aside-sm {
    left: -200px;
  }
  .aside-expand-sm.aside-lg {
    left: -300px;
  }
}
@media (max-width: 767px) {
  .aside-expand-md .aside-toggler {
    display: inline-block;
  }
  .aside-expand-md.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-md.aside ~ .header,
  .aside-expand-md.aside ~ .main-content,
  .aside-expand-md.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-md.aside-sm {
    left: -200px;
  }
  .aside-expand-md.aside-lg {
    left: -300px;
  }
}
@media (max-width: 991px) {
  .aside-expand-lg .aside-toggler {
    display: inline-block;
  }
  .aside-expand-lg.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-lg.aside ~ .header,
  .aside-expand-lg.aside ~ .main-content,
  .aside-expand-lg.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-lg.aside-sm {
    left: -200px;
  }
  .aside-expand-lg.aside-lg {
    left: -300px;
  }
}
@media (max-width: 1199px) {
  .aside-expand-xl .aside-toggler {
    display: inline-block;
  }
  .aside-expand-xl.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-xl.aside ~ .header,
  .aside-expand-xl.aside ~ .main-content,
  .aside-expand-xl.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-xl.aside-sm {
    left: -200px;
  }
  .aside-expand-xl.aside-lg {
    left: -300px;
  }
}
#FooterPage {
  background-color: #fff;
  border-top: 1px solid #f1f2f3;
  padding: 12px 30px;
  font-size: 12px;
  height: 40px;
}
#FooterPage b {
  color: #004289;
}
#FooterPage p {
  margin-bottom: 0;
  font-weight: 400;
}
#FooterPage a {
  color: #788394;
}
#FooterPage a:hover {
  color: #004289;
}
#FooterPage #FooterPre {
  display: none;
  background-color: #fff;
  font-size: 12px;
  color: #788394;
  border-bottom: 1px solid #f1f2f3;
  height: 50px;
}
#FooterPage #FooterContent {
  background-color: #fff;
  font-size: 12px;
  color: #788394;
  height: 40px;
}

.card {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card > .table-responsive .table,
.card > .table {
  margin-bottom: 0;
}
.card > .table-responsive .table tr td:first-child,
.card > .table-responsive .table tr th:first-child,
.card > .table tr td:first-child,
.card > .table tr th:first-child {
  padding-left: 20px;
}
.card > .table-responsive .table tr td:last-child,
.card > .table-responsive .table tr th:last-child,
.card > .table tr td:last-child,
.card > .table tr th:last-child {
  padding-right: 20px;
}
.card .card-hover-show {
  opacity: 0;
  transition: 0.3s linear;
}
.card:hover .card-hover-show {
  opacity: 1;
}

.card > .alert,
.card-content > .alert {
  border-radius: 0;
  margin-bottom: 0;
}
.card > .callout,
.card-content > .callout {
  margin-bottom: 0;
}
.card > .nav-tabs,
.card-content > .nav-tabs {
  margin-bottom: 0;
}

.card-title {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 7px 20px;
  border-bottom: 1px solid #f1f2f3;
}
.card-title a {
  color: #37404D;
}
.card-title strong,
.card-title b {
  font-weight: 400;
}

.h6.card-title, h6.card-title {
  font-size: 12.5px;
}

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

.h4.card-title, h4.card-title {
  font-size: 16px;
}

.h3.card-title, h3.card-title {
  font-size: 18px;
}

.h2.card-title, h2.card-title {
  font-size: 20px;
}

.h1.card-title, h1.card-title {
  font-size: 22px;
}

.card-title-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid #f1f2f3;
}
.card-header::after {
  display: none;
}
.card-header > * {
  margin-left: 8px;
  margin-right: 8px;
}
.card-header > *:first-child {
  margin-left: 0;
}
.card-header > *:last-child {
  margin-right: 0;
}
.card-header.card-header-sm {
  padding-top: 8px;
  padding-bottom: 4px;
}
.card-header.card-header-sm .card-title {
  font-size: 0.9375rem;
}
.card-header .card-title {
  padding: 0;
  border: none;
}
.card-header progress,
.card-header input {
  margin-bottom: 0;
}
.card-header .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.card-header-actions {
  display: flex;
  align-items: center;
  margin: -4px;
}
.card-header-actions > * {
  margin: 4px;
}

.card-footer {
  background-color: white;
  color: #004289;
  padding: 10px 20px;
  border: none;
}
.card-footer > *:last-child {
  margin-bottom: 0;
}

.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
}
.card-controls li > a {
  font-family: themify;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #004289;
  opacity: 0.8;
  transition: 0.3s linear;
}
.card-controls li > a:hover {
  color: #004289;
}
.card-controls li:first-child > a {
  margin-right: 0;
}
.card-controls .dropdown.show > a {
  color: #004289;
}
.card-controls [data-toggle=dropdown],
.card-controls .card-btn-reload {
  font-size: 14px;
}

.card-btn-close::before {
  content: "\e646";
}

.card-btn-slide::before {
  content: "\e648";
}

.card-btn-maximize::before {
  content: "\e6e8";
}

.card-btn-fullscreen::before {
  content: "\e659";
}

.card-btn-prev::before {
  content: "\e64a";
}

.card-btn-next::before {
  content: "\e649";
}

.card-carousel .card-footer .carousel-indicators-outside {
  padding: 6px 0;
}

.card-body > *:last-child {
  margin-bottom: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  border-radius: 0;
}

.card-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.card-loading.reveal {
  opacity: 1;
  z-index: auto;
}

.card-inverse {
  color: #fff !important;
  background-color: #465161;
}
.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6,
.card-inverse .card-title,
.card-inverse small,
.card-inverse .card-controls li > a {
  color: #fff !important;
}
.card-inverse .card-title small {
  opacity: 0.8;
}
.card-inverse .card-btn-more::before,
.card-inverse .card-btn-more::after {
  border-color: #fff;
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-action {
  border-color: rgba(255, 255, 255, 0.15);
}

.card-special-1 {
  background-color: #C70064;
}
.card-special-1.card-bordered {
  border-color: #C70064;
}

.card-special-2 {
  background-color: #FFCC00;
}
.card-special-2.card-bordered {
  border-color: #FFCC00;
}

.card-special-3 {
  background-color: #C9C600;
}
.card-special-3.card-bordered {
  border-color: #C9C600;
}

.card-special-4 {
  background-color: #4EAFD0;
}
.card-special-4.card-bordered {
  border-color: #4EAFD0;
}

.card-special-5 {
  background-color: #777777;
}
.card-special-5.card-bordered {
  border-color: #777777;
}

.card-special-6 {
  background-color: #594281;
}
.card-special-6.card-bordered {
  border-color: #594281;
}

.card-outline-special-1 {
  background-color: #fff;
  border: 1px solid #C70064;
}

.card-outline-special-2 {
  background-color: #fff;
  border: 1px solid #FFCC00;
}

.card-outline-special-3 {
  background-color: #fff;
  border: 1px solid #C9C600;
}

.card-outline-special-4 {
  background-color: #fff;
  border: 1px solid #4EAFD0;
}

.card-outline-special-5 {
  background-color: #fff;
  border: 1px solid #777777;
}

.card-outline-special-6 {
  background-color: #fff;
  border: 1px solid #594281;
}

.card-bordered {
  border: 1px solid #ebebeb;
}

.card-shadowed {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.card-hover-shadow:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.card-transparent {
  background-color: transparent;
}

.card-round {
  border-radius: 4px;
}

.card-maximize {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 900;
  transition: left 0.3s ease;
}
.card-maximize .card-btn-maximize {
  color: #004289;
}

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 998;
}
.card-fullscreen .card-btn-fullscreen {
  color: #004289;
}

.card-slided-up .card-content {
  display: none;
}
.card-slided-up .card-btn-slide::before {
  content: "\e64b";
}

.card-columns {
  margin-bottom: 30px;
}

@media (min-width: 0) {
  .card-group .card + .card {
    border-left: 1px solid #f1f2f3;
  }
}
.CortarTxt .card-body .tit {
  height: 46px;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.CortarTxt .card-body .res {
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

.CortarTxt .tit {
  height: 46px;
  overflow: hidden;
  margin-bottom: 20px;
}
.CortarTxt .res {
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .CortarTxt .card-body .tit {
    height: auto;
  }
  .CortarTxt .card-body .res {
    height: auto;
  }
  .CortarTxt .tit {
    height: auto;
  }
  .CortarTxt .res {
    height: auto;
  }
}
.quickview {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 300px;
  max-width: calc(100% - 50px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  z-index: 999;
  transform: translateZ(0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}
.quickview.quickview-sm {
  width: 220px;
  right: -220px;
}
.quickview.quickview-lg {
  width: 420px;
  right: -420px;
}
.quickview.quickview-xl {
  width: 640px;
  right: -640px;
}
.quickview.quickview-xxl {
  width: 860px;
  right: -860px;
}
.quickview.reveal {
  right: 0;
  box-shadow: 5px 0px 13px 3px rgba(0, 0, 0, 0.1);
}
.quickview.backdrop-light + .backdrop-quickview {
  background-color: rgba(255, 255, 255, 0.7);
}
.quickview.backdrop-dark + .backdrop-quickview {
  background-color: rgba(0, 0, 0, 0.5);
}
.quickview > .nav-tabs {
  margin-bottom: 0;
  height: 50px;
}

.quickview-body {
  flex: 1;
}

.quickview-block {
  padding: 20px;
  width: 100%;
}

.quickview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  min-height: 50px !important;
  border-bottom: 1px solid #ebebeb;
}
.quickview-header .close {
  margin-left: 16px;
  font-size: 16px;
}
.quickview-header.nav-tabs {
  padding: 0;
}
.quickview-header .nav-link {
  height: 50px;
  line-height: 44px;
  padding-top: 6px;
  padding-bottom: 0;
}

.quickview-header-lg {
  height: 80px;
}
.quickview-header-lg .nav-link {
  height: 50px;
  line-height: 74px;
}

.quickview-title {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.quickview-footer {
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 50px;
  background-color: #fcfdfe;
  border-top: 1px solid #f1f2f3;
}
.quickview-footer .row {
  flex: 1;
}
.quickview-footer > *:not(.row) {
  margin: 0 4px;
}
.quickview-footer a:not(.btn) {
  display: inline-block;
  padding: 0.75rem 0.5rem;
  color: #004289;
}
.quickview-footer a:not(.btn):hover {
  color: #37404D;
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #ebebeb;
}
.header > .container {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.header > .container .header-info,
.header > .container .header-action,
.header > .container .header-bar {
  padding-left: 0;
  padding-right: 0;
}
.header, .header.bg-img {
  z-index: 2;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 30px;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f3;
}
.header-bar > * {
  margin-bottom: 0;
}

.header-title {
  font-weight: 100;
  font-family: Roboto, sans-serif;
  color: #616a78;
}
.header-title strong {
  font-weight: 300;
}
.header-title small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.7;
  padding-top: 16px;
}

.header-info {
  margin: 50px 0;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .header-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.header-info .left {
  flex: 1;
}
.header-info .breadcrumb-item::before {
  color: rgba(97, 106, 120, 0.7);
}
.header-info .breadcrumb-item.active {
  color: #616a78;
}
.header-info .breadcrumb-item a {
  color: rgba(97, 106, 120, 0.7);
}
.header-info .breadcrumb-item a:hover {
  color: #616a78;
}

.header-action {
  position: relative;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.header-action .nav {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  border-bottom: none;
  /*
  @include media-down(sm) {
    overflow-x: auto;
  }
  */
}
.header-action .nav-link {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.75rem 1rem 1rem;
  border-bottom: 3px solid transparent;
  color: rgba(97, 106, 120, 0.7);
  background-color: transparent !important;
}
.header-action .nav-link.active, .header-action .nav-link:hover {
  color: #616a78;
  border-bottom-color: #004289;
}
.header-action .nav-link + .nav-link {
  margin-left: 0;
}
.header-action .nav-link i {
  margin-right: 4px;
}
.header-action .nav-link small {
  color: inherit;
  vertical-align: bottom;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header-action .nav-link {
    padding: 0.5rem 0.75rem 0.75rem;
  }
}
.header-action .dropdown-menu {
  margin-top: 0;
}
.header-action .dropdown.show .nav-link {
  color: #616a78;
  border-bottom-color: #004289;
}
.header-action .nav-item {
  margin-bottom: 0;
}
.header-action .nav-tabs .nav-link {
  transition: 0.2s linear;
}
.header-action .buttons {
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translateY(50%);
}
.header-action .buttons .btn {
  margin-left: 4px;
}

.header-transparent {
  background-color: transparent;
  border-bottom: none;
}

.header-inverse {
  background-color: #3f4a59;
}
.header-inverse .header-info .header-title {
  color: white;
}
.header-inverse .header-info .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .header-info .breadcrumb-item.active {
  color: white;
}
.header-inverse .header-info .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .header-info .breadcrumb-item a:hover {
  color: white;
}
.header-inverse .header-action .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .header-action .nav-link.active, .header-inverse .header-action .nav-link:hover {
  color: white;
  border-bottom-color: #004289;
}
.header-inverse .header-action .dropdown.show .nav-link {
  color: white;
}
.header-inverse[class*=bg-] .header-action .nav-link.active, .header-inverse[class*=bg-] .header-action .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.header-inverse[class*=bg-] .header-action .dropdown.show .nav-link {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle::before {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.header-inverse .lookup-circle input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-inverse .lookup-circle input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .page-info {
    flex-direction: column;
    margin-top: 2rem;
  }
  .page-info > div {
    width: 100%;
    margin: 0.5rem 0;
  }
  .page-info .header-search::before {
    right: 24px;
  }
  .page-action nav a {
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
  }
}
#TopAccess .dropdown-menu {
  border: none;
  border-radius: 10px;
  margin-top: -1px;
  top: 100%;
  border: 1px solid rgba(235, 235, 235, 0.4);
  border-top: 0;
  line-height: 1.625rem;
  overflow: hidden;
  width: 265px;
  left: -220px !important;
}
#TopAccess iframe {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 242px !important;
}
#TopAccess ul li a {
  background-color: #f8f8f8 !important;
  border: medium none !important;
  color: #788394 !important;
  font-size: 12px !important;
  border-radius: 10rem;
  width: auto;
  height: 34px;
  background-size: 19%;
  line-height: 35px;
  padding: 11px 20px;
  margin: 0 4px;
}
#TopAccess ul li a:hover {
  background-color: #f9fafb !important;
  color: #004289 !important;
}

.logo-login {
  width: 180px;
  height: 180px;
}

.fg-bg-type-image {
  -webkit-animation-name: cool-effect;
  -moz-animation-name: cool-effect;
  animation-name: cool-effect;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

@-webkit-keyframes cool-effect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@-moz-keyframes cool-effect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes cool-effect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#Perfil #OpensiteControlPerfilInformacionascx_pnlPerfilInfo {
  padding: 0;
}
#Perfil #OpensiteControlPerfilInformacionascx_pnlPerfilInfo .table td,
#Perfil #OpensiteControlPerfilInformacionascx_pnlPerfilInfo .table th {
  padding: 10px 4%;
  vertical-align: top;
  border-top: none !important;
  min-width: 130px;
  display: block;
  float: left;
}
#Perfil #OpensiteControlPerfilInformacionascx_pnlPerfilInfo .table td span#valorCampoeml_usuario,
#Perfil #OpensiteControlPerfilInformacionascx_pnlPerfilInfo .table th span#valorCampoeml_usuario {
  color: #2E7BFF;
}
#Perfil header.card-header {
  display: none;
}
#Perfil .nav-link.active {
  color: #fff !important;
}
#Perfil .nav-link.active:hover {
  color: #fff !important;
}
#Perfil .nav-link {
  color: #a5b3c7 !important;
}
#Perfil .nav-link:hover {
  color: #fff !important;
  background-color: #004289;
}
#Perfil .text-data-secondary span {
  font-size: 12px;
}
#Perfil .tab-perfil {
  min-height: 40.5vh;
  max-height: 85.5vh;
}
#Perfil .card-perfil {
  min-height: 44vh;
  max-height: 94.7vh;
}
#Perfil .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}
#Perfil .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}
#Perfil .gallery .img {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem 0;
  height: 50vh;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
}
#Perfil .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Perfil .text-perfil-usuario {
  text-align: center;
}
#Perfil .text-perfil-usuario h5 {
  margin-bottom: 0;
}
#Perfil .img-perfil-dest {
  height: 140px;
  width: 100%;
  position: relative;
  text-align: center;
}
#Perfil .img-perfil-dest a {
  position: absolute;
  display: flex;
  bottom: -52px;
  left: 38.5%;
}
#Perfil .data-perfil-num {
  width: 32px;
  height: 32px;
  border: 2px solid grey;
  border-radius: 45px;
}
#Perfil .dataTables_empty {
  height: auto;
}
#Perfil .dataTables_wrapper,
#Perfil #tblSiguiendo,
#Perfil #tblMeSiguen {
  height: 54vh;
  overflow-y: scroll;
}
#Perfil .file-group i {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding-top: 0;
  color: #fff;
  background-color: #2e7bff !important;
}
#Perfil .borde-btn {
  border-radius: 20px;
  border: none;
  width: 170px;
  margin: 0 auto;
  background-color: #fff;
  padding: 7px;
  position: relative;
  z-index: 2;
  color: #616a78;
}
#Perfil .container {
  position: relative;
}
#Perfil .container .hr {
  height: 1px;
  position: absolute;
  top: 17px;
  width: 100%;
  left: 0;
  background-color: #d4d4d4;
  z-index: 1;
}
#Perfil #TabContent .media-body a.hover-terciario,
#Perfil #TabContent .CMCumpleNombreApe a {
  color: #004289 !important;
}
#Perfil .descrip.estado2 {
  font-size: 16px;
  margin-bottom: 134px;
  color: #004289;
  display: block;
  font-weight: 500;
  width: 170px;
  padding: 7px;
  background-color: #f5f6f7;
  margin: 0 auto 20px;
  border-radius: 20px;
}
#Perfil span#valorCampoInformacion16 {
  color: #929daf;
}
#Perfil .img-perfil-dest #demo-basic {
  position: absolute;
  display: flex;
  bottom: -92px;
  left: auto;
}
#Perfil .img-perfil-dest #demo-basic .avatar-xxl {
  height: 85px;
  width: 85px;
  background-color: #e2e8ea;
}
#Perfil .img-perfil-dest #demo-basic .file-group i {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding-top: 0;
  color: #fff;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 24px;
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
#Perfil .file-group.file-group-inline button {
  padding: 5px !important;
  background-color: transparent;
}

#Perfil .table tr:nth-child(2),
#Perfil .table tr:nth-child(4),
#Perfil .table tr:nth-child(6),
#Perfil .table tr:nth-child(8),
#Perfil .table tr:nth-child(10),
#Perfil .table tr:nth-child(12) {
  background-color: #f9fafb;
}

#headerBuscador h4#titleBuscador {
  display: none;
}
#headerBuscador .card-header-actions.lookup {
  width: 50%;
}
#headerBuscador .lookup.no-icon input {
  padding-left: 43px;
  width: 100%;
}
#headerBuscador button#btnBuscar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
}

#Buscador-general .typeahead__container {
  position: relative;
}
#Buscador-general .typeahead__container .typeahead__query .typeahead__cancel-button {
  display: none;
}
#Buscador-general .typeahead__container .typeahead__query input#txtBuscarOpsInterior {
  color: #616a78;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  width: 100%;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 18px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none !important;
  transition: 0.5s;
}
#Buscador-general .typeahead__container .typeahead__button {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
}
#Buscador-general .typeahead__container .typeahead__button button {
  color: #2e7bff !important;
  font-size: 16px;
  border: none;
  background-color: transparent;
  height: 36px;
  line-height: 36px;
  margin-left: 8px;
}
#Buscador-general .head-hashtag i {
  display: none;
}

#Perfil .tab-content.tab-perfil {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f3f7 !important;
  padding: 0;
}
#Perfil .tab-content2 .tab-pane2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f3f7 !important;
  padding: 0;
}
#Perfil #MisPuntosTotal .MisPuntos.ContadorTotal {
  background-color: white;
  padding: 4%;
  margin: 4%;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#Perfil #MisPuntosTotal .MisPuntos.ContadorTotal .Titulo {
  color: #004289;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#Perfil #MisPuntosTotal .MisPuntos.ContadorTotal .Conteo {
  color: #2e7bff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
#Perfil #MisPuntosTotal .SubTitulo {
  color: #004289;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  margin: 3%;
  padding: 1rem;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Logo {
  background: #2e7bff url("/assets/img/icon/icocoup.png") no-repeat center 13px;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 10px;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Fecha {
  text-align: left;
  display: block;
  margin-top: 7px;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Detalle {
  color: #004289;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Numero {
  font-size: 38px;
  font-weight: bold;
  text-align: right;
  float: right;
  margin-top: -26px;
  letter-spacing: -1px;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Categoria.agrega,
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Numero.agrega {
  color: #004289;
}
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Categoria.quita,
#Perfil #MisPuntosTotal .Listado .MisPuntosDetalleElemento .Numero.quita {
  color: #ff3b2c;
}

#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  margin: 3%;
  padding: 1rem;
  position: relative;
}
#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento .foto {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento .foto img {
  width: 100%;
}
#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento .nombres {
  width: 88%;
  text-align: left;
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
  color: #404e5a;
}
#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento .cargo {
  color: #404e5a;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento area {
  color: #567085;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
#Perfil #MisPuntosTop10 .Listado .MisPuntosTop10DetalleElemento .numero {
  color: #004289;
  font-size: 38px;
  font-weight: bold;
  text-align: right;
  float: right;
  margin-top: 0;
  letter-spacing: 0;
  position: absolute;
  right: 3%;
  top: 31px;
}

#Perfil .acordeon {
  background-color: white;
  margin: 3%;
}
#Perfil .acordeon .row {
  margin-right: 0px;
  margin-left: 0;
  display: block;
  cursor: pointer;
  border-radius: 6px;
}
#Perfil .acordeon .row .acordeon__titulo {
  margin: 0;
}
#Perfil .acordeon .row .acordeon__titulo p {
  color: #004289;
  font-weight: bold;
  background: transparent url("/assets/img/icon/icopsig.png") no-repeat 97% center;
  margin: 0;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
#Perfil .acordeon .row .acordeon__contenido {
  margin: 0;
  padding: 1rem;
}

#Perfil #mispuntos ul {
  display: flex;
  justify-content: center;
  background-color: white;
  margin-bottom: 20px;
  padding: 4px 0 22px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
#Perfil #mispuntos .nav-link {
  border-radius: 200px !important;
}
#Perfil #mispuntos li.nav-item {
  margin: 2%;
}
#Perfil #mispuntos li.nav-item a {
  background-color: #004289;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px #004289;
  height: 60px;
  width: 60px;
  padding: 10px 0;
  border: none;
}
#Perfil #mispuntos li.nav-item a span {
  font-size: 12px;
  display: block;
  margin-top: 55px;
  text-align: center;
  padding: 0 !important;
  color: #004289;
  font-weight: bold;
}
#Perfil #mispuntos li.nav-item a.active {
  box-shadow: inset 0 0 0 2px #fc0;
}
#Perfil #mispuntos li.nav-item:nth-child(1) a {
  background-image: url("/assets/img/icon/icop01.png");
}
#Perfil #mispuntos li.nav-item:nth-child(2) a {
  background-image: url("/assets/img/icon/icop02.png");
}
#Perfil #mispuntos li.nav-item:nth-child(3) a {
  background-image: url("/assets/img/icon/icop03.png");
}
#Perfil #mispuntos li.nav-item:nth-child(4) a {
  background-image: url("/assets/img/icon/icop04.png");
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button {
  color: #8b95a5 !important;
  font-weight: 400 !important;
  border-color: #ebebeb !important;
  padding: 0 8px !important;
  margin: 0 3px !important;
  min-width: 31px !important;
  line-height: 29px !important;
  text-align: center !important;
  border-radius: 2px !important;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current:hover,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.previous,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.next {
  z-index: 1 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

#tblUsuariosBusquedaBody .btn.btn-terciario.btn-outline {
  background-color: #2E7BFF !important;
}

#tblUsuariosBusquedaBody .btn {
  display: none;
}

#TabContent .tab-perfil {
  min-height: none !important;
  height: auto;
  max-height: none !important;
}
#TabContent .dataTables_wrapper {
  height: auto;
  overflow-y: hidden;
}
#TabContent #tblEquipoUsuario_paginate {
  float: initial;
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 290px;
}
#TabContent a#tblEquipoUsuario_next,
#TabContent a#tblEquipoUsuario_previous {
  margin: 5px;
  background-color: #2e7bff;
  padding: 4px 11px;
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
}
#TabContent a#tblEquipoUsuario_next:hover,
#TabContent a#tblEquipoUsuario_previous:hover {
  background-color: #004289;
}
#TabContent a.paginate_button {
  padding: 3px;
  color: #616a78;
  cursor: pointer;
}
#TabContent a.paginate_button.current {
  padding: 3px;
  color: #2e7bff;
  cursor: pointer;
}

#pnlPopUpEditImage .flex-row-reverse {
  background-color: #ff2e7b;
  border-radius: 4px;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-container .cr-slider-wrap input.cr-slider {
  background-image: url("/assets/img/icon/icovol1.png");
  background-repeat: repeat-x;
  background-position: center;
}

.cr-slider {
  -webkit-appearance: none;
  width: 300px;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

#Detalle .gallery {
  display: block;
  flex-wrap: wrap;
  overflow: hidden;
}
#Detalle .gallery .img {
  position: relative;
  height: auto;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
  min-height: 200px;
  background-color: #ccc;
}
#Detalle .gallery .img img {
  width: 100%;
  height: 100%;
}
#Detalle .res a,
#Detalle .det a {
  color: #2E7BFF;
  line-height: normal;
  padding: 0 4px;
  border-bottom: 1px dotted #929DAF;
}
#Detalle .res a img,
#Detalle .det a img {
  cursor: pointer;
}

#Detalle .InsideContent #listar_contenido_detalle_elementos .Pagina {
  margin: 0;
}
#Detalle .InsideContent #listar_contenido_detalle_elementos .Pagina div {
  width: 100%;
  margin-bottom: 20px;
}
#Detalle .InsideContent .card #CardFooter {
  float: left;
  width: 96%;
  position: absolute;
  bottom: 0;
  right: 2%;
}
#Detalle .InsideContent .card .content {
  display: flex;
  flex-wrap: nowrap;
}
#Detalle .InsideContent .card .content .img a {
  width: 450px;
}
#Detalle .InsideContent .card .content .img img {
  width: 100%;
  min-height: 200px;
  background-color: transparent;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 38px;
}

#Detalle.Left .content {
  display: block;
  flex-wrap: nowrap;
}
#Detalle.Left .content .card-body a,
#Detalle.Left .InsideContent .card-body a {
  float: left;
}
#Detalle.Left .content .card-body .tit,
#Detalle.Left .InsideContent .card-body .tit {
  display: flex;
  flex-wrap: wrap;
}
#Detalle.Left .content .img,
#Detalle.Left .InsideContent .img {
  width: 40%;
  float: left;
  margin-right: 0;
  margin-bottom: 0.7rem;
  max-height: inherit;
  object-fit: cover;
  padding: 0;
}
#Detalle.Left .content .img img,
#Detalle.Left .InsideContent .img img {
  width: 100%;
  margin-bottom: 38px;
}
#Detalle.Left .content .img iframe,
#Detalle.Left .content .img video,
#Detalle.Left .InsideContent .img iframe,
#Detalle.Left .InsideContent .img video {
  width: 100%;
  height: 310px;
  background-color: transparent;
  margin-bottom: 30px;
}
#Detalle.Left .content .img .render,
#Detalle.Left .InsideContent .img .render {
  overflow: hidden;
}
#Detalle.Left .InsideContent {
  width: 100%;
}
#Detalle.Left .InsideContent .tit h3,
#Detalle.Left .InsideContent .tit h4 {
  margin: 0;
}
#Detalle.Left .InsideContent .tit hr {
  width: 100% !important;
  float: right !important;
}
#Detalle.Left .res a,
#Detalle.Left .det a {
  color: #2E7BFF;
  line-height: normal;
  padding: 0 4px;
  border-bottom: 1px dotted #929DAF;
}
#Detalle.Left .res a img,
#Detalle.Left .det a img {
  cursor: pointer;
}

#Detalle.Left .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  font-size: 0;
  padding: 4px;
}

#Detalle.Left .swiper-pagination-bullet {
  position: relative;
  background: #929daf;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}

#Detalle.Left .swiper-pagination-bullet-active {
  background-color: #004289 !important;
  opacity: 0.8;
}

#Detalle.Left .swiper-pagination-bullet:hover {
  background-color: #004289;
  opacity: 1;
}

#Detalle.Left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  display: inline-block;
  border-radius: 20px;
}

.comentarios .comment-user a strong {
  color: #2e7bff;
  font-weight: bold;
}

@media (max-width: 1350px) {
  #Detalle.Left .InsideContent .img iframe {
    height: 220px;
  }
}
@media (max-width: 680px) {
  #Detalle.Left .InsideContent .img {
    width: 100%;
    padding-right: 0;
  }
  #Detalle.Left .InsideContent .tit hr {
    width: 100% !important;
  }
  #Detalle .InsideContent .card .content {
    display: flex;
    flex-wrap: wrap;
  }
  #Detalle .InsideContent .card .content .img a {
    width: 100%;
  }
  #Detalle .InsideContent .card .content .img img {
    margin-bottom: 0;
  }
}
#Organigrama .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0rem;
}
#Organigrama .gallery .img {
  position: relative;
  margin: 0.3rem 0 0.8rem;
  max-height: 210px;
  color: #fff;
  object-fit: contain;
}
#Organigrama .gallery .img img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: top;
}

.price {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 75px;
  color: #000;
  padding: 10px 0;
}
.price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #788394;
}
.price sup {
  font-size: 28px;
  vertical-align: super;
}

.price-dollar {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px;
}

.price-interval {
  display: inline-block;
  font-size: 12px;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #004289;
}

#OpsReconocimiento .media-list {
  height: 60vh !important;
}
#OpsReconocimiento #Ranking .media-list {
  height: 64vh !important;
}
@media (max-width: 1440px) {
  #OpsReconocimiento #Ranking .media-list {
    height: 65vh !important;
  }
}

#AboutImg .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0rem;
}
#AboutImg .gallery .img {
  position: relative;
  margin: 0.3rem 0 0.8rem;
  max-height: 350px;
  color: #fff;
  object-fit: contain;
}
#AboutImg .gallery .img img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: top;
}

#Valores .card {
  height: 130px;
}
#Valores .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}
#Valores .det {
  position: relative;
}
#Valores .det a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-indent: -9999999px;
}
#Valores .res {
  display: none;
}

#Valores.Listado .card-body {
  min-height: 160px;
}

#Osom .col-md-4,
#Osom .col-md-6 {
  margin-bottom: 20px;
}
#Osom .card {
  height: 100%;
  margin-bottom: -10px;
}
#Osom .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}
#Osom .det {
  position: relative;
}
#Osom .det a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-indent: -9999999px;
}
#Osom .color_tit1 .tit,
#Osom .color_tit1 .res,
#Osom .color_tit2 .tit,
#Osom .color_tit2 .res,
#Osom .color_tit4 .tit,
#Osom .color_tit4 .res {
  z-index: 2;
  position: relative;
  color: #fff !important;
}
#Osom .color_tit3 .tit,
#Osom .color_tit3 .res {
  z-index: 2;
  position: relative;
}
#Osom .color_n {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#Osom .num_0 {
  background-color: #fff;
}
#Osom .num_1 {
  background-color: #fe3384;
}
#Osom .num_2 {
  background-color: #05d49e;
}
#Osom .num_3 {
  background-color: #fece0a;
}
#Osom .num_4 {
  background-color: #123380;
}
#Osom .columnaTemplate .col-md-6:nth-child(2) {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#Osom .columnaTemplate .card .tit {
  position: relative;
  z-index: 2;
}

#Creciendo .card {
  height: 140px;
}
#Creciendo .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}
#Creciendo .det {
  position: relative;
}
#Creciendo .det img {
  height: 40px;
}
#Creciendo .det a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-indent: -9999999px;
}
#Creciendo .col-md-3-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}
#Creciendo .res {
  display: none;
}

#PropII .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
}

#MundoClinico .card {
  height: 152px;
}
#Nosotros.Val .InsideContent .img {
  width: 35%;
  float: left;
  padding-right: 1rem;
  z-index: 1;
  position: relative;
}
#Nosotros.Val #Valores2 .card {
  height: 100%;
}
#Nosotros.Val #Valores2 .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}
#Nosotros.Val #Valores2 .det {
  position: relative;
}
#Nosotros.Val #Valores2 .det img {
  width: 70px;
}
#Nosotros.Val #Valores2 .det a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-indent: -9999999px;
}
#Nosotros.Val #Valores2 .col-md-3-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}
#Nosotros.Val #Valores2 .InsideContent .img {
  width: 35%;
  float: left;
  padding-right: 1rem;
  z-index: 1;
  position: relative;
}

.w-65 {
  width: 65% !important;
}

@media (max-width: 1720px) {
  /*#Nosotros.Val #Valores2 .card {
    height: 340px;
  }*/
}
@media (max-width: 1600px) {
  /*#Nosotros.Val #Valores2 .card {
    height: 370px;
  }*/
}
@media (max-width: 1440px) {
  /*#Nosotros.Val #Valores2 .card {
    height: 380px;
  }*/
}
@media (max-width: 1366px) {
  /*#Nosotros.Val #Valores2 .card {
    height: 420px;
  }*/
}
@media (max-width: 1280px) {
  /*#Nosotros.Val #Valores2 .card {
    height: 500px;
  }*/
}
@media (max-width: 1152px) {
  #Nosotros.Val #Valores2 .card {
    height: auto;
  }
}
@media (max-width: 770px) {
  #Nosotros.Val #Valores2 .col-md-3-2,
  #Creciendo .col-md-3-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.Noticias_listado #News .card {
  /*height: 500px;*/
}
.Noticias_listado #News .card .img {
  min-height: 200px;
  background-color: #ccc;
}
.Noticias_listado #News .card .img img {
  height: 230px;
  width: 100%;
}
.Noticias_listado .gallery {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 15vh;
}
.Noticias_listado .gallery .img {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
}
.Noticias_listado .gallery .img img {
  min-height: 25vh;
  width: 100%;
}
.Noticias_listado .card-body {
  min-height: 15vh;
}
.Noticias_listado .card-body #CardFooter {
  float: left;
  width: 100%;
}
@media (max-width: 1440px) {
  .Noticias_listado .card-body {
    min-height: 23vh;
  }
  .Noticias_listado .card-body small {
    font-size: 10px;
  }
}
@media (max-width: 680px) {
  .Noticias_listado .Noticias_listado #News .num_0 .card .img img {
    height: auto;
  }
  .Noticias_listado .Noticias_listado #News .num_0 .img {
    width: 100%;
    margin-right: 0;
  }
  .Noticias_listado .Noticias_listado #News .card,
  .Noticias_listado .Noticias_listado #News .card .img img {
    height: auto;
  }
  .Noticias_listado .Noticias_listado #News .num_0.col-md-4 {
    max-width: 100% !important;
    width: 100% !important;
    flex: auto;
    padding: 0 3%;
  }
  .Noticias_listado .Noticias_listado #News .card {
    height: auto;
  }
}

#Detalle .card .content {
  overflow: hidden;
  border-radius: 4px;
}
#Detalle .card .enlaces a {
  background-color: #2E7BFF;
  padding: 7px 20px;
  float: left;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  margin: 20px 10px;
}
#Detalle .card .enlaces span.info {
  display: none;
}
#Detalle .card .enlaces ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#Detalle .card .enlaces-ico a {
  background: #2E7BFF url("/assets/img/icon/external-link-symbol.png") no-repeat 85% 7px;
  background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  padding: 7px 40px;
  float: left;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  margin: 20px 10px;
}

#CardFooter.titulo {
  display: block;
  float: left;
  width: 100%;
}
#CardFooter.titulo .card-footer {
  border-top: none;
  margin-bottom: 10px;
}
#CardFooter.titulo .card-footer .gap-items-2.float-md-right {
  display: none;
}

.CortarTxt .card-body .res {
  height: 82px;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#CardFooter.ocultar-fecha .d-inline-block {
  display: none !important;
}

.det {
  margin-bottom: 40px;
}

.res,
.det {
  position: relative;
  z-index: 2;
}

#Noticias .card .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 3;
}
#Noticias .card-footer {
  display: block;
  float: left;
  width: 100%;
}
#Noticias .card-footer .d-inline-block {
  float: left;
}
#Noticias .card-footer label .fa-comment:before {
  content: " ";
}

#Noticias .CortarTxt .card-body .tit,
#Multimedia .CortarTxt .card-body .tit {
  height: 38px;
  text-align: left;
}
#Noticias .gallery,
#Multimedia .gallery {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: auto;
  height: auto;
}
#Noticias .gallery .img,
#Multimedia .gallery .img {
  background-color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
}
#Noticias .gallery .img img,
#Noticias .gallery .img iframe,
#Noticias .gallery .img video,
#Multimedia .gallery .img img,
#Multimedia .gallery .img iframe,
#Multimedia .gallery .img video {
  height: 27.5vh;
  width: 100%;
}
#Noticias .gallery .img a.hover-terciario,
#Multimedia .gallery .img a.hover-terciario {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
}
#Noticias .card-body,
#Multimedia .card-body {
  min-height: 174px !important;
}

.ColList3 .gallery {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 27.5vh;
}
.ColList3 .gallery .img {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
}
.ColList3 .gallery .img img {
  object-fit: cover;
  object-position: center;
  min-height: 27.5vh;
  width: 100%;
}
.ColList3 h4 {
  min-height: 5vh;
}

#listar_contenido_elementos .link a {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
  opacity: 0;
}

#News .render .card img,
#News .render .card iframe,
#listar_contenido_elementos .gallery,
#listar_contenido_elementos .card img,
#listar_contenido_elementos .card video,
#listar_contenido_elementos .card iframe,
#listar_contenido_elementos .card .img {
  width: 100%;
  height: 330px;
  /*height: 200px;*/
  object-fit: inherit;
  object-position: center;
}

.Fotos .render .card .img,
.Fotos #listar_contenido_elementos .card .img {
  width: 100%;
  height: auto;
}

.Fotos .tit {
  height: 36px;
  color: #004289 !important;
  font-size: 14px;
  font-weight: bold;
}
.Fotos .tit p {
  color: #004289 !important;
  font-size: 14px;
  font-weight: bold;
}

.Videos #listar_contenido_elementos .card .img,
#listar_contenido_elementos .card iframe {
  width: 100%;
  height: auto;
}

#Noticias.Salud-Int .gallery .img div {
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
}

#Noticias.Salud-Int .gallery .img iframe {
  position: relative !important;
}

#Noticias.Salud-Int .gallery .img iframe,
#Noticias.Salud-Int .gallery,
#Noticias.Salud-Int .gallery .img,
#Noticias.Salud-Int .gallery .img img {
  height: 27.5vh !important;
  position: relative !important;
  background-color: #c7c7c7;
  object-fit: cover;
  object-position: center;
}

#Noticias .gallery .img iframe,
#Noticias .gallery .img video {
  height: 410px !important;
  width: 100%;
}

#Multimedia .gallery,
#Multimedia .gallery .img div,
#Multimedia .gallery .img iframe,
#Multimedia .gallery .img video {
  height: auto;
  width: 100%;
  padding: 0 !important;
}

#Multimedia .gallery,
#Multimedia .gallery .img iframe,
#Multimedia .gallery .img video {
  height: 300px !important;
}

#Noticias .gallery .img,
#Noticias .gallery .img img {
  height: 400px;
}

#listar_contenido_elementos .card .card-body {
  min-height: auto;
  position: relative;
}

#Multimedia .gallery {
  background-color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  height: 410px;
  min-height: auto;
  position: relative;
  z-index: 3;
}

.card-footer {
  background-color: white;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  color: #777777;
}

@media (max-width: 680px) {
  #Noticias .card-body,
  #Multimedia .card-body {
    min-height: auto;
  }
  .card-footer .gap-items-2.float-md-right {
    float: right;
  }
}
@media (max-width: 1600px) {
  #Noticias.Salud-Int .gallery .img iframe,
  #Noticias.Salud-Int .gallery .img,
  #Noticias.Salud-Int .gallery .img img,
  #News .render .card img,
  #News .render .card iframe,
  #Multimedia .gallery,
  #listar_contenido_elementos .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video {
    height: 270px !important;
    /*height: 180px !important;*/
    width: 100%;
  }
  #Multimedia .gallery,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 250px !important;
  }
}
@media (max-width: 1380px) {
  #Noticias.Salud-Int .gallery .img iframe,
  #Noticias.Salud-Int .gallery .img,
  #Noticias.Salud-Int .gallery .img img,
  #News .render .card img,
  #News .render .card iframe,
  #Multimedia .gallery,
  #listar_contenido_elementos .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video {
    height: 230px !important;
    width: 100%;
  }
  #Multimedia .gallery,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 190px !important;
  }
}
@media (max-width: 1210px) {
  #Noticias.Salud-Int .gallery .img iframe,
  #Noticias.Salud-Int .gallery .img,
  #Noticias.Salud-Int .gallery .img img,
  #News .render .card img,
  #News .render .card iframe,
  #Multimedia .gallery,
  #listar_contenido_elementos .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video {
    height: 190px !important;
    /*height: 130px !important;*/
    width: 100%;
  }
  #Multimedia .gallery,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 160px !important;
  }
}
@media (max-width: 769px) {
  #Noticias.Salud-Int .gallery .img iframe,
  #Noticias.Salud-Int .gallery .img,
  #Noticias.Salud-Int .gallery .img img,
  #News .render .card img,
  #News .render .card iframe,
  #Multimedia .gallery,
  #listar_contenido_elementos .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video {
    height: auto !important;
  }
  #Multimedia .gallery,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 270px !important;
  }
  #listar_contenido_elementos .card .img {
    width: 100%;
    height: auto;
  }
}
#Documentos .media-height {
  height: 210px;
}
#Documentos .card-body .card-tit .tit h4 {
  margin-bottom: 5px;
}
#Documentos #CardFooter .arcAdjunto {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  list-style: none;
  width: 60px;
  height: 80px;
}
#Documentos #CardFooter-2 {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#Documentos #CardFooter-2 .arcAdjunto li.archivo {
  background: none !important;
  width: 100%;
  height: 100%;
}
#Documentos #CardFooter-2 .descargar {
  position: absolute;
  bottom: 10px;
  right: 10%;
  padding-left: 19px;
  background: transparent url("/assets/img/icon/desc.svg") center left no-repeat;
}
#Documentos .arcAdjunto {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 50px;
}
#Documentos .arcAdjunto .adj {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
}
#Documentos .arcAdjunto .adj .res {
  margin: 10px 0 10px 15%;
  box-sizing: border-box;
}
#Documentos .arcAdjunto ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
#Documentos .arcAdjunto .info {
  display: none;
}
#Documentos .arcAdjunto li.archivo {
  width: 46px;
  padding: 0;
  float: left;
  border-radius: 5px;
  position: absolute;
  height: 50px;
  box-sizing: border-box;
  z-index: 4;
}
#Documentos .arcAdjunto li.archivo a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
}
#Documentos .arcAdjunto li.archivo a:hover {
  opacity: 0.2;
  background-color: white;
}
#Documentos .arcAdjunto li.archivo.pdf {
  background: transparent url("/assets/img/icon/ico-pdf.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.doc,
#Documentos .arcAdjunto li.archivo.docx,
#Documentos .arcAdjunto li.archivo.dotx {
  background: transparent url("/assets/img/icon/ico-doc.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.ppt,
#Documentos .arcAdjunto li.archivo.pptx {
  background: transparent url("/assets/img/icon/ico-ppt.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.xls,
#Documentos .arcAdjunto li.archivo.xlsx,
#Documentos .arcAdjunto li.archivo.xlsm {
  background: transparent url("/assets/img/icon/ico-xls.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.zip {
  background: transparent url("/assets/img/icon/ico-zip.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.rar {
  background: transparent url("/assets/img/icon/ico-rar.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.jpg,
#Documentos .arcAdjunto li.archivo.jpeg {
  background: transparent url("/assets/img/icon/ico-jpg.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.png {
  background: transparent url("/assets/img/icon/ico-png.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .InsideContent .card.he {
  min-height: 50vh;
}
#Documentos .media {
  min-height: 20vh;
}
#Documentos .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
  z-index: 1;
}

#contentBuscador .box-buscador-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  position: relative;
}
#contentBuscador button {
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  color: #ccc;
  position: absolute;
  left: 0.5%;
  border-radius: 100%;
  border: none;
  font-size: 18px;
}
#contentBuscador input {
  width: 100%;
  background-color: rgba(117, 117, 118, 0.04);
  color: #777777;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none;
  transition: 0.5s;
  color: #757576;
}

#MenuSuperior.MenuDocumentos .Menu ul {
  list-style: none;
  margin-bottom: -5px !important;
}
#MenuSuperior.MenuDocumentos .Menu ul li {
  min-width: 12%;
  background-color: #f9fafb;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin-right: 2px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#MenuSuperior.MenuDocumentos .Menu ul li a {
  color: #004289;
  float: left;
  margin: 0;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 15px 2% 10%;
}
#MenuSuperior.MenuDocumentos .Menu ul li:hover a {
  color: #fff;
}
#MenuSuperior.MenuDocumentos .Menu ul li.bNavActive {
  color: #fff;
}
#MenuSuperior.MenuDocumentos .Menu ul li.bNavActive a {
  color: #fff;
}

#DocDescargables .card {
  min-height: 19vh;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
#DocDescargables #CardFooter {
  float: left;
  display: block;
  width: 63px;
}
#DocDescargables #CardFooter .arcAdjunto {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}
#DocDescargables #CardFooter .arcAdjunto .archivo {
  float: left;
  display: block;
  width: 46px;
  padding: 0;
  list-style: none;
  height: 57px;
}
#DocDescargables #CardFooter .arcAdjunto .archivo a {
  padding: 0;
  min-height: 80px;
  display: block;
  text-indent: -999999px;
  width: 100%;
  float: left;
}
#DocDescargables .res {
  margin-bottom: 15px;
}
#DocDescargables #CardFooter-2 {
  float: left;
  display: block;
  width: 100%;
}
#DocDescargables #CardFooter-2 .arcAdjunto {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}
#DocDescargables #CardFooter-2 .arcAdjunto .archivo {
  width: 93px;
  padding: 0;
  list-style: none;
  height: 20px;
  position: absolute;
  right: 5%;
  background-image: none;
}
#DocDescargables #CardFooter-2 .arcAdjunto .archivo a {
  background-image: url(/assets/img/icon/desc.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 12px;
  padding: 0;
  min-height: auto;
  color: #004289;
  text-indent: -999999px;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: relative;
}
#DocDescargables #CardFooter-2 .descargar {
  position: absolute;
  right: 34px;
  color: #004289;
  z-index: 1;
}

@media (max-width: 680px) {
  #Documentos .content {
    height: auto;
  }
}
.DocDescargables .row .card-body .tit {
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.DocDescargables .row .card-body .res {
  overflow: hidden;
  height: 53px;
}
.DocDescargables .row .arcAdjunto .archivo {
  float: left;
  display: block;
  width: 46px;
  padding: 0;
  list-style: none;
  height: 60px;
}
.DocDescargables .row .arcAdjunto {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 50px;
}
.DocDescargables .row .arcAdjunto .adj {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
}
.DocDescargables .row .arcAdjunto .adj .res {
  margin: 10px 0 10px 15%;
  box-sizing: border-box;
}
.DocDescargables .row .arcAdjunto ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
.DocDescargables .row .arcAdjunto .info {
  display: none;
}
.DocDescargables .row .arcAdjunto li.archivo a {
  padding: 0;
  min-height: 60px;
  display: block;
  text-indent: -999999px;
  width: 100%;
  float: left;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo a:hover {
  opacity: 0.7;
}
.DocDescargables .row .arcAdjunto li.archivo.pdf {
  background: transparent url("/assets/img/icon/ico-pdf.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo.doc,
.DocDescargables .row .arcAdjunto li.archivo.docx,
.DocDescargables .row .arcAdjunto li.archivo.dotx {
  background: transparent url("/assets/img/icon/ico-doc.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo.ppt,
.DocDescargables .row .arcAdjunto li.archivo.pptx {
  background: transparent url("/assets/img/icon/ico-ppt.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo.xls,
.DocDescargables .row .arcAdjunto li.archivo.xlsx,
.DocDescargables .row .arcAdjunto li.archivo.xlsm {
  background: transparent url("/assets/img/icon/ico-xls.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo.zip {
  background: transparent url("/assets/img/icon/ico-zip.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo.jpg,
.DocDescargables .row .arcAdjunto li.archivo.jpeg,
.DocDescargables .row .arcAdjunto li.archivo.JPG,
.DocDescargables .row .arcAdjunto li.archivo.JPEG {
  background: transparent url("/assets/img/icon/ico-jpg.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables .row .arcAdjunto li.archivo.png,
.DocDescargables .row .arcAdjunto li.archivo.PNG {
  background: transparent url("/assets/img/icon/ico-png.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
.DocDescargables #CardFooter {
  float: left;
  display: block;
  width: 63px;
  height: 60px;
}
.DocDescargables #CardFooter .arcAdjunto {
  float: left;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  list-style: none;
}
.DocDescargables #CardFooter .arcAdjunto .archivo {
  float: left;
  display: block;
  width: 46px;
  padding: 0;
  list-style: none;
  height: 60px;
}
.DocDescargables #CardFooter .arcAdjunto .archivo a {
  padding: 0;
  min-height: 60px;
  display: block;
  text-indent: -999999px;
  width: 100%;
  float: left;
}
.DocDescargables #CardFooter-2 {
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 20px;
}
.DocDescargables #CardFooter-2 .arcAdjunto {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  height: 20px;
}
.DocDescargables #CardFooter-2 .arcAdjunto .archivo {
  width: 100px;
  padding: 0;
  list-style: none;
  height: 20px;
  position: absolute;
  right: 5%;
  background: none;
}
.DocDescargables #CardFooter-2 .arcAdjunto .archivo a {
  background-image: url(/assets/img/icon/desc.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 0;
  min-height: auto;
  color: #2e7bff;
  text-indent: -999999px;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: relative;
  background-size: 15px 10px;
}
.DocDescargables .descargar {
  position: absolute;
  right: 34px;
  color: #2e7bff;
  z-index: 1;
}

#Documentos {
  /*LISTADO DE DOCUMENTOS*/
  /*LISTADO DE DOCUMENTOS*/
}
#Documentos #resultados_busqueda_elementos .card-body,
#Documentos #listar_contenido_elementos .card-body {
  min-height: 90px;
  position: relative;
  transition: 0.5s;
  background-color: #fff;
  border: solid 1px #ced4da;
  border-radius: 8px;
}
#Documentos #resultados_busqueda_elementos .card-body:hover,
#Documentos #listar_contenido_elementos .card-body:hover {
  background-color: #ced4da;
  transition: 0.5s;
}
#Documentos #listar_contenido_elementos .card .card-body h5,
#Documentos #resultados_busqueda_elementos .card .card-body h5 {
  font-size: 14px;
}
#Documentos #resultados_busqueda_elementos hr {
  display: none;
}
#Documentos #resultados_busqueda_elementos .Pagina {
  background-color: #fff;
  padding: 10px 0;
  margin: 0;
  border: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Documentos #resultados_busqueda_elementos .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#Documentos #resultados_busqueda_elementos .content {
  height: 90px;
}
#Documentos #resultados_busqueda_elementos .content .tit p {
  margin-bottom: 6px;
  font-size: 12px;
  color: #06255b;
}
#Documentos #resultados_busqueda_elementos .content .res {
  overflow: hidden;
  font-size: 12px;
  height: 45px;
  line-height: 15px;
}
#Documentos #resultados_busqueda_elementos .content .adjunto {
  position: absolute;
  bottom: -15px;
  right: 0;
  /*a {
  	content: "Descargar";
  	background-image: url("/assets/img/icon/desc.svg");
  	background-position: left 10px;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: 12px;
  	padding: 0;
  	height: 26px;
  	text-indent: 0;
  	overflow: hidden;
  	display: block;
  	z-index: 2;
  	width: 83px;
  	float: right;
  	color: $color-primary !important;
  	font-weight: bold;
  	text-align: right;
  	line-height: 31px;
  }*/
}
#Documentos #resultados_busqueda_elementos .content .btn-round.btn-outline {
  width: 100px;
  padding: 0;
  list-style: none;
  height: 20px;
  position: absolute;
  right: 5%;
  background: none;
}
#Documentos #resultados_busqueda_elementos .content .btn-round.btn-outline a {
  background-image: url(/assets/img/icon/desc.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 0;
  min-height: auto;
  color: #ff2e7b !important;
  text-indent: -999999px;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: relative;
  background-size: 15px 10px;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_pdf,
#Documentos #resultados_busqueda_elementos .bus_tipo_0,
#Documentos #resultados_busqueda_elementos .bus_tipo_a {
  background: transparent url("/assets/img/icon/ico-pdf.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_doc,
#Documentos #resultados_busqueda_elementos .bus_tipo_docx {
  background: transparent url("/assets/img/icon/ico-doc.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_ppt,
#Documentos #resultados_busqueda_elementos .bus_tipo_pptx,
#Documentos #resultados_busqueda_elementos .bus_tipo_pps {
  background: transparent url("/assets/img/icon/ico-ppt.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_xsl,
#Documentos #resultados_busqueda_elementos .bus_tipo_xslx {
  background: transparent url("/assets/img/icon/ico-xls.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_zip {
  background: transparent url("/assets/img/icon/ico-zip.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_rar {
  background: transparent url("/assets/img/icon/ico-rar.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_jpg {
  background: transparent url("/assets/img/icon/ico-jpg.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_png {
  background: transparent url("/assets/img/icon/ico-png.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_txt {
  background: transparent url("/assets/img/icon/ico-txt.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_mp3,
#Documentos #resultados_busqueda_elementos .bus_tipo_mp4,
#Documentos #resultados_busqueda_elementos .bus_tipo_mov,
#Documentos #resultados_busqueda_elementos .bus_tipo_avi {
  background: transparent url("/assets/img/icon/ico-multi.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 100%;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_ {
  background: transparent url("/assets/img/icon/ico-pdf.svg") left center no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  height: 47%;
  width: 63%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#Documentos #resultados_busqueda_elementos .bus_tipo_pdf,
#Documentos #resultados_busqueda_elementos .bus_tipo_0,
#Documentos #resultados_busqueda_elementos .bus_tipo_a,
#Documentos #resultados_busqueda_elementos .bus_tipo_doc,
#Documentos #resultados_busqueda_elementos .bus_tipo_docx,
#Documentos #resultados_busqueda_elementos .bus_tipo_ppt,
#Documentos #resultados_busqueda_elementos .bus_tipo_pptx,
#Documentos #resultados_busqueda_elementos .bus_tipo_xsl,
#Documentos #resultados_busqueda_elementos .bus_tipo_xslx,
#Documentos #resultados_busqueda_elementos .bus_tipo_zip,
#Documentos #resultados_busqueda_elementos .bus_tipo_rar,
#Documentos #resultados_busqueda_elementos .bus_tipo_jpg,
#Documentos #resultados_busqueda_elementos .bus_tipo_png,
#Documentos #resultados_busqueda_elementos .bus_tipo_txt,
#Documentos #resultados_busqueda_elementos .bus_tipo_mp3,
#Documentos #resultados_busqueda_elementos .bus_tipo_mp4,
#Documentos #resultados_busqueda_elementos .bus_tipo_mov,
#Documentos #resultados_busqueda_elementos .bus_tipo_avi {
  position: relative;
  z-index: 2;
}
#Documentos #resultados_busqueda_elementos .adjunto-abs {
  position: absolute;
  background-color: transparent;
  width: 93%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}
#Documentos #resultados_busqueda_elementos .adjunto-abs .btn.bg-primary {
  position: relative;
  background-color: transparent !important;
  height: 100%;
  width: 100% !important;
  z-index: 4;
  top: 0;
  left: 0;
  border-radius: 0;
}
#Documentos #resultados_busqueda_elementos .adjunto-abs .btn.bg-primary a.text-white {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 7;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  opacity: 0;
}

#txtBusquedaDocumentos {
  width: 90%;
  background-color: #f8f9fa;
  color: #777777;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  max-width: 100%;
  padding-left: 2% !important;
  padding-right: 2%;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none !important;
  transition: 0.5s;
}

#btnBusquedaDocumentos {
  line-height: normal;
  border-radius: 30px;
  background-color: #00a85d;
  color: #fff;
  padding: 6px 2%;
  border: 0;
  cursor: pointer;
  margin-left: 1%;
  width: 8%;
}

#ResultadoBusqueda .busResultado1,
#ResultadoBusqueda .busResultado2,
#ResultadoBusqueda .busResultado3 {
  display: none;
}

#ResultadoBusqueda .busResultado4 {
  text-align: center;
  font-size: 18px;
}

#ResultadoBusqueda .media.media-single {
  border: 0;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#ResultadoBusqueda .media.media-single {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#busResultado .busResultado .busResultado1,
#busResultado .busResultado .busResultado2,
#busResultado .busResultado .busResultado3 {
  display: none;
}
#busResultado .busResultado .busResultado4 {
  text-align: center;
}

#ResultadoBusqueda .media-body {
  float: left;
  width: 100%;
}

#contentBuscadorDocumentos .box-buscador-content {
  position: relative;
}
#contentBuscadorDocumentos #btnSearchDocumentos {
  position: absolute;
  top: 6px;
  left: 3px;
  background-color: transparent;
  border-color: transparent;
}

#ResultadoBusqueda #busResultado .card {
  min-height: 280px;
}

#BusquedaAvanzada .res {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
  width: 104%;
  padding: 10px 20px;
  margin: -1rem;
  float: left;
  color: #fff;
}
#BusquedaAvanzada #contentBuscadorDocumentos {
  margin-top: 29px;
  float: left;
  width: 100%;
}

#ResultadoBusqueda .busPaginador {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#ResultadoBusqueda .btnInicio,
#ResultadoBusqueda .btnAnterior,
#ResultadoBusqueda .btnSiguiente,
#ResultadoBusqueda .btnFinal {
  color: #fff !important;
  font-weight: 400;
  border-color: #f9fafb !important;
  padding: 0 8px;
  margin: 0 3px;
  min-width: 31px;
  line-height: 29px;
  text-align: center;
  border-radius: 100% !important;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#ResultadoBusqueda .btnSiguiente,
#ResultadoBusqueda .btnAnterior {
  background-color: #2E7BFF !important;
}

#ResultadoBusqueda .btnInicio,
#ResultadoBusqueda .btnFinal {
  background-color: #004289 !important;
}

#ResultadoBusqueda .btnInicio:hover,
#ResultadoBusqueda .btnAnterior:hover,
#ResultadoBusqueda .btnSiguiente:hover,
#ResultadoBusqueda .btnFinal:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#resultados_busqueda .ButtonDescarga a {
  color: #fff !important;
}

#ResultadoBusqueda span {
  background-color: #fff;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}

@media (max-width: 1380px) {
  #txtBusquedaDocumentos {
    width: 85%;
  }
  #btnBusquedaDocumentos {
    width: 13%;
  }
}
@media (max-width: 500px) {
  #txtBusquedaDocumentos {
    width: 100%;
  }
  #btnBusquedaDocumentos {
    width: 100%;
    margin-top: 10px;
  }
  #Documentos .Menu ul li a {
    width: 100%;
  }
}
#listar_contenido_elementos .card-body .tit a.hover-terciario,
.Pagina .card-body .tit a.hover-terciario {
  font-size: 14px;
  font-weight: bold;
}

#listar_contenido_elementos .card-body .tit p {
  font-size: 14px;
  font-weight: bold;
  color: #004289;
}

#listar_contenido_elementos .card-body .tit {
  height: 39px;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 5px;
}

#listar_contenido_elementos .card-body .res {
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

#listar_contenido_elementos .card-body .res.truncate {
  height: 122px;
  overflow: hidden;
}

span.NodoBusquedaResultado {
  font-family: Roboto, sans-serif;
}

#resultados_busqueda_elementos .card-body,
#listar_contenido_elementos .card-body {
  min-height: 210px;
  position: relative;
}

#listar_contenido_elementos .card .card-body h5,
#resultados_busqueda_elementos .card .card-body h5 {
  font-size: 14px;
}

#resultados_busqueda_elementos .card-body .res.mb-2 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

#resultados_busqueda_elementos .card-body .res.truncate.mb-2 {
  position: initial;
  bottom: auto;
  right: auto;
}

#ResultadoBusqueda .card {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

#ResultadoBusqueda .card-body {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  box-shadow: auto;
  background-color: auto;
}

#ResultadoBusqueda .card-body .card-body {
  padding: 8px;
  min-height: auto;
}

#ResultadoBusqueda .card .card {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
}

#ResultadoBusqueda .card .card .card-title {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 7px 20px;
}

#ResultadoBusqueda .card .card .h5.card-title,
#ResultadoBusqueda .card .card h5.card-title {
  font-size: 13px;
}

#ResultadoBusqueda .card-body .card-body .row .col-md-6.text-center {
  margin: 0 auto;
}

#ResultadoBusqueda .card-body .card-body .row .btn.bg-primary {
  font-size: 12px;
  padding: 5px;
}

#ResultadoBusqueda .card-body .card-body .row h6 {
  font-size: 12px;
}

.DetDoc .arcAdjunto li.archivo {
  max-width: 100%;
  flex: 100%;
}

.DetDoc .arcAdjunto .archivo a {
  padding: 0;
  min-height: auto;
  border: none;
  box-shadow: none;
  max-width: 100%;
  flex: 100%;
}

.DetDoc .InsideContent {
  width: 100%;
}

.DetDoc .card span.info {
  display: none;
}

.DetDoc .card ul.arcAdjunto {
  list-style: none;
  padding-left: 30px;
}

#resultados_busqueda .btn.bg-primary {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}

#ResultadoBusqueda span {
  background-color: transparent;
  padding: 5px;
  margin: 5px;
  border-radius: 0px;
}

.btn {
  font-size: 19px;
  padding: 8px 7px;
}

#opsModal, #util-modal-contenido-control {
  top: 0 !important;
  left: 0;
  bottom: 0;
  background-color: rgba(115, 115, 115, 0.5);
  width: 100%;
  height: 100% !important;
  max-height: none !important;
  z-index: 999;
  position: fixed;
}

.util-modal-contenido-navegacion {
  color: #aaaaaa;
  float: right;
  z-index: 99999;
  position: absolute;
  top: 370px !important;
  margin: 4px;
  width: 100% !important;
  left: 0 !important;
  height: 0px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.util-modal-contenido-navegacion .util-modal-contenido-anterior {
  background-color: #2E7BFF !important;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-size: 27px 44px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 54px !important;
  left: 9.5% !important;
  line-height: 54px !important;
  margin-top: 0 !important;
  opacity: 1 !important;
  border-radius: 50px;
  position: absolute;
  text-align: center;
  top: 0 !important;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  width: 54px !important;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.util-modal-contenido-navegacion .util-modal-contenido-siguiente {
  background-color: #2E7BFF !important;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-size: 27px 44px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 54px !important;
  line-height: 54px !important;
  margin-top: 0 !important;
  opacity: 1 !important;
  border-radius: 50px;
  position: absolute;
  right: 9.5% !important;
  text-align: center;
  top: 0 !important;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  width: 54px !important;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.util-modal-contenido-siguiente:before,
.util-modal-contenido-anterior::before {
  font-family: themify;
  font-size: 1.75rem;
  opacity: 0.7;
  transition: 0.4s;
}

#opsModal .util-modal-contenido-content,
#util-modal-contenido-control .util-modal-contenido-content {
  width: 78%;
  left: 11.25% !important;
  top: 4%;
  overflow: hidden;
  background-color: white;
  font-size: 12px;
  z-index: 99998 !important;
  height: 666px;
  border: 0;
  padding: 10px;
  border-radius: 6px;
}

#util-modal-contenido-resumen .Numeracion {
  position: absolute;
  bottom: auto;
  right: 48px;
  left: auto;
  top: 4px;
  font-size: 13px;
  color: #004289;
}
#util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda {
  float: left;
  width: 60% !important;
}
#util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda #listar_contenido_detalle {
  height: 645px;
  overflow: hidden;
  object-fit: cover;
  object-fit: cover;
  object-position: center;
  position: relative;
  background: url("/assets/img/brand/logos/bg-fondo-logo.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
#util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda #listar_contenido_detalle img {
  width: 100%;
  height: 100%;
  object-fit: initial;
  align-content: center;
}
#util-modal-contenido-resumen .ContenidoInterior .Derecha {
  float: right;
  width: 40% !important;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 30px 0px 45px;
}
#util-modal-contenido-resumen .ContenidoInterior .Derecha hr {
  display: none;
}
#util-modal-contenido-resumen .ContenidoInterior .Cabecera {
  position: relative !important;
  background-color: white;
  width: 100% !important;
  z-index: 99999;
}

#util-modal-contenido-resumen .tit {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  display: inline-grid;
  width: 60%;
}
#util-modal-contenido-resumen .ContenidoInterior .Cuerpo {
  margin: 20px 0 0 0 !important;
  height: 470px;
  overflow: auto;
  padding-right: 2%;
}
#util-modal-contenido-resumen .ContenidoInterior .info {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  width: 37%;
  height: 47px;
  border-top: 1px solid rgba(106, 127, 146, 0.07);
  padding-top: 11px;
}
#util-modal-contenido-resumen .ContenidoInterior .info .gap-items-2 {
  right: 0;
  position: absolute;
  top: 3px;
}
#util-modal-contenido-resumen .ContenidoInterior .info .texto {
  width: 72%;
  line-height: 12px;
  margin-bottom: 11px;
  text-align: left;
  /* margin-left: 23%; */
}
#util-modal-contenido-resumen .ContenidoInterior .info label .fa-comment {
  font-size: 11px !important;
  font-family: Roboto, sans-serif;
}
#util-modal-contenido-resumen .ContenidoInterior .info label i.fa-comment::before {
  font-family: FontAwesome;
  margin-right: 3px;
  font-size: 16px;
}
#util-modal-contenido-resumen .ContenidoInterior .info .content-heart {
  width: 20px;
  margin-top: -1px;
}
#util-modal-contenido-resumen .ContenidoInterior .info .content-heart .heart {
  cursor: pointer;
  height: 17px;
  width: 52px;
  /*background-image: url("/assets/img/icon/web_heart_animation.png");*/
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2891%;
  position: absolute;
  top: 2px;
  left: -29px;
  z-index: 4;
}
#util-modal-contenido-resumen .ContenidoInterior .info .content-heart span.text-lighter {
  font-size: 11px !important;
  margin-left: -13px;
  line-height: 22px;
}
#util-modal-contenido-resumen .ContenidoInterior .info i.fa-link {
  color: #004289;
  font-size: 14px !important;
  margin-top: 3px;
}

@media (max-width: 1680px) {
  .util-modal-contenido-navegacion {
    top: 330px !important;
  }
  #opsModal .util-modal-contenido-content,
  #util-modal-contenido-control .util-modal-contenido-content {
    height: 632px;
  }
  #util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda #listar_contenido_detalle {
    height: 613px;
  }
}
@media (max-width: 1600px) {
  .util-modal-contenido-navegacion {
    top: 320px !important;
  }
  #opsModal .util-modal-contenido-content,
  #util-modal-contenido-control .util-modal-contenido-content {
    height: 602px;
  }
  #util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda #listar_contenido_detalle {
    height: 583px;
  }
}
@media (max-width: 1400px) {
  .util-modal-contenido-navegacion {
    top: 260px !important;
  }
  #opsModal .util-modal-contenido-content,
  #util-modal-contenido-control .util-modal-contenido-content {
    height: 542px;
  }
  #util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda #listar_contenido_detalle {
    height: 523px;
  }
  .util-modal-contenido-navegacion .util-modal-contenido-anterior {
    left: 8.7% !important;
  }
  .util-modal-contenido-navegacion .util-modal-contenido-siguiente {
    right: 8.9% !important;
  }
}
@media (max-width: 1370px) {
  .util-modal-contenido-navegacion {
    top: 270px !important;
  }
  #opsModal .util-modal-contenido-content,
  #util-modal-contenido-control .util-modal-contenido-content {
    height: 512px;
  }
  #util-modal-contenido-resumen .ContenidoInterior .PanelIzquierda #listar_contenido_detalle {
    height: 493px;
  }
}
#MenuSuperior .Menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#MenuSuperior .Menu ul li {
  margin-top: 2px;
  background-color: #f5f6f7;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin-right: 1px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0.25rem 0.25rem 0 0;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#MenuSuperior .Menu ul li a {
  color: #a5b3c7;
  float: left;
  font-size: 14px;
  margin: 0;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
}
#MenuSuperior .Menu ul li:hover {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
#MenuSuperior .Menu ul li:hover a {
  color: #fff;
}
#MenuSuperior .Menu ul li.bNavActive,
#MenuSuperior .Menu ul li.bNav.active {
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
  color: #fff;
}
#MenuSuperior .Menu ul li.bNavActive a,
#MenuSuperior .Menu ul li.bNav.active a {
  color: #fff;
}

#MultimediaList img,
#MultimediaList video,
#MultimediaList iframe,
#MultimediaList .img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  object-position: center;
}
#MultimediaList .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
}

#Multimedia .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
  z-index: 1;
}
#Multimedia .card-body {
  min-height: 12vh;
}
#Multimedia .columnaTemplate .ctnPaginador {
  width: 100%;
}
#Multimedia .center-vh-p {
  width: 100%;
}
#Multimedia #CardFooter {
  width: 100%;
  float: left;
}

#Agenda .Menu.botonera {
  margin-bottom: -3px;
}
#Agenda .Menu.botonera li {
  margin: 0;
  min-width: 90px;
  border-radius: 0;
  margin-bottom: 1px;
}
#Agenda .Menu.botonera li:first-child {
  border-top-left-radius: 4px;
}
#Agenda .Menu.botonera li:last-child {
  border-top-right-radius: 4px;
}

.AgendaListado .media .avatar {
  background-image: none;
  background: rgb(255, 46, 123);
  background: -moz-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: -webkit-linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  background: linear-gradient(49deg, rgb(255, 46, 123) 0%, rgb(100, 7, 121) 53%, rgb(100, 7, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e7b",endColorstr="#640779",GradientType=1);
}
.AgendaListado .media .avatar .dia-num,
.AgendaListado .media .avatar .dia-text {
  height: 21px;
  line-height: 26px;
}

#Card5050ID .Menu.botonera, #Card7030ID .Menu.botonera {
  margin-bottom: -3px;
}
#Card5050ID .Menu.botonera li, #Card7030ID .Menu.botonera li {
  margin: 0 !important;
  min-width: 120px;
  border-radius: 0;
}
#Card5050ID .Menu.botonera li:first-child, #Card7030ID .Menu.botonera li:first-child {
  border-top-left-radius: 4px;
}
#Card5050ID .Menu.botonera li:last-child, #Card7030ID .Menu.botonera li:last-child {
  border-top-right-radius: 4px;
}
#Card5050ID #BgImgStyle .img a, #Card7030ID #BgImgStyle .img a {
  position: absolute;
  width: 100%;
  height: 100%;
}

#Card7030ID #CardHeight, #Card5050ID #CardHeight {
  min-height: 65vh;
}

#Beneficios .card .img,
#Beneficios .card img {
  width: 100%;
  height: auto !important;
}
#Beneficios #BeneList .meta span,
#Beneficios #BeneList .gallery span {
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 15px;
  padding: 3px 8px;
  z-index: 1;
}
#Beneficios #BeneList .gallery {
  position: relative;
}
#Beneficios #BeneList .card {
  /*height: 690px;*/
  height: auto;
}
#Beneficios #BeneList .tit {
  height: 32px;
  overflow: hidden;
  margin-bottom: 10px;
}
#Beneficios #BeneList .res {
  height: 37px;
  overflow: hidden;
}

#Personas.Beneficios #listar_contenido_elementos .card-body .tit {
  height: 20px;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 5px;
}

#BgImgStyle {
  min-height: 65vh;
}
#BgImgStyle .imgAso {
  float: right;
}

.BenefDetalle .img span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px;
  z-index: 1;
}

#Detalle.BenefDetalle .img {
  position: relative;
}

@media (max-width: 1660px) {
  #Beneficios #BeneList .card {
    /*height: 620px;*/
    height: auto;
  }
}
@media (max-width: 1370px) {
  #Beneficios #BeneList .card {
    /*height: 480px;*/
    height: auto;
  }
}
@media (max-width: 1100px) {
  #Beneficios #BeneList .card {
    /*height: 410px;*/
    height: auto;
  }
}
@media (max-width: 690px) {
  #Beneficios #BeneList .card {
    height: auto;
  }
}
#Casino .page .card {
  min-height: 53vh;
}
#Casino .tit {
  margin-bottom: 10px !important;
}
#Casino .res {
  margin-top: 10px;
}
#Casino .res ul {
  padding-left: 1.5rem;
}
#Casino #AboutTextII {
  min-height: initial !important;
}
#Casino #AboutTextII #Casino .card {
  min-height: initial !important;
}
#Casino #AboutTextII .tit, #Casino #AboutTextII h2 {
  margin: 0 !important;
}

#Buscador .table-separated tbody tr > :first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
}

#ResultadoBusqueda {
  margin: 0;
}
#ResultadoBusqueda .main-content .shuffle-botonera button {
  border-radius: 0.2rem;
  font-size: 12px;
  padding: 4px 12px;
  line-height: 22px;
  margin-bottom: 6px;
}
#ResultadoBusqueda span strong {
  color: #004289;
}
#ResultadoBusqueda button.btn.btn-info {
  border: none;
  font-size: 14px;
  letter-spacing: inherit;
}
#ResultadoBusqueda header {
  padding: 0;
  border: none;
}
#ResultadoBusqueda header .text-info {
  height: 43px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  color: #004289 !important;
  line-height: 22px;
}
#ResultadoBusqueda header .subtitle {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  float: left;
}
#ResultadoBusqueda .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
#ResultadoBusqueda .main-content {
  padding: 0;
}
#ResultadoBusqueda .main-content .ResContenidoImg,
#ResultadoBusqueda .main-content .cursor-pointer {
  float: left;
  width: 92px;
  height: 73px;
  margin: 0 4% 6px 4%;
  padding: 0;
}
#ResultadoBusqueda .main-content .ResContenidoImgVacio {
  float: left;
  width: auto;
  height: 73px;
  margin: 0;
  padding: 0;
  background-image: url("/assets/img/icon/fondo3.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #fff;
  background-size: cover;
}
#ResultadoBusqueda .main-content .FechaBusqueda {
  font-size: 11px;
  color: #929daf;
  background-color: transparent;
  border-radius: 0.25rem;
  padding: 0;
  font-family: Roboto, sans-serif;
  width: 100% !important;
  display: inline-block;
  text-align: right;
  height: 20px;
  margin-top: 19px;
}
#ResultadoBusqueda .main-content .FechaBusqueda .fa-asterisk::before {
  display: none;
}
#ResultadoBusqueda .main-content .FechaBusqueda .text-bus-destacado {
  display: none;
}
#ResultadoBusqueda .main-content .FechaBusqueda .palabras-clave {
  display: block;
}
#ResultadoBusqueda .main-content .FechaBusqueda .text-bus-destacado,
#ResultadoBusqueda .main-content .FechaBusqueda .palabras-clave {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin-bottom: auto;
  width: 100%;
  float: left !important;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 17px 6px 22px;
  background-image: url("/assets/img/icon/icodestacar.png");
  background-size: 10px 10px;
  background-position: 7px 5px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #00953A;
  line-height: 8px;
}
#ResultadoBusqueda .main-content footer.card-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border: none;
}
#ResultadoBusqueda .card {
  min-height: 400px;
  margin-bottom: 30px;
  padding: 15px;
  border: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  overflow: hidden;
}
#ResultadoBusqueda .card-body {
  height: 72px;
  overflow: hidden;
  color: #616A78;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
}
#ResultadoBusqueda .card-body p.ResBusqueda {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  margin: 0 4%;
}
#ResultadoBusqueda .card-body .swiper-wrapper .swiper-slide .badge {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0.8;
}
#ResultadoBusqueda .ResultadoBusquedaContenidoDestacado {
  border: none !important;
}
#ResultadoBusqueda .typeahead__query {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  width: 95%;
}
#ResultadoBusqueda .typeahead__query span.typeahead__cancel-button {
  display: none;
}
#ResultadoBusqueda .typeahead__container .typeahead__result {
  display: none;
}
#ResultadoBusqueda .typeahead__container .card-body {
  height: auto;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  margin: 0;
}
#ResultadoBusqueda .typeahead__container .card-body .typeahead__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
#ResultadoBusqueda .typeahead__container .card-body .typeahead__field input {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}
#ResultadoBusqueda .typeahead__container .card-body .typeahead__field button {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  color: #fff;
  background-color: #2E7BFF;
  border: 1px solid #2E7BFF;
  line-height: 1.25;
  padding: 0rem 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}

#ContentAgenda .card {
  min-height: 55vh;
}

#DateList .res {
  font-size: 12px;
}
#DateList .avatar {
  background-image: none !important;
}
#DateList .avatar span {
  color: #fff !important;
  /*font-size: 13px;*/
}

#ConcInternos .card .btn {
  padding: 0;
  display: block;
  width: 50%;
  float: left;
  background-color: transparent;
}
#ConcInternos .card .btn a {
  background-color: #2E7BFF;
  border-radius: 30px;
  width: 92%;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  letter-spacing: normal;
  float: left;
  display: block;
}
#ConcInternos .card .btn.ver-mas a {
  float: right;
}

#MemoLinks .link ul, #MemoLinks .link li, #MemoLinks .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  text-indent: -9999px;
}
#MemoLinks .gallery .img {
  min-height: 25vh;
  background-color: #f5f6f7;
}

#MovimientosList .img {
  background: url("/assets/img/bg/gradiant_1.svg") scroll 0 0 transparent;
  background-size: cover;
  display: block;
  /*padding: 7% 0;*/
}
#MovimientosList .img img {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  display: block;
}
#MovimientosList .col-md-3 .card,
#MovimientosList .col-md-4 .card {
  min-height: 48vh;
}

.Descri {
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  padding: 20px 0;
}

.EtiquetaUsuarioNombre > div,
.EtiquetaUsuarioCargo > div,
.EtiquetaUsuarioGerencia > div,
.EtiquetaUsuarioEmail > div {
  display: inline-flex;
  font-size: 12px;
}

.ValorUsuario {
  margin-left: 2%;
}

.EtiquetaUsuarioEmail a {
  color: #004289;
}

#AvatarList .media .tit h5 {
  margin-bottom: 0;
}
#AvatarList .EtiquetaUsuarioGerencia,
#AvatarList .EtiquetaUsuarioEmail {
  display: none;
}
#AvatarList .det {
  font-size: 11px;
}

#IngresosList .card {
  min-height: 52vh;
}
#IngresosList .ImagenUsuario {
  background: url(/assets/img/bg/gradiant_1.svg) scroll 0 0 transparent;
  background-size: cover;
  display: block;
  padding: 7% 0;
}
#IngresosList .ImagenUsuario img {
  width: 90px !important;
  height: 130px;
  margin: 0 auto;
  display: block;
}

.opsFormularioContainer {
  background-color: #fff;
  padding: 4%;
  font-size: 14px;
  width: 500px;
  margin: 0 auto;
}
.opsFormularioContainer .form-check-label {
  font-size: 14px;
}
.opsFormularioContainer label {
  font-size: 14px;
}
.opsFormularioContainer .form-check {
  float: left;
  margin: 5px 20px 20px 0;
  padding-right: 20px;
  width: 100%;
}
.opsFormularioContainer .form-group label {
  text-align: left;
  float: left;
  display: block;
  width: 100%;
  color: #004289;
  border-radius: 20px;
}
.opsFormularioContainer button.btn.btn-label {
  background-color: #2E7BFF;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  width: 55%;
  margin: 0 auto;
  padding: 10px;
  color: white;
  display: block;
  border-radius: 20px;
  font-size: 14px;
}

.formBorder {
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}

@media (max-width: 680px) {
  .opsFormularioContainer {
    padding: 5%;
  }
  .opsFormularioContainer {
    width: auto;
  }
}
.b-0 {
  border: 0px solid #ebebeb !important;
}

.bt-0 {
  border-top: 0px solid #ebebeb;
}

.br-0 {
  border-right: 0px solid #ebebeb !important;
}

.bb-0 {
  border-bottom: 0px solid #ebebeb !important;
}

.bl-0 {
  border-left: 0px solid #ebebeb !important;
}

.bx-0 {
  border-right: 0px solid #ebebeb !important;
  border-left: 0px solid #ebebeb !important;
}

.by-0 {
  border-top: 0px solid #ebebeb !important;
  border-bottom: 0px solid #ebebeb !important;
}

.b-1 {
  border: 1px solid #ebebeb !important;
}

.bt-1 {
  border-top: 1px solid #ebebeb;
}

.br-1 {
  border-right: 1px solid #ebebeb !important;
}

.bb-1 {
  border-bottom: 1px solid #ebebeb !important;
}

.bl-1 {
  border-left: 1px solid #ebebeb !important;
}

.bx-1 {
  border-right: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
}

.by-1 {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
}

.b-2 {
  border: 2px solid #ebebeb !important;
}

.bt-2 {
  border-top: 2px solid #ebebeb;
}

.br-2 {
  border-right: 2px solid #ebebeb !important;
}

.bb-2 {
  border-bottom: 2px solid #ebebeb !important;
}

.bl-2 {
  border-left: 2px solid #ebebeb !important;
}

.bx-2 {
  border-right: 2px solid #ebebeb !important;
  border-left: 2px solid #ebebeb !important;
}

.by-2 {
  border-top: 2px solid #ebebeb !important;
  border-bottom: 2px solid #ebebeb !important;
}

.b-3 {
  border: 3px solid #ebebeb !important;
}

.bt-3 {
  border-top: 3px solid #ebebeb;
}

.br-3 {
  border-right: 3px solid #ebebeb !important;
}

.bb-3 {
  border-bottom: 3px solid #ebebeb !important;
}

.bl-3 {
  border-left: 3px solid #ebebeb !important;
}

.bx-3 {
  border-right: 3px solid #ebebeb !important;
  border-left: 3px solid #ebebeb !important;
}

.by-3 {
  border-top: 3px solid #ebebeb !important;
  border-bottom: 3px solid #ebebeb !important;
}

.border {
  border: 1px solid #ebebeb !important;
}

.border-special-1 {
  border-color: #C70064 !important;
}

.border-special-2 {
  border-color: #FFCC00 !important;
}

.border-special-3 {
  border-color: #C9C600 !important;
}

.border-special-4 {
  border-color: #4EAFD0 !important;
}

.border-special-5 {
  border-color: #777777 !important;
}

.border-special-6 {
  border-color: #594281 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  border-color: #fff !important;
}

.border-light {
  border-color: #f1f2f3 !important;
}

.border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important;
}

.bg-special-1 {
  background-color: #C70064 !important;
  color: #fff;
}

.bg-special-2 {
  background-color: #FFCC00 !important;
  color: #fff;
}

.bg-special-3 {
  background-color: #C9C600 !important;
  color: #fff;
}

.bg-special-4 {
  background-color: #4EAFD0 !important;
  color: #fff;
}

.bg-special-5 {
  background-color: #777777 !important;
  color: #fff;
}

.bg-special-6 {
  background-color: #594281 !important;
  color: #fff;
}

.bg-gray {
  background-color: #333 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-inverse {
  background-color: #465161 !important;
  color: #fff;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #004289;
}

.bg-secondary {
  background-color: #2E7BFF;
}

.bg-lightest {
  background-color: #fcfdfe !important;
}

.bg-lighter {
  background-color: #f9fafb !important;
}

.bg-light {
  background-color: #f5f6f7 !important;
}

.bg-yellow {
  background-color: #FFCC00 !important;
}

.bg-pale-primary {
  background-color: #004289 !important;
}

.bg-pale-secondary {
  background-color: #2E7BFF !important;
}

.bg-pale-terciario {
  background-color: #2E7BFF !important;
}

.bg-pale-success {
  background-color: #609BFF !important;
}

.bg-pale-info {
  background-color: #e3f3fc !important;
}

.bg-pale-warning {
  background-color: #fcf0e3 !important;
}

.bg-pale-danger {
  background-color: #fce3e3 !important;
}

.bg-pale-pink {
  background-color: #ff2e7b !important;
}

.bg-pale-purple {
  background-color: #ece3fc !important;
}

.bg-pale-brown {
  background-color: #eddcd5 !important;
}

.bg-pale-cyan {
  background-color: #e3fafc !important;
}

.bg-pale-yellow {
  background-color: #FFCC00 !important;
}

.bg-pale-gray {
  background-color: #f2f2f2 !important;
}

.bg-pale-dark {
  background-color: #c8c8c8 !important;
}

.text-special-1 {
  color: #C70064 !important;
}

.text-special-2 {
  color: #FFCC00 !important;
}

.text-special-3 {
  color: #C9C600 !important;
}

.text-special-4 {
  color: #4EAFD0 !important;
}

.text-special-5 {
  color: #777777 !important;
}

.text-special-6 {
  color: #594281 !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.text-google {
  color: #dd4b39 !important;
}

.text-twitter {
  color: #00aced !important;
}

.text-linkedin {
  color: #007bb6 !important;
}

.text-pinterest {
  color: #cb2027 !important;
}

.text-git {
  color: #666666 !important;
}

.text-tumblr {
  color: #32506d !important;
}

.text-vimeo {
  color: #aad450 !important;
}

.text-youtube {
  color: #bb0000 !important;
}

.text-flickr {
  color: #ff0084 !important;
}

.text-reddit {
  color: #ff4500 !important;
}

.text-dribbble {
  color: #ea4c89 !important;
}

.text-skype {
  color: #00aff0 !important;
}

.text-instagram {
  color: #517fa4 !important;
}

.text-lastfm {
  color: #c3000d !important;
}

.text-behance {
  color: #1769ff !important;
}

.text-rss {
  color: #f26522 !important;
}

.text-default {
  color: #616A78 !important;
}

.text-muted {
  color: #929DAF !important;
}

.text-light {
  color: #788394 !important;
}

.text-lighter {
  color: #a5b3c7 !important;
}

.text-fade {
  color: rgba(97, 106, 120, 0.7) !important;
}

.text-fader {
  color: rgba(97, 106, 120, 0.5) !important;
}

.text-fadest {
  color: rgba(97, 106, 120, 0.4) !important;
}

.text-transparent {
  color: transparent !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #004289 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #2E7BFF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #48B0F7 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #57C97B !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #faa64b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f96868 !important;
}

.hover-special-1:hover, .hover-special-1:focus {
  color: #C70064 !important;
}

.hover-special-2:hover, .hover-special-2:focus {
  color: #FFCC00 !important;
}

.hover-special-3:hover, .hover-special-3:focus {
  color: #C9C600 !important;
}

.hover-special-4:hover, .hover-special-4:focus {
  color: #4EAFD0 !important;
}

.hover-special-5:hover, .hover-special-5:focus {
  color: #777777 !important;
}

.hover-special-6:hover, .hover-special-6:focus {
  color: #594281 !important;
}

.hover-facebook:hover, .hover-facebook:focus {
  color: #3b5998 !important;
}

.hover-google:hover, .hover-google:focus {
  color: #dd4b39 !important;
}

.hover-twitter:hover, .hover-twitter:focus {
  color: #00aced !important;
}

.hover-linkedin:hover, .hover-linkedin:focus {
  color: #007bb6 !important;
}

.hover-pinterest:hover, .hover-pinterest:focus {
  color: #cb2027 !important;
}

.hover-git:hover, .hover-git:focus {
  color: #666666 !important;
}

.hover-tumblr:hover, .hover-tumblr:focus {
  color: #32506d !important;
}

.hover-vimeo:hover, .hover-vimeo:focus {
  color: #aad450 !important;
}

.hover-youtube:hover, .hover-youtube:focus {
  color: #bb0000 !important;
}

.hover-flickr:hover, .hover-flickr:focus {
  color: #ff0084 !important;
}

.hover-reddit:hover, .hover-reddit:focus {
  color: #ff4500 !important;
}

.hover-dribbble:hover, .hover-dribbble:focus {
  color: #ea4c89 !important;
}

.hover-skype:hover, .hover-skype:focus {
  color: #00aff0 !important;
}

.hover-instagram:hover, .hover-instagram:focus {
  color: #517fa4 !important;
}

.hover-lastfm:hover, .hover-lastfm:focus {
  color: #c3000d !important;
}

.hover-behance:hover, .hover-behance:focus {
  color: #1769ff !important;
}

.hover-rss:hover, .hover-rss:focus {
  color: #f26522 !important;
}

.hover-white:hover, .hover-white:focus {
  color: #fff !important;
}

.hover-muted:hover, .hover-muted:focus {
  color: #929DAF !important;
}

.hover-light:hover, .hover-light:focus {
  color: #788394 !important;
}

.hover-lighter:hover, .hover-lighter:focus {
  color: #a5b3c7 !important;
}

.hover-fade:hover, .hover-fade:focus {
  color: rgba(97, 106, 120, 0.4) !important;
}

.hover-transparent:hover, .hover-transparent:focus {
  color: transparent !important;
}

.active.active-primary {
  background-color: #004289 !important;
}

.active.active-secondary {
  background-color: #2E7BFF !important;
}

.active.active-terciario {
  background-color: #2E7BFF !important;
}

.active.active-success {
  background-color: #609BFF !important;
}

.active.active-info {
  background-color: #e3f3fc !important;
}

.active.active-warning {
  background-color: #fcf0e3 !important;
}

.active.active-danger {
  background-color: #fce3e3 !important;
}

.active.active-pink {
  background-color: #ff2e7b !important;
}

.active.active-purple {
  background-color: #ece3fc !important;
}

.active.active-brown {
  background-color: #eddcd5 !important;
}

.active.active-cyan {
  background-color: #e3fafc !important;
}

.active.active-yellow {
  background-color: #FFCC00 !important;
}

.active.active-gray {
  background-color: #f2f2f2 !important;
}

.active.active-dark {
  background-color: #c8c8c8 !important;
}

.active.active-white {
  background-color: #fff !important;
}

.active.active-transparent {
  background-color: transparent !important;
}

.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay-dark::before {
  background-color: rgba(0, 0, 0, 0.35);
}

.overlay-darker::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-darkest::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.55);
}

.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay-lightest::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-repeat: repeat;
  background-size: auto;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50% -50%);
  overflow: hidden;
}

.bg-img-left {
  background-position: left center;
}

.bg-img-right {
  background-position: right center;
}

[data-overlay],
[data-overlay-light] {
  position: relative;
}

[data-overlay]::before,
[data-overlay-light]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  z-index: -1;
  border-radius: inherit;
}

[data-overlay-light]::before {
  background: #fff;
}

[data-overlay-primary]::before {
  background: #004289;
}

[data-overlay="1"]::before {
  opacity: 0.1;
}

[data-overlay="2"]::before {
  opacity: 0.2;
}

[data-overlay="3"]::before {
  opacity: 0.3;
}

[data-overlay="4"]::before {
  opacity: 0.4;
}

[data-overlay="5"]::before {
  opacity: 0.5;
}

[data-overlay="6"]::before {
  opacity: 0.6;
}

[data-overlay="7"]::before {
  opacity: 0.7;
}

[data-overlay="8"]::before {
  opacity: 0.8;
}

[data-overlay="9"]::before {
  opacity: 0.9;
}

[data-overlay-light="1"]::before {
  opacity: 0.1;
}

[data-overlay-light="2"]::before {
  opacity: 0.2;
}

[data-overlay-light="3"]::before {
  opacity: 0.3;
}

[data-overlay-light="4"]::before {
  opacity: 0.4;
}

[data-overlay-light="5"]::before {
  opacity: 0.5;
}

[data-overlay-light="6"]::before {
  opacity: 0.6;
}

[data-overlay-light="7"]::before {
  opacity: 0.7;
}

[data-overlay-light="8"]::before {
  opacity: 0.8;
}

[data-overlay-light="9"]::before {
  opacity: 0.9;
}

[data-scrim-top],
[data-scrim-bottom] {
  position: relative;
}

[data-scrim-top]::before,
[data-scrim-bottom]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background: linear-gradient(to bottom, #191919 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  border-radius: inherit;
}

[data-scrim-bottom]::before {
  top: 20%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191919 100%);
}

[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1;
}

[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2;
}

[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3;
}

[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4;
}

[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5;
}

[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6;
}

[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7;
}

[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8;
}

[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9;
}

.bring-front {
  z-index: 1;
}

.transition-3s {
  transition: 0.3s;
}

.transition-5s {
  transition: 0.5s;
}

.overflow-hidden {
  overflow: hidden;
}

.center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.center-h {
  display: flex;
  justify-content: center;
}

.center-vh-p {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto;
}

.center-vh {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#busResultado:nth-child(2) {
  display: none;
}

.rotate-45 {
  display: inline-block;
  transform: rotate(45deg);
}

.rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
}

.rotate-180 {
  display: inline-block;
  transform: rotate(180deg);
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.shadow-1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.shadow-2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.shadow-3 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

.shadow-4 {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

.shadow-5 {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

.hover-shadow-1:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.hover-shadow-2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.hover-shadow-3:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

.hover-shadow-4:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

.hover-shadow-5:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

.shadow-material-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-material-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-material-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-material-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-material-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.hover-shadow-material-1:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.hover-shadow-material-2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.hover-shadow-material-3:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hover-shadow-material-4:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.hover-shadow-material-5:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.shadow-0,
.hover-shadow-0,
.shadow-material-0,
.hover-shadow-material-0 {
  box-shadow: none;
}

.text-hue-rotate {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue-rotate 60s infinite linear;
}

.bg-hue-rotate {
  -webkit-animation: hue-rotate 30s linear infinite;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@media (max-width: 680px) {
  .Proyectos_listado .center-vh {
    float: left;
  }
}
.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  shadow: none;
}

.no-text-shadow {
  text-shadow: none;
}

.no-scroll {
  overflow: hidden;
}

.no-radius {
  border-radius: 0 !important;
}

.no-shrink {
  flex-shrink: 0;
}

.no-grow {
  flex-grow: 0;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.no-wrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.no-underline:hover, .no-underline:focus {
  text-decoration: none;
}

.w-0px {
  width: 0px !important;
}

.h-0px {
  height: 0px !important;
}

.w-10px {
  width: 10px !important;
}

.h-10px {
  height: 10px !important;
}

.w-20px {
  width: 20px !important;
}

.h-20px {
  height: 20px !important;
}

.w-25px {
  width: 25px !important;
}

.h-25px {
  height: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.w-40px {
  width: 40px !important;
}

.h-40px {
  height: 40px !important;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.h-60px {
  height: 60px !important;
}

.w-64px {
  width: 64px !important;
}

.h-64px {
  height: 64px !important;
}

.w-70px {
  width: 70px !important;
}

.h-70px {
  height: 70px !important;
}

.w-75px {
  width: 75px !important;
}

.h-75px {
  height: 75px !important;
}

.w-80px {
  width: 80px !important;
}

.h-80px {
  height: 80px !important;
}

.w-90px {
  width: 90px !important;
}

.h-90px {
  height: 90px !important;
}

.w-100px {
  width: 100px !important;
}

.h-100px {
  height: 100px !important;
}

.w-120px {
  width: 120px !important;
}

.h-120px {
  height: 120px !important;
}

.w-140px {
  width: 140px !important;
}

.h-140px {
  height: 140px !important;
}

.w-150px {
  width: 150px !important;
}

.h-150px {
  height: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.h-160px {
  height: 160px !important;
}

.w-180px {
  width: 180px !important;
}

.h-180px {
  height: 180px !important;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.w-250px {
  width: 250px !important;
}

.h-250px {
  height: 250px !important;
}

.w-300px {
  width: 300px !important;
}

.h-300px {
  height: 300px !important;
}

.w-350px {
  width: 350px !important;
}

.h-350px {
  height: 350px !important;
}

.w-400px {
  width: 400px !important;
}

.h-400px {
  height: 400px !important;
}

.w-450px {
  width: 450px !important;
}

.h-450px {
  height: 450px !important;
}

.w-500px {
  width: 500px !important;
}

.h-500px {
  height: 500px !important;
}

.w-600px {
  width: 600px !important;
}

.h-600px {
  height: 600px !important;
}

.w-700px {
  width: 700px !important;
}

.h-700px {
  height: 700px !important;
}

.w-800px {
  width: 800px !important;
}

.h-800px {
  height: 800px !important;
}

.w-900px {
  width: 900px !important;
}

.h-900px {
  height: 900px !important;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.w-third {
  width: 33.333333% !important;
}

.w-fourth {
  width: 25% !important;
}

.w-fifth {
  width: 20% !important;
}

.h-full {
  height: 100% !important;
}

.h-half {
  height: 50% !important;
}

.h-third {
  height: 33.333333% !important;
}

.h-fourth {
  height: 25% !important;
}

.h-fifth {
  height: 20% !important;
}

.w-fullscreen {
  width: 100vw !important;
}

.h-fullscreen {
  height: 100vh !important;
}

.min-w-fullscreen {
  min-width: 100vw !important;
}

.min-h-fullscreen {
  min-height: 100vh !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

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

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

.m-12 {
  margin: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

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

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

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

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

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

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

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

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

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

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

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

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

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

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

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

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

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

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

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

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

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

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

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

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

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

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

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

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

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

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

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

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

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

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

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

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

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

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

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

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

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

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

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

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

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

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

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

.m-120 {
  margin: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

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

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

.m-140 {
  margin: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

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

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

.m-150 {
  margin: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

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

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

.m-160 {
  margin: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

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

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

.m-180 {
  margin: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

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

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

.m-200 {
  margin: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

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

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

.m-250 {
  margin: 250px !important;
}

.mt-250 {
  margin-top: 250px !important;
}

.mr-250 {
  margin-right: 250px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.ml-250 {
  margin-left: 250px !important;
}

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

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

.m-300 {
  margin: 300px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mr-300 {
  margin-right: 300px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.ml-300 {
  margin-left: 300px !important;
}

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

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

.m-400 {
  margin: 400px !important;
}

.mt-400 {
  margin-top: 400px !important;
}

.mr-400 {
  margin-right: 400px !important;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.ml-400 {
  margin-left: 400px !important;
}

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

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

.m-500 {
  margin: 500px !important;
}

.mt-500 {
  margin-top: 500px !important;
}

.mr-500 {
  margin-right: 500px !important;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.ml-500 {
  margin-left: 500px !important;
}

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

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

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

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

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

.p-12 {
  padding: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

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

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

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

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

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

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

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

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

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

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

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

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

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

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

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

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

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

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

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

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

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

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

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

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

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

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

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

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

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

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

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

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

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

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

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

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

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

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

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

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

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

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

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

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

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

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

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

.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

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

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

.p-140 {
  padding: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

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

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

.p-150 {
  padding: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

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

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

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

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

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

.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

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

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

.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

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

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

.p-250 {
  padding: 250px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pr-250 {
  padding-right: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pl-250 {
  padding-left: 250px !important;
}

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

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

.p-300 {
  padding: 300px !important;
}

.pt-300 {
  padding-top: 300px !important;
}

.pr-300 {
  padding-right: 300px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.pl-300 {
  padding-left: 300px !important;
}

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

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

.p-400 {
  padding: 400px !important;
}

.pt-400 {
  padding-top: 400px !important;
}

.pr-400 {
  padding-right: 400px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.pl-400 {
  padding-left: 400px !important;
}

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

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

.p-500 {
  padding: 500px !important;
}

.pt-500 {
  padding-top: 500px !important;
}

.pr-500 {
  padding-right: 500px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.pl-500 {
  padding-left: 500px !important;
}

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

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

.gap-items > *,
.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px;
}
.gap-items > *:first-child,
.gap-items-3 > *:first-child {
  margin-left: 0;
}
.gap-items > *:last-child,
.gap-items-3 > *:last-child {
  margin-right: 0;
}

.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px;
}
.gap-items-1 > *:first-child {
  margin-left: 0;
}
.gap-items-1 > *:last-child {
  margin-right: 0;
}

.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px;
}
.gap-items-2 > *:first-child {
  margin-left: 0;
}
.gap-items-2 > *:last-child {
  margin-right: 0;
}

.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px;
}
.gap-items-4 > *:first-child {
  margin-left: 0;
}
.gap-items-4 > *:last-child {
  margin-right: 0;
}

.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.gap-items-5 > *:first-child {
  margin-left: 0;
}
.gap-items-5 > *:last-child {
  margin-right: 0;
}

.gap-multiline-items,
.gap-multiline-items-3 {
  margin: -8px;
}
.gap-multiline-items > *,
.gap-multiline-items-3 > * {
  margin: 8px;
}

.gap-multiline-items-1 {
  margin: -2px;
}
.gap-multiline-items-1 > * {
  margin: 2px;
}

.gap-multiline-items-2 {
  margin: -4px;
}
.gap-multiline-items-2 > * {
  margin: 4px;
}

.gap-multiline-items-4 {
  margin: -12px;
}
.gap-multiline-items-4 > * {
  margin: 12px;
}

.gap-multiline-items-5 {
  margin: -16px;
}
.gap-multiline-items-5 > * {
  margin: 16px;
}

.gap-y.gap-items,
.gap-y.gap-items-3 {
  margin: -8px;
}
.gap-y.gap-items > *,
.gap-y.gap-items-3 > * {
  margin: 8px;
}

.gap-y.gap-items-1 {
  margin: -2px;
}
.gap-y.gap-items-1 > * {
  margin: 2px;
}

.gap-y.gap-items-2 {
  margin: -4px;
}
.gap-y.gap-items-2 > * {
  margin: 4px;
}

.gap-y.gap-items-4 {
  margin: -12px;
}
.gap-y.gap-items-4 > * {
  margin: 12px;
}

.gap-y.gap-items-5 {
  margin: -16px;
}
.gap-y.gap-items-5 > * {
  margin: 16px;
}

.font-body,
.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-title,
.font-ubuntu {
  font-family: Roboto, sans-serif;
}

.font-article,
.font-lora {
  font-family: Roboto, sans-serif;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 1.2;
}

.fs-35 {
  font-size: 35px !important;
  line-height: 1.2;
}

.fs-40 {
  font-size: 40px !important;
  line-height: 1.2;
}

.fs-45 {
  font-size: 45px !important;
  line-height: 1.2;
}

.fs-50 {
  font-size: 50px !important;
  line-height: 1.2;
}

.fs-60 {
  font-size: 60px !important;
  line-height: 1.2;
}

.fs-70 {
  font-size: 70px !important;
  line-height: 1.2;
}

.fs-80 {
  font-size: 80px !important;
  line-height: 1.2;
}

.fs-90 {
  font-size: 90px !important;
  line-height: 1.2;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-22 {
  line-height: 2.2 !important;
}

.lh-24 {
  line-height: 2.4 !important;
}

.lh-25 {
  line-height: 2.5 !important;
}

.lh-26 {
  line-height: 2.6 !important;
}

.lh-28 {
  line-height: 2.8 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-35 {
  line-height: 3.5 !important;
}

.lh-4 {
  line-height: 4 !important;
}

.lh-45 {
  line-height: 4.5 !important;
}

.lh-5 {
  line-height: 5 !important;
}

.letter-spacing-0 {
  letter-spacing: 0px !important;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.letter-spacing-4 {
  letter-spacing: 4px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

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

.align-sub {
  vertical-align: sub;
}

/*# sourceMappingURL=app.css.map */
