@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;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .is-fullheight {
    height: 100vh;
  }
}
.b-checkbox {
  vertical-align: text-bottom;
}
.b-radio {
  vertical-align: text-bottom;
}
.is-height-medium {
  height: 2.5rem !important;
}
.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-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 !important;
}
.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-large-top-margin {
  margin-top: 1.5rem;
}
.main-template .has-large-bottom-margin {
  margin-bottom: 1.5rem;
}
.main-template .has-large-left-margin {
  margin-left: 1.5rem;
}
.main-template .has-large-right-margin {
  margin-right: 1.5rem;
}
.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 .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-bottom: 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 .is-hidden {
  display: none;
}
.main-template .break-word {
  word-break: break-word;
}
.main-template .th-wrap:first-child {
  display: block !important;
  width: 100% !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-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 .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-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 .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;
}
.main-template .datepicker.control.is-danger .input {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.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 {
  height: 100%;
}
.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 .b-table.is-loading {
  margin-bottom: 100px;
}
.main-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.main-template .small-select {
  width: 100px !important;
}
.main-template .small-select input {
  width: 0px !important;
}
.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-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-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: 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);
}
.main-template .v-select .open-indicator {
  bottom: 4px;
}
.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-styled.is-circle {
  list-style: circle;
}
.main-template ul.list-styled.is-disc {
  list-style: disc;
}
.main-template ul.list-styled.has-medium-bottom-margin li {
  margin-bottom: 1rem;
}
.main-template ul.list-styled.has-small-bottom-margin li {
  margin-bottom: 0.5rem;
}
.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 .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-icon {
  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-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 .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-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 .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 {
  min-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 nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.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-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;
}
.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: #d30029;
}
.msw-template a.has-text-blue {
  color: #d30029;
}
.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: #d30029;
}
.msw-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #d30029;
  border-color: #d30029;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-blue a {
  color: #d30029;
}
.msw-template .has-text-green {
  color: #d30029;
}
.msw-template a.has-text-green {
  color: #d30029;
}
.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: #d30029;
}
.msw-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #d30029;
  border-color: #d30029;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-green a {
  color: #d30029;
}
.msw-template .has-text-brown {
  color: #d30029;
}
.msw-template a.has-text-brown {
  color: #d30029;
}
.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: #d30029;
}
.msw-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #d30029;
  border-color: #d30029;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-brown a {
  color: #d30029;
}
.msw-template .has-text-purple {
  color: #d30029;
}
.msw-template a.has-text-purple {
  color: #d30029;
}
.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: #d30029;
}
.msw-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #d30029;
  border-color: #d30029;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-purple a {
  color: #d30029;
}
.msw-template .has-text-orange {
  color: #d30029;
}
.msw-template a.has-text-orange {
  color: #d30029;
}
.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: #d30029;
}
.msw-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #d30029;
  border-color: #d30029;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-orange a {
  color: #d30029;
}
.msw-template .has-text-red {
  color: #d30029;
}
.msw-template a.has-text-red {
  color: #d30029;
}
.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: #d30029;
}
.msw-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #d30029;
  border-color: #d30029;
  color: #FFF;
}
.msw-template .tabs li.is-active.is-red a {
  color: #d30029;
}
.msw-template .is-paddingless {
  padding: 0 !important;
}
.msw-template .is-pulled-bottom {
  margin-top: auto !important;
}
.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-large-top-margin {
  margin-top: 1.5rem;
}
.msw-template .has-large-bottom-margin {
  margin-bottom: 1.5rem;
}
.msw-template .has-large-left-margin {
  margin-left: 1.5rem;
}
.msw-template .has-large-right-margin {
  margin-right: 1.5rem;
}
.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 .google-plus-color {
  color: #DD4B39 !important;
}
.msw-template .redify {
  color: #d30029;
}
.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: #2f2d2a;
}
.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 #d30029;
}
.msw-template .card-blue {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-blue {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-blue {
  background-color: #d30029;
}
.msw-template .clickable-card-blue:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-blue:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-blue .card-header,
.msw-template .info-card-blue .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-blue a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-blue a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-blue a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-blue a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-blue p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-blue {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-green {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-green {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-green {
  background-color: #d30029;
}
.msw-template .clickable-card-green:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-green:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-green .card-header,
.msw-template .info-card-green .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-green a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-green a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-green a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-green a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-green p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-green {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-brown {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-brown {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-brown {
  background-color: #d30029;
}
.msw-template .clickable-card-brown:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-brown:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-brown .card-header,
.msw-template .info-card-brown .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-brown a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-brown a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-brown a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-brown a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-brown p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-brown {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-purple {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-purple {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-purple {
  background-color: #d30029;
}
.msw-template .clickable-card-purple:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-purple:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-purple .card-header,
.msw-template .info-card-purple .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-purple a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-purple a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-purple a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-purple a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-purple p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-purple {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-orange {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-orange {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-orange {
  background-color: #d30029;
}
.msw-template .clickable-card-orange:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-orange:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-orange .card-header,
.msw-template .info-card-orange .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-orange a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-orange a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-orange a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-orange a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-orange p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-orange {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-red {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-red {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-red {
  background-color: #d30029;
}
.msw-template .clickable-card-red:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-red:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-red .card-header,
.msw-template .info-card-red .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-red a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-red a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-red a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-red a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-red p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-red {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .menu-list a.is-active.is-orange {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-purple {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-brown {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-green {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-blue {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .button-background-blue:hover {
  color: #FFF;
}
.msw-template .button-background-blue {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .button-background-green:hover {
  color: #FFF;
}
.msw-template .button-background-green {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .button-background-brown:hover {
  color: #FFF;
}
.msw-template .button-background-brown {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .button-background-purple:hover {
  color: #FFF;
}
.msw-template .button-background-purple {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .button-background-orange:hover {
  color: #FFF;
}
.msw-template .button-background-orange {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .button-background-red:hover {
  color: #FFF;
}
.msw-template .button-background-red {
  background-color: #d30029;
  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 {
  height: 100%;
}
.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 input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.msw-template .small-select {
  width: 100px !important;
}
.msw-template .small-select input {
  width: 0px !important;
}
.msw-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d30029 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: #d30029;
  color: #d30029;
}
.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: #d30029;
}
.msw-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d30029 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: #d30029;
  color: #d30029;
}
.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: #d30029;
}
.msw-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d30029 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: #d30029;
  color: #d30029;
}
.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: #d30029;
}
.msw-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d30029 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: #d30029;
  color: #d30029;
}
.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: #d30029;
}
.msw-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d30029 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: #d30029;
  color: #d30029;
}
.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: #d30029;
}
.msw-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d30029 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: #d30029;
  color: #d30029;
}
.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: #d30029;
}
.msw-template nav.indexer {
  background-color: transparent;
}
.msw-template .indexer-blue a {
  color: #d30029;
}
.msw-template .indexer-blue .pagination-link.is-current {
  border-color: #d30029;
  color: #FFF;
  background-color: #d30029;
}
.msw-template .indexer-green a {
  color: #d30029;
}
.msw-template .indexer-green .pagination-link.is-current {
  border-color: #d30029;
  color: #FFF;
  background-color: #d30029;
}
.msw-template .indexer-brown a {
  color: #d30029;
}
.msw-template .indexer-brown .pagination-link.is-current {
  border-color: #d30029;
  color: #FFF;
  background-color: #d30029;
}
.msw-template .indexer-purple a {
  color: #d30029;
}
.msw-template .indexer-purple .pagination-link.is-current {
  border-color: #d30029;
  color: #FFF;
  background-color: #d30029;
}
.msw-template .indexer-orange a {
  color: #d30029;
}
.msw-template .indexer-orange .pagination-link.is-current {
  border-color: #d30029;
  color: #FFF;
  background-color: #d30029;
}
.msw-template .indexer-red a {
  color: #d30029;
}
.msw-template .indexer-red .pagination-link.is-current {
  border-color: #d30029;
  color: #FFF;
  background-color: #d30029;
}
.msw-template .media-content-blue {
  color: #d30029 !important;
}
.msw-template .media-content-blue .subtitle {
  color: #d30029 !important;
}
.msw-template .media-content-blue .title {
  color: #d30029 !important;
}
.msw-template .media-content-green {
  color: #d30029 !important;
}
.msw-template .media-content-green .subtitle {
  color: #d30029 !important;
}
.msw-template .media-content-green .title {
  color: #d30029 !important;
}
.msw-template .media-content-brown {
  color: #d30029 !important;
}
.msw-template .media-content-brown .subtitle {
  color: #d30029 !important;
}
.msw-template .media-content-brown .title {
  color: #d30029 !important;
}
.msw-template .media-content-purple {
  color: #d30029 !important;
}
.msw-template .media-content-purple .subtitle {
  color: #d30029 !important;
}
.msw-template .media-content-purple .title {
  color: #d30029 !important;
}
.msw-template .media-content-orange {
  color: #d30029 !important;
}
.msw-template .media-content-orange .subtitle {
  color: #d30029 !important;
}
.msw-template .media-content-orange .title {
  color: #d30029 !important;
}
.msw-template .media-content-red {
  color: #d30029 !important;
}
.msw-template .media-content-red .subtitle {
  color: #d30029 !important;
}
.msw-template .media-content-red .title {
  color: #d30029 !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-icon {
  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 #d30029;
}
.msw-template .card-blue {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-blue {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-blue {
  background-color: #d30029;
}
.msw-template .clickable-card-blue:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-blue:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-blue .card-header,
.msw-template .info-card-blue .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-blue a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-blue a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-blue a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-blue a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-blue p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-blue {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-green {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-green {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-green {
  background-color: #d30029;
}
.msw-template .clickable-card-green:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-green:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-green .card-header,
.msw-template .info-card-green .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-green a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-green a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-green a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-green a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-green p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-green {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-brown {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-brown {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-brown {
  background-color: #d30029;
}
.msw-template .clickable-card-brown:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-brown:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-brown .card-header,
.msw-template .info-card-brown .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-brown a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-brown a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-brown a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-brown a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-brown p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-brown {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-purple {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-purple {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-purple {
  background-color: #d30029;
}
.msw-template .clickable-card-purple:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-purple:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-purple .card-header,
.msw-template .info-card-purple .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-purple a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-purple a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-purple a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-purple a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-purple p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-purple {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-orange {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-orange {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-orange {
  background-color: #d30029;
}
.msw-template .clickable-card-orange:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-orange:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-orange .card-header,
.msw-template .info-card-orange .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-orange a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-orange a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-orange a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-orange a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-orange p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-orange {
  background-color: #d30029;
  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 #d30029;
}
.msw-template .card-red {
  background-color: #d30029;
}
.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: #d30029;
  color: #FFF;
}
.msw-template .card-header-tag .tag.is-red {
  background-color: #ff3a60;
  color: #FFF;
}
.msw-template .card-header-tag .tag:hover.is-red {
  background-color: #d30029;
}
.msw-template .clickable-card-red:hover {
  background-color: #d30029;
}
.msw-template .clickable-card-red:hover .card-header {
  background-color: #2f2d2a;
  color: #FFF;
}
.msw-template .clickable-card-red .card-header,
.msw-template .info-card-red .card-header {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .info-card-red a:hover {
  color: #2f2d2a;
}
.msw-template .info-card-red a.swap {
  color: #2f2d2a;
}
.msw-template .info-card-red a.swap:hover {
  color: #d30029;
}
.msw-template .info-card-red a.swap.is-active {
  color: #d30029;
}
.msw-template .info-card-red p.colored {
  color: #d30029 !important;
}
.msw-template .card-header-red {
  background-color: #d30029;
  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: #d30029;
}
.msw-template .menu-list a.is-active.is-orange {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-purple {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-brown {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-green {
  background-color: #d30029;
}
.msw-template .menu-list a.is-active.is-blue {
  background-color: #d30029;
}
.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: #d30029;
}
.msw-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.msw-template .message.is-blue {
  background-color: #d30029;
}
.msw-template .message.is-blue .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-green {
  background-color: #d30029;
}
.msw-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.msw-template .message.is-green {
  background-color: #d30029;
}
.msw-template .message.is-green .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-brown {
  background-color: #d30029;
}
.msw-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.msw-template .message.is-brown {
  background-color: #d30029;
}
.msw-template .message.is-brown .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-purple {
  background-color: #d30029;
}
.msw-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.msw-template .message.is-purple {
  background-color: #d30029;
}
.msw-template .message.is-purple .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-orange {
  background-color: #d30029;
}
.msw-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.msw-template .message.is-orange {
  background-color: #d30029;
}
.msw-template .message.is-orange .message-body {
  color: white;
}
.msw-template .message.is-abc.is-active-red {
  background-color: #d30029;
}
.msw-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.msw-template .message.is-red {
  background-color: #d30029;
}
.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: #2f2d2a;
}
.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 {
  min-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 nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.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: #d30029;
}
.msw-template .navbar-item-blue.is-active {
  background-color: #d30029;
}
.msw-template .navbar-item-blue {
  border-bottom-color: #d30029;
}
.msw-template .breadcrumb-blue {
  background-color: #d30029;
}
.msw-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #d30029, 3px -3px 0 2px #d30029;
}
.msw-template .breadcrumb-blue a:first-child {
  background: #d30029;
  color: #FFF;
}
.msw-template .breadcrumb-blue a:first-child::after {
  background: #d30029;
}
.msw-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #d30029;
}
.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: #2f2d2a;
  color: #FFF;
}
.msw-template .navbar-item-green:hover {
  background-color: #d30029;
}
.msw-template .navbar-item-green.is-active {
  background-color: #d30029;
}
.msw-template .navbar-item-green {
  border-bottom-color: #d30029;
}
.msw-template .breadcrumb-green {
  background-color: #d30029;
}
.msw-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #d30029, 3px -3px 0 2px #d30029;
}
.msw-template .breadcrumb-green a:first-child {
  background: #d30029;
  color: #FFF;
}
.msw-template .breadcrumb-green a:first-child::after {
  background: #d30029;
}
.msw-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #d30029;
}
.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: #2f2d2a;
  color: #FFF;
}
.msw-template .navbar-item-brown:hover {
  background-color: #d30029;
}
.msw-template .navbar-item-brown.is-active {
  background-color: #d30029;
}
.msw-template .navbar-item-brown {
  border-bottom-color: #d30029;
}
.msw-template .breadcrumb-brown {
  background-color: #d30029;
}
.msw-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #d30029, 3px -3px 0 2px #d30029;
}
.msw-template .breadcrumb-brown a:first-child {
  background: #d30029;
  color: #FFF;
}
.msw-template .breadcrumb-brown a:first-child::after {
  background: #d30029;
}
.msw-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #d30029;
}
.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: #2f2d2a;
  color: #FFF;
}
.msw-template .navbar-item-purple:hover {
  background-color: #d30029;
}
.msw-template .navbar-item-purple.is-active {
  background-color: #d30029;
}
.msw-template .navbar-item-purple {
  border-bottom-color: #d30029;
}
.msw-template .breadcrumb-purple {
  background-color: #d30029;
}
.msw-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #d30029, 3px -3px 0 2px #d30029;
}
.msw-template .breadcrumb-purple a:first-child {
  background: #d30029;
  color: #FFF;
}
.msw-template .breadcrumb-purple a:first-child::after {
  background: #d30029;
}
.msw-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #d30029;
}
.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: #2f2d2a;
  color: #FFF;
}
.msw-template .navbar-item-orange:hover {
  background-color: #d30029;
}
.msw-template .navbar-item-orange.is-active {
  background-color: #d30029;
}
.msw-template .navbar-item-orange {
  border-bottom-color: #d30029;
}
.msw-template .breadcrumb-orange {
  background-color: #d30029;
}
.msw-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #d30029, 3px -3px 0 2px #d30029;
}
.msw-template .breadcrumb-orange a:first-child {
  background: #d30029;
  color: #FFF;
}
.msw-template .breadcrumb-orange a:first-child::after {
  background: #d30029;
}
.msw-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #d30029;
}
.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: #2f2d2a;
  color: #FFF;
}
.msw-template .navbar-item-red:hover {
  background-color: #d30029;
}
.msw-template .navbar-item-red.is-active {
  background-color: #d30029;
}
.msw-template .navbar-item-red {
  border-bottom-color: #d30029;
}
.msw-template .breadcrumb-red {
  background-color: #d30029;
}
.msw-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #d30029, 3px -3px 0 2px #d30029;
}
.msw-template .breadcrumb-red a:first-child {
  background: #d30029;
  color: #FFF;
}
.msw-template .breadcrumb-red a:first-child::after {
  background: #d30029;
}
.msw-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #d30029;
}
.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: #2f2d2a;
  color: #FFF;
}
.msw-template footer {
  background-color: #2f2d2a;
  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;
}
.msw-template .footer-menu-blue {
  border-top-color: #d30029;
}
.msw-template .footer-menu-blue .footer-menu-list a:hover {
  color: #d30029;
}
.msw-template .footer-menu-green {
  border-top-color: #d30029;
}
.msw-template .footer-menu-green .footer-menu-list a:hover {
  color: #d30029;
}
.msw-template .footer-menu-brown {
  border-top-color: #d30029;
}
.msw-template .footer-menu-brown .footer-menu-list a:hover {
  color: #d30029;
}
.msw-template .footer-menu-purple {
  border-top-color: #d30029;
}
.msw-template .footer-menu-purple .footer-menu-list a:hover {
  color: #d30029;
}
.msw-template .footer-menu-orange {
  border-top-color: #d30029;
}
.msw-template .footer-menu-orange .footer-menu-list a:hover {
  color: #d30029;
}
.msw-template .footer-menu-red {
  border-top-color: #d30029;
}
.msw-template .footer-menu-red .footer-menu-list a:hover {
  color: #d30029;
}
.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;
}
.fjl-template {
  /*a {
    color: @text; 
    &:hover{
        color: @blue;
    }
}*/
}
@media (max-width: 768px) {
  .fjl-template .pos-search-result .handle-link {
    display: none;
  }
  .fjl-template .pos-search-result .tag {
    height: auto;
    white-space: normal;
  }
  .fjl-template .pagination {
    margin: 1em;
  }
}
.fjl-template .has-text-heading-2 {
  color: #129279;
}
.fjl-template a.has-text-heading-2 {
  color: #129279;
}
.fjl-template a.has-text-heading-2:hover {
  color: #000;
}
.fjl-template a.swap.has-text-heading-2 {
  color: #000;
}
.fjl-template a.swap.has-text-heading-2:hover {
  color: #129279;
}
.fjl-template .tabs.is-toggle li.is-active.is-heading-2 a {
  background-color: #129279;
  border-color: #129279;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-heading-2 a {
  color: #129279;
}
.fjl-template .has-text-heading-1 {
  color: #129279;
}
.fjl-template a.has-text-heading-1 {
  color: #129279;
}
.fjl-template a.has-text-heading-1:hover {
  color: #000;
}
.fjl-template a.swap.has-text-heading-1 {
  color: #000;
}
.fjl-template a.swap.has-text-heading-1:hover {
  color: #129279;
}
.fjl-template .tabs.is-toggle li.is-active.is-heading-1 a {
  background-color: #129279;
  border-color: #129279;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-heading-1 a {
  color: #129279;
}
.fjl-template .has-text-nav-menu-color {
  color: white;
}
.fjl-template a.has-text-nav-menu-color {
  color: white;
}
.fjl-template a.has-text-nav-menu-color:hover {
  color: #000;
}
.fjl-template a.swap.has-text-nav-menu-color {
  color: #000;
}
.fjl-template a.swap.has-text-nav-menu-color:hover {
  color: white;
}
.fjl-template .tabs.is-toggle li.is-active.is-nav-menu-color a {
  background-color: white;
  border-color: white;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-nav-menu-color a {
  color: white;
}
.fjl-template .has-text-cancel {
  color: #b34343;
}
.fjl-template a.has-text-cancel {
  color: #b34343;
}
.fjl-template a.has-text-cancel:hover {
  color: #000;
}
.fjl-template a.swap.has-text-cancel {
  color: #000;
}
.fjl-template a.swap.has-text-cancel:hover {
  color: #b34343;
}
.fjl-template .tabs.is-toggle li.is-active.is-cancel a {
  background-color: #b34343;
  border-color: #b34343;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-cancel a {
  color: #b34343;
}
.fjl-template .has-text-confirm {
  color: #129279;
}
.fjl-template a.has-text-confirm {
  color: #129279;
}
.fjl-template a.has-text-confirm:hover {
  color: #000;
}
.fjl-template a.swap.has-text-confirm {
  color: #000;
}
.fjl-template a.swap.has-text-confirm:hover {
  color: #129279;
}
.fjl-template .tabs.is-toggle li.is-active.is-confirm a {
  background-color: #129279;
  border-color: #129279;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-confirm a {
  color: #129279;
}
.fjl-template .has-text-blue {
  color: #1CBDC7;
}
.fjl-template a.has-text-blue {
  color: #1CBDC7;
}
.fjl-template a.has-text-blue:hover {
  color: #000;
}
.fjl-template a.swap.has-text-blue {
  color: #000;
}
.fjl-template a.swap.has-text-blue:hover {
  color: #1CBDC7;
}
.fjl-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-blue a {
  color: #1CBDC7;
}
.fjl-template .has-text-green {
  color: #1D875F;
}
.fjl-template a.has-text-green {
  color: #1D875F;
}
.fjl-template a.has-text-green:hover {
  color: #000;
}
.fjl-template a.swap.has-text-green {
  color: #000;
}
.fjl-template a.swap.has-text-green:hover {
  color: #1D875F;
}
.fjl-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #1D875F;
  border-color: #1D875F;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-green a {
  color: #1D875F;
}
.fjl-template .has-text-brown {
  color: #B39482;
}
.fjl-template a.has-text-brown {
  color: #B39482;
}
.fjl-template a.has-text-brown:hover {
  color: #000;
}
.fjl-template a.swap.has-text-brown {
  color: #000;
}
.fjl-template a.swap.has-text-brown:hover {
  color: #B39482;
}
.fjl-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #B39482;
  border-color: #B39482;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-brown a {
  color: #B39482;
}
.fjl-template .has-text-purple {
  color: #7E69B4;
}
.fjl-template a.has-text-purple {
  color: #7E69B4;
}
.fjl-template a.has-text-purple:hover {
  color: #000;
}
.fjl-template a.swap.has-text-purple {
  color: #000;
}
.fjl-template a.swap.has-text-purple:hover {
  color: #7E69B4;
}
.fjl-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #7E69B4;
  border-color: #7E69B4;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-purple a {
  color: #7E69B4;
}
.fjl-template .has-text-orange {
  color: #F8AA24;
}
.fjl-template a.has-text-orange {
  color: #F8AA24;
}
.fjl-template a.has-text-orange:hover {
  color: #000;
}
.fjl-template a.swap.has-text-orange {
  color: #000;
}
.fjl-template a.swap.has-text-orange:hover {
  color: #F8AA24;
}
.fjl-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #F8AA24;
  border-color: #F8AA24;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-orange a {
  color: #F8AA24;
}
.fjl-template .has-text-red {
  color: #E9362F;
}
.fjl-template a.has-text-red {
  color: #E9362F;
}
.fjl-template a.has-text-red:hover {
  color: #000;
}
.fjl-template a.swap.has-text-red {
  color: #000;
}
.fjl-template a.swap.has-text-red:hover {
  color: #E9362F;
}
.fjl-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #E9362F;
  border-color: #E9362F;
  color: #FFF;
}
.fjl-template .tabs li.is-active.is-red a {
  color: #E9362F;
}
.fjl-template .is-paddingless {
  padding: 0 !important;
}
.fjl-template .is-pulled-bottom {
  margin-top: auto !important;
}
.fjl-template .has-no-right-margin {
  margin-right: 0 !important;
}
.fjl-template .has-no-right-padding {
  padding-right: 0 !important;
}
.fjl-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.fjl-template .has-no-left-margin {
  margin-left: 0 !important;
}
.fjl-template .has-no-left-padding {
  padding-left: 0 !important;
}
.fjl-template .has-no-top-margin {
  margin-top: 0 !important;
}
.fjl-template .has-no-top-padding {
  padding-top: 0 !important;
}
.fjl-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.fjl-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.fjl-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.fjl-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.fjl-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.fjl-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.fjl-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.fjl-template .has-large-top-margin {
  margin-top: 1.5rem;
}
.fjl-template .force-large-top-margin {
  margin-top: 1.5rem !important;
}
.fjl-template .force-very-large-top-margin {
  margin-top: 2.5rem !important;
}
.fjl-template .has-large-bottom-margin {
  margin-bottom: 1.5rem;
}
.fjl-template .has-large-left-margin {
  margin-left: 1.5rem;
}
.fjl-template .has-large-right-margin {
  margin-right: 1.5rem;
}
.fjl-template .has-medium-right-margin {
  margin-right: 1rem;
}
.fjl-template .has-medium-top-margin {
  margin-top: 1rem;
}
.fjl-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.fjl-template .has-small-padding {
  padding: 0.5rem;
}
.fjl-template .has-no-padding {
  padding: 0 !important;
}
.fjl-template .has-xmedium-padding {
  padding: 0.75rem;
}
.fjl-template .has-medium-padding {
  padding: 1rem;
}
.fjl-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.fjl-template .text-with-line:after,
.fjl-template .text-with-line:before {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.fjl-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.fjl-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.fjl-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fjl-template .facebook-color {
  color: #3B5998 !important;
}
.fjl-template .twitter-color {
  color: #55ACEE !important;
}
.fjl-template .linkedin-color {
  color: #007BB5 !important;
}
.fjl-template .google-plus-color {
  color: #DD4B39 !important;
}
.fjl-template .redify {
  color: #E9362F;
}
.fjl-template .is-justify-center {
  justify-content: center;
}
.fjl-template .is-vcentered {
  display: flex;
  align-items: center;
}
.fjl-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.fjl-template .is-clearfix {
  clear: both;
}
.fjl-template .hr-section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.fjl-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.fjl-template .is-width-one-third {
  width: 33%;
}
.fjl-template .is-width-half {
  width: 50%;
}
.fjl-template .has-cursor-pointer {
  cursor: pointer;
}
.fjl-template .is-hidden {
  display: none;
}
.fjl-template .break-word {
  word-break: break-word;
}
.fjl-template .keep-newlines {
  white-space: pre-wrap;
}
.fjl-template .has-extra-small-font {
  font-size: 0.5rem;
}
.fjl-template .has-small-font {
  font-size: 0.7rem;
}
.fjl-template .has-medium-font {
  font-size: 0.9rem;
}
.fjl-template .has-big-font {
  font-size: 1.2rem;
}
.fjl-template .msw-loader .primary-color {
  background-color: #12BC87;
}
.fjl-template .msw-loader .secondary-color {
  background-color: #000;
}
.fjl-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fjl-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #212D3A;
}
.fjl-template .card .card-footer {
  border-top: none;
}
.fjl-template .clickable-card,
.fjl-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 2% 2% 2%;
}
.fjl-template .clickable-card .card-header,
.fjl-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;
}
.fjl-template .clickable-card {
  cursor: pointer;
}
.fjl-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.fjl-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.fjl-template .card-equal-height .card-footer {
  margin-top: auto;
}
.fjl-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.fjl-template .stats-card .columns {
  margin: 0;
}
.fjl-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.fjl-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.fjl-template .stats-card .column {
  padding: 0;
}
.fjl-template .stats-card hr {
  margin: 0.75rem 0;
}
.fjl-template .stats-card .card-content {
  padding: 0.35rem;
}
.fjl-template .stats-card .media {
  padding: 0.5rem;
}
.fjl-template .stats-card .title,
.fjl-template .stats-card .subtitle {
  color: #4E5762;
}
.fjl-template .card-with-tag {
  padding: 0 !important;
}
.fjl-template .card-with-tag .card-header {
  border-bottom: none;
}
.fjl-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.fjl-template .card-header-tag .tag {
  border-radius: 0px;
}
.fjl-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.fjl-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.fjl-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.fjl-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.fjl-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.fjl-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.fjl-template .card-border-color-heading-2 {
  border: 2px solid #129279;
}
.fjl-template .card-heading-2 {
  background-color: #129279;
}
.fjl-template .card-heading-2 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-heading-2.is-active {
  background-color: #129279;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-heading-2 {
  background-color: #26e4bf;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-heading-2 {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-2:hover {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-2:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-heading-2 .card-header,
.fjl-template .info-card-heading-2 .card-header {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-2 .card-header .card-header-title,
.fjl-template .info-card-heading-2 .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-heading-2 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #129279;
}
.fjl-template .info-card-heading-2 a:hover {
  color: #212D3A;
}
.fjl-template .info-card-heading-2 a.swap {
  color: #212D3A;
}
.fjl-template .info-card-heading-2 a.swap:hover {
  color: #129279;
}
.fjl-template .info-card-heading-2 a.swap.is-active {
  color: #129279;
}
.fjl-template .info-card-heading-2 p.colored {
  color: #129279 !important;
}
.fjl-template .card-header-heading-2 {
  background-color: #129279;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-heading-2 .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-heading-1 {
  border: 2px solid #129279;
}
.fjl-template .card-heading-1 {
  background-color: #129279;
}
.fjl-template .card-heading-1 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-heading-1.is-active {
  background-color: #129279;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-heading-1 {
  background-color: #26e4bf;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-heading-1 {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-1:hover {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-1:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-heading-1 .card-header,
.fjl-template .info-card-heading-1 .card-header {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-1 .card-header .card-header-title,
.fjl-template .info-card-heading-1 .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-heading-1 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #129279;
}
.fjl-template .info-card-heading-1 a:hover {
  color: #212D3A;
}
.fjl-template .info-card-heading-1 a.swap {
  color: #212D3A;
}
.fjl-template .info-card-heading-1 a.swap:hover {
  color: #129279;
}
.fjl-template .info-card-heading-1 a.swap.is-active {
  color: #129279;
}
.fjl-template .info-card-heading-1 p.colored {
  color: #129279 !important;
}
.fjl-template .card-header-heading-1 {
  background-color: #129279;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-heading-1 .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-nav-menu-color {
  border: 2px solid white;
}
.fjl-template .card-nav-menu-color {
  background-color: white;
}
.fjl-template .card-nav-menu-color .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-nav-menu-color.is-active {
  background-color: white;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-nav-menu-color {
  background-color: #ffffff;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-nav-menu-color {
  background-color: white;
}
.fjl-template .clickable-card-nav-menu-color:hover {
  background-color: white;
}
.fjl-template .clickable-card-nav-menu-color:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-nav-menu-color .card-header,
.fjl-template .info-card-nav-menu-color .card-header {
  background-color: white;
}
.fjl-template .clickable-card-nav-menu-color .card-header .card-header-title,
.fjl-template .info-card-nav-menu-color .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-nav-menu-color a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: white;
}
.fjl-template .info-card-nav-menu-color a:hover {
  color: #212D3A;
}
.fjl-template .info-card-nav-menu-color a.swap {
  color: #212D3A;
}
.fjl-template .info-card-nav-menu-color a.swap:hover {
  color: white;
}
.fjl-template .info-card-nav-menu-color a.swap.is-active {
  color: white;
}
.fjl-template .info-card-nav-menu-color p.colored {
  color: white !important;
}
.fjl-template .card-header-nav-menu-color {
  background-color: white;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-nav-menu-color .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-cancel {
  border: 2px solid #b34343;
}
.fjl-template .card-cancel {
  background-color: #b34343;
}
.fjl-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #b34343;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-cancel {
  background-color: #d38989;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-cancel {
  background-color: #b34343;
}
.fjl-template .clickable-card-cancel:hover {
  background-color: #b34343;
}
.fjl-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-cancel .card-header,
.fjl-template .info-card-cancel .card-header {
  background-color: #b34343;
}
.fjl-template .clickable-card-cancel .card-header .card-header-title,
.fjl-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #b34343;
}
.fjl-template .info-card-cancel a:hover {
  color: #212D3A;
}
.fjl-template .info-card-cancel a.swap {
  color: #212D3A;
}
.fjl-template .info-card-cancel a.swap:hover {
  color: #b34343;
}
.fjl-template .info-card-cancel a.swap.is-active {
  color: #b34343;
}
.fjl-template .info-card-cancel p.colored {
  color: #b34343 !important;
}
.fjl-template .card-header-cancel {
  background-color: #b34343;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-confirm {
  border: 2px solid #129279;
}
.fjl-template .card-confirm {
  background-color: #129279;
}
.fjl-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #129279;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-confirm {
  background-color: #26e4bf;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-confirm {
  background-color: #129279;
}
.fjl-template .clickable-card-confirm:hover {
  background-color: #129279;
}
.fjl-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-confirm .card-header,
.fjl-template .info-card-confirm .card-header {
  background-color: #129279;
}
.fjl-template .clickable-card-confirm .card-header .card-header-title,
.fjl-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #129279;
}
.fjl-template .info-card-confirm a:hover {
  color: #212D3A;
}
.fjl-template .info-card-confirm a.swap {
  color: #212D3A;
}
.fjl-template .info-card-confirm a.swap:hover {
  color: #129279;
}
.fjl-template .info-card-confirm a.swap.is-active {
  color: #129279;
}
.fjl-template .info-card-confirm p.colored {
  color: #129279 !important;
}
.fjl-template .card-header-confirm {
  background-color: #129279;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.fjl-template .card-blue {
  background-color: #1CBDC7;
}
.fjl-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.fjl-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.fjl-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-blue .card-header,
.fjl-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.fjl-template .clickable-card-blue .card-header .card-header-title,
.fjl-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.fjl-template .info-card-blue a:hover {
  color: #212D3A;
}
.fjl-template .info-card-blue a.swap {
  color: #212D3A;
}
.fjl-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.fjl-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.fjl-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.fjl-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;
}
.fjl-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.fjl-template .card-green {
  background-color: #1D875F;
}
.fjl-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.fjl-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.fjl-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-green .card-header,
.fjl-template .info-card-green .card-header {
  background-color: #1D875F;
}
.fjl-template .clickable-card-green .card-header .card-header-title,
.fjl-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.fjl-template .info-card-green a:hover {
  color: #212D3A;
}
.fjl-template .info-card-green a.swap {
  color: #212D3A;
}
.fjl-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.fjl-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.fjl-template .info-card-green p.colored {
  color: #1D875F !important;
}
.fjl-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;
}
.fjl-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.fjl-template .card-brown {
  background-color: #B39482;
}
.fjl-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.fjl-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.fjl-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-brown .card-header,
.fjl-template .info-card-brown .card-header {
  background-color: #B39482;
}
.fjl-template .clickable-card-brown .card-header .card-header-title,
.fjl-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.fjl-template .info-card-brown a:hover {
  color: #212D3A;
}
.fjl-template .info-card-brown a.swap {
  color: #212D3A;
}
.fjl-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.fjl-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.fjl-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.fjl-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;
}
.fjl-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.fjl-template .card-purple {
  background-color: #7E69B4;
}
.fjl-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.fjl-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.fjl-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-purple .card-header,
.fjl-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.fjl-template .clickable-card-purple .card-header .card-header-title,
.fjl-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.fjl-template .info-card-purple a:hover {
  color: #212D3A;
}
.fjl-template .info-card-purple a.swap {
  color: #212D3A;
}
.fjl-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.fjl-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.fjl-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.fjl-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;
}
.fjl-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.fjl-template .card-orange {
  background-color: #F8AA24;
}
.fjl-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.fjl-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.fjl-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-orange .card-header,
.fjl-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.fjl-template .clickable-card-orange .card-header .card-header-title,
.fjl-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.fjl-template .info-card-orange a:hover {
  color: #212D3A;
}
.fjl-template .info-card-orange a.swap {
  color: #212D3A;
}
.fjl-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.fjl-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.fjl-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.fjl-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;
}
.fjl-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.fjl-template .card-red {
  background-color: #E9362F;
}
.fjl-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.fjl-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.fjl-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-red .card-header,
.fjl-template .info-card-red .card-header {
  background-color: #E9362F;
}
.fjl-template .clickable-card-red .card-header .card-header-title,
.fjl-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.fjl-template .info-card-red a:hover {
  color: #212D3A;
}
.fjl-template .info-card-red a.swap {
  color: #212D3A;
}
.fjl-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.fjl-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.fjl-template .info-card-red p.colored {
  color: #E9362F !important;
}
.fjl-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;
}
.fjl-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.fjl-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.fjl-template .menu-list a.is-active-is-red {
  background-color: #E9362F;
}
.fjl-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.fjl-template .menu-list a.is-active-is-orange {
  background-color: #F8AA24;
}
.fjl-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.fjl-template .menu-list a.is-active-is-purple {
  background-color: #7E69B4;
}
.fjl-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.fjl-template .menu-list a.is-active-is-brown {
  background-color: #B39482;
}
.fjl-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.fjl-template .menu-list a.is-active-is-green {
  background-color: #1D875F;
}
.fjl-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.fjl-template .menu-list a.is-active-is-blue {
  background-color: #1CBDC7;
}
.fjl-template .menu-list a.is-active.is-confirm {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active-is-confirm {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active.is-cancel {
  background-color: #b34343;
}
.fjl-template .menu-list a.is-active-is-cancel {
  background-color: #b34343;
}
.fjl-template .menu-list a.is-active.is-nav-menu-color {
  background-color: white;
}
.fjl-template .menu-list a.is-active-is-nav-menu-color {
  background-color: white;
}
.fjl-template .menu-list a.is-active.is-heading-1 {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active-is-heading-1 {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active.is-heading-2 {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active-is-heading-2 {
  background-color: #129279;
}
.fjl-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fjl-template .pos-dropzone.dz-drag-hover {
  border: 6px dashed #3273DC;
}
.fjl-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
  border: dashed;
}
.fjl-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;
}
.fjl-template .button-ined:focus:not(:active),
.fjl-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.fjl-template .button-ined:focus,
.fjl-template .button-ined.is-focused {
  border-color: transparent;
}
.fjl-template .button.is-client-heading-2,
.fjl-template button.is-client-heading-2 {
  color: #FFF;
  background-color: #129279;
  border-color: #129279;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-heading-2:focus,
.fjl-template .is-focused-client-heading-2,
.fjl-template .button.is-client-heading-2:hover {
  background-color: #f5f3ef;
  color: #129279;
}
.fjl-template .button-background-heading-2:hover {
  color: #FFF;
}
.fjl-template .button-background-heading-2 {
  background-color: #129279;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-heading-1,
.fjl-template button.is-client-heading-1 {
  color: #FFF;
  background-color: #129279;
  border-color: #129279;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-heading-1:focus,
.fjl-template .is-focused-client-heading-1,
.fjl-template .button.is-client-heading-1:hover {
  background-color: #f5f3ef;
  color: #129279;
}
.fjl-template .button-background-heading-1:hover {
  color: #FFF;
}
.fjl-template .button-background-heading-1 {
  background-color: #129279;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-nav-menu-color,
.fjl-template button.is-client-nav-menu-color {
  color: #FFF;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-nav-menu-color:focus,
.fjl-template .is-focused-client-nav-menu-color,
.fjl-template .button.is-client-nav-menu-color:hover {
  background-color: #f5f3ef;
  color: white;
}
.fjl-template .button-background-nav-menu-color:hover {
  color: #FFF;
}
.fjl-template .button-background-nav-menu-color {
  background-color: white;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-cancel,
.fjl-template button.is-client-cancel {
  color: #FFF;
  background-color: #b34343;
  border-color: #b34343;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-cancel:focus,
.fjl-template .is-focused-client-cancel,
.fjl-template .button.is-client-cancel:hover {
  background-color: #f5f3ef;
  color: #b34343;
}
.fjl-template .button-background-cancel:hover {
  color: #FFF;
}
.fjl-template .button-background-cancel {
  background-color: #b34343;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-confirm,
.fjl-template button.is-client-confirm {
  color: #FFF;
  background-color: #129279;
  border-color: #129279;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-confirm:focus,
.fjl-template .is-focused-client-confirm,
.fjl-template .button.is-client-confirm:hover {
  background-color: #f5f3ef;
  color: #129279;
}
.fjl-template .button-background-confirm:hover {
  color: #FFF;
}
.fjl-template .button-background-confirm {
  background-color: #129279;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-blue,
.fjl-template button.is-client-blue {
  color: #FFF;
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-blue:focus,
.fjl-template .is-focused-client-blue,
.fjl-template .button.is-client-blue:hover {
  background-color: #f5f3ef;
  color: #1CBDC7;
}
.fjl-template .button-background-blue:hover {
  color: #FFF;
}
.fjl-template .button-background-blue {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-green,
.fjl-template button.is-client-green {
  color: #FFF;
  background-color: #1D875F;
  border-color: #1D875F;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-green:focus,
.fjl-template .is-focused-client-green,
.fjl-template .button.is-client-green:hover {
  background-color: #f5f3ef;
  color: #1D875F;
}
.fjl-template .button-background-green:hover {
  color: #FFF;
}
.fjl-template .button-background-green {
  background-color: #1D875F;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-brown,
.fjl-template button.is-client-brown {
  color: #FFF;
  background-color: #B39482;
  border-color: #B39482;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-brown:focus,
.fjl-template .is-focused-client-brown,
.fjl-template .button.is-client-brown:hover {
  background-color: #f5f3ef;
  color: #B39482;
}
.fjl-template .button-background-brown:hover {
  color: #FFF;
}
.fjl-template .button-background-brown {
  background-color: #B39482;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-purple,
.fjl-template button.is-client-purple {
  color: #FFF;
  background-color: #7E69B4;
  border-color: #7E69B4;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-purple:focus,
.fjl-template .is-focused-client-purple,
.fjl-template .button.is-client-purple:hover {
  background-color: #f5f3ef;
  color: #7E69B4;
}
.fjl-template .button-background-purple:hover {
  color: #FFF;
}
.fjl-template .button-background-purple {
  background-color: #7E69B4;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-orange,
.fjl-template button.is-client-orange {
  color: #FFF;
  background-color: #F8AA24;
  border-color: #F8AA24;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-orange:focus,
.fjl-template .is-focused-client-orange,
.fjl-template .button.is-client-orange:hover {
  background-color: #f5f3ef;
  color: #F8AA24;
}
.fjl-template .button-background-orange:hover {
  color: #FFF;
}
.fjl-template .button-background-orange {
  background-color: #F8AA24;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .button.is-client-red,
.fjl-template button.is-client-red {
  color: #FFF;
  background-color: #E9362F;
  border-color: #E9362F;
  border-style: solid;
  border-width: 3px;
  text-transform: uppercase;
}
.fjl-template .button.is-client-red:focus,
.fjl-template .is-focused-client-red,
.fjl-template .button.is-client-red:hover {
  background-color: #f5f3ef;
  color: #E9362F;
}
.fjl-template .button-background-red:hover {
  color: #FFF;
}
.fjl-template .button-background-red {
  background-color: #E9362F;
  color: #FFF !important;
  box-shadow: none !important;
}
.fjl-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.fjl-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.fjl-template .input {
  border: 0;
  padding: 8px;
  min-height: 32px;
  background-color: #EEF0F2;
  border-radius: 8px;
}
.fjl-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.fjl-template .datepicker.control.is-danger .input {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.fjl-template .input:focus,
.fjl-template .input:hover,
.fjl-template .input:active {
  border-color: transparent;
  box-shadow: none;
}
.fjl-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.fjl-template .v-select.single.open .selected-tag {
  position: static !important;
}
.fjl-template .field.has-addons .control {
  height: 100%;
}
.fjl-template .field.has-addons .control .button {
  height: 100% !important;
}
.fjl-template textarea[readonly],
.fjl-template input[readonly],
.fjl-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
}
.fjl-template label.readonly {
  font-weight: bold;
}
.fjl-template .field {
  margin-bottom: 0.75rem;
}
.fjl-template .b-table.is-loading {
  margin-bottom: 100px;
}
.fjl-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.fjl-template .small-select {
  width: 100px !important;
}
.fjl-template .small-select input {
  width: 0px !important;
}
.fjl-template .dynamic-form .column:first-of-type {
  padding-right: 2px;
}
.fjl-template .dynamic-form .column {
  padding-right: 2px;
  padding-left: 2px;
}
.fjl-template .dynamic-form .column:last-of-type {
  padding-left: 2px;
}
.fjl-template .dynamic-form .columns {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -0.65rem;
  margin-top: 0;
}
.fjl-template .dynamic-form .columns:not(:first-of-type) .column {
  padding-bottom: 2px;
  padding-top: 2px;
}
.fjl-template .dynamic-form .columns:first-of-type .column {
  padding-bottom: 2px;
  padding-top: 0.75rem;
}
.fjl-template .steps .step-item.is-heading-2::before {
  background: linear-gradient(to left, #DBDBDB 50%, #129279 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-heading-2.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-heading-2.is-active .step-marker {
  background-color: #FFF;
  border-color: #129279;
  color: #129279;
  cursor: default;
}
.fjl-template .steps .step-item.is-heading-2.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-heading-2.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-heading-2.is-completed .step-marker {
  background-color: #129279;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-heading-2.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-heading-2 .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-heading-2 .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-heading-1::before {
  background: linear-gradient(to left, #DBDBDB 50%, #129279 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-heading-1.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-heading-1.is-active .step-marker {
  background-color: #FFF;
  border-color: #129279;
  color: #129279;
  cursor: default;
}
.fjl-template .steps .step-item.is-heading-1.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-heading-1.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-heading-1.is-completed .step-marker {
  background-color: #129279;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-heading-1.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-heading-1 .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-heading-1 .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-nav-menu-color::before {
  background: linear-gradient(to left, #DBDBDB 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-nav-menu-color.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-nav-menu-color.is-active .step-marker {
  background-color: #FFF;
  border-color: white;
  color: white;
  cursor: default;
}
.fjl-template .steps .step-item.is-nav-menu-color.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-nav-menu-color.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-nav-menu-color.is-completed .step-marker {
  background-color: white;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-nav-menu-color.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-nav-menu-color .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-nav-menu-color .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-cancel::before {
  background: linear-gradient(to left, #DBDBDB 50%, #b34343 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-cancel.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-cancel.is-active .step-marker {
  background-color: #FFF;
  border-color: #b34343;
  color: #b34343;
  cursor: default;
}
.fjl-template .steps .step-item.is-cancel.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-cancel.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-cancel.is-completed .step-marker {
  background-color: #b34343;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-cancel.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-cancel .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-cancel .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-confirm::before {
  background: linear-gradient(to left, #DBDBDB 50%, #129279 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-confirm.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-confirm.is-active .step-marker {
  background-color: #FFF;
  border-color: #129279;
  color: #129279;
  cursor: default;
}
.fjl-template .steps .step-item.is-confirm.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-confirm.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-confirm.is-completed .step-marker {
  background-color: #129279;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-confirm.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-confirm .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-confirm .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
  cursor: default;
}
.fjl-template .steps .step-item.is-blue.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #1CBDC7;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-blue.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-blue .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-blue .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1D875F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #1D875F;
  color: #1D875F;
  cursor: default;
}
.fjl-template .steps .step-item.is-green.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #1D875F;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-green.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-green .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-green .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #B39482 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #B39482;
  color: #B39482;
  cursor: default;
}
.fjl-template .steps .step-item.is-brown.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #B39482;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-brown.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-brown .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-brown .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #7E69B4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #7E69B4;
  color: #7E69B4;
  cursor: default;
}
.fjl-template .steps .step-item.is-purple.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #7E69B4;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-purple.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-purple .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-purple .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #F8AA24 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #F8AA24;
  color: #F8AA24;
  cursor: default;
}
.fjl-template .steps .step-item.is-orange.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #F8AA24;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-orange.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-orange .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-orange .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #E9362F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.fjl-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #E9362F;
  color: #E9362F;
  cursor: default;
}
.fjl-template .steps .step-item.is-red.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.fjl-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #E9362F;
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-red.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template .steps .step-item.is-red .step-marker {
  cursor: not-allowed;
}
.fjl-template .steps .step-item.is-red .step-marker.is-clickable {
  cursor: pointer;
}
.fjl-template nav.indexer {
  background-color: transparent;
}
.fjl-template .indexer-heading-2 a {
  color: #129279;
}
.fjl-template .indexer-heading-2 .pagination-link.is-current {
  border-color: #129279;
  color: #FFF;
  background-color: #129279;
}
.fjl-template .indexer-heading-1 a {
  color: #129279;
}
.fjl-template .indexer-heading-1 .pagination-link.is-current {
  border-color: #129279;
  color: #FFF;
  background-color: #129279;
}
.fjl-template .indexer-nav-menu-color a {
  color: white;
}
.fjl-template .indexer-nav-menu-color .pagination-link.is-current {
  border-color: white;
  color: #FFF;
  background-color: white;
}
.fjl-template .indexer-cancel a {
  color: #b34343;
}
.fjl-template .indexer-cancel .pagination-link.is-current {
  border-color: #b34343;
  color: #FFF;
  background-color: #b34343;
}
.fjl-template .indexer-confirm a {
  color: #129279;
}
.fjl-template .indexer-confirm .pagination-link.is-current {
  border-color: #129279;
  color: #FFF;
  background-color: #129279;
}
.fjl-template .indexer-blue a {
  color: #1CBDC7;
}
.fjl-template .indexer-blue .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.fjl-template .indexer-green a {
  color: #1D875F;
}
.fjl-template .indexer-green .pagination-link.is-current {
  border-color: #1D875F;
  color: #FFF;
  background-color: #1D875F;
}
.fjl-template .indexer-brown a {
  color: #B39482;
}
.fjl-template .indexer-brown .pagination-link.is-current {
  border-color: #B39482;
  color: #FFF;
  background-color: #B39482;
}
.fjl-template .indexer-purple a {
  color: #7E69B4;
}
.fjl-template .indexer-purple .pagination-link.is-current {
  border-color: #7E69B4;
  color: #FFF;
  background-color: #7E69B4;
}
.fjl-template .indexer-orange a {
  color: #F8AA24;
}
.fjl-template .indexer-orange .pagination-link.is-current {
  border-color: #F8AA24;
  color: #FFF;
  background-color: #F8AA24;
}
.fjl-template .indexer-red a {
  color: #E9362F;
}
.fjl-template .indexer-red .pagination-link.is-current {
  border-color: #E9362F;
  color: #FFF;
  background-color: #E9362F;
}
.fjl-template .media-content-heading-2 {
  color: #129279 !important;
}
.fjl-template .media-content-heading-2 .subtitle {
  color: #129279 !important;
}
.fjl-template .media-content-heading-2 .title {
  color: #129279 !important;
}
.fjl-template .media-content-heading-1 {
  color: #129279 !important;
}
.fjl-template .media-content-heading-1 .subtitle {
  color: #129279 !important;
}
.fjl-template .media-content-heading-1 .title {
  color: #129279 !important;
}
.fjl-template .media-content-nav-menu-color {
  color: white !important;
}
.fjl-template .media-content-nav-menu-color .subtitle {
  color: white !important;
}
.fjl-template .media-content-nav-menu-color .title {
  color: white !important;
}
.fjl-template .media-content-cancel {
  color: #b34343 !important;
}
.fjl-template .media-content-cancel .subtitle {
  color: #b34343 !important;
}
.fjl-template .media-content-cancel .title {
  color: #b34343 !important;
}
.fjl-template .media-content-confirm {
  color: #129279 !important;
}
.fjl-template .media-content-confirm .subtitle {
  color: #129279 !important;
}
.fjl-template .media-content-confirm .title {
  color: #129279 !important;
}
.fjl-template .media-content-blue {
  color: #1CBDC7 !important;
}
.fjl-template .media-content-blue .subtitle {
  color: #1CBDC7 !important;
}
.fjl-template .media-content-blue .title {
  color: #1CBDC7 !important;
}
.fjl-template .media-content-green {
  color: #1D875F !important;
}
.fjl-template .media-content-green .subtitle {
  color: #1D875F !important;
}
.fjl-template .media-content-green .title {
  color: #1D875F !important;
}
.fjl-template .media-content-brown {
  color: #B39482 !important;
}
.fjl-template .media-content-brown .subtitle {
  color: #B39482 !important;
}
.fjl-template .media-content-brown .title {
  color: #B39482 !important;
}
.fjl-template .media-content-purple {
  color: #7E69B4 !important;
}
.fjl-template .media-content-purple .subtitle {
  color: #7E69B4 !important;
}
.fjl-template .media-content-purple .title {
  color: #7E69B4 !important;
}
.fjl-template .media-content-orange {
  color: #F8AA24 !important;
}
.fjl-template .media-content-orange .subtitle {
  color: #F8AA24 !important;
}
.fjl-template .media-content-orange .title {
  color: #F8AA24 !important;
}
.fjl-template .media-content-red {
  color: #E9362F !important;
}
.fjl-template .media-content-red .subtitle {
  color: #E9362F !important;
}
.fjl-template .media-content-red .title {
  color: #E9362F !important;
}
.fjl-template th .dropdown-menu {
  min-width: 300px;
}
.fjl-template .v-select {
  padding: 3px;
  min-height: 40px;
  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);
}
.fjl-template .v-select .open-indicator {
  bottom: 4px;
}
.fjl-template .v-select li > a {
  white-space: normal;
}
.fjl-template .v-select input[type=search] {
  padding: 1px;
  min-height: 32px;
  width: auto;
  max-width: 100%;
  position: relative;
}
.fjl-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.fjl-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.fjl-template .v-select.is-addon {
  border-radius: 0 !important;
}
.fjl-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.fjl-template ul.list-styled {
  padding-left: 3em;
}
.fjl-template ol.list-styled {
  padding-left: 3em;
}
.fjl-template ul.list-styled.is-square {
  list-style: square;
}
.fjl-template ul.list-styled.is-circle {
  list-style: circle;
}
.fjl-template ul.list-styled.is-disc {
  list-style: disc;
}
.fjl-template ul.list-styled.has-medium-bottom-margin li {
  margin-bottom: 1rem;
}
.fjl-template ol.list-styled.has-medium-bottom-margin li {
  margin-bottom: 1rem;
}
.fjl-template ul.list-styled.has-small-bottom-margin li {
  margin-bottom: 0.5rem;
}
.fjl-template ol.list-styled.has-small-bottom-margin li {
  margin-bottom: 0.5rem;
}
.fjl-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.fjl-template ul.list-icon li {
  padding-left: 1.3em;
}
.fjl-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 */
}
.fjl-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.fjl-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.fjl-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.fjl-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.fjl-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.fjl-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.fjl-template .pipe-list li:first-child {
  border-left: none;
}
.fjl-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;
}
.fjl-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.fjl-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);
}
.fjl-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;
  font-weight: bold;
}
.fjl-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.fjl-template .smart-widget .smart-widget-header .smart-widget-option a {
  display: inline-block;
  margin-right: 5px;
  color: #E9362F;
  font-size: 14px;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.fjl-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.fjl-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #E9362F;
}
.fjl-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;
}
.fjl-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.fjl-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;
}
.fjl-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.fjl-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.fjl-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;
}
.fjl-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.fjl-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.fjl-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;
}
.fjl-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.fjl-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.fjl-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.fjl-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.fjl-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;
  color: #E9362F;
}
.fjl-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.fjl-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.fjl-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-dark .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.fjl-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.fjl-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.fjl-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.fjl-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-purple .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.fjl-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-green .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.fjl-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.fjl-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.fjl-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-orange .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.fjl-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.fjl-template .smart-widget.widget-red .smart-widget-option a:hover,
.fjl-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.fjl-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.fjl-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.fjl-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.fjl-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.fjl-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.fjl-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.fjl-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.fjl-template a.share-icon {
  cursor: pointer;
}
.fjl-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.fjl-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.fjl-template .menu-list a.is-active {
  background-color: hsl(0, 0%, 96%);
}
.fjl-template .card-border-color-heading-2 {
  border: 2px solid #129279;
}
.fjl-template .card-heading-2 {
  background-color: #129279;
}
.fjl-template .card-heading-2 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-heading-2.is-active {
  background-color: #129279;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-heading-2 {
  background-color: #26e4bf;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-heading-2 {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-2:hover {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-2:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-heading-2 .card-header,
.fjl-template .info-card-heading-2 .card-header {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-2 .card-header .card-header-title,
.fjl-template .info-card-heading-2 .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-heading-2 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #129279;
}
.fjl-template .info-card-heading-2 a:hover {
  color: #212D3A;
}
.fjl-template .info-card-heading-2 a.swap {
  color: #212D3A;
}
.fjl-template .info-card-heading-2 a.swap:hover {
  color: #129279;
}
.fjl-template .info-card-heading-2 a.swap.is-active {
  color: #129279;
}
.fjl-template .info-card-heading-2 p.colored {
  color: #129279 !important;
}
.fjl-template .card-header-heading-2 {
  background-color: #129279;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-heading-2 .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-heading-1 {
  border: 2px solid #129279;
}
.fjl-template .card-heading-1 {
  background-color: #129279;
}
.fjl-template .card-heading-1 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-heading-1.is-active {
  background-color: #129279;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-heading-1 {
  background-color: #26e4bf;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-heading-1 {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-1:hover {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-1:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-heading-1 .card-header,
.fjl-template .info-card-heading-1 .card-header {
  background-color: #129279;
}
.fjl-template .clickable-card-heading-1 .card-header .card-header-title,
.fjl-template .info-card-heading-1 .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-heading-1 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #129279;
}
.fjl-template .info-card-heading-1 a:hover {
  color: #212D3A;
}
.fjl-template .info-card-heading-1 a.swap {
  color: #212D3A;
}
.fjl-template .info-card-heading-1 a.swap:hover {
  color: #129279;
}
.fjl-template .info-card-heading-1 a.swap.is-active {
  color: #129279;
}
.fjl-template .info-card-heading-1 p.colored {
  color: #129279 !important;
}
.fjl-template .card-header-heading-1 {
  background-color: #129279;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-heading-1 .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-nav-menu-color {
  border: 2px solid white;
}
.fjl-template .card-nav-menu-color {
  background-color: white;
}
.fjl-template .card-nav-menu-color .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-nav-menu-color.is-active {
  background-color: white;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-nav-menu-color {
  background-color: #ffffff;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-nav-menu-color {
  background-color: white;
}
.fjl-template .clickable-card-nav-menu-color:hover {
  background-color: white;
}
.fjl-template .clickable-card-nav-menu-color:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-nav-menu-color .card-header,
.fjl-template .info-card-nav-menu-color .card-header {
  background-color: white;
}
.fjl-template .clickable-card-nav-menu-color .card-header .card-header-title,
.fjl-template .info-card-nav-menu-color .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-nav-menu-color a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: white;
}
.fjl-template .info-card-nav-menu-color a:hover {
  color: #212D3A;
}
.fjl-template .info-card-nav-menu-color a.swap {
  color: #212D3A;
}
.fjl-template .info-card-nav-menu-color a.swap:hover {
  color: white;
}
.fjl-template .info-card-nav-menu-color a.swap.is-active {
  color: white;
}
.fjl-template .info-card-nav-menu-color p.colored {
  color: white !important;
}
.fjl-template .card-header-nav-menu-color {
  background-color: white;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-nav-menu-color .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-cancel {
  border: 2px solid #b34343;
}
.fjl-template .card-cancel {
  background-color: #b34343;
}
.fjl-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #b34343;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-cancel {
  background-color: #d38989;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-cancel {
  background-color: #b34343;
}
.fjl-template .clickable-card-cancel:hover {
  background-color: #b34343;
}
.fjl-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-cancel .card-header,
.fjl-template .info-card-cancel .card-header {
  background-color: #b34343;
}
.fjl-template .clickable-card-cancel .card-header .card-header-title,
.fjl-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #b34343;
}
.fjl-template .info-card-cancel a:hover {
  color: #212D3A;
}
.fjl-template .info-card-cancel a.swap {
  color: #212D3A;
}
.fjl-template .info-card-cancel a.swap:hover {
  color: #b34343;
}
.fjl-template .info-card-cancel a.swap.is-active {
  color: #b34343;
}
.fjl-template .info-card-cancel p.colored {
  color: #b34343 !important;
}
.fjl-template .card-header-cancel {
  background-color: #b34343;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-confirm {
  border: 2px solid #129279;
}
.fjl-template .card-confirm {
  background-color: #129279;
}
.fjl-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #129279;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-confirm {
  background-color: #26e4bf;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-confirm {
  background-color: #129279;
}
.fjl-template .clickable-card-confirm:hover {
  background-color: #129279;
}
.fjl-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-confirm .card-header,
.fjl-template .info-card-confirm .card-header {
  background-color: #129279;
}
.fjl-template .clickable-card-confirm .card-header .card-header-title,
.fjl-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #129279;
}
.fjl-template .info-card-confirm a:hover {
  color: #212D3A;
}
.fjl-template .info-card-confirm a.swap {
  color: #212D3A;
}
.fjl-template .info-card-confirm a.swap:hover {
  color: #129279;
}
.fjl-template .info-card-confirm a.swap.is-active {
  color: #129279;
}
.fjl-template .info-card-confirm p.colored {
  color: #129279 !important;
}
.fjl-template .card-header-confirm {
  background-color: #129279;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.fjl-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.fjl-template .card-blue {
  background-color: #1CBDC7;
}
.fjl-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.fjl-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.fjl-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-blue .card-header,
.fjl-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.fjl-template .clickable-card-blue .card-header .card-header-title,
.fjl-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.fjl-template .info-card-blue a:hover {
  color: #212D3A;
}
.fjl-template .info-card-blue a.swap {
  color: #212D3A;
}
.fjl-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.fjl-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.fjl-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.fjl-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;
}
.fjl-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.fjl-template .card-green {
  background-color: #1D875F;
}
.fjl-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.fjl-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.fjl-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-green .card-header,
.fjl-template .info-card-green .card-header {
  background-color: #1D875F;
}
.fjl-template .clickable-card-green .card-header .card-header-title,
.fjl-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.fjl-template .info-card-green a:hover {
  color: #212D3A;
}
.fjl-template .info-card-green a.swap {
  color: #212D3A;
}
.fjl-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.fjl-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.fjl-template .info-card-green p.colored {
  color: #1D875F !important;
}
.fjl-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;
}
.fjl-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.fjl-template .card-brown {
  background-color: #B39482;
}
.fjl-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.fjl-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.fjl-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-brown .card-header,
.fjl-template .info-card-brown .card-header {
  background-color: #B39482;
}
.fjl-template .clickable-card-brown .card-header .card-header-title,
.fjl-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.fjl-template .info-card-brown a:hover {
  color: #212D3A;
}
.fjl-template .info-card-brown a.swap {
  color: #212D3A;
}
.fjl-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.fjl-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.fjl-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.fjl-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;
}
.fjl-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.fjl-template .card-purple {
  background-color: #7E69B4;
}
.fjl-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.fjl-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.fjl-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-purple .card-header,
.fjl-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.fjl-template .clickable-card-purple .card-header .card-header-title,
.fjl-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.fjl-template .info-card-purple a:hover {
  color: #212D3A;
}
.fjl-template .info-card-purple a.swap {
  color: #212D3A;
}
.fjl-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.fjl-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.fjl-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.fjl-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;
}
.fjl-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.fjl-template .card-orange {
  background-color: #F8AA24;
}
.fjl-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.fjl-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.fjl-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-orange .card-header,
.fjl-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.fjl-template .clickable-card-orange .card-header .card-header-title,
.fjl-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.fjl-template .info-card-orange a:hover {
  color: #212D3A;
}
.fjl-template .info-card-orange a.swap {
  color: #212D3A;
}
.fjl-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.fjl-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.fjl-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.fjl-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;
}
.fjl-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.fjl-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.fjl-template .card-red {
  background-color: #E9362F;
}
.fjl-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.fjl-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.fjl-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.fjl-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.fjl-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.fjl-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .clickable-card-red .card-header,
.fjl-template .info-card-red .card-header {
  background-color: #E9362F;
}
.fjl-template .clickable-card-red .card-header .card-header-title,
.fjl-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.fjl-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.fjl-template .info-card-red a:hover {
  color: #212D3A;
}
.fjl-template .info-card-red a.swap {
  color: #212D3A;
}
.fjl-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.fjl-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.fjl-template .info-card-red p.colored {
  color: #E9362F !important;
}
.fjl-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;
}
.fjl-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.fjl-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.fjl-template .menu-list a.is-active-is-red {
  background-color: #E9362F;
}
.fjl-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.fjl-template .menu-list a.is-active-is-orange {
  background-color: #F8AA24;
}
.fjl-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.fjl-template .menu-list a.is-active-is-purple {
  background-color: #7E69B4;
}
.fjl-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.fjl-template .menu-list a.is-active-is-brown {
  background-color: #B39482;
}
.fjl-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.fjl-template .menu-list a.is-active-is-green {
  background-color: #1D875F;
}
.fjl-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.fjl-template .menu-list a.is-active-is-blue {
  background-color: #1CBDC7;
}
.fjl-template .menu-list a.is-active.is-confirm {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active-is-confirm {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active.is-cancel {
  background-color: #b34343;
}
.fjl-template .menu-list a.is-active-is-cancel {
  background-color: #b34343;
}
.fjl-template .menu-list a.is-active.is-nav-menu-color {
  background-color: white;
}
.fjl-template .menu-list a.is-active-is-nav-menu-color {
  background-color: white;
}
.fjl-template .menu-list a.is-active.is-heading-1 {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active-is-heading-1 {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active.is-heading-2 {
  background-color: #129279;
}
.fjl-template .menu-list a.is-active-is-heading-2 {
  background-color: #129279;
}
.fjl-template .message.is-abc {
  cursor: pointer;
}
.fjl-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.fjl-template .is-font-abc-small {
  font-size: 0.7rem;
}
.fjl-template .message.is-abc.is-active-heading-2 {
  background-color: #129279;
}
.fjl-template .message.is-abc.is-active-heading-2 .message-body {
  color: white;
}
.fjl-template .message.is-heading-2 {
  background-color: #129279;
}
.fjl-template .message.is-heading-2 .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-heading-1 {
  background-color: #129279;
}
.fjl-template .message.is-abc.is-active-heading-1 .message-body {
  color: white;
}
.fjl-template .message.is-heading-1 {
  background-color: #129279;
}
.fjl-template .message.is-heading-1 .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-nav-menu-color {
  background-color: white;
}
.fjl-template .message.is-abc.is-active-nav-menu-color .message-body {
  color: white;
}
.fjl-template .message.is-nav-menu-color {
  background-color: white;
}
.fjl-template .message.is-nav-menu-color .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-cancel {
  background-color: #b34343;
}
.fjl-template .message.is-abc.is-active-cancel .message-body {
  color: white;
}
.fjl-template .message.is-cancel {
  background-color: #b34343;
}
.fjl-template .message.is-cancel .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-confirm {
  background-color: #129279;
}
.fjl-template .message.is-abc.is-active-confirm .message-body {
  color: white;
}
.fjl-template .message.is-confirm {
  background-color: #129279;
}
.fjl-template .message.is-confirm .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-blue {
  background-color: #1CBDC7;
}
.fjl-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.fjl-template .message.is-blue {
  background-color: #1CBDC7;
}
.fjl-template .message.is-blue .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-green {
  background-color: #1D875F;
}
.fjl-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.fjl-template .message.is-green {
  background-color: #1D875F;
}
.fjl-template .message.is-green .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-brown {
  background-color: #B39482;
}
.fjl-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.fjl-template .message.is-brown {
  background-color: #B39482;
}
.fjl-template .message.is-brown .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-purple {
  background-color: #7E69B4;
}
.fjl-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.fjl-template .message.is-purple {
  background-color: #7E69B4;
}
.fjl-template .message.is-purple .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-orange {
  background-color: #F8AA24;
}
.fjl-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.fjl-template .message.is-orange {
  background-color: #F8AA24;
}
.fjl-template .message.is-orange .message-body {
  color: white;
}
.fjl-template .message.is-abc.is-active-red {
  background-color: #E9362F;
}
.fjl-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.fjl-template .message.is-red {
  background-color: #E9362F;
}
.fjl-template .message.is-red .message-body {
  color: white;
}
.fjl-template .image img {
  width: 200px !important;
}
.fjl-template nav.navigation-menu {
  background-color: #12BC87;
  border-bottom-color: #12BC87;
}
.fjl-template nav.navigation-menu .columns {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0 !important;
}
.fjl-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fjl-template nav.navigation-menu .navbar-item {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.fjl-template nav.navigation-menu .navbar-item .is-active {
  color: #129279;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template nav.navigation-menu .navbar-item a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.fjl-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fjl-template nav.navigation-menu .navbar-item a:hover {
  color: #129279;
}
.fjl-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.fjl-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  width: 100%;
}
.fjl-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  padding-right: 1em;
  padding-left: 1em;
}
.fjl-template nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.fjl-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.fjl-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;
}
.fjl-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.fjl-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;
}
.fjl-template .navbar-item-heading-2:hover {
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-heading-2.is-active {
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-heading-2 {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-heading-2 .is-active {
  color: #129279;
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-heading-2 {
  background-color: #129279;
}
.fjl-template .breadcrumb-heading-2 a::after {
  box-shadow: 2px -2px 0 2px #129279, 3px -3px 0 2px #129279;
}
.fjl-template .breadcrumb-heading-2 a:first-child {
  background: #129279;
  color: #FFF;
}
.fjl-template .breadcrumb-heading-2 a:first-child::after {
  background: #129279;
}
.fjl-template .navbar-item .dropdown.is-heading-2 .dropdown-menu .dropdown-content {
  background-color: #129279;
}
.fjl-template .navbar-item .dropdown.is-heading-2 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-heading-2 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-heading-1:hover {
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-heading-1.is-active {
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-heading-1 {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-heading-1 .is-active {
  color: #129279;
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-heading-1 {
  background-color: #129279;
}
.fjl-template .breadcrumb-heading-1 a::after {
  box-shadow: 2px -2px 0 2px #129279, 3px -3px 0 2px #129279;
}
.fjl-template .breadcrumb-heading-1 a:first-child {
  background: #129279;
  color: #FFF;
}
.fjl-template .breadcrumb-heading-1 a:first-child::after {
  background: #129279;
}
.fjl-template .navbar-item .dropdown.is-heading-1 .dropdown-menu .dropdown-content {
  background-color: #129279;
}
.fjl-template .navbar-item .dropdown.is-heading-1 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-heading-1 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-nav-menu-color:hover {
  background-color: #12BC87;
  border-bottom-color: white;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-nav-menu-color.is-active {
  background-color: #12BC87;
  border-bottom-color: white;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-nav-menu-color {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-nav-menu-color .is-active {
  color: white;
  background-color: #12BC87;
  border-bottom-color: white;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-nav-menu-color {
  background-color: white;
}
.fjl-template .breadcrumb-nav-menu-color a::after {
  box-shadow: 2px -2px 0 2px white, 3px -3px 0 2px white;
}
.fjl-template .breadcrumb-nav-menu-color a:first-child {
  background: white;
  color: #FFF;
}
.fjl-template .breadcrumb-nav-menu-color a:first-child::after {
  background: white;
}
.fjl-template .navbar-item .dropdown.is-nav-menu-color .dropdown-menu .dropdown-content {
  background-color: white;
}
.fjl-template .navbar-item .dropdown.is-nav-menu-color .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-nav-menu-color .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-cancel:hover {
  background-color: #12BC87;
  border-bottom-color: #b34343;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-cancel.is-active {
  background-color: #12BC87;
  border-bottom-color: #b34343;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-cancel {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-cancel .is-active {
  color: #b34343;
  background-color: #12BC87;
  border-bottom-color: #b34343;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-cancel {
  background-color: #b34343;
}
.fjl-template .breadcrumb-cancel a::after {
  box-shadow: 2px -2px 0 2px #b34343, 3px -3px 0 2px #b34343;
}
.fjl-template .breadcrumb-cancel a:first-child {
  background: #b34343;
  color: #FFF;
}
.fjl-template .breadcrumb-cancel a:first-child::after {
  background: #b34343;
}
.fjl-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content {
  background-color: #b34343;
}
.fjl-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-confirm:hover {
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-confirm.is-active {
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-confirm {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-confirm .is-active {
  color: #129279;
  background-color: #12BC87;
  border-bottom-color: #129279;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-confirm {
  background-color: #129279;
}
.fjl-template .breadcrumb-confirm a::after {
  box-shadow: 2px -2px 0 2px #129279, 3px -3px 0 2px #129279;
}
.fjl-template .breadcrumb-confirm a:first-child {
  background: #129279;
  color: #FFF;
}
.fjl-template .breadcrumb-confirm a:first-child::after {
  background: #129279;
}
.fjl-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content {
  background-color: #129279;
}
.fjl-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-blue:hover {
  background-color: #12BC87;
  border-bottom-color: #1CBDC7;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-blue.is-active {
  background-color: #12BC87;
  border-bottom-color: #1CBDC7;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-blue {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-blue .is-active {
  color: #1CBDC7;
  background-color: #12BC87;
  border-bottom-color: #1CBDC7;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-blue {
  background-color: #1CBDC7;
}
.fjl-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.fjl-template .breadcrumb-blue a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.fjl-template .breadcrumb-blue a:first-child::after {
  background: #1CBDC7;
}
.fjl-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.fjl-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-green:hover {
  background-color: #12BC87;
  border-bottom-color: #1D875F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-green.is-active {
  background-color: #12BC87;
  border-bottom-color: #1D875F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-green {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-green .is-active {
  color: #1D875F;
  background-color: #12BC87;
  border-bottom-color: #1D875F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-green {
  background-color: #1D875F;
}
.fjl-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #1D875F, 3px -3px 0 2px #1D875F;
}
.fjl-template .breadcrumb-green a:first-child {
  background: #1D875F;
  color: #FFF;
}
.fjl-template .breadcrumb-green a:first-child::after {
  background: #1D875F;
}
.fjl-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #1D875F;
}
.fjl-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-brown:hover {
  background-color: #12BC87;
  border-bottom-color: #B39482;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-brown.is-active {
  background-color: #12BC87;
  border-bottom-color: #B39482;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-brown {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-brown .is-active {
  color: #B39482;
  background-color: #12BC87;
  border-bottom-color: #B39482;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-brown {
  background-color: #B39482;
}
.fjl-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #B39482, 3px -3px 0 2px #B39482;
}
.fjl-template .breadcrumb-brown a:first-child {
  background: #B39482;
  color: #FFF;
}
.fjl-template .breadcrumb-brown a:first-child::after {
  background: #B39482;
}
.fjl-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #B39482;
}
.fjl-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-purple:hover {
  background-color: #12BC87;
  border-bottom-color: #7E69B4;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-purple.is-active {
  background-color: #12BC87;
  border-bottom-color: #7E69B4;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-purple {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-purple .is-active {
  color: #7E69B4;
  background-color: #12BC87;
  border-bottom-color: #7E69B4;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-purple {
  background-color: #7E69B4;
}
.fjl-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #7E69B4, 3px -3px 0 2px #7E69B4;
}
.fjl-template .breadcrumb-purple a:first-child {
  background: #7E69B4;
  color: #FFF;
}
.fjl-template .breadcrumb-purple a:first-child::after {
  background: #7E69B4;
}
.fjl-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #7E69B4;
}
.fjl-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-orange:hover {
  background-color: #12BC87;
  border-bottom-color: #F8AA24;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-orange.is-active {
  background-color: #12BC87;
  border-bottom-color: #F8AA24;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-orange {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-orange .is-active {
  color: #F8AA24;
  background-color: #12BC87;
  border-bottom-color: #F8AA24;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-orange {
  background-color: #F8AA24;
}
.fjl-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #F8AA24, 3px -3px 0 2px #F8AA24;
}
.fjl-template .breadcrumb-orange a:first-child {
  background: #F8AA24;
  color: #FFF;
}
.fjl-template .breadcrumb-orange a:first-child::after {
  background: #F8AA24;
}
.fjl-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #F8AA24;
}
.fjl-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template .navbar-item-red:hover {
  background-color: #12BC87;
  border-bottom-color: #E9362F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-red.is-active {
  background-color: #12BC87;
  border-bottom-color: #E9362F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .navbar-item-red {
  border-bottom-color: #12BC87;
}
.fjl-template .navbar-item-red .is-active {
  color: #E9362F;
  background-color: #12BC87;
  border-bottom-color: #E9362F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.fjl-template .breadcrumb-red {
  background-color: #E9362F;
}
.fjl-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #E9362F, 3px -3px 0 2px #E9362F;
}
.fjl-template .breadcrumb-red a:first-child {
  background: #E9362F;
  color: #FFF;
}
.fjl-template .breadcrumb-red a:first-child::after {
  background: #E9362F;
}
.fjl-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #E9362F;
}
.fjl-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.fjl-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.fjl-template footer:not(.modal-card-foot) {
  background-color: #212D3A;
  color: #FFF;
  font-size: 0.9rem;
}
.fjl-template footer:not(.modal-card-foot) a {
  color: #FFF;
}
.fjl-template footer:not(.modal-card-foot) a:hover {
  color: #FFF;
}
.fjl-template footer:not(.modal-card-foot) .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.fjl-template footer:not(.modal-card-foot) .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.fjl-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.fjl-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.fjl-template footer:not(.modal-card-foot) .footer-disclaimer {
  font-weight: bold;
  text-align: center;
}
.fjl-template .footer-menu-heading-2 {
  border-top-color: #129279;
}
.fjl-template .footer-menu-heading-2 .footer-menu-list a:hover {
  color: #129279;
}
.fjl-template .footer-menu-heading-1 {
  border-top-color: #129279;
}
.fjl-template .footer-menu-heading-1 .footer-menu-list a:hover {
  color: #129279;
}
.fjl-template .footer-menu-nav-menu-color {
  border-top-color: white;
}
.fjl-template .footer-menu-nav-menu-color .footer-menu-list a:hover {
  color: white;
}
.fjl-template .footer-menu-cancel {
  border-top-color: #b34343;
}
.fjl-template .footer-menu-cancel .footer-menu-list a:hover {
  color: #b34343;
}
.fjl-template .footer-menu-confirm {
  border-top-color: #129279;
}
.fjl-template .footer-menu-confirm .footer-menu-list a:hover {
  color: #129279;
}
.fjl-template .footer-menu-blue {
  border-top-color: #1CBDC7;
}
.fjl-template .footer-menu-blue .footer-menu-list a:hover {
  color: #1CBDC7;
}
.fjl-template .footer-menu-green {
  border-top-color: #1D875F;
}
.fjl-template .footer-menu-green .footer-menu-list a:hover {
  color: #1D875F;
}
.fjl-template .footer-menu-brown {
  border-top-color: #B39482;
}
.fjl-template .footer-menu-brown .footer-menu-list a:hover {
  color: #B39482;
}
.fjl-template .footer-menu-purple {
  border-top-color: #7E69B4;
}
.fjl-template .footer-menu-purple .footer-menu-list a:hover {
  color: #7E69B4;
}
.fjl-template .footer-menu-orange {
  border-top-color: #F8AA24;
}
.fjl-template .footer-menu-orange .footer-menu-list a:hover {
  color: #F8AA24;
}
.fjl-template .footer-menu-red {
  border-top-color: #E9362F;
}
.fjl-template .footer-menu-red .footer-menu-list a:hover {
  color: #E9362F;
}
.fjl-template .is-height-three-quarters {
  height: 75vh;
}
.fjl-template .is-height-two-thirds {
  height: 66vh;
}
.fjl-template .is-height-three-fifths {
  height: 60vh;
}
.fjl-template .is-height-half {
  height: 50vh;
}
.fjl-template .is-height-one-third {
  height: 33vh;
}
.fjl-template .is-height-one-quarter {
  height: 25vh;
}
.fjl-template .is-height-one-fifth {
  height: 20vh;
}
