@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
.msw-loader.is-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.msw-loader .loader-square {
  width: 15px;
  height: 15px;
  float: left;
  top: -10px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  opacity: 0;
  animation: enter 6s infinite;
}
.msw-loader .loader-loader-enter {
  top: 0px;
  opacity: 1;
}
.msw-loader .loader-square:nth-child(1) {
  animation-delay: 1.8s;
}
.msw-loader .loader-square:nth-child(2) {
  animation-delay: 2.1s;
}
.msw-loader .loader-square:nth-child(3) {
  animation-delay: 2.4s;
}
.msw-loader .loader-square:nth-child(4) {
  animation-delay: 0.9s;
}
.msw-loader .loader-square:nth-child(5) {
  animation-delay: 1.2s;
}
.msw-loader .loader-square:nth-child(6) {
  animation-delay: 1.5s;
}
.msw-loader .loader-square:nth-child(8) {
  animation-delay: 0.3s;
}
.msw-loader .loader-square:nth-child(9) {
  animation-delay: 0.6s;
}
.msw-loader .loader-clear {
  clear: both;
}
.msw-loader .loader-last {
  margin-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .is-fullheight {
    height: 100vh;
  }
}
.main-template {
  /*a {
    color: @text;
    &:hover{
        color: @blue;
    }
}*/
}
@media (max-width: 768px) {
  .main-template .pos-search-result .handle-link {
    display: none;
  }
  .main-template .pos-search-result .tag {
    height: auto;
    white-space: normal;
  }
  .main-template .pagination {
    margin: 1em;
  }
}
.main-template .has-text-white {
  color: #FFF;
}
.main-template a.has-text-white {
  color: #FFF;
}
.main-template a.has-text-white:hover {
  color: #000;
}
.main-template a.swap.has-text-white {
  color: #000;
}
.main-template a.swap.has-text-white:hover {
  color: #FFF;
}
.main-template .tabs.is-toggle li.is-active.is-white a {
  background-color: #FFF;
  border-color: #FFF;
  color: #FFF;
}
.main-template .tabs li.is-active.is-white a {
  color: #FFF;
}
.main-template .has-text-blue {
  color: #1CBDC7;
}
.main-template a.has-text-blue {
  color: #1CBDC7;
}
.main-template a.has-text-blue:hover {
  color: #000;
}
.main-template a.swap.has-text-blue {
  color: #000;
}
.main-template a.swap.has-text-blue:hover {
  color: #1CBDC7;
}
.main-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.main-template .tabs li.is-active.is-blue a {
  color: #1CBDC7;
}
.main-template .has-text-green {
  color: #1D875F;
}
.main-template a.has-text-green {
  color: #1D875F;
}
.main-template a.has-text-green:hover {
  color: #000;
}
.main-template a.swap.has-text-green {
  color: #000;
}
.main-template a.swap.has-text-green:hover {
  color: #1D875F;
}
.main-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #1D875F;
  border-color: #1D875F;
  color: #FFF;
}
.main-template .tabs li.is-active.is-green a {
  color: #1D875F;
}
.main-template .has-text-brown {
  color: #B39482;
}
.main-template a.has-text-brown {
  color: #B39482;
}
.main-template a.has-text-brown:hover {
  color: #000;
}
.main-template a.swap.has-text-brown {
  color: #000;
}
.main-template a.swap.has-text-brown:hover {
  color: #B39482;
}
.main-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #B39482;
  border-color: #B39482;
  color: #FFF;
}
.main-template .tabs li.is-active.is-brown a {
  color: #B39482;
}
.main-template .has-text-purple {
  color: #7E69B4;
}
.main-template a.has-text-purple {
  color: #7E69B4;
}
.main-template a.has-text-purple:hover {
  color: #000;
}
.main-template a.swap.has-text-purple {
  color: #000;
}
.main-template a.swap.has-text-purple:hover {
  color: #7E69B4;
}
.main-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #7E69B4;
  border-color: #7E69B4;
  color: #FFF;
}
.main-template .tabs li.is-active.is-purple a {
  color: #7E69B4;
}
.main-template .has-text-orange {
  color: #F8AA24;
}
.main-template a.has-text-orange {
  color: #F8AA24;
}
.main-template a.has-text-orange:hover {
  color: #000;
}
.main-template a.swap.has-text-orange {
  color: #000;
}
.main-template a.swap.has-text-orange:hover {
  color: #F8AA24;
}
.main-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #F8AA24;
  border-color: #F8AA24;
  color: #FFF;
}
.main-template .tabs li.is-active.is-orange a {
  color: #F8AA24;
}
.main-template .has-text-red {
  color: #E9362F;
}
.main-template a.has-text-red {
  color: #E9362F;
}
.main-template a.has-text-red:hover {
  color: #000;
}
.main-template a.swap.has-text-red {
  color: #000;
}
.main-template a.swap.has-text-red:hover {
  color: #E9362F;
}
.main-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #E9362F;
  border-color: #E9362F;
  color: #FFF;
}
.main-template .tabs li.is-active.is-red a {
  color: #E9362F;
}
.main-template .is-paddingless {
  padding: 0 !important;
}
.main-template .is-pulled-bottom {
  margin-top: auto;
}
.main-template .has-no-right-margin {
  margin-right: 0 !important;
}
.main-template .has-no-right-padding {
  padding-right: 0 !important;
}
.main-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.main-template .has-no-left-margin {
  margin-left: 0 !important;
}
.main-template .has-no-left-padding {
  padding-left: 0 !important;
}
.main-template .has-no-top-margin {
  margin-top: 0 !important;
}
.main-template .has-no-top-padding {
  padding-top: 0 !important;
}
.main-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.main-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.main-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.main-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.main-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.main-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.main-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.main-template .has-medium-right-margin {
  margin-right: 1rem;
}
.main-template .has-medium-top-margin {
  margin-top: 1rem;
}
.main-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.main-template .has-small-padding {
  padding: 0.5rem;
}
.main-template .has-no-padding {
  padding: 0 !important;
}
.main-template .has-xmedium-padding {
  padding: 0.75rem;
}
.main-template .has-medium-padding {
  padding: 1rem;
}
.main-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.main-template .text-with-line:before,
.main-template .text-with-line:after {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.main-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.main-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.main-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-template .facebook-color {
  color: #3B5998 !important;
}
.main-template .twitter-color {
  color: #55ACEE !important;
}
.main-template .linkedin-color {
  color: #007BB5 !important;
}
.main-template .bluesky-color {
  color: #0085ff !important;
}
.main-template .email-color {
  color: #212d3a !important;
}
.main-template .google-plus-color {
  color: #DD4B39 !important;
}
.main-template .redify {
  color: #E9362F;
}
.main-template .is-justify-center {
  justify-content: center;
}
.main-template .is-vcentered {
  display: flex;
  align-items: center;
}
.main-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.main-template .is-clearfix {
  clear: both;
}
.main-template .hr-section {
  margin-top: 1rem;
  margin-bottm: 1.5rem;
}
.main-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.main-template .is-width-one-third {
  width: 33%;
}
.main-template .is-width-half {
  width: 50%;
}
.main-template .has-cursor-pointer {
  cursor: pointer;
}
.main-template .break-word {
  word-break: break-word;
}
.main-template .th-wrap:first-child {
  display: block !important;
  width: 100% !important;
}
.main-template .z-index-high {
  z-index: 99 !important;
}
.main-template .has-extra-small-font {
  font-size: 0.5rem;
}
.main-template .has-small-font {
  font-size: 0.7rem;
}
.main-template .has-medium-font {
  font-size: 0.9rem;
}
.main-template .has-big-font {
  font-size: 1.2rem;
}
.main-template .msw-loader .primary-color {
  background-color: #E63A30;
}
.main-template .msw-loader .secondary-color {
  background-color: #000;
}
.main-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.main-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #212D3A;
}
.main-template .card .card-footer {
  border-top: none;
}
.main-template .clickable-card,
.main-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 2% 2% 2%;
}
.main-template .clickable-card .card-header,
.main-template .info-card .card-header {
  display: inline-block;
  padding: 0px 10px;
  color: #FFF;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
  border-bottom: none;
}
.main-template .clickable-card {
  cursor: pointer;
}
.main-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.main-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.main-template .card-equal-height .card-footer {
  margin-top: auto;
}
.main-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.main-template .stats-card .columns {
  margin: 0;
}
.main-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.main-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.main-template .stats-card .column {
  padding: 0;
}
.main-template .stats-card hr {
  margin: 0.75rem 0;
}
.main-template .stats-card .card-content {
  padding: 0.35rem;
}
.main-template .stats-card .media {
  padding: 0.5rem;
}
.main-template .stats-card .title,
.main-template .stats-card .subtitle {
  color: #4E5762;
}
.main-template .card-with-tag {
  padding: 0 !important;
}
.main-template .card-with-tag .card-header {
  border-bottom: none;
}
.main-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.main-template .card-header-tag .tag {
  border-radius: 0px;
}
.main-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.main-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.main-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.main-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.main-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.main-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.main-template .card-border-color-white {
  border: 2px solid #FFF;
}
.main-template .card-white {
  background-color: #FFF;
}
.main-template .card-white .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-white.is-active {
  background-color: #FFF;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-white {
  background-color: #ffffff;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-white {
  background-color: #FFF;
}
.main-template .clickable-card-white:hover {
  background-color: #FFF;
}
.main-template .clickable-card-white:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-white .card-header,
.main-template .info-card-white .card-header {
  background-color: #FFF;
}
.main-template .clickable-card-white .card-header .card-header-title,
.main-template .info-card-white .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-white a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FFF;
}
.main-template .info-card-white a:hover {
  color: #212D3A;
}
.main-template .info-card-white a.swap {
  color: #212D3A;
}
.main-template .info-card-white a.swap:hover {
  color: #FFF;
}
.main-template .info-card-white a.swap.is-active {
  color: #FFF;
}
.main-template .info-card-white p.colored {
  color: #FFF !important;
}
.main-template .card-header-white {
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-white .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.main-template .card-blue {
  background-color: #1CBDC7;
}
.main-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.main-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.main-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-blue .card-header,
.main-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.main-template .clickable-card-blue .card-header .card-header-title,
.main-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.main-template .info-card-blue a:hover {
  color: #212D3A;
}
.main-template .info-card-blue a.swap {
  color: #212D3A;
}
.main-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.main-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.main-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.main-template .card-header-blue {
  background-color: #1CBDC7;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.main-template .card-green {
  background-color: #1D875F;
}
.main-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.main-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.main-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-green .card-header,
.main-template .info-card-green .card-header {
  background-color: #1D875F;
}
.main-template .clickable-card-green .card-header .card-header-title,
.main-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.main-template .info-card-green a:hover {
  color: #212D3A;
}
.main-template .info-card-green a.swap {
  color: #212D3A;
}
.main-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.main-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.main-template .info-card-green p.colored {
  color: #1D875F !important;
}
.main-template .card-header-green {
  background-color: #1D875F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.main-template .card-brown {
  background-color: #B39482;
}
.main-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.main-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.main-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-brown .card-header,
.main-template .info-card-brown .card-header {
  background-color: #B39482;
}
.main-template .clickable-card-brown .card-header .card-header-title,
.main-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.main-template .info-card-brown a:hover {
  color: #212D3A;
}
.main-template .info-card-brown a.swap {
  color: #212D3A;
}
.main-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.main-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.main-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.main-template .card-header-brown {
  background-color: #B39482;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.main-template .card-purple {
  background-color: #7E69B4;
}
.main-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.main-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.main-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-purple .card-header,
.main-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.main-template .clickable-card-purple .card-header .card-header-title,
.main-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.main-template .info-card-purple a:hover {
  color: #212D3A;
}
.main-template .info-card-purple a.swap {
  color: #212D3A;
}
.main-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.main-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.main-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.main-template .card-header-purple {
  background-color: #7E69B4;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.main-template .card-orange {
  background-color: #F8AA24;
}
.main-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.main-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.main-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-orange .card-header,
.main-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.main-template .clickable-card-orange .card-header .card-header-title,
.main-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.main-template .info-card-orange a:hover {
  color: #212D3A;
}
.main-template .info-card-orange a.swap {
  color: #212D3A;
}
.main-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.main-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.main-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.main-template .card-header-orange {
  background-color: #F8AA24;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.main-template .card-red {
  background-color: #E9362F;
}
.main-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.main-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.main-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-red .card-header,
.main-template .info-card-red .card-header {
  background-color: #E9362F;
}
.main-template .clickable-card-red .card-header .card-header-title,
.main-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.main-template .info-card-red a:hover {
  color: #212D3A;
}
.main-template .info-card-red a.swap {
  color: #212D3A;
}
.main-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.main-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.main-template .info-card-red p.colored {
  color: #E9362F !important;
}
.main-template .card-header-red {
  background-color: #E9362F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.main-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.main-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.main-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.main-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.main-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.main-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.main-template .menu-list a.is-active.is-white {
  background-color: #FFF;
}
.main-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-template .pos-dropzone.dz-drag-hover {
  border: 1px solid #3273DC;
}
.main-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
}
.main-template .button-ined {
  border-radius: 5px;
  padding: 0px 7px 0px 7px;
  border: solid 1px #FFF;
  text-decoration: none;
  color: #4E5762;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  line-height: 1.8em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  height: auto;
}
.main-template .button-ined:focus:not(:active),
.main-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.main-template .button-ined:focus,
.main-template .button-ined.is-focused {
  border-color: transparent;
}
.main-template .button-ined-white:focus,
.main-template .is-focused-white,
.main-template .button-ined-white:hover {
  color: #FFF;
}
.main-template .button-background-white:hover {
  color: #FFF;
}
.main-template .button-background-white {
  background-color: #FFF;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .button-ined-blue:focus,
.main-template .is-focused-blue,
.main-template .button-ined-blue:hover {
  color: #1CBDC7;
}
.main-template .button-background-blue:hover {
  color: #FFF;
}
.main-template .button-background-blue {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .button-ined-green:focus,
.main-template .is-focused-green,
.main-template .button-ined-green:hover {
  color: #1D875F;
}
.main-template .button-background-green:hover {
  color: #FFF;
}
.main-template .button-background-green {
  background-color: #1D875F;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .button-ined-brown:focus,
.main-template .is-focused-brown,
.main-template .button-ined-brown:hover {
  color: #B39482;
}
.main-template .button-background-brown:hover {
  color: #FFF;
}
.main-template .button-background-brown {
  background-color: #B39482;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .button-ined-purple:focus,
.main-template .is-focused-purple,
.main-template .button-ined-purple:hover {
  color: #7E69B4;
}
.main-template .button-background-purple:hover {
  color: #FFF;
}
.main-template .button-background-purple {
  background-color: #7E69B4;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .button-ined-orange:focus,
.main-template .is-focused-orange,
.main-template .button-ined-orange:hover {
  color: #F8AA24;
}
.main-template .button-background-orange:hover {
  color: #FFF;
}
.main-template .button-background-orange {
  background-color: #F8AA24;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .button-ined-red:focus,
.main-template .is-focused-red,
.main-template .button-ined-red:hover {
  color: #E9362F;
}
.main-template .button-background-red:hover {
  color: #FFF;
}
.main-template .button-background-red {
  background-color: #E9362F;
  color: #FFF !important;
  box-shadow: none !important;
}
.main-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.main-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.main-template .button .icon svg {
  width: 14px;
}
.main-template .input {
  border: 0;
  padding: 8px;
  min-height: 32px;
  background-color: #EEF0F2;
  border-radius: 8px;
}
.main-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860 !important;
}
.main-template .input:focus,
.main-template .input:hover,
.main-template .input:active {
  border-color: transparent;
  box-shadow: none;
}
.main-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.main-template .v-select.single.open .selected-tag {
  position: static !important;
}
.main-template .field.has-addons .control .button {
  height: 100% !important;
}
.main-template textarea[readonly],
.main-template input[readonly],
.main-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
}
.main-template label.readonly {
  font-weight: bold;
}
.main-template .small-select {
  width: 115px !important;
}
.main-template .small-select input {
  width: 0px !important;
}
.main-template .hidden_text_area {
  opacity: 0.01;
  height: 0;
  position: absolute;
  z-index: -1;
}
.main-template .steps .step-item.is-white::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-white.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-white.is-active .step-marker {
  background-color: #FFF;
  border-color: #FFF;
  color: #FFF;
}
.main-template .steps .step-item.is-white.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-white.is-completed .step-marker {
  background-color: #FFF;
}
.main-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
}
.main-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #1CBDC7;
}
.main-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1D875F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #1D875F;
  color: #1D875F;
}
.main-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #1D875F;
}
.main-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #B39482 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #B39482;
  color: #B39482;
}
.main-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #B39482;
}
.main-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #7E69B4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #7E69B4;
  color: #7E69B4;
}
.main-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #7E69B4;
}
.main-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #F8AA24 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #F8AA24;
  color: #F8AA24;
}
.main-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #F8AA24;
}
.main-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #E9362F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.main-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #E9362F;
  color: #E9362F;
}
.main-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.main-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #E9362F;
}
.main-template nav.indexer {
  background-color: transparent;
}
.main-template .indexer-white a {
  color: #FFF;
}
.main-template .indexer-white .pagination-link.is-current {
  border-color: #FFF;
  color: #FFF;
  background-color: #FFF;
}
.main-template .indexer-blue a {
  color: #1CBDC7;
}
.main-template .indexer-blue .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.main-template .indexer-green a {
  color: #1D875F;
}
.main-template .indexer-green .pagination-link.is-current {
  border-color: #1D875F;
  color: #FFF;
  background-color: #1D875F;
}
.main-template .indexer-brown a {
  color: #B39482;
}
.main-template .indexer-brown .pagination-link.is-current {
  border-color: #B39482;
  color: #FFF;
  background-color: #B39482;
}
.main-template .indexer-purple a {
  color: #7E69B4;
}
.main-template .indexer-purple .pagination-link.is-current {
  border-color: #7E69B4;
  color: #FFF;
  background-color: #7E69B4;
}
.main-template .indexer-orange a {
  color: #F8AA24;
}
.main-template .indexer-orange .pagination-link.is-current {
  border-color: #F8AA24;
  color: #FFF;
  background-color: #F8AA24;
}
.main-template .indexer-red a {
  color: #E9362F;
}
.main-template .indexer-red .pagination-link.is-current {
  border-color: #E9362F;
  color: #FFF;
  background-color: #E9362F;
}
.main-template .media-content-white {
  color: #FFF !important;
}
.main-template .media-content-white .subtitle {
  color: #FFF !important;
}
.main-template .media-content-white .title {
  color: #FFF !important;
}
.main-template .media-content-blue {
  color: #1CBDC7 !important;
}
.main-template .media-content-blue .subtitle {
  color: #1CBDC7 !important;
}
.main-template .media-content-blue .title {
  color: #1CBDC7 !important;
}
.main-template .media-content-green {
  color: #1D875F !important;
}
.main-template .media-content-green .subtitle {
  color: #1D875F !important;
}
.main-template .media-content-green .title {
  color: #1D875F !important;
}
.main-template .media-content-brown {
  color: #B39482 !important;
}
.main-template .media-content-brown .subtitle {
  color: #B39482 !important;
}
.main-template .media-content-brown .title {
  color: #B39482 !important;
}
.main-template .media-content-purple {
  color: #7E69B4 !important;
}
.main-template .media-content-purple .subtitle {
  color: #7E69B4 !important;
}
.main-template .media-content-purple .title {
  color: #7E69B4 !important;
}
.main-template .media-content-orange {
  color: #F8AA24 !important;
}
.main-template .media-content-orange .subtitle {
  color: #F8AA24 !important;
}
.main-template .media-content-orange .title {
  color: #F8AA24 !important;
}
.main-template .media-content-red {
  color: #E9362F !important;
}
.main-template .media-content-red .subtitle {
  color: #E9362F !important;
}
.main-template .media-content-red .title {
  color: #E9362F !important;
}
.main-template .v-select {
  border: 0;
  padding: 1px;
  min-height: 2.25em;
  background-color: #EEF0F2;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  align-items: center;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
.main-template .v-select .open-indicator {
  bottom: 4px;
}
.main-template .v-select input[type=search]:not(.small-select .v-select input[type=search]) {
  width: auto !important;
}
.main-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.main-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.main-template .v-select.is-addon {
  border-radius: 0 !important;
}
.main-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.main-template ul.list-styled {
  padding-left: 1em;
}
.main-template ul.list-styled.is-square {
  list-style: square;
}
.main-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.main-template ul.list-icon li {
  padding-left: 1.3em;
}
.main-template ul.list-icon li:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
.main-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.main-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.main-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.main-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.main-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.main-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.main-template .pipe-list li:first-child {
  border-left: none;
}
.main-template .pipe-list li {
  flex-grow: 1;
  flex-basis: auto;
  margin: 0.25em 0;
  padding: 0 1em;
  text-align: center;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
.main-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.main-template .table-wrapper thead tr:nth-child(n+2) .th-wrap span {
  width: 100%;
  font-weight: normal;
}
.main-template .table-wrapper thead tr:nth-child(n+2) .th-wrap span .v-select .dropdown-menu {
  display: table !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000 !important;
  min-width: 100% !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  overflow-y: auto !important;
  border: 1px solid rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  text-align: left !important;
  list-style: none !important;
  background: #fff !important;
}
.main-template .b-table .chevron-cell .icon svg {
  width: 10px;
}
.main-template .smart-widget {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
  border-color: #e4e4e4;
  border-top-width: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.main-template .smart-widget .smart-widget-header {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.main-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.main-template .smart-widget .smart-widget-header .smart-widget-option a {
  display: inline-block;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.main-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.main-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #555;
}
.main-template .smart-widget .smart-widget-header .smart-widget-option a.widget-collapse-option {
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
}
.main-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.main-template .smart-widget .smart-widget-inner {
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.main-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.main-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.main-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li {
  float: left;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  width: 25px;
  height: 25px;
  margin: 2px 10px 2px 0;
  border: 2px solid #fff;
  cursor: pointer;
}
.main-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.main-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.main-template .smart-widget .smart-widget-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.main-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.main-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.main-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.main-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.main-template .smart-widget.smart-widget-collapsed .smart-widget-option .widget-collapse-option {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
}
.main-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.main-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.main-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-dark .smart-widget-option a:hover,
.main-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.main-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.main-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.main-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.main-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.main-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-purple .smart-widget-option a:hover,
.main-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.main-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-green .smart-widget-option a:hover,
.main-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.main-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.main-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.main-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.main-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-orange .smart-widget-option a:hover,
.main-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.main-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.main-template .smart-widget.widget-red .smart-widget-option a:hover,
.main-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.main-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.main-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.main-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.main-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.main-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.main-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.main-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.main-template a.share-icone {
  cursor: pointer;
}
.main-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.main-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.main-template .menu-list a.is-active {
  background-color: hsl(0, 0%, 96%);
}
.main-template .card-border-color-white {
  border: 2px solid #FFF;
}
.main-template .card-white {
  background-color: #FFF;
}
.main-template .card-white .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-white.is-active {
  background-color: #FFF;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-white {
  background-color: #ffffff;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-white {
  background-color: #FFF;
}
.main-template .clickable-card-white:hover {
  background-color: #FFF;
}
.main-template .clickable-card-white:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-white .card-header,
.main-template .info-card-white .card-header {
  background-color: #FFF;
}
.main-template .clickable-card-white .card-header .card-header-title,
.main-template .info-card-white .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-white a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FFF;
}
.main-template .info-card-white a:hover {
  color: #212D3A;
}
.main-template .info-card-white a.swap {
  color: #212D3A;
}
.main-template .info-card-white a.swap:hover {
  color: #FFF;
}
.main-template .info-card-white a.swap.is-active {
  color: #FFF;
}
.main-template .info-card-white p.colored {
  color: #FFF !important;
}
.main-template .card-header-white {
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-white .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.main-template .card-blue {
  background-color: #1CBDC7;
}
.main-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.main-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.main-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-blue .card-header,
.main-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.main-template .clickable-card-blue .card-header .card-header-title,
.main-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.main-template .info-card-blue a:hover {
  color: #212D3A;
}
.main-template .info-card-blue a.swap {
  color: #212D3A;
}
.main-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.main-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.main-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.main-template .card-header-blue {
  background-color: #1CBDC7;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.main-template .card-green {
  background-color: #1D875F;
}
.main-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.main-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.main-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-green .card-header,
.main-template .info-card-green .card-header {
  background-color: #1D875F;
}
.main-template .clickable-card-green .card-header .card-header-title,
.main-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.main-template .info-card-green a:hover {
  color: #212D3A;
}
.main-template .info-card-green a.swap {
  color: #212D3A;
}
.main-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.main-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.main-template .info-card-green p.colored {
  color: #1D875F !important;
}
.main-template .card-header-green {
  background-color: #1D875F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.main-template .card-brown {
  background-color: #B39482;
}
.main-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.main-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.main-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-brown .card-header,
.main-template .info-card-brown .card-header {
  background-color: #B39482;
}
.main-template .clickable-card-brown .card-header .card-header-title,
.main-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.main-template .info-card-brown a:hover {
  color: #212D3A;
}
.main-template .info-card-brown a.swap {
  color: #212D3A;
}
.main-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.main-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.main-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.main-template .card-header-brown {
  background-color: #B39482;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.main-template .card-purple {
  background-color: #7E69B4;
}
.main-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.main-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.main-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-purple .card-header,
.main-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.main-template .clickable-card-purple .card-header .card-header-title,
.main-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.main-template .info-card-purple a:hover {
  color: #212D3A;
}
.main-template .info-card-purple a.swap {
  color: #212D3A;
}
.main-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.main-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.main-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.main-template .card-header-purple {
  background-color: #7E69B4;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.main-template .card-orange {
  background-color: #F8AA24;
}
.main-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.main-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.main-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-orange .card-header,
.main-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.main-template .clickable-card-orange .card-header .card-header-title,
.main-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.main-template .info-card-orange a:hover {
  color: #212D3A;
}
.main-template .info-card-orange a.swap {
  color: #212D3A;
}
.main-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.main-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.main-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.main-template .card-header-orange {
  background-color: #F8AA24;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.main-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.main-template .card-red {
  background-color: #E9362F;
}
.main-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.main-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.main-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.main-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.main-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.main-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .clickable-card-red .card-header,
.main-template .info-card-red .card-header {
  background-color: #E9362F;
}
.main-template .clickable-card-red .card-header .card-header-title,
.main-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.main-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.main-template .info-card-red a:hover {
  color: #212D3A;
}
.main-template .info-card-red a.swap {
  color: #212D3A;
}
.main-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.main-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.main-template .info-card-red p.colored {
  color: #E9362F !important;
}
.main-template .card-header-red {
  background-color: #E9362F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.main-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.main-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.main-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.main-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.main-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.main-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.main-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.main-template .menu-list a.is-active.is-white {
  background-color: #FFF;
}
.main-template .message.is-abc {
  cursor: pointer;
}
.main-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.main-template .is-font-abc-small {
  font-size: 0.7rem;
}
.main-template .message.is-abc.is-active-white {
  background-color: #FFF;
}
.main-template .message.is-abc.is-active-white .message-body {
  color: white;
}
.main-template .message.is-white {
  background-color: #FFF;
}
.main-template .message.is-white .message-body {
  color: white;
}
.main-template .message.is-abc.is-active-blue {
  background-color: #1CBDC7;
}
.main-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.main-template .message.is-blue {
  background-color: #1CBDC7;
}
.main-template .message.is-blue .message-body {
  color: white;
}
.main-template .message.is-abc.is-active-green {
  background-color: #1D875F;
}
.main-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.main-template .message.is-green {
  background-color: #1D875F;
}
.main-template .message.is-green .message-body {
  color: white;
}
.main-template .message.is-abc.is-active-brown {
  background-color: #B39482;
}
.main-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.main-template .message.is-brown {
  background-color: #B39482;
}
.main-template .message.is-brown .message-body {
  color: white;
}
.main-template .message.is-abc.is-active-purple {
  background-color: #7E69B4;
}
.main-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.main-template .message.is-purple {
  background-color: #7E69B4;
}
.main-template .message.is-purple .message-body {
  color: white;
}
.main-template .message.is-abc.is-active-orange {
  background-color: #F8AA24;
}
.main-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.main-template .message.is-orange {
  background-color: #F8AA24;
}
.main-template .message.is-orange .message-body {
  color: white;
}
.main-template .message.is-abc.is-active-red {
  background-color: #E9362F;
}
.main-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.main-template .message.is-red {
  background-color: #E9362F;
}
.main-template .message.is-red .message-body {
  color: white;
}
.main-template a.navbar-item:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}
.main-template .navbar-item .icon svg {
  width: 10px;
}
.main-template .b-sidebar .menu-list a {
  color: #fff !important;
}
.main-template .b-sidebar .menu-list li ul li :hover {
  background-color: #515151;
}
.main-template .b-sidebar .menu-list li:not(:has(> a.is-active)) :hover {
  background-color: #515151;
}
.main-template .b-sidebar .menu-list li.white.blue a.router-link-exact-active {
  color: #FFF !important;
  background-color: #1CBDC7 !important;
}
.main-template .b-sidebar .menu-list li.white.blue a.is-active {
  color: #FFF !important;
  background-color: #1CBDC7 !important;
}
.main-template .b-sidebar .menu-list li.white.green a.router-link-exact-active {
  color: #FFF !important;
  background-color: #1D875F !important;
}
.main-template .b-sidebar .menu-list li.white.green a.is-active {
  color: #FFF !important;
  background-color: #1D875F !important;
}
.main-template .b-sidebar .menu-list li.white.brown a.router-link-exact-active {
  color: #FFF !important;
  background-color: #B39482 !important;
}
.main-template .b-sidebar .menu-list li.white.brown a.is-active {
  color: #FFF !important;
  background-color: #B39482 !important;
}
.main-template .b-sidebar .menu-list li.white.purple a.router-link-exact-active {
  color: #FFF !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.white.purple a.is-active {
  color: #FFF !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.white.orange a.router-link-exact-active {
  color: #FFF !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.white.orange a.is-active {
  color: #FFF !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.white.red a.router-link-exact-active {
  color: #FFF !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.white.red a.is-active {
  color: #FFF !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.blue.green a.router-link-exact-active {
  color: #1CBDC7 !important;
  background-color: #1D875F !important;
}
.main-template .b-sidebar .menu-list li.blue.green a.is-active {
  color: #1CBDC7 !important;
  background-color: #1D875F !important;
}
.main-template .b-sidebar .menu-list li.blue.brown a.router-link-exact-active {
  color: #1CBDC7 !important;
  background-color: #B39482 !important;
}
.main-template .b-sidebar .menu-list li.blue.brown a.is-active {
  color: #1CBDC7 !important;
  background-color: #B39482 !important;
}
.main-template .b-sidebar .menu-list li.blue.purple a.router-link-exact-active {
  color: #1CBDC7 !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.blue.purple a.is-active {
  color: #1CBDC7 !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.blue.orange a.router-link-exact-active {
  color: #1CBDC7 !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.blue.orange a.is-active {
  color: #1CBDC7 !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.blue.red a.router-link-exact-active {
  color: #1CBDC7 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.blue.red a.is-active {
  color: #1CBDC7 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.green.brown a.router-link-exact-active {
  color: #1D875F !important;
  background-color: #B39482 !important;
}
.main-template .b-sidebar .menu-list li.green.brown a.is-active {
  color: #1D875F !important;
  background-color: #B39482 !important;
}
.main-template .b-sidebar .menu-list li.green.purple a.router-link-exact-active {
  color: #1D875F !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.green.purple a.is-active {
  color: #1D875F !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.green.orange a.router-link-exact-active {
  color: #1D875F !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.green.orange a.is-active {
  color: #1D875F !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.green.red a.router-link-exact-active {
  color: #1D875F !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.green.red a.is-active {
  color: #1D875F !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.brown.purple a.router-link-exact-active {
  color: #B39482 !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.brown.purple a.is-active {
  color: #B39482 !important;
  background-color: #7E69B4 !important;
}
.main-template .b-sidebar .menu-list li.brown.orange a.router-link-exact-active {
  color: #B39482 !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.brown.orange a.is-active {
  color: #B39482 !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.brown.red a.router-link-exact-active {
  color: #B39482 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.brown.red a.is-active {
  color: #B39482 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.purple.orange a.router-link-exact-active {
  color: #7E69B4 !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.purple.orange a.is-active {
  color: #7E69B4 !important;
  background-color: #F8AA24 !important;
}
.main-template .b-sidebar .menu-list li.purple.red a.router-link-exact-active {
  color: #7E69B4 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.purple.red a.is-active {
  color: #7E69B4 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.orange.red a.router-link-exact-active {
  color: #F8AA24 !important;
  background-color: #E9362F !important;
}
.main-template .b-sidebar .menu-list li.orange.red a.is-active {
  color: #F8AA24 !important;
  background-color: #E9362F !important;
}
.main-template .sidebar-page {
  order: -1;
  transition: 3s;
  min-height: 100vh;
  height: 100vh !important;
  position: sticky !important;
  top: 0 !important;
  color: #fff;
  background-color: #212D3A !important;
}
.main-template .b-sidebar .sidebar-content {
  background-color: #212D3A !important;
  font-size: 0.75rem;
}
.main-template .is-clickable {
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
.main-template .is-clickable:active {
  transform: scale(1.95);
}
.main-template .b-sidebar .is-mini-expand .menu-list a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-template .visible-content {
  display: flex;
  flex-direction: column;
}
.main-template .b-sidebar .locks {
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 5%;
}
.main-template .searchbar .icon svg {
  width: 15px;
}
.main-template .datepicker .icon svg {
  width: 15px;
}
.main-template .datepicker .pagination .icon svg {
  width: 10px;
}
.main-template .image img {
  width: 200px !important;
}
.main-template nav.navigation-menu {
  background-color: #212D3A;
}
.main-template nav.navigation-menu .columns {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0 !important;
}
.main-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-template nav.navigation-menu .navbar-item {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.main-template nav.navigation-menu .navbar-item a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.main-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-template nav.navigation-menu .navbar-item a:hover {
  color: #FFF;
}
.main-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.main-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  width: 100%;
}
.main-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  padding-right: 1em;
  padding-left: 1em;
}
.main-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.main-template .breadcrumb .breadcrumb-content a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  line-height: 36px;
  color: black;
  padding: 0 10px 0 30px;
  background: #ffffff;
  position: relative;
}
.main-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.main-template .breadcrumb .breadcrumb-content a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #ffffff;
  border-radius: 0 5px 0 50px;
}
.main-template .navbar-item-white:hover {
  background-color: #FFF;
}
.main-template .navbar-item-white.is-active {
  background-color: #FFF;
}
.main-template .navbar-item-white {
  border-bottom-color: #FFF;
}
.main-template .breadcrumb-white {
  background-color: #FFF;
}
.main-template .breadcrumb-white a::after {
  box-shadow: 2px -2px 0 2px #FFF, 3px -3px 0 2px #FFF;
}
.main-template .breadcrumb-white a:first-child {
  background: #FFF;
  color: #FFF;
}
.main-template .breadcrumb-white a:first-child::after {
  background: #FFF;
}
.main-template .navbar-item .dropdown.is-white .dropdown-menu .dropdown-content {
  background-color: #FFF;
}
.main-template .navbar-item .dropdown.is-white .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-white .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .navbar-item-blue:hover {
  background-color: #1CBDC7;
}
.main-template .navbar-item-blue.is-active {
  background-color: #1CBDC7;
}
.main-template .navbar-item-blue {
  border-bottom-color: #1CBDC7;
}
.main-template .breadcrumb-blue {
  background-color: #1CBDC7;
}
.main-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.main-template .breadcrumb-blue a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.main-template .breadcrumb-blue a:first-child::after {
  background: #1CBDC7;
}
.main-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.main-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .navbar-item-green:hover {
  background-color: #1D875F;
}
.main-template .navbar-item-green.is-active {
  background-color: #1D875F;
}
.main-template .navbar-item-green {
  border-bottom-color: #1D875F;
}
.main-template .breadcrumb-green {
  background-color: #1D875F;
}
.main-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #1D875F, 3px -3px 0 2px #1D875F;
}
.main-template .breadcrumb-green a:first-child {
  background: #1D875F;
  color: #FFF;
}
.main-template .breadcrumb-green a:first-child::after {
  background: #1D875F;
}
.main-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #1D875F;
}
.main-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .navbar-item-brown:hover {
  background-color: #B39482;
}
.main-template .navbar-item-brown.is-active {
  background-color: #B39482;
}
.main-template .navbar-item-brown {
  border-bottom-color: #B39482;
}
.main-template .breadcrumb-brown {
  background-color: #B39482;
}
.main-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #B39482, 3px -3px 0 2px #B39482;
}
.main-template .breadcrumb-brown a:first-child {
  background: #B39482;
  color: #FFF;
}
.main-template .breadcrumb-brown a:first-child::after {
  background: #B39482;
}
.main-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #B39482;
}
.main-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .navbar-item-purple:hover {
  background-color: #7E69B4;
}
.main-template .navbar-item-purple.is-active {
  background-color: #7E69B4;
}
.main-template .navbar-item-purple {
  border-bottom-color: #7E69B4;
}
.main-template .breadcrumb-purple {
  background-color: #7E69B4;
}
.main-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #7E69B4, 3px -3px 0 2px #7E69B4;
}
.main-template .breadcrumb-purple a:first-child {
  background: #7E69B4;
  color: #FFF;
}
.main-template .breadcrumb-purple a:first-child::after {
  background: #7E69B4;
}
.main-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #7E69B4;
}
.main-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .navbar-item-orange:hover {
  background-color: #F8AA24;
}
.main-template .navbar-item-orange.is-active {
  background-color: #F8AA24;
}
.main-template .navbar-item-orange {
  border-bottom-color: #F8AA24;
}
.main-template .breadcrumb-orange {
  background-color: #F8AA24;
}
.main-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #F8AA24, 3px -3px 0 2px #F8AA24;
}
.main-template .breadcrumb-orange a:first-child {
  background: #F8AA24;
  color: #FFF;
}
.main-template .breadcrumb-orange a:first-child::after {
  background: #F8AA24;
}
.main-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #F8AA24;
}
.main-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template .navbar-item-red:hover {
  background-color: #E9362F;
}
.main-template .navbar-item-red.is-active {
  background-color: #E9362F;
}
.main-template .navbar-item-red {
  border-bottom-color: #E9362F;
}
.main-template .breadcrumb-red {
  background-color: #E9362F;
}
.main-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #E9362F, 3px -3px 0 2px #E9362F;
}
.main-template .breadcrumb-red a:first-child {
  background: #E9362F;
  color: #FFF;
}
.main-template .breadcrumb-red a:first-child::after {
  background: #E9362F;
}
.main-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #E9362F;
}
.main-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.main-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.main-template footer:not(.modal-card-foot) {
  background-color: #212D3A;
  color: #FFF;
  font-size: 0.9rem;
}
.main-template footer:not(.modal-card-foot) a {
  color: #FFF;
}
.main-template footer:not(.modal-card-foot) a:hover {
  color: #FFF;
}
.main-template footer:not(.modal-card-foot) .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.main-template footer:not(.modal-card-foot) .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.main-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.main-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.main-template footer:not(.modal-card-foot) .footer-disclaimer {
  font-weight: bold;
  text-align: center;
  background: url("../imgs/footers/footer_fili.svg") no-repeat 0 0;
}
.main-template .footer-menu-white {
  border-top-color: #FFF;
}
.main-template .footer-menu-white .footer-menu-list a:hover {
  color: #FFF;
}
.main-template .footer-menu-blue {
  border-top-color: #1CBDC7;
}
.main-template .footer-menu-blue .footer-menu-list a:hover {
  color: #1CBDC7;
}
.main-template .footer-menu-green {
  border-top-color: #1D875F;
}
.main-template .footer-menu-green .footer-menu-list a:hover {
  color: #1D875F;
}
.main-template .footer-menu-brown {
  border-top-color: #B39482;
}
.main-template .footer-menu-brown .footer-menu-list a:hover {
  color: #B39482;
}
.main-template .footer-menu-purple {
  border-top-color: #7E69B4;
}
.main-template .footer-menu-purple .footer-menu-list a:hover {
  color: #7E69B4;
}
.main-template .footer-menu-orange {
  border-top-color: #F8AA24;
}
.main-template .footer-menu-orange .footer-menu-list a:hover {
  color: #F8AA24;
}
.main-template .footer-menu-red {
  border-top-color: #E9362F;
}
.main-template .footer-menu-red .footer-menu-list a:hover {
  color: #E9362F;
}
.main-template .is-height-three-quarters {
  height: 75vh;
}
.main-template .is-height-two-thirds {
  height: 66vh;
}
.main-template .is-height-three-fifths {
  height: 60vh;
}
.main-template .is-height-half {
  height: 50vh;
}
.main-template .is-height-one-third {
  height: 33vh;
}
.main-template .is-height-one-quarter {
  height: 25vh;
}
.main-template .is-height-one-fifth {
  height: 20vh;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-template .container.is-fluid {
    width: 100%;
  }
  .main-template .ie-reduced-width {
    width: 95% !important;
  }
  .main-template .ie-reduced-width .is-fluid {
    width: auto !important;
  }
  .main-template .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
  }
}
.msw-template {
  /*a {
    color: @text;
    &:hover{
        color: @blue;
    }
}*/
}
.msw-template .has-text-blue {
  color: #00AEEF;
}
.msw-template a.has-text-blue {
  color: #00AEEF;
}
.msw-template a.has-text-blue:hover {
  color: #000;
}
.msw-template a.swap.has-text-blue {
  color: #000;
}
.msw-template a.swap.has-text-blue:hover {
  color: #00AEEF;
}
.msw-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-blue a {
  color: #00AEEF;
}
.msw-template .has-text-green {
  color: #FAAF3F;
}
.msw-template a.has-text-green {
  color: #FAAF3F;
}
.msw-template a.has-text-green:hover {
  color: #000;
}
.msw-template a.swap.has-text-green {
  color: #000;
}
.msw-template a.swap.has-text-green:hover {
  color: #FAAF3F;
}
.msw-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #FAAF3F;
  border-color: #FAAF3F;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-green a {
  color: #FAAF3F;
}
.msw-template .has-text-brown {
  color: #FAAF3F;
}
.msw-template a.has-text-brown {
  color: #FAAF3F;
}
.msw-template a.has-text-brown:hover {
  color: #000;
}
.msw-template a.swap.has-text-brown {
  color: #000;
}
.msw-template a.swap.has-text-brown:hover {
  color: #FAAF3F;
}
.msw-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #FAAF3F;
  border-color: #FAAF3F;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-brown a {
  color: #FAAF3F;
}
.msw-template .has-text-purple {
  color: #00AEEF;
}
.msw-template a.has-text-purple {
  color: #00AEEF;
}
.msw-template a.has-text-purple:hover {
  color: #000;
}
.msw-template a.swap.has-text-purple {
  color: #000;
}
.msw-template a.swap.has-text-purple:hover {
  color: #00AEEF;
}
.msw-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-purple a {
  color: #00AEEF;
}
.msw-template .has-text-orange {
  color: #FAAF3F;
}
.msw-template a.has-text-orange {
  color: #FAAF3F;
}
.msw-template a.has-text-orange:hover {
  color: #000;
}
.msw-template a.swap.has-text-orange {
  color: #000;
}
.msw-template a.swap.has-text-orange:hover {
  color: #FAAF3F;
}
.msw-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #FAAF3F;
  border-color: #FAAF3F;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-orange a {
  color: #FAAF3F;
}
.msw-template .has-text-red {
  color: #EF5B34;
}
.msw-template a.has-text-red {
  color: #EF5B34;
}
.msw-template a.has-text-red:hover {
  color: #000;
}
.msw-template a.swap.has-text-red {
  color: #000;
}
.msw-template a.swap.has-text-red:hover {
  color: #EF5B34;
}
.msw-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #EF5B34;
  border-color: #EF5B34;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-red a {
  color: #EF5B34;
}
.msw-template .is-paddingless {
  padding: 0 !important;
}
.msw-template .is-pulled-bottom {
  margin-top: auto;
}
.msw-template .has-no-right-margin {
  margin-right: 0 !important;
}
.msw-template .has-no-right-padding {
  padding-right: 0 !important;
}
.msw-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.msw-template .has-no-left-margin {
  margin-left: 0 !important;
}
.msw-template .has-no-left-padding {
  padding-left: 0 !important;
}
.msw-template .has-no-top-margin {
  margin-top: 0 !important;
}
.msw-template .has-no-top-padding {
  padding-top: 0 !important;
}
.msw-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.msw-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.msw-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.msw-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.msw-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.msw-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.msw-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.msw-template .has-medium-right-margin {
  margin-right: 1rem;
}
.msw-template .has-medium-top-margin {
  margin-top: 1rem;
}
.msw-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.msw-template .has-small-padding {
  padding: 0.5rem;
}
.msw-template .has-xmedium-padding {
  padding: 0.75rem;
}
.msw-template .has-medium-padding {
  padding: 1rem;
}
.msw-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.msw-template .text-with-line:before,
.msw-template .text-with-line:after {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.msw-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.msw-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.msw-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.msw-template .facebook-color {
  color: #3B5998 !important;
}
.msw-template .twitter-color {
  color: #55ACEE !important;
}
.msw-template .linkedin-color {
  color: #007BB5 !important;
}
.msw-template .bluesky-color {
  color: #0085ff !important;
}
.msw-template .email-color {
  color: #212d3a !important;
}
.msw-template .google-plus-color {
  color: #DD4B39 !important;
}
.msw-template .redify {
  color: #EF5B34;
}
.msw-template .is-justify-center {
  justify-content: center;
}
.msw-template .is-vcentered {
  display: flex;
  align-items: center;
}
.msw-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.msw-template .is-clearfix {
  clear: both;
}
.msw-template .hr-section {
  margin-top: 1rem;
  margin-bottm: 1.5rem;
}
.msw-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.msw-template .is-width-one-third {
  width: 33%;
}
.msw-template .is-width-half {
  width: 50%;
}
.msw-template .has-cursor-pointer {
  cursor: pointer;
}
.msw-template .has-extra-small-font {
  font-size: 0.5rem;
}
.msw-template .has-small-font {
  font-size: 0.7rem;
}
.msw-template .has-medium-font {
  font-size: 0.9rem;
}
.msw-template .has-big-font {
  font-size: 1.2rem;
}
.msw-template .msw-loader .primary-color {
  background-color: #E63A30;
}
.msw-template .msw-loader .secondary-color {
  background-color: #000;
}
.msw-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.msw-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #212D3A;
}
.msw-template .card .card-footer {
  border-top: none;
}
.msw-template .clickable-card,
.msw-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 2% 2% 2%;
}
.msw-template .clickable-card .card-header,
.msw-template .info-card .card-header {
  display: inline-block;
  padding: 0px 10px;
  color: #FFF;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
  border-bottom: none;
}
.msw-template .clickable-card {
  cursor: pointer;
}
.msw-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.msw-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.msw-template .card-equal-height .card-footer {
  margin-top: auto;
}
.msw-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.msw-template .stats-card .columns {
  margin: 0;
}
.msw-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.msw-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.msw-template .stats-card .column {
  padding: 0;
}
.msw-template .stats-card hr {
  margin: 0.75rem 0;
}
.msw-template .stats-card .card-content {
  padding: 0.35rem;
}
.msw-template .stats-card .media {
  padding: 0.5rem;
}
.msw-template .stats-card .title,
.msw-template .stats-card .subtitle {
  color: #4E5762;
}
.msw-template .card-with-tag {
  padding: 0 !important;
}
.msw-template .card-with-tag .card-header {
  border-bottom: none;
}
.msw-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.msw-template .card-header-tag .tag {
  border-radius: 0px;
}
.msw-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.msw-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.msw-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.msw-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.msw-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.msw-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.msw-template .card-border-color-blue {
  border: 2px solid #00AEEF;
}
.msw-template .card-blue {
  background-color: #00AEEF;
}
.msw-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-blue.is-active {
  background-color: #00AEEF;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-blue {
  background-color: #56d1ff;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-blue {
  background-color: #00AEEF;
}
.msw-template .clickable-card-blue:hover {
  background-color: #00AEEF;
}
.msw-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-blue .card-header,
.msw-template .info-card-blue .card-header {
  background-color: #00AEEF;
}
.msw-template .clickable-card-blue .card-header .card-header-title,
.msw-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-blue a {
  color: #00AEEF;
}
.msw-template .info-card-blue a:hover {
  color: #212D3A;
}
.msw-template .info-card-blue a.swap {
  color: #212D3A;
}
.msw-template .info-card-blue a.swap:hover {
  color: #00AEEF;
}
.msw-template .info-card-blue a.swap.is-active {
  color: #00AEEF;
}
.msw-template .info-card-blue p.colored {
  color: #00AEEF !important;
}
.msw-template .card-header-blue {
  background-color: #00AEEF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-green {
  border: 2px solid #FAAF3F;
}
.msw-template .card-green {
  background-color: #FAAF3F;
}
.msw-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-green.is-active {
  background-color: #FAAF3F;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-green {
  background-color: #fdd8a2;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-green {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-green:hover {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-green .card-header,
.msw-template .info-card-green .card-header {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-green .card-header .card-header-title,
.msw-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-green a {
  color: #FAAF3F;
}
.msw-template .info-card-green a:hover {
  color: #212D3A;
}
.msw-template .info-card-green a.swap {
  color: #212D3A;
}
.msw-template .info-card-green a.swap:hover {
  color: #FAAF3F;
}
.msw-template .info-card-green a.swap.is-active {
  color: #FAAF3F;
}
.msw-template .info-card-green p.colored {
  color: #FAAF3F !important;
}
.msw-template .card-header-green {
  background-color: #FAAF3F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-brown {
  border: 2px solid #FAAF3F;
}
.msw-template .card-brown {
  background-color: #FAAF3F;
}
.msw-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-brown.is-active {
  background-color: #FAAF3F;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-brown {
  background-color: #fdd8a2;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-brown {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-brown:hover {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-brown .card-header,
.msw-template .info-card-brown .card-header {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-brown .card-header .card-header-title,
.msw-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-brown a {
  color: #FAAF3F;
}
.msw-template .info-card-brown a:hover {
  color: #212D3A;
}
.msw-template .info-card-brown a.swap {
  color: #212D3A;
}
.msw-template .info-card-brown a.swap:hover {
  color: #FAAF3F;
}
.msw-template .info-card-brown a.swap.is-active {
  color: #FAAF3F;
}
.msw-template .info-card-brown p.colored {
  color: #FAAF3F !important;
}
.msw-template .card-header-brown {
  background-color: #FAAF3F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-purple {
  border: 2px solid #00AEEF;
}
.msw-template .card-purple {
  background-color: #00AEEF;
}
.msw-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-purple.is-active {
  background-color: #00AEEF;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-purple {
  background-color: #56d1ff;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-purple {
  background-color: #00AEEF;
}
.msw-template .clickable-card-purple:hover {
  background-color: #00AEEF;
}
.msw-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-purple .card-header,
.msw-template .info-card-purple .card-header {
  background-color: #00AEEF;
}
.msw-template .clickable-card-purple .card-header .card-header-title,
.msw-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-purple a {
  color: #00AEEF;
}
.msw-template .info-card-purple a:hover {
  color: #212D3A;
}
.msw-template .info-card-purple a.swap {
  color: #212D3A;
}
.msw-template .info-card-purple a.swap:hover {
  color: #00AEEF;
}
.msw-template .info-card-purple a.swap.is-active {
  color: #00AEEF;
}
.msw-template .info-card-purple p.colored {
  color: #00AEEF !important;
}
.msw-template .card-header-purple {
  background-color: #00AEEF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-orange {
  border: 2px solid #FAAF3F;
}
.msw-template .card-orange {
  background-color: #FAAF3F;
}
.msw-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-orange.is-active {
  background-color: #FAAF3F;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-orange {
  background-color: #fdd8a2;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-orange {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-orange:hover {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-orange .card-header,
.msw-template .info-card-orange .card-header {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-orange .card-header .card-header-title,
.msw-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-orange a {
  color: #FAAF3F;
}
.msw-template .info-card-orange a:hover {
  color: #212D3A;
}
.msw-template .info-card-orange a.swap {
  color: #212D3A;
}
.msw-template .info-card-orange a.swap:hover {
  color: #FAAF3F;
}
.msw-template .info-card-orange a.swap.is-active {
  color: #FAAF3F;
}
.msw-template .info-card-orange p.colored {
  color: #FAAF3F !important;
}
.msw-template .card-header-orange {
  background-color: #FAAF3F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-red {
  border: 2px solid #EF5B34;
}
.msw-template .card-red {
  background-color: #EF5B34;
}
.msw-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-red.is-active {
  background-color: #EF5B34;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-red {
  background-color: #f6a793;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-red {
  background-color: #EF5B34;
}
.msw-template .clickable-card-red:hover {
  background-color: #EF5B34;
}
.msw-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-red .card-header,
.msw-template .info-card-red .card-header {
  background-color: #EF5B34;
}
.msw-template .clickable-card-red .card-header .card-header-title,
.msw-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-red a {
  color: #EF5B34;
}
.msw-template .info-card-red a:hover {
  color: #212D3A;
}
.msw-template .info-card-red a.swap {
  color: #212D3A;
}
.msw-template .info-card-red a.swap:hover {
  color: #EF5B34;
}
.msw-template .info-card-red a.swap.is-active {
  color: #EF5B34;
}
.msw-template .info-card-red p.colored {
  color: #EF5B34 !important;
}
.msw-template .card-header-red {
  background-color: #EF5B34;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.msw-template .menu-list a.is-active.is-red {
  background-color: #EF5B34;
}
.msw-template .menu-list a.is-active.is-orange {
  background-color: #FAAF3F;
}
.msw-template .menu-list a.is-active.is-purple {
  background-color: #00AEEF;
}
.msw-template .menu-list a.is-active.is-brown {
  background-color: #FAAF3F;
}
.msw-template .menu-list a.is-active.is-green {
  background-color: #FAAF3F;
}
.msw-template .menu-list a.is-active.is-blue {
  background-color: #00AEEF;
}
.msw-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.msw-template .pos-dropzone.dz-drag-hover {
  border: 1px solid #3273DC;
}
.msw-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
}
.msw-template .button-ined {
  border-radius: 5px;
  padding: 0px 7px 0px 7px;
  border: solid 1px #FFF;
  text-decoration: none;
  color: #4E5762;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  line-height: 1.8em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  height: auto;
}
.msw-template .button-ined:focus:not(:active),
.msw-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.msw-template .button-ined:focus,
.msw-template .button-ined.is-focused {
  border-color: transparent;
}
.msw-template .button-ined-blue:focus,
.msw-template .is-focused-blue,
.msw-template .button-ined-blue:hover {
  color: #00AEEF;
}
.msw-template .button-background-blue:hover {
  color: #FFF;
}
.msw-template .button-background-blue {
  background-color: #00AEEF;
  color: #FFF !important;
  box-shadow: none !important;
}
.msw-template .button-ined-green:focus,
.msw-template .is-focused-green,
.msw-template .button-ined-green:hover {
  color: #FAAF3F;
}
.msw-template .button-background-green:hover {
  color: #FFF;
}
.msw-template .button-background-green {
  background-color: #FAAF3F;
  color: #FFF !important;
  box-shadow: none !important;
}
.msw-template .button-ined-brown:focus,
.msw-template .is-focused-brown,
.msw-template .button-ined-brown:hover {
  color: #FAAF3F;
}
.msw-template .button-background-brown:hover {
  color: #FFF;
}
.msw-template .button-background-brown {
  background-color: #FAAF3F;
  color: #FFF !important;
  box-shadow: none !important;
}
.msw-template .button-ined-purple:focus,
.msw-template .is-focused-purple,
.msw-template .button-ined-purple:hover {
  color: #00AEEF;
}
.msw-template .button-background-purple:hover {
  color: #FFF;
}
.msw-template .button-background-purple {
  background-color: #00AEEF;
  color: #FFF !important;
  box-shadow: none !important;
}
.msw-template .button-ined-orange:focus,
.msw-template .is-focused-orange,
.msw-template .button-ined-orange:hover {
  color: #FAAF3F;
}
.msw-template .button-background-orange:hover {
  color: #FFF;
}
.msw-template .button-background-orange {
  background-color: #FAAF3F;
  color: #FFF !important;
  box-shadow: none !important;
}
.msw-template .button-ined-red:focus,
.msw-template .is-focused-red,
.msw-template .button-ined-red:hover {
  color: #EF5B34;
}
.msw-template .button-background-red:hover {
  color: #FFF;
}
.msw-template .button-background-red {
  background-color: #EF5B34;
  color: #FFF !important;
  box-shadow: none !important;
}
.msw-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.msw-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.msw-template .input {
  border: 0;
  padding: 8px;
  min-height: 32px;
  background-color: #EEF0F2;
  border-radius: 8px;
}
.msw-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
}
.msw-template .input:focus,
.msw-template .input:hover,
.msw-template .input:active {
  border-color: transparent;
  box-shadow: none;
}
.msw-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.msw-template .v-select.single.open .selected-tag {
  position: static !important;
}
.msw-template .field.has-addons .control .button {
  height: 100% !important;
}
.msw-template textarea[readonly],
.msw-template input[readonly],
.msw-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
}
.msw-template label.readonly {
  font-weight: bold;
}
.msw-template .small-select {
  width: 100px !important;
}
.msw-template .small-select input {
  width: 0px !important;
}
.msw-template .hidden_text_area {
  opacity: 0.01;
  height: 0;
  position: absolute;
  z-index: -1;
}
.msw-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #00AEEF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.msw-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #00AEEF;
  color: #00AEEF;
}
.msw-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #00AEEF;
}
.msw-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FAAF3F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.msw-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #FAAF3F;
  color: #FAAF3F;
}
.msw-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #FAAF3F;
}
.msw-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FAAF3F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.msw-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #FAAF3F;
  color: #FAAF3F;
}
.msw-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #FAAF3F;
}
.msw-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #00AEEF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.msw-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #00AEEF;
  color: #00AEEF;
}
.msw-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #00AEEF;
}
.msw-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FAAF3F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.msw-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #FAAF3F;
  color: #FAAF3F;
}
.msw-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #FAAF3F;
}
.msw-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #EF5B34 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.msw-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #EF5B34;
  color: #EF5B34;
}
.msw-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.msw-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #EF5B34;
}
.msw-template nav.indexer {
  background-color: transparent;
}
.msw-template .indexer-blue a {
  color: #00AEEF;
}
.msw-template .indexer-blue .pagination-link.is-current {
  border-color: #00AEEF;
  color: #FFF;
  background-color: #00AEEF;
}
.msw-template .indexer-green a {
  color: #FAAF3F;
}
.msw-template .indexer-green .pagination-link.is-current {
  border-color: #FAAF3F;
  color: #FFF;
  background-color: #FAAF3F;
}
.msw-template .indexer-brown a {
  color: #FAAF3F;
}
.msw-template .indexer-brown .pagination-link.is-current {
  border-color: #FAAF3F;
  color: #FFF;
  background-color: #FAAF3F;
}
.msw-template .indexer-purple a {
  color: #00AEEF;
}
.msw-template .indexer-purple .pagination-link.is-current {
  border-color: #00AEEF;
  color: #FFF;
  background-color: #00AEEF;
}
.msw-template .indexer-orange a {
  color: #FAAF3F;
}
.msw-template .indexer-orange .pagination-link.is-current {
  border-color: #FAAF3F;
  color: #FFF;
  background-color: #FAAF3F;
}
.msw-template .indexer-red a {
  color: #EF5B34;
}
.msw-template .indexer-red .pagination-link.is-current {
  border-color: #EF5B34;
  color: #FFF;
  background-color: #EF5B34;
}
.msw-template .media-content-blue {
  color: #00AEEF !important;
}
.msw-template .media-content-blue .subtitle {
  color: #00AEEF !important;
}
.msw-template .media-content-blue .title {
  color: #00AEEF !important;
}
.msw-template .media-content-green {
  color: #FAAF3F !important;
}
.msw-template .media-content-green .subtitle {
  color: #FAAF3F !important;
}
.msw-template .media-content-green .title {
  color: #FAAF3F !important;
}
.msw-template .media-content-brown {
  color: #FAAF3F !important;
}
.msw-template .media-content-brown .subtitle {
  color: #FAAF3F !important;
}
.msw-template .media-content-brown .title {
  color: #FAAF3F !important;
}
.msw-template .media-content-purple {
  color: #00AEEF !important;
}
.msw-template .media-content-purple .subtitle {
  color: #00AEEF !important;
}
.msw-template .media-content-purple .title {
  color: #00AEEF !important;
}
.msw-template .media-content-orange {
  color: #FAAF3F !important;
}
.msw-template .media-content-orange .subtitle {
  color: #FAAF3F !important;
}
.msw-template .media-content-orange .title {
  color: #FAAF3F !important;
}
.msw-template .media-content-red {
  color: #EF5B34 !important;
}
.msw-template .media-content-red .subtitle {
  color: #EF5B34 !important;
}
.msw-template .media-content-red .title {
  color: #EF5B34 !important;
}
.msw-template .v-select {
  border: 0;
  padding: 1px;
  min-height: 32px;
  background-color: #EEF0F2;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  align-items: center;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
.msw-template .v-select .open-indicator {
  bottom: 4px;
}
.msw-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.msw-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.msw-template .v-select.is-addon {
  border-radius: 0 !important;
}
.msw-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.msw-template ul.list-styled {
  padding-left: 1em;
}
.msw-template ul.list-styled.is-square {
  list-style: square;
}
.msw-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.msw-template ul.list-icon li {
  padding-left: 1.3em;
}
.msw-template ul.list-icon li:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
.msw-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.msw-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.msw-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.msw-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.msw-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.msw-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.msw-template .pipe-list li:first-child {
  border-left: none;
}
.msw-template .pipe-list li {
  flex-grow: 1;
  flex-basis: auto;
  margin: 0.25em 0;
  padding: 0 1em;
  text-align: center;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
.msw-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.msw-template .smart-widget {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
  border-color: #e4e4e4;
  border-top-width: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.msw-template .smart-widget .smart-widget-header {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.msw-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.msw-template .smart-widget .smart-widget-header .smart-widget-option a {
  display: inline-block;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.msw-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.msw-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #555;
}
.msw-template .smart-widget .smart-widget-header .smart-widget-option a.widget-collapse-option {
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
}
.msw-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.msw-template .smart-widget .smart-widget-inner {
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.msw-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.msw-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.msw-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li {
  float: left;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  width: 25px;
  height: 25px;
  margin: 2px 10px 2px 0;
  border: 2px solid #fff;
  cursor: pointer;
}
.msw-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.msw-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.msw-template .smart-widget .smart-widget-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.msw-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.msw-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.msw-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.msw-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.msw-template .smart-widget.smart-widget-collapsed .smart-widget-option .widget-collapse-option {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
}
.msw-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.msw-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.msw-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-dark .smart-widget-option a:hover,
.msw-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.msw-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.msw-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.msw-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.msw-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.msw-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-purple .smart-widget-option a:hover,
.msw-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.msw-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-green .smart-widget-option a:hover,
.msw-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.msw-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.msw-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.msw-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.msw-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-orange .smart-widget-option a:hover,
.msw-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.msw-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.msw-template .smart-widget.widget-red .smart-widget-option a:hover,
.msw-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.msw-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.msw-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.msw-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.msw-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.msw-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.msw-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.msw-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.msw-template a.share-icone {
  cursor: pointer;
}
.msw-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.msw-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.msw-template .card-border-color-blue {
  border: 2px solid #00AEEF;
}
.msw-template .card-blue {
  background-color: #00AEEF;
}
.msw-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-blue.is-active {
  background-color: #00AEEF;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-blue {
  background-color: #56d1ff;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-blue {
  background-color: #00AEEF;
}
.msw-template .clickable-card-blue:hover {
  background-color: #00AEEF;
}
.msw-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-blue .card-header,
.msw-template .info-card-blue .card-header {
  background-color: #00AEEF;
}
.msw-template .clickable-card-blue .card-header .card-header-title,
.msw-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-blue a {
  color: #00AEEF;
}
.msw-template .info-card-blue a:hover {
  color: #212D3A;
}
.msw-template .info-card-blue a.swap {
  color: #212D3A;
}
.msw-template .info-card-blue a.swap:hover {
  color: #00AEEF;
}
.msw-template .info-card-blue a.swap.is-active {
  color: #00AEEF;
}
.msw-template .info-card-blue p.colored {
  color: #00AEEF !important;
}
.msw-template .card-header-blue {
  background-color: #00AEEF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-green {
  border: 2px solid #FAAF3F;
}
.msw-template .card-green {
  background-color: #FAAF3F;
}
.msw-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-green.is-active {
  background-color: #FAAF3F;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-green {
  background-color: #fdd8a2;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-green {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-green:hover {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-green .card-header,
.msw-template .info-card-green .card-header {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-green .card-header .card-header-title,
.msw-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-green a {
  color: #FAAF3F;
}
.msw-template .info-card-green a:hover {
  color: #212D3A;
}
.msw-template .info-card-green a.swap {
  color: #212D3A;
}
.msw-template .info-card-green a.swap:hover {
  color: #FAAF3F;
}
.msw-template .info-card-green a.swap.is-active {
  color: #FAAF3F;
}
.msw-template .info-card-green p.colored {
  color: #FAAF3F !important;
}
.msw-template .card-header-green {
  background-color: #FAAF3F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-brown {
  border: 2px solid #FAAF3F;
}
.msw-template .card-brown {
  background-color: #FAAF3F;
}
.msw-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-brown.is-active {
  background-color: #FAAF3F;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-brown {
  background-color: #fdd8a2;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-brown {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-brown:hover {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-brown .card-header,
.msw-template .info-card-brown .card-header {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-brown .card-header .card-header-title,
.msw-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-brown a {
  color: #FAAF3F;
}
.msw-template .info-card-brown a:hover {
  color: #212D3A;
}
.msw-template .info-card-brown a.swap {
  color: #212D3A;
}
.msw-template .info-card-brown a.swap:hover {
  color: #FAAF3F;
}
.msw-template .info-card-brown a.swap.is-active {
  color: #FAAF3F;
}
.msw-template .info-card-brown p.colored {
  color: #FAAF3F !important;
}
.msw-template .card-header-brown {
  background-color: #FAAF3F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-purple {
  border: 2px solid #00AEEF;
}
.msw-template .card-purple {
  background-color: #00AEEF;
}
.msw-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-purple.is-active {
  background-color: #00AEEF;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-purple {
  background-color: #56d1ff;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-purple {
  background-color: #00AEEF;
}
.msw-template .clickable-card-purple:hover {
  background-color: #00AEEF;
}
.msw-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-purple .card-header,
.msw-template .info-card-purple .card-header {
  background-color: #00AEEF;
}
.msw-template .clickable-card-purple .card-header .card-header-title,
.msw-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-purple a {
  color: #00AEEF;
}
.msw-template .info-card-purple a:hover {
  color: #212D3A;
}
.msw-template .info-card-purple a.swap {
  color: #212D3A;
}
.msw-template .info-card-purple a.swap:hover {
  color: #00AEEF;
}
.msw-template .info-card-purple a.swap.is-active {
  color: #00AEEF;
}
.msw-template .info-card-purple p.colored {
  color: #00AEEF !important;
}
.msw-template .card-header-purple {
  background-color: #00AEEF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-orange {
  border: 2px solid #FAAF3F;
}
.msw-template .card-orange {
  background-color: #FAAF3F;
}
.msw-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-orange.is-active {
  background-color: #FAAF3F;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-orange {
  background-color: #fdd8a2;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-orange {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-orange:hover {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-orange .card-header,
.msw-template .info-card-orange .card-header {
  background-color: #FAAF3F;
}
.msw-template .clickable-card-orange .card-header .card-header-title,
.msw-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-orange a {
  color: #FAAF3F;
}
.msw-template .info-card-orange a:hover {
  color: #212D3A;
}
.msw-template .info-card-orange a.swap {
  color: #212D3A;
}
.msw-template .info-card-orange a.swap:hover {
  color: #FAAF3F;
}
.msw-template .info-card-orange a.swap.is-active {
  color: #FAAF3F;
}
.msw-template .info-card-orange p.colored {
  color: #FAAF3F !important;
}
.msw-template .card-header-orange {
  background-color: #FAAF3F;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.msw-template .card-border-color-red {
  border: 2px solid #EF5B34;
}
.msw-template .card-red {
  background-color: #EF5B34;
}
.msw-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.msw-template .card-header-tag .tag.is-red.is-active {
  background-color: #EF5B34;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-red {
  background-color: #f6a793;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-red {
  background-color: #EF5B34;
}
.msw-template .clickable-card-red:hover {
  background-color: #EF5B34;
}
.msw-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .clickable-card-red .card-header,
.msw-template .info-card-red .card-header {
  background-color: #EF5B34;
}
.msw-template .clickable-card-red .card-header .card-header-title,
.msw-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.msw-template .info-card-red a {
  color: #EF5B34;
}
.msw-template .info-card-red a:hover {
  color: #212D3A;
}
.msw-template .info-card-red a.swap {
  color: #212D3A;
}
.msw-template .info-card-red a.swap:hover {
  color: #EF5B34;
}
.msw-template .info-card-red a.swap.is-active {
  color: #EF5B34;
}
.msw-template .info-card-red p.colored {
  color: #EF5B34 !important;
}
.msw-template .card-header-red {
  background-color: #EF5B34;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.msw-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.msw-template .menu-list a.is-active.is-red {
  background-color: #EF5B34;
}
.msw-template .menu-list a.is-active.is-orange {
  background-color: #FAAF3F;
}
.msw-template .menu-list a.is-active.is-purple {
  background-color: #00AEEF;
}
.msw-template .menu-list a.is-active.is-brown {
  background-color: #FAAF3F;
}
.msw-template .menu-list a.is-active.is-green {
  background-color: #FAAF3F;
}
.msw-template .menu-list a.is-active.is-blue {
  background-color: #00AEEF;
}
.msw-template .message.is-abc {
  cursor: pointer;
}
.msw-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.msw-template .is-font-abc-small {
  font-size: 0.7rem;
}
.msw-template .message.is-abc.is-active-blue {
  background-color: #00AEEF;
}
.msw-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.msw-template .message.is-blue {
  background-color: #00AEEF;
}
.msw-template .message.is-blue .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-green {
  background-color: #FAAF3F;
}
.msw-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.msw-template .message.is-green {
  background-color: #FAAF3F;
}
.msw-template .message.is-green .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-brown {
  background-color: #FAAF3F;
}
.msw-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.msw-template .message.is-brown {
  background-color: #FAAF3F;
}
.msw-template .message.is-brown .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-purple {
  background-color: #00AEEF;
}
.msw-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.msw-template .message.is-purple {
  background-color: #00AEEF;
}
.msw-template .message.is-purple .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-orange {
  background-color: #FAAF3F;
}
.msw-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.msw-template .message.is-orange {
  background-color: #FAAF3F;
}
.msw-template .message.is-orange .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-red {
  background-color: #EF5B34;
}
.msw-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.msw-template .message.is-red {
  background-color: #EF5B34;
}
.msw-template .message.is-red .message-body {
  color: white;
}
.msw-template .has-header-top-margin {
  margin-top: 0.75rem !important;
}
.msw-template .image img {
  width: 200px !important;
}
.msw-template nav.navigation-menu {
  margin-top: 2%;
  background-color: #212D3A;
}
.msw-template nav.navigation-menu .columns {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0 !important;
}
.msw-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msw-template nav.navigation-menu .navbar-item {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.msw-template nav.navigation-menu .navbar-item a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.msw-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msw-template nav.navigation-menu .navbar-item a:hover {
  color: #FFF;
}
.msw-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.msw-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  width: 100%;
}
.msw-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  padding-right: 1em;
  padding-left: 1em;
}
.msw-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.msw-template .breadcrumb .breadcrumb-content a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  line-height: 36px;
  color: black;
  padding: 0 10px 0 30px;
  background: #ffffff;
  position: relative;
}
.msw-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.msw-template .breadcrumb .breadcrumb-content a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #ffffff;
  border-radius: 0 5px 0 50px;
}
.msw-template .navbar-item-blue:hover {
  background-color: #00AEEF;
}
.msw-template .navbar-item-blue.is-active {
  background-color: #00AEEF;
}
.msw-template .navbar-item-blue {
  border-bottom-color: #00AEEF;
}
.msw-template .breadcrumb-blue {
  background-color: #00AEEF;
}
.msw-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #00AEEF, 3px -3px 0 2px #00AEEF;
}
.msw-template .breadcrumb-blue a:first-child {
  background: #00AEEF;
  color: #FFF;
}
.msw-template .breadcrumb-blue a:first-child::after {
  background: #00AEEF;
}
.msw-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #00AEEF;
}
.msw-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.msw-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .navbar-item-green:hover {
  background-color: #FAAF3F;
}
.msw-template .navbar-item-green.is-active {
  background-color: #FAAF3F;
}
.msw-template .navbar-item-green {
  border-bottom-color: #FAAF3F;
}
.msw-template .breadcrumb-green {
  background-color: #FAAF3F;
}
.msw-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #FAAF3F, 3px -3px 0 2px #FAAF3F;
}
.msw-template .breadcrumb-green a:first-child {
  background: #FAAF3F;
  color: #FFF;
}
.msw-template .breadcrumb-green a:first-child::after {
  background: #FAAF3F;
}
.msw-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #FAAF3F;
}
.msw-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.msw-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .navbar-item-brown:hover {
  background-color: #FAAF3F;
}
.msw-template .navbar-item-brown.is-active {
  background-color: #FAAF3F;
}
.msw-template .navbar-item-brown {
  border-bottom-color: #FAAF3F;
}
.msw-template .breadcrumb-brown {
  background-color: #FAAF3F;
}
.msw-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #FAAF3F, 3px -3px 0 2px #FAAF3F;
}
.msw-template .breadcrumb-brown a:first-child {
  background: #FAAF3F;
  color: #FFF;
}
.msw-template .breadcrumb-brown a:first-child::after {
  background: #FAAF3F;
}
.msw-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #FAAF3F;
}
.msw-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.msw-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .navbar-item-purple:hover {
  background-color: #00AEEF;
}
.msw-template .navbar-item-purple.is-active {
  background-color: #00AEEF;
}
.msw-template .navbar-item-purple {
  border-bottom-color: #00AEEF;
}
.msw-template .breadcrumb-purple {
  background-color: #00AEEF;
}
.msw-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #00AEEF, 3px -3px 0 2px #00AEEF;
}
.msw-template .breadcrumb-purple a:first-child {
  background: #00AEEF;
  color: #FFF;
}
.msw-template .breadcrumb-purple a:first-child::after {
  background: #00AEEF;
}
.msw-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #00AEEF;
}
.msw-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.msw-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .navbar-item-orange:hover {
  background-color: #FAAF3F;
}
.msw-template .navbar-item-orange.is-active {
  background-color: #FAAF3F;
}
.msw-template .navbar-item-orange {
  border-bottom-color: #FAAF3F;
}
.msw-template .breadcrumb-orange {
  background-color: #FAAF3F;
}
.msw-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #FAAF3F, 3px -3px 0 2px #FAAF3F;
}
.msw-template .breadcrumb-orange a:first-child {
  background: #FAAF3F;
  color: #FFF;
}
.msw-template .breadcrumb-orange a:first-child::after {
  background: #FAAF3F;
}
.msw-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #FAAF3F;
}
.msw-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.msw-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template .navbar-item-red:hover {
  background-color: #EF5B34;
}
.msw-template .navbar-item-red.is-active {
  background-color: #EF5B34;
}
.msw-template .navbar-item-red {
  border-bottom-color: #EF5B34;
}
.msw-template .breadcrumb-red {
  background-color: #EF5B34;
}
.msw-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #EF5B34, 3px -3px 0 2px #EF5B34;
}
.msw-template .breadcrumb-red a:first-child {
  background: #EF5B34;
  color: #FFF;
}
.msw-template .breadcrumb-red a:first-child::after {
  background: #EF5B34;
}
.msw-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #EF5B34;
}
.msw-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.msw-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.msw-template footer {
  background-color: #212D3A;
  color: #FFF;
  font-size: 0.9rem;
}
.msw-template footer a {
  color: #FFF;
}
.msw-template footer a:hover {
  color: #FFF;
}
.msw-template footer .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.msw-template footer .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.msw-template footer .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.msw-template footer .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.msw-template footer .footer-disclaimer {
  font-weight: bold;
  text-align: center;
  background: url("../imgs/footers/footer_fili.svg") no-repeat 0 0;
}
.msw-template .footer-menu-blue {
  border-top-color: #00AEEF;
}
.msw-template .footer-menu-blue .footer-menu-list a:hover {
  color: #00AEEF;
}
.msw-template .footer-menu-green {
  border-top-color: #FAAF3F;
}
.msw-template .footer-menu-green .footer-menu-list a:hover {
  color: #FAAF3F;
}
.msw-template .footer-menu-brown {
  border-top-color: #FAAF3F;
}
.msw-template .footer-menu-brown .footer-menu-list a:hover {
  color: #FAAF3F;
}
.msw-template .footer-menu-purple {
  border-top-color: #00AEEF;
}
.msw-template .footer-menu-purple .footer-menu-list a:hover {
  color: #00AEEF;
}
.msw-template .footer-menu-orange {
  border-top-color: #FAAF3F;
}
.msw-template .footer-menu-orange .footer-menu-list a:hover {
  color: #FAAF3F;
}
.msw-template .footer-menu-red {
  border-top-color: #EF5B34;
}
.msw-template .footer-menu-red .footer-menu-list a:hover {
  color: #EF5B34;
}
.msw-template .is-height-three-quarters {
  height: 75vh;
}
.msw-template .is-height-two-thirds {
  height: 66vh;
}
.msw-template .is-height-three-fifths {
  height: 60vh;
}
.msw-template .is-height-half {
  height: 50vh;
}
.msw-template .is-height-one-third {
  height: 33vh;
}
.msw-template .is-height-one-quarter {
  height: 25vh;
}
.msw-template .is-height-one-fifth {
  height: 20vh;
}
