@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;
}
.ql-editor {
  min-height: 10rem !important;
}
.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-flex {
  display: flex;
}
.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 .put-front {
  position: relative;
  z-index: 100;
}
.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: 6px dashed #3273DC;
}
.main-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
  border: dashed;
}
.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: 4px;
  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 .table thead .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}
.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: 4px;
  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-marginless {
  margin: 0 !important;
}
.fjl-template .is-pulled-bottom {
  margin-top: auto !important;
}
.fjl-template .has-no-radius {
  border-radius: 0% !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-margin {
  margin: 0.5rem;
}
.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-left-margin {
  margin-left: 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-justify-flex-start {
  justify-content: flex-start !important;
}
.fjl-template .align-items-flex-start {
  align-items: flex-start !important;
}
.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 .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-header .tag {
  border: 1px solid #212D3A;
  border-radius: 0px;
  margin-top: -1px;
  margin-left: -1px;
}
.fjl-template .card .card-content .greyed {
  color: #4E5762;
}
.fjl-template .card .card-content .blue {
  color: #1CBDC7;
}
.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 .button label {
  text-indent: 0.4rem;
}
.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 .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 {
  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);
}
.fjl-template .v-select .open-indicator {
  bottom: 4px;
}
.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 .th-wrap span {
  width: 100%;
}
.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 .has-text-blue {
  color: #12BC87 !important;
}
.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 .hero-body {
  padding-left: 8%;
  padding-right: 8%;
}
.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;
  margin-left: 0px;
  margin-right: 0px;
}
.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;
}
.crcv-template {
  /*a {
    color: @text;
    &:hover{
        color: @blue;
    }
}*/
}
@media (max-width: 768px) {
  .crcv-template .pos-search-result .handle-link {
    display: none;
  }
  .crcv-template .pos-search-result .tag {
    height: auto;
    white-space: normal;
  }
  .crcv-template .pagination {
    margin: 1em;
  }
}
.crcv-template .has-text-cancel {
  color: #E9362F;
}
.crcv-template .has-background-cancel {
  background-color: #E9362F;
  color: #FFF;
}
.crcv-template a.has-text-cancel {
  color: #E9362F;
}
.crcv-template a.has-text-cancel:hover {
  color: #000;
}
.crcv-template a.swap.has-text-cancel {
  color: #000;
}
.crcv-template a.swap.has-text-cancel:hover {
  color: #E9362F;
}
.crcv-template .tabs.is-toggle li.is-active.is-cancel a {
  background-color: #E9362F;
  border-color: #E9362F;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-cancel a {
  color: #E9362F;
}
.crcv-template .has-text-confirm {
  color: #1CBDC7;
}
.crcv-template .has-background-confirm {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template a.has-text-confirm {
  color: #1CBDC7;
}
.crcv-template a.has-text-confirm:hover {
  color: #000;
}
.crcv-template a.swap.has-text-confirm {
  color: #000;
}
.crcv-template a.swap.has-text-confirm:hover {
  color: #1CBDC7;
}
.crcv-template .tabs.is-toggle li.is-active.is-confirm a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-confirm a {
  color: #1CBDC7;
}
.crcv-template .has-text-turquoise {
  color: #1CBDC7;
}
.crcv-template .has-background-turquoise {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template a.has-text-turquoise {
  color: #1CBDC7;
}
.crcv-template a.has-text-turquoise:hover {
  color: #000;
}
.crcv-template a.swap.has-text-turquoise {
  color: #000;
}
.crcv-template a.swap.has-text-turquoise:hover {
  color: #1CBDC7;
}
.crcv-template .tabs.is-toggle li.is-active.is-turquoise a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-turquoise a {
  color: #1CBDC7;
}
.crcv-template .has-text-deep-blue {
  color: #3273DC;
}
.crcv-template .has-background-deep-blue {
  background-color: #3273DC;
  color: #FFF;
}
.crcv-template a.has-text-deep-blue {
  color: #3273DC;
}
.crcv-template a.has-text-deep-blue:hover {
  color: #000;
}
.crcv-template a.swap.has-text-deep-blue {
  color: #000;
}
.crcv-template a.swap.has-text-deep-blue:hover {
  color: #3273DC;
}
.crcv-template .tabs.is-toggle li.is-active.is-deep-blue a {
  background-color: #3273DC;
  border-color: #3273DC;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-deep-blue a {
  color: #3273DC;
}
.crcv-template .has-text-blue {
  color: #1CBDC7;
}
.crcv-template .has-background-blue {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template a.has-text-blue {
  color: #1CBDC7;
}
.crcv-template a.has-text-blue:hover {
  color: #000;
}
.crcv-template a.swap.has-text-blue {
  color: #000;
}
.crcv-template a.swap.has-text-blue:hover {
  color: #1CBDC7;
}
.crcv-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-blue a {
  color: #1CBDC7;
}
.crcv-template .has-text-green {
  color: #1D875F;
}
.crcv-template .has-background-green {
  background-color: #1D875F;
  color: #FFF;
}
.crcv-template a.has-text-green {
  color: #1D875F;
}
.crcv-template a.has-text-green:hover {
  color: #000;
}
.crcv-template a.swap.has-text-green {
  color: #000;
}
.crcv-template a.swap.has-text-green:hover {
  color: #1D875F;
}
.crcv-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #1D875F;
  border-color: #1D875F;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-green a {
  color: #1D875F;
}
.crcv-template .has-text-brown {
  color: #B39482;
}
.crcv-template .has-background-brown {
  background-color: #B39482;
  color: #FFF;
}
.crcv-template a.has-text-brown {
  color: #B39482;
}
.crcv-template a.has-text-brown:hover {
  color: #000;
}
.crcv-template a.swap.has-text-brown {
  color: #000;
}
.crcv-template a.swap.has-text-brown:hover {
  color: #B39482;
}
.crcv-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #B39482;
  border-color: #B39482;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-brown a {
  color: #B39482;
}
.crcv-template .has-text-purple {
  color: #7E69B4;
}
.crcv-template .has-background-purple {
  background-color: #7E69B4;
  color: #FFF;
}
.crcv-template a.has-text-purple {
  color: #7E69B4;
}
.crcv-template a.has-text-purple:hover {
  color: #000;
}
.crcv-template a.swap.has-text-purple {
  color: #000;
}
.crcv-template a.swap.has-text-purple:hover {
  color: #7E69B4;
}
.crcv-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #7E69B4;
  border-color: #7E69B4;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-purple a {
  color: #7E69B4;
}
.crcv-template .has-text-orange {
  color: #F8AA24;
}
.crcv-template .has-background-orange {
  background-color: #F8AA24;
  color: #FFF;
}
.crcv-template a.has-text-orange {
  color: #F8AA24;
}
.crcv-template a.has-text-orange:hover {
  color: #000;
}
.crcv-template a.swap.has-text-orange {
  color: #000;
}
.crcv-template a.swap.has-text-orange:hover {
  color: #F8AA24;
}
.crcv-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #F8AA24;
  border-color: #F8AA24;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-orange a {
  color: #F8AA24;
}
.crcv-template .has-text-red {
  color: #E9362F;
}
.crcv-template .has-background-red {
  background-color: #E9362F;
  color: #FFF;
}
.crcv-template a.has-text-red {
  color: #E9362F;
}
.crcv-template a.has-text-red:hover {
  color: #000;
}
.crcv-template a.swap.has-text-red {
  color: #000;
}
.crcv-template a.swap.has-text-red:hover {
  color: #E9362F;
}
.crcv-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #E9362F;
  border-color: #E9362F;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-red a {
  color: #E9362F;
}
.crcv-template .has-text-cart {
  color: #80a86f;
}
.crcv-template .has-background-cart {
  background-color: #80a86f;
  color: #FFF;
}
.crcv-template a.has-text-cart {
  color: #80a86f;
}
.crcv-template a.has-text-cart:hover {
  color: #000;
}
.crcv-template a.swap.has-text-cart {
  color: #000;
}
.crcv-template a.swap.has-text-cart:hover {
  color: #80a86f;
}
.crcv-template .tabs.is-toggle li.is-active.is-cart a {
  background-color: #80a86f;
  border-color: #80a86f;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-cart a {
  color: #80a86f;
}
.crcv-template .has-text-success {
  color: #00d1b2 !important;
}
.crcv-template .has-background-success {
  background-color: #00d1b2 !important;
  color: #FFF;
}
.crcv-template a.has-text-success {
  color: #00d1b2 !important;
}
.crcv-template a.has-text-success:hover {
  color: #000;
}
.crcv-template a.swap.has-text-success {
  color: #000;
}
.crcv-template a.swap.has-text-success:hover {
  color: #00d1b2 !important;
}
.crcv-template .tabs.is-toggle li.is-active.is-success a {
  background-color: #00d1b2 !important;
  border-color: #00d1b2 !important;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-success a {
  color: #00d1b2 !important;
}
.crcv-template .has-text-group {
  color: #1D875F;
}
.crcv-template .has-background-group {
  background-color: #1D875F;
  color: #FFF;
}
.crcv-template a.has-text-group {
  color: #1D875F;
}
.crcv-template a.has-text-group:hover {
  color: #000;
}
.crcv-template a.swap.has-text-group {
  color: #000;
}
.crcv-template a.swap.has-text-group:hover {
  color: #1D875F;
}
.crcv-template .tabs.is-toggle li.is-active.is-group a {
  background-color: #1D875F;
  border-color: #1D875F;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-group a {
  color: #1D875F;
}
.crcv-template .has-text-input {
  color: #d9c19c;
}
.crcv-template .has-background-input {
  background-color: #d9c19c;
  color: #FFF;
}
.crcv-template a.has-text-input {
  color: #d9c19c;
}
.crcv-template a.has-text-input:hover {
  color: #000;
}
.crcv-template a.swap.has-text-input {
  color: #000;
}
.crcv-template a.swap.has-text-input:hover {
  color: #d9c19c;
}
.crcv-template .tabs.is-toggle li.is-active.is-input a {
  background-color: #d9c19c;
  border-color: #d9c19c;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-input a {
  color: #d9c19c;
}
.crcv-template .has-text-about {
  color: #d9c19c;
}
.crcv-template .has-background-about {
  background-color: #d9c19c;
  color: #FFF;
}
.crcv-template a.has-text-about {
  color: #d9c19c;
}
.crcv-template a.has-text-about:hover {
  color: #000;
}
.crcv-template a.swap.has-text-about {
  color: #000;
}
.crcv-template a.swap.has-text-about:hover {
  color: #d9c19c;
}
.crcv-template .tabs.is-toggle li.is-active.is-about a {
  background-color: #d9c19c;
  border-color: #d9c19c;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-about a {
  color: #d9c19c;
}
.crcv-template .has-text-charge {
  color: #f0b12f;
}
.crcv-template .has-background-charge {
  background-color: #f0b12f;
  color: #FFF;
}
.crcv-template a.has-text-charge {
  color: #f0b12f;
}
.crcv-template a.has-text-charge:hover {
  color: #000;
}
.crcv-template a.swap.has-text-charge {
  color: #000;
}
.crcv-template a.swap.has-text-charge:hover {
  color: #f0b12f;
}
.crcv-template .tabs.is-toggle li.is-active.is-charge a {
  background-color: #f0b12f;
  border-color: #f0b12f;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-charge a {
  color: #f0b12f;
}
.crcv-template .has-text-glossary {
  color: #64b8df;
}
.crcv-template .has-background-glossary {
  background-color: #64b8df;
  color: #FFF;
}
.crcv-template a.has-text-glossary {
  color: #64b8df;
}
.crcv-template a.has-text-glossary:hover {
  color: #000;
}
.crcv-template a.swap.has-text-glossary {
  color: #000;
}
.crcv-template a.swap.has-text-glossary:hover {
  color: #64b8df;
}
.crcv-template .tabs.is-toggle li.is-active.is-glossary a {
  background-color: #64b8df;
  border-color: #64b8df;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-glossary a {
  color: #64b8df;
}
.crcv-template .has-text-person {
  color: #649bd6;
}
.crcv-template .has-background-person {
  background-color: #649bd6;
  color: #FFF;
}
.crcv-template a.has-text-person {
  color: #649bd6;
}
.crcv-template a.has-text-person:hover {
  color: #000;
}
.crcv-template a.swap.has-text-person {
  color: #000;
}
.crcv-template a.swap.has-text-person:hover {
  color: #649bd6;
}
.crcv-template .tabs.is-toggle li.is-active.is-person a {
  background-color: #649bd6;
  border-color: #649bd6;
  color: #FFF;
}
.crcv-template .tabs li.is-active.is-person a {
  color: #649bd6;
}
.crcv-template .is-paddingless {
  padding: 0 !important;
}
.crcv-template .is-pulled-bottom {
  margin-top: auto !important;
}
.crcv-template .has-no-right-margin {
  margin-right: 0 !important;
}
.crcv-template .has-no-right-padding {
  padding-right: 0 !important;
}
.crcv-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.crcv-template .has-no-left-margin {
  margin-left: 0 !important;
}
.crcv-template .has-no-left-padding {
  padding-left: 0 !important;
}
.crcv-template .has-no-top-margin {
  margin-top: 0 !important;
}
.crcv-template .has-no-top-padding {
  padding-top: 0 !important;
}
.crcv-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.crcv-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.crcv-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.crcv-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.crcv-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.crcv-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.crcv-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.crcv-template .has-medium-right-margin {
  margin-right: 1rem;
}
.crcv-template .has-medium-left-margin {
  margin-left: 1rem;
}
.crcv-template .has-medium-top-margin {
  margin-top: 1rem;
}
.crcv-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.crcv-template .has-big-top-margin {
  margin-top: 2rem;
}
.crcv-template .has-big-bottom-margin {
  margin-bottom: 2rem;
}
.crcv-template .has-big-left-margin {
  margin-left: 2rem;
}
.crcv-template .has-big-right-margin {
  margin-right: 2rem;
}
.crcv-template .has-small-padding {
  padding: 0.5rem;
}
.crcv-template .has-no-padding {
  padding: 0 !important;
}
.crcv-template .has-xmedium-padding {
  padding: 0.75rem;
}
.crcv-template .has-medium-padding {
  padding: 1rem;
}
.crcv-template .has-margin-left-0 {
  margin-left: 0rem !important;
}
.crcv-template .has-margin-left-1 {
  margin-left: 1rem !important;
}
.crcv-template .has-margin-left-2 {
  margin-left: 2rem !important;
}
.crcv-template .has-margin-left-3 {
  margin-left: 3rem !important;
}
.crcv-template .has-margin-left-4 {
  margin-left: 4rem !important;
}
.crcv-template .has-margin-left-5 {
  margin-left: 5rem !important;
}
.crcv-template .has-margin-left-6 {
  margin-left: 6rem !important;
}
.crcv-template .has-margin-left-7 {
  margin-left: 7rem !important;
}
.crcv-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.crcv-template .text-with-line:before,
.crcv-template .text-with-line:after {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.crcv-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.crcv-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.crcv-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.crcv-template .facebook-color {
  color: #3B5998 !important;
}
.crcv-template .twitter-color {
  color: #55ACEE !important;
}
.crcv-template .linkedin-color {
  color: #007BB5 !important;
}
.crcv-template .google-plus-color {
  color: #DD4B39 !important;
}
.crcv-template .redify {
  color: #E9362F;
}
.crcv-template .is-justify-center {
  justify-content: center;
}
.crcv-template .is-justify-content-center {
  display: flex;
  justify-content: center;
}
.crcv-template .is-vcentered {
  display: flex;
  align-items: center;
}
.crcv-template .is-vstart {
  display: flex;
  align-items: flex-start;
}
.crcv-template .is-valigned {
  display: flex;
  flex-direction: row;
}
.crcv-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.crcv-template .is-clearfix {
  clear: both;
}
.crcv-template .hr-section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.crcv-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.crcv-template .is-width-one-third {
  width: 33%;
}
.crcv-template .is-width-half {
  width: 50%;
}
.crcv-template .has-cursor-pointer {
  cursor: pointer;
}
.crcv-template .break-word {
  word-break: break-word;
}
.crcv-template .fix-selected-tag {
  width: 48%;
}
.crcv-template .ql-align-center {
  text-align: center;
}
.crcv-template .ql-align-justify {
  text-align: justify;
}
.crcv-template .ql-align-right {
  text-align: right;
}
.crcv-template .profileImg:hover {
  cursor: pointer;
}
.crcv-template .is-justify-self-end {
  display: flex;
  justify-content: flex-end;
}
.crcv-template .is-justify-self-center {
  display: flex;
  justify-content: center;
}
.crcv-template .is-display-flex {
  display: flex;
}
.crcv-template .has-extra-small-font {
  font-size: 0.5rem;
}
.crcv-template .has-small-font {
  font-size: 0.7rem;
}
.crcv-template .has-medium-font {
  font-size: 0.9rem;
}
.crcv-template .has-big-font {
  font-size: 1.2rem;
}
.crcv-template .msw-loader .primary-color {
  background-color: #649bd6;
}
.crcv-template .msw-loader .secondary-color {
  background-color: #000;
}
.crcv-template .simple-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.crcv-template .simple-loader .loader {
  height: 80px;
  width: 80px;
}
.crcv-template .simple-loader.is-active {
  opacity: 0.7;
  z-index: 1;
}
.crcv-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.crcv-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #212D3A;
}
.crcv-template .card .card-footer {
  border-top: none;
}
.crcv-template .clickable-card,
.crcv-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 2% 2% 2%;
}
.crcv-template .clickable-card .card-header,
.crcv-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;
}
.crcv-template .clickable-card {
  cursor: pointer;
}
.crcv-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.crcv-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.crcv-template .card-equal-height .card-footer {
  margin-top: auto;
}
.crcv-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.crcv-template .stats-card .columns {
  margin: 0;
}
.crcv-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.crcv-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.crcv-template .stats-card .column {
  padding: 0;
}
.crcv-template .stats-card hr {
  margin: 0.75rem 0;
}
.crcv-template .stats-card .card-content {
  padding: 0.35rem;
}
.crcv-template .stats-card .media {
  padding: 0.5rem;
}
.crcv-template .stats-card .title,
.crcv-template .stats-card .subtitle {
  color: #4E5762;
}
.crcv-template .card-with-tag {
  padding: 0 !important;
}
.crcv-template .card-with-tag .card-header {
  border-bottom: none;
}
.crcv-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.crcv-template .card-header-tag .tag {
  border-radius: 0px;
}
.crcv-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.crcv-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.crcv-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.crcv-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.crcv-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.crcv-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.crcv-template .card-border-color-cancel {
  border: 2px solid #E9362F;
}
.crcv-template .card-cancel {
  background-color: #E9362F;
}
.crcv-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-cancel {
  background-color: #f38f8b;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-cancel {
  background-color: #E9362F;
}
.crcv-template .clickable-card-cancel:hover {
  background-color: #E9362F;
}
.crcv-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-cancel .card-header,
.crcv-template .info-card-cancel .card-header {
  background-color: #E9362F;
}
.crcv-template .clickable-card-cancel .card-header .card-header-title,
.crcv-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-cancel .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-cancel .dropdown .highlight a {
  color: #fff !important;
  background-color: #E9362F;
}
.crcv-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.crcv-template .info-card-cancel a:hover {
  color: #212D3A;
}
.crcv-template .info-card-cancel a.swap {
  color: #212D3A;
}
.crcv-template .info-card-cancel a.swap:hover {
  color: #E9362F;
}
.crcv-template .info-card-cancel a.swap.is-active {
  background-color: #E9362F;
  color: #fff;
}
.crcv-template .info-card-cancel a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-cancel p.colored {
  color: #E9362F !important;
}
.crcv-template .card-header-cancel {
  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;
}
.crcv-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-confirm {
  border: 2px solid #1CBDC7;
}
.crcv-template .card-confirm {
  background-color: #1CBDC7;
}
.crcv-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-confirm {
  background-color: #60e1e9;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-confirm {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-confirm:hover {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-confirm .card-header,
.crcv-template .info-card-confirm .card-header {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-confirm .card-header .card-header-title,
.crcv-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-confirm .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-confirm .dropdown .highlight a {
  color: #fff !important;
  background-color: #1CBDC7;
}
.crcv-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.crcv-template .info-card-confirm a:hover {
  color: #212D3A;
}
.crcv-template .info-card-confirm a.swap {
  color: #212D3A;
}
.crcv-template .info-card-confirm a.swap:hover {
  color: #1CBDC7;
}
.crcv-template .info-card-confirm a.swap.is-active {
  background-color: #1CBDC7;
  color: #fff;
}
.crcv-template .info-card-confirm a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-confirm p.colored {
  color: #1CBDC7 !important;
}
.crcv-template .card-header-confirm {
  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;
}
.crcv-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.crcv-template .card-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .card-turquoise .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-turquoise.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-turquoise {
  background-color: #60e1e9;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-turquoise:hover {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-turquoise:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-turquoise .card-header,
.crcv-template .info-card-turquoise .card-header {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-turquoise .card-header .card-header-title,
.crcv-template .info-card-turquoise .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-turquoise .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-turquoise .dropdown .highlight a {
  color: #fff !important;
  background-color: #1CBDC7;
}
.crcv-template .info-card-turquoise a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.crcv-template .info-card-turquoise a:hover {
  color: #212D3A;
}
.crcv-template .info-card-turquoise a.swap {
  color: #212D3A;
}
.crcv-template .info-card-turquoise a.swap:hover {
  color: #1CBDC7;
}
.crcv-template .info-card-turquoise a.swap.is-active {
  background-color: #1CBDC7;
  color: #fff;
}
.crcv-template .info-card-turquoise a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-turquoise p.colored {
  color: #1CBDC7 !important;
}
.crcv-template .card-header-turquoise {
  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;
}
.crcv-template .card-header-turquoise .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.crcv-template .card-deep-blue {
  background-color: #3273DC;
}
.crcv-template .card-deep-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-deep-blue.is-active {
  background-color: #3273DC;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-deep-blue {
  background-color: #89afeb;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-deep-blue {
  background-color: #3273DC;
}
.crcv-template .clickable-card-deep-blue:hover {
  background-color: #3273DC;
}
.crcv-template .clickable-card-deep-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-deep-blue .card-header,
.crcv-template .info-card-deep-blue .card-header {
  background-color: #3273DC;
}
.crcv-template .clickable-card-deep-blue .card-header .card-header-title,
.crcv-template .info-card-deep-blue .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-deep-blue .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-deep-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #3273DC;
}
.crcv-template .info-card-deep-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #3273DC;
}
.crcv-template .info-card-deep-blue a:hover {
  color: #212D3A;
}
.crcv-template .info-card-deep-blue a.swap {
  color: #212D3A;
}
.crcv-template .info-card-deep-blue a.swap:hover {
  color: #3273DC;
}
.crcv-template .info-card-deep-blue a.swap.is-active {
  background-color: #3273DC;
  color: #fff;
}
.crcv-template .info-card-deep-blue a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-deep-blue p.colored {
  color: #3273DC !important;
}
.crcv-template .card-header-deep-blue {
  background-color: #3273DC;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-deep-blue .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.crcv-template .card-blue {
  background-color: #1CBDC7;
}
.crcv-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-blue .card-header,
.crcv-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-blue .card-header .card-header-title,
.crcv-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-blue .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #1CBDC7;
}
.crcv-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.crcv-template .info-card-blue a:hover {
  color: #212D3A;
}
.crcv-template .info-card-blue a.swap {
  color: #212D3A;
}
.crcv-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.crcv-template .info-card-blue a.swap.is-active {
  background-color: #1CBDC7;
  color: #fff;
}
.crcv-template .info-card-blue a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.crcv-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;
}
.crcv-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.crcv-template .card-green {
  background-color: #1D875F;
}
.crcv-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.crcv-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.crcv-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-green .card-header,
.crcv-template .info-card-green .card-header {
  background-color: #1D875F;
}
.crcv-template .clickable-card-green .card-header .card-header-title,
.crcv-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-green .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-green .dropdown .highlight a {
  color: #fff !important;
  background-color: #1D875F;
}
.crcv-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.crcv-template .info-card-green a:hover {
  color: #212D3A;
}
.crcv-template .info-card-green a.swap {
  color: #212D3A;
}
.crcv-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.crcv-template .info-card-green a.swap.is-active {
  background-color: #1D875F;
  color: #fff;
}
.crcv-template .info-card-green a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-green p.colored {
  color: #1D875F !important;
}
.crcv-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;
}
.crcv-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.crcv-template .card-brown {
  background-color: #B39482;
}
.crcv-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.crcv-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.crcv-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-brown .card-header,
.crcv-template .info-card-brown .card-header {
  background-color: #B39482;
}
.crcv-template .clickable-card-brown .card-header .card-header-title,
.crcv-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-brown .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-brown .dropdown .highlight a {
  color: #fff !important;
  background-color: #B39482;
}
.crcv-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.crcv-template .info-card-brown a:hover {
  color: #212D3A;
}
.crcv-template .info-card-brown a.swap {
  color: #212D3A;
}
.crcv-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.crcv-template .info-card-brown a.swap.is-active {
  background-color: #B39482;
  color: #fff;
}
.crcv-template .info-card-brown a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.crcv-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;
}
.crcv-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.crcv-template .card-purple {
  background-color: #7E69B4;
}
.crcv-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.crcv-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.crcv-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-purple .card-header,
.crcv-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.crcv-template .clickable-card-purple .card-header .card-header-title,
.crcv-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-purple .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-purple .dropdown .highlight a {
  color: #fff !important;
  background-color: #7E69B4;
}
.crcv-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.crcv-template .info-card-purple a:hover {
  color: #212D3A;
}
.crcv-template .info-card-purple a.swap {
  color: #212D3A;
}
.crcv-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.crcv-template .info-card-purple a.swap.is-active {
  background-color: #7E69B4;
  color: #fff;
}
.crcv-template .info-card-purple a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.crcv-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;
}
.crcv-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.crcv-template .card-orange {
  background-color: #F8AA24;
}
.crcv-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.crcv-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.crcv-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-orange .card-header,
.crcv-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.crcv-template .clickable-card-orange .card-header .card-header-title,
.crcv-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-orange .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-orange .dropdown .highlight a {
  color: #fff !important;
  background-color: #F8AA24;
}
.crcv-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.crcv-template .info-card-orange a:hover {
  color: #212D3A;
}
.crcv-template .info-card-orange a.swap {
  color: #212D3A;
}
.crcv-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.crcv-template .info-card-orange a.swap.is-active {
  background-color: #F8AA24;
  color: #fff;
}
.crcv-template .info-card-orange a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.crcv-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;
}
.crcv-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.crcv-template .card-red {
  background-color: #E9362F;
}
.crcv-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.crcv-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.crcv-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-red .card-header,
.crcv-template .info-card-red .card-header {
  background-color: #E9362F;
}
.crcv-template .clickable-card-red .card-header .card-header-title,
.crcv-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-red .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-red .dropdown .highlight a {
  color: #fff !important;
  background-color: #E9362F;
}
.crcv-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.crcv-template .info-card-red a:hover {
  color: #212D3A;
}
.crcv-template .info-card-red a.swap {
  color: #212D3A;
}
.crcv-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.crcv-template .info-card-red a.swap.is-active {
  background-color: #E9362F;
  color: #fff;
}
.crcv-template .info-card-red a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-red p.colored {
  color: #E9362F !important;
}
.crcv-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;
}
.crcv-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-cart {
  border: 2px solid #80a86f;
}
.crcv-template .card-cart {
  background-color: #80a86f;
}
.crcv-template .card-cart .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-cart.is-active {
  background-color: #80a86f;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-cart {
  background-color: #b8ceaf;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-cart {
  background-color: #80a86f;
}
.crcv-template .clickable-card-cart:hover {
  background-color: #80a86f;
}
.crcv-template .clickable-card-cart:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-cart .card-header,
.crcv-template .info-card-cart .card-header {
  background-color: #80a86f;
}
.crcv-template .clickable-card-cart .card-header .card-header-title,
.crcv-template .info-card-cart .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-cart .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-cart .dropdown .highlight a {
  color: #fff !important;
  background-color: #80a86f;
}
.crcv-template .info-card-cart a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #80a86f;
}
.crcv-template .info-card-cart a:hover {
  color: #212D3A;
}
.crcv-template .info-card-cart a.swap {
  color: #212D3A;
}
.crcv-template .info-card-cart a.swap:hover {
  color: #80a86f;
}
.crcv-template .info-card-cart a.swap.is-active {
  background-color: #80a86f;
  color: #fff;
}
.crcv-template .info-card-cart a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-cart p.colored {
  color: #80a86f !important;
}
.crcv-template .card-header-cart {
  background-color: #80a86f;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-cart .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-success {
  border: 2px solid #00d1b2 !important;
}
.crcv-template .card-success {
  background-color: #00d1b2 !important;
}
.crcv-template .card-success .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-success.is-active {
  background-color: #00d1b2 !important;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-success {
  background-color: #38ffe1 !important;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-success {
  background-color: #00d1b2 !important;
}
.crcv-template .clickable-card-success:hover {
  background-color: #00d1b2 !important;
}
.crcv-template .clickable-card-success:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-success .card-header,
.crcv-template .info-card-success .card-header {
  background-color: #00d1b2 !important;
}
.crcv-template .clickable-card-success .card-header .card-header-title,
.crcv-template .info-card-success .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-success .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-success .dropdown .highlight a {
  color: #fff !important;
  background-color: #00d1b2 !important;
}
.crcv-template .info-card-success a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #00d1b2 !important;
}
.crcv-template .info-card-success a:hover {
  color: #212D3A;
}
.crcv-template .info-card-success a.swap {
  color: #212D3A;
}
.crcv-template .info-card-success a.swap:hover {
  color: #00d1b2 !important;
}
.crcv-template .info-card-success a.swap.is-active {
  background-color: #00d1b2 !important;
  color: #fff;
}
.crcv-template .info-card-success a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-success p.colored {
  color: #00d1b2 !important;
}
.crcv-template .card-header-success {
  background-color: #00d1b2 !important;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-success .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-group {
  border: 2px solid #1D875F;
}
.crcv-template .card-group {
  background-color: #1D875F;
}
.crcv-template .card-group .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-group.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-group {
  background-color: #36d498;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-group {
  background-color: #1D875F;
}
.crcv-template .clickable-card-group:hover {
  background-color: #1D875F;
}
.crcv-template .clickable-card-group:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-group .card-header,
.crcv-template .info-card-group .card-header {
  background-color: #1D875F;
}
.crcv-template .clickable-card-group .card-header .card-header-title,
.crcv-template .info-card-group .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-group .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-group .dropdown .highlight a {
  color: #fff !important;
  background-color: #1D875F;
}
.crcv-template .info-card-group a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.crcv-template .info-card-group a:hover {
  color: #212D3A;
}
.crcv-template .info-card-group a.swap {
  color: #212D3A;
}
.crcv-template .info-card-group a.swap:hover {
  color: #1D875F;
}
.crcv-template .info-card-group a.swap.is-active {
  background-color: #1D875F;
  color: #fff;
}
.crcv-template .info-card-group a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-group p.colored {
  color: #1D875F !important;
}
.crcv-template .card-header-group {
  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;
}
.crcv-template .card-header-group .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-input {
  border: 2px solid #d9c19c;
}
.crcv-template .card-input {
  background-color: #d9c19c;
}
.crcv-template .card-input .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-input.is-active {
  background-color: #d9c19c;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-input {
  background-color: #f5efe6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-input {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-input:hover {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-input:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-input .card-header,
.crcv-template .info-card-input .card-header {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-input .card-header .card-header-title,
.crcv-template .info-card-input .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-input .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-input .dropdown .highlight a {
  color: #fff !important;
  background-color: #d9c19c;
}
.crcv-template .info-card-input a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #d9c19c;
}
.crcv-template .info-card-input a:hover {
  color: #212D3A;
}
.crcv-template .info-card-input a.swap {
  color: #212D3A;
}
.crcv-template .info-card-input a.swap:hover {
  color: #d9c19c;
}
.crcv-template .info-card-input a.swap.is-active {
  background-color: #d9c19c;
  color: #fff;
}
.crcv-template .info-card-input a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-input p.colored {
  color: #d9c19c !important;
}
.crcv-template .card-header-input {
  background-color: #d9c19c;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-input .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-about {
  border: 2px solid #d9c19c;
}
.crcv-template .card-about {
  background-color: #d9c19c;
}
.crcv-template .card-about .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-about.is-active {
  background-color: #d9c19c;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-about {
  background-color: #f5efe6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-about {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-about:hover {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-about:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-about .card-header,
.crcv-template .info-card-about .card-header {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-about .card-header .card-header-title,
.crcv-template .info-card-about .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-about .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-about .dropdown .highlight a {
  color: #fff !important;
  background-color: #d9c19c;
}
.crcv-template .info-card-about a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #d9c19c;
}
.crcv-template .info-card-about a:hover {
  color: #212D3A;
}
.crcv-template .info-card-about a.swap {
  color: #212D3A;
}
.crcv-template .info-card-about a.swap:hover {
  color: #d9c19c;
}
.crcv-template .info-card-about a.swap.is-active {
  background-color: #d9c19c;
  color: #fff;
}
.crcv-template .info-card-about a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-about p.colored {
  color: #d9c19c !important;
}
.crcv-template .card-header-about {
  background-color: #d9c19c;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-about .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-charge {
  border: 2px solid #f0b12f;
}
.crcv-template .card-charge {
  background-color: #f0b12f;
}
.crcv-template .card-charge .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-charge.is-active {
  background-color: #f0b12f;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-charge {
  background-color: #f7d58e;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-charge {
  background-color: #f0b12f;
}
.crcv-template .clickable-card-charge:hover {
  background-color: #f0b12f;
}
.crcv-template .clickable-card-charge:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-charge .card-header,
.crcv-template .info-card-charge .card-header {
  background-color: #f0b12f;
}
.crcv-template .clickable-card-charge .card-header .card-header-title,
.crcv-template .info-card-charge .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-charge .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-charge .dropdown .highlight a {
  color: #fff !important;
  background-color: #f0b12f;
}
.crcv-template .info-card-charge a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #f0b12f;
}
.crcv-template .info-card-charge a:hover {
  color: #212D3A;
}
.crcv-template .info-card-charge a.swap {
  color: #212D3A;
}
.crcv-template .info-card-charge a.swap:hover {
  color: #f0b12f;
}
.crcv-template .info-card-charge a.swap.is-active {
  background-color: #f0b12f;
  color: #fff;
}
.crcv-template .info-card-charge a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-charge p.colored {
  color: #f0b12f !important;
}
.crcv-template .card-header-charge {
  background-color: #f0b12f;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-charge .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-glossary {
  border: 2px solid #64b8df;
}
.crcv-template .card-glossary {
  background-color: #64b8df;
}
.crcv-template .card-glossary .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-glossary.is-active {
  background-color: #64b8df;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-glossary {
  background-color: #b9dff0;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-glossary {
  background-color: #64b8df;
}
.crcv-template .clickable-card-glossary:hover {
  background-color: #64b8df;
}
.crcv-template .clickable-card-glossary:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-glossary .card-header,
.crcv-template .info-card-glossary .card-header {
  background-color: #64b8df;
}
.crcv-template .clickable-card-glossary .card-header .card-header-title,
.crcv-template .info-card-glossary .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-glossary .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-glossary .dropdown .highlight a {
  color: #fff !important;
  background-color: #64b8df;
}
.crcv-template .info-card-glossary a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #64b8df;
}
.crcv-template .info-card-glossary a:hover {
  color: #212D3A;
}
.crcv-template .info-card-glossary a.swap {
  color: #212D3A;
}
.crcv-template .info-card-glossary a.swap:hover {
  color: #64b8df;
}
.crcv-template .info-card-glossary a.swap.is-active {
  background-color: #64b8df;
  color: #fff;
}
.crcv-template .info-card-glossary a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-glossary p.colored {
  color: #64b8df !important;
}
.crcv-template .card-header-glossary {
  background-color: #64b8df;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-glossary .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-person {
  border: 2px solid #649bd6;
}
.crcv-template .card-person {
  background-color: #649bd6;
}
.crcv-template .card-person .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-person.is-active {
  background-color: #649bd6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-person {
  background-color: #b5cfeb;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-person {
  background-color: #649bd6;
}
.crcv-template .clickable-card-person:hover {
  background-color: #649bd6;
}
.crcv-template .clickable-card-person:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-person .card-header,
.crcv-template .info-card-person .card-header {
  background-color: #649bd6;
}
.crcv-template .clickable-card-person .card-header .card-header-title,
.crcv-template .info-card-person .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-person .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-person .dropdown .highlight a {
  color: #fff !important;
  background-color: #649bd6;
}
.crcv-template .info-card-person a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #649bd6;
}
.crcv-template .info-card-person a:hover {
  color: #212D3A;
}
.crcv-template .info-card-person a.swap {
  color: #212D3A;
}
.crcv-template .info-card-person a.swap:hover {
  color: #649bd6;
}
.crcv-template .info-card-person a.swap.is-active {
  background-color: #649bd6;
  color: #fff;
}
.crcv-template .info-card-person a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-person p.colored {
  color: #649bd6 !important;
}
.crcv-template .card-header-person {
  background-color: #649bd6;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-person .card-header-title {
  color: #FFF !important;
}
.crcv-template .menu-list a.is-active.is-person {
  background-color: #649bd6;
}
.crcv-template .menu-list a.is-active.is-glossary {
  background-color: #64b8df;
}
.crcv-template .menu-list a.is-active.is-charge {
  background-color: #f0b12f;
}
.crcv-template .menu-list a.is-active.is-about {
  background-color: #d9c19c;
}
.crcv-template .menu-list a.is-active.is-input {
  background-color: #d9c19c;
}
.crcv-template .menu-list a.is-active.is-group {
  background-color: #1D875F;
}
.crcv-template .menu-list a.is-active.is-success {
  background-color: #00d1b2 !important;
}
.crcv-template .menu-list a.is-active.is-cart {
  background-color: #80a86f;
}
.crcv-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.crcv-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.crcv-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.crcv-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.crcv-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.crcv-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.crcv-template .menu-list a.is-active.is-deep-blue {
  background-color: #3273DC;
}
.crcv-template .menu-list a.is-active.is-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .menu-list a.is-active.is-confirm {
  background-color: #1CBDC7;
}
.crcv-template .menu-list a.is-active.is-cancel {
  background-color: #E9362F;
}
.crcv-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.crcv-template .pos-dropzone.dz-drag-hover {
  border: 1px solid #3273DC;
}
.crcv-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
}
.crcv-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;
}
.crcv-template .button-ined:focus:not(:active),
.crcv-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.crcv-template .button-ined:focus,
.crcv-template .button-ined.is-focused {
  border-color: transparent;
}
.crcv-template .button.is-client-cancel,
.crcv-template button.is-client-cancel {
  color: #FFF;
  background-color: #E9362F;
  border-color: #E9362F;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-cancel a {
  color: #E9362F;
  background-color: #FFF;
}
.crcv-template .button-ined-cancel:focus,
.crcv-template .is-focused-cancel,
.crcv-template .button-ined-cancel:hover {
  color: #E9362F;
}
.crcv-template .button-background-cancel:hover {
  color: #FFF;
}
.crcv-template .button-background-cancel {
  background-color: #E9362F;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-confirm,
.crcv-template button.is-client-confirm {
  color: #FFF;
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-confirm a {
  color: #1CBDC7;
  background-color: #FFF;
}
.crcv-template .button-ined-confirm:focus,
.crcv-template .is-focused-confirm,
.crcv-template .button-ined-confirm:hover {
  color: #1CBDC7;
}
.crcv-template .button-background-confirm:hover {
  color: #FFF;
}
.crcv-template .button-background-confirm {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-turquoise,
.crcv-template button.is-client-turquoise {
  color: #FFF;
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-turquoise a {
  color: #1CBDC7;
  background-color: #FFF;
}
.crcv-template .button-ined-turquoise:focus,
.crcv-template .is-focused-turquoise,
.crcv-template .button-ined-turquoise:hover {
  color: #1CBDC7;
}
.crcv-template .button-background-turquoise:hover {
  color: #FFF;
}
.crcv-template .button-background-turquoise {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-deep-blue,
.crcv-template button.is-client-deep-blue {
  color: #FFF;
  background-color: #3273DC;
  border-color: #3273DC;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-deep-blue a {
  color: #3273DC;
  background-color: #FFF;
}
.crcv-template .button-ined-deep-blue:focus,
.crcv-template .is-focused-deep-blue,
.crcv-template .button-ined-deep-blue:hover {
  color: #3273DC;
}
.crcv-template .button-background-deep-blue:hover {
  color: #FFF;
}
.crcv-template .button-background-deep-blue {
  background-color: #3273DC;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-blue,
.crcv-template button.is-client-blue {
  color: #FFF;
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-blue a {
  color: #1CBDC7;
  background-color: #FFF;
}
.crcv-template .button-ined-blue:focus,
.crcv-template .is-focused-blue,
.crcv-template .button-ined-blue:hover {
  color: #1CBDC7;
}
.crcv-template .button-background-blue:hover {
  color: #FFF;
}
.crcv-template .button-background-blue {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-green,
.crcv-template button.is-client-green {
  color: #FFF;
  background-color: #1D875F;
  border-color: #1D875F;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-green a {
  color: #1D875F;
  background-color: #FFF;
}
.crcv-template .button-ined-green:focus,
.crcv-template .is-focused-green,
.crcv-template .button-ined-green:hover {
  color: #1D875F;
}
.crcv-template .button-background-green:hover {
  color: #FFF;
}
.crcv-template .button-background-green {
  background-color: #1D875F;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-brown,
.crcv-template button.is-client-brown {
  color: #FFF;
  background-color: #B39482;
  border-color: #B39482;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-brown a {
  color: #B39482;
  background-color: #FFF;
}
.crcv-template .button-ined-brown:focus,
.crcv-template .is-focused-brown,
.crcv-template .button-ined-brown:hover {
  color: #B39482;
}
.crcv-template .button-background-brown:hover {
  color: #FFF;
}
.crcv-template .button-background-brown {
  background-color: #B39482;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-purple,
.crcv-template button.is-client-purple {
  color: #FFF;
  background-color: #7E69B4;
  border-color: #7E69B4;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-purple a {
  color: #7E69B4;
  background-color: #FFF;
}
.crcv-template .button-ined-purple:focus,
.crcv-template .is-focused-purple,
.crcv-template .button-ined-purple:hover {
  color: #7E69B4;
}
.crcv-template .button-background-purple:hover {
  color: #FFF;
}
.crcv-template .button-background-purple {
  background-color: #7E69B4;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-orange,
.crcv-template button.is-client-orange {
  color: #FFF;
  background-color: #F8AA24;
  border-color: #F8AA24;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-orange a {
  color: #F8AA24;
  background-color: #FFF;
}
.crcv-template .button-ined-orange:focus,
.crcv-template .is-focused-orange,
.crcv-template .button-ined-orange:hover {
  color: #F8AA24;
}
.crcv-template .button-background-orange:hover {
  color: #FFF;
}
.crcv-template .button-background-orange {
  background-color: #F8AA24;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-red,
.crcv-template button.is-client-red {
  color: #FFF;
  background-color: #E9362F;
  border-color: #E9362F;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-red a {
  color: #E9362F;
  background-color: #FFF;
}
.crcv-template .button-ined-red:focus,
.crcv-template .is-focused-red,
.crcv-template .button-ined-red:hover {
  color: #E9362F;
}
.crcv-template .button-background-red:hover {
  color: #FFF;
}
.crcv-template .button-background-red {
  background-color: #E9362F;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-cart,
.crcv-template button.is-client-cart {
  color: #FFF;
  background-color: #80a86f;
  border-color: #80a86f;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-cart a {
  color: #80a86f;
  background-color: #FFF;
}
.crcv-template .button-ined-cart:focus,
.crcv-template .is-focused-cart,
.crcv-template .button-ined-cart:hover {
  color: #80a86f;
}
.crcv-template .button-background-cart:hover {
  color: #FFF;
}
.crcv-template .button-background-cart {
  background-color: #80a86f;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-success,
.crcv-template button.is-client-success {
  color: #FFF;
  background-color: #00d1b2 !important;
  border-color: #00d1b2 !important;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-success a {
  color: #00d1b2 !important;
  background-color: #FFF;
}
.crcv-template .button-ined-success:focus,
.crcv-template .is-focused-success,
.crcv-template .button-ined-success:hover {
  color: #00d1b2 !important;
}
.crcv-template .button-background-success:hover {
  color: #FFF;
}
.crcv-template .button-background-success {
  background-color: #00d1b2 !important;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-group,
.crcv-template button.is-client-group {
  color: #FFF;
  background-color: #1D875F;
  border-color: #1D875F;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-group a {
  color: #1D875F;
  background-color: #FFF;
}
.crcv-template .button-ined-group:focus,
.crcv-template .is-focused-group,
.crcv-template .button-ined-group:hover {
  color: #1D875F;
}
.crcv-template .button-background-group:hover {
  color: #FFF;
}
.crcv-template .button-background-group {
  background-color: #1D875F;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-input,
.crcv-template button.is-client-input {
  color: #FFF;
  background-color: #d9c19c;
  border-color: #d9c19c;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-input a {
  color: #d9c19c;
  background-color: #FFF;
}
.crcv-template .button-ined-input:focus,
.crcv-template .is-focused-input,
.crcv-template .button-ined-input:hover {
  color: #d9c19c;
}
.crcv-template .button-background-input:hover {
  color: #FFF;
}
.crcv-template .button-background-input {
  background-color: #d9c19c;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-about,
.crcv-template button.is-client-about {
  color: #FFF;
  background-color: #d9c19c;
  border-color: #d9c19c;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-about a {
  color: #d9c19c;
  background-color: #FFF;
}
.crcv-template .button-ined-about:focus,
.crcv-template .is-focused-about,
.crcv-template .button-ined-about:hover {
  color: #d9c19c;
}
.crcv-template .button-background-about:hover {
  color: #FFF;
}
.crcv-template .button-background-about {
  background-color: #d9c19c;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-charge,
.crcv-template button.is-client-charge {
  color: #FFF;
  background-color: #f0b12f;
  border-color: #f0b12f;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-charge a {
  color: #f0b12f;
  background-color: #FFF;
}
.crcv-template .button-ined-charge:focus,
.crcv-template .is-focused-charge,
.crcv-template .button-ined-charge:hover {
  color: #f0b12f;
}
.crcv-template .button-background-charge:hover {
  color: #FFF;
}
.crcv-template .button-background-charge {
  background-color: #f0b12f;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-glossary,
.crcv-template button.is-client-glossary {
  color: #FFF;
  background-color: #64b8df;
  border-color: #64b8df;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-glossary a {
  color: #64b8df;
  background-color: #FFF;
}
.crcv-template .button-ined-glossary:focus,
.crcv-template .is-focused-glossary,
.crcv-template .button-ined-glossary:hover {
  color: #64b8df;
}
.crcv-template .button-background-glossary:hover {
  color: #FFF;
}
.crcv-template .button-background-glossary {
  background-color: #64b8df;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .button.is-client-person,
.crcv-template button.is-client-person {
  color: #FFF;
  background-color: #649bd6;
  border-color: #649bd6;
  border-style: solid;
  border-width: 3px;
}
.crcv-template .button.is-client-outline-person a {
  color: #649bd6;
  background-color: #FFF;
}
.crcv-template .button-ined-person:focus,
.crcv-template .is-focused-person,
.crcv-template .button-ined-person:hover {
  color: #649bd6;
}
.crcv-template .button-background-person:hover {
  color: #FFF;
}
.crcv-template .button-background-person {
  background-color: #649bd6;
  color: #FFF !important;
  box-shadow: none !important;
}
.crcv-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.crcv-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.crcv-template .input {
  border: 0;
  min-height: 1rem;
  background-color: #EEF0F2;
  border-radius: 8px;
  margin-bottom: 0% !important;
}
.crcv-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.crcv-template .datepicker.control.is-danger .input {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.crcv-template .input:focus,
.crcv-template .input:hover,
.crcv-template .input:active {
  border-color: transparent;
  box-shadow: none;
}
.crcv-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.crcv-template .v-select.single.open .selected-tag {
  position: static !important;
}
.crcv-template .field.has-addons .control .button {
  height: auto !important;
}
.crcv-template textarea[readonly],
.crcv-template input[readonly],
.crcv-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
}
.crcv-template label.readonly {
  font-weight: bold;
}
.crcv-template .b-table.is-loading {
  margin-bottom: 100px;
}
.crcv-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.crcv-template .small-select {
  width: 100px !important;
}
.crcv-template .small-select input {
  width: 0px !important;
}
.crcv-template .steps .step-item.is-cancel::before {
  background: linear-gradient(to left, #DBDBDB 50%, #E9362F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-cancel.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-cancel.is-active .step-marker {
  background-color: #FFF;
  border-color: #E9362F;
  color: #E9362F;
}
.crcv-template .steps .step-item.is-cancel.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-cancel.is-completed .step-marker {
  background-color: #E9362F;
}
.crcv-template .steps .step-item.is-confirm::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-confirm.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-confirm.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
}
.crcv-template .steps .step-item.is-confirm.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-confirm.is-completed .step-marker {
  background-color: #1CBDC7;
}
.crcv-template .steps .step-item.is-turquoise::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-turquoise.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-turquoise.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
}
.crcv-template .steps .step-item.is-turquoise.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-turquoise.is-completed .step-marker {
  background-color: #1CBDC7;
}
.crcv-template .steps .step-item.is-deep-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #3273DC 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-deep-blue.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-deep-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #3273DC;
  color: #3273DC;
}
.crcv-template .steps .step-item.is-deep-blue.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-deep-blue.is-completed .step-marker {
  background-color: #3273DC;
}
.crcv-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
}
.crcv-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #1CBDC7;
}
.crcv-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1D875F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #1D875F;
  color: #1D875F;
}
.crcv-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #1D875F;
}
.crcv-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #B39482 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #B39482;
  color: #B39482;
}
.crcv-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #B39482;
}
.crcv-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #7E69B4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #7E69B4;
  color: #7E69B4;
}
.crcv-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #7E69B4;
}
.crcv-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #F8AA24 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #F8AA24;
  color: #F8AA24;
}
.crcv-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #F8AA24;
}
.crcv-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #E9362F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #E9362F;
  color: #E9362F;
}
.crcv-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #E9362F;
}
.crcv-template .steps .step-item.is-cart::before {
  background: linear-gradient(to left, #DBDBDB 50%, #80a86f 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-cart.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-cart.is-active .step-marker {
  background-color: #FFF;
  border-color: #80a86f;
  color: #80a86f;
}
.crcv-template .steps .step-item.is-cart.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-cart.is-completed .step-marker {
  background-color: #80a86f;
}
.crcv-template .steps .step-item.is-success::before {
  background: linear-gradient(to left, #DBDBDB 50%, #00d1b2 50%) !important;
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-success.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-success.is-active .step-marker {
  background-color: #FFF;
  border-color: #00d1b2 !important;
  color: #00d1b2 !important;
}
.crcv-template .steps .step-item.is-success.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-success.is-completed .step-marker {
  background-color: #00d1b2 !important;
}
.crcv-template .steps .step-item.is-group::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1D875F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-group.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-group.is-active .step-marker {
  background-color: #FFF;
  border-color: #1D875F;
  color: #1D875F;
}
.crcv-template .steps .step-item.is-group.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-group.is-completed .step-marker {
  background-color: #1D875F;
}
.crcv-template .steps .step-item.is-input::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d9c19c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-input.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-input.is-active .step-marker {
  background-color: #FFF;
  border-color: #d9c19c;
  color: #d9c19c;
}
.crcv-template .steps .step-item.is-input.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-input.is-completed .step-marker {
  background-color: #d9c19c;
}
.crcv-template .steps .step-item.is-about::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d9c19c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-about.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-about.is-active .step-marker {
  background-color: #FFF;
  border-color: #d9c19c;
  color: #d9c19c;
}
.crcv-template .steps .step-item.is-about.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-about.is-completed .step-marker {
  background-color: #d9c19c;
}
.crcv-template .steps .step-item.is-charge::before {
  background: linear-gradient(to left, #DBDBDB 50%, #f0b12f 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-charge.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-charge.is-active .step-marker {
  background-color: #FFF;
  border-color: #f0b12f;
  color: #f0b12f;
}
.crcv-template .steps .step-item.is-charge.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-charge.is-completed .step-marker {
  background-color: #f0b12f;
}
.crcv-template .steps .step-item.is-glossary::before {
  background: linear-gradient(to left, #DBDBDB 50%, #64b8df 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-glossary.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-glossary.is-active .step-marker {
  background-color: #FFF;
  border-color: #64b8df;
  color: #64b8df;
}
.crcv-template .steps .step-item.is-glossary.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-glossary.is-completed .step-marker {
  background-color: #64b8df;
}
.crcv-template .steps .step-item.is-person::before {
  background: linear-gradient(to left, #DBDBDB 50%, #649bd6 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.crcv-template .steps .step-item.is-person.is-active::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-person.is-active .step-marker {
  background-color: #FFF;
  border-color: #649bd6;
  color: #649bd6;
}
.crcv-template .steps .step-item.is-person.is-completed::before {
  background-position: left bottom;
}
.crcv-template .steps .step-item.is-person.is-completed .step-marker {
  background-color: #649bd6;
}
.crcv-template nav.indexer {
  background-color: transparent;
}
.crcv-template .indexer-cancel a {
  color: #E9362F;
}
.crcv-template .indexer-cancel .pagination-link.is-current {
  border-color: #E9362F;
  color: #FFF;
  background-color: #E9362F;
}
.crcv-template .indexer-confirm a {
  color: #1CBDC7;
}
.crcv-template .indexer-confirm .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.crcv-template .indexer-turquoise a {
  color: #1CBDC7;
}
.crcv-template .indexer-turquoise .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.crcv-template .indexer-deep-blue a {
  color: #3273DC;
}
.crcv-template .indexer-deep-blue .pagination-link.is-current {
  border-color: #3273DC;
  color: #FFF;
  background-color: #3273DC;
}
.crcv-template .indexer-blue a {
  color: #1CBDC7;
}
.crcv-template .indexer-blue .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.crcv-template .indexer-green a {
  color: #1D875F;
}
.crcv-template .indexer-green .pagination-link.is-current {
  border-color: #1D875F;
  color: #FFF;
  background-color: #1D875F;
}
.crcv-template .indexer-brown a {
  color: #B39482;
}
.crcv-template .indexer-brown .pagination-link.is-current {
  border-color: #B39482;
  color: #FFF;
  background-color: #B39482;
}
.crcv-template .indexer-purple a {
  color: #7E69B4;
}
.crcv-template .indexer-purple .pagination-link.is-current {
  border-color: #7E69B4;
  color: #FFF;
  background-color: #7E69B4;
}
.crcv-template .indexer-orange a {
  color: #F8AA24;
}
.crcv-template .indexer-orange .pagination-link.is-current {
  border-color: #F8AA24;
  color: #FFF;
  background-color: #F8AA24;
}
.crcv-template .indexer-red a {
  color: #E9362F;
}
.crcv-template .indexer-red .pagination-link.is-current {
  border-color: #E9362F;
  color: #FFF;
  background-color: #E9362F;
}
.crcv-template .indexer-cart a {
  color: #80a86f;
}
.crcv-template .indexer-cart .pagination-link.is-current {
  border-color: #80a86f;
  color: #FFF;
  background-color: #80a86f;
}
.crcv-template .indexer-success a {
  color: #00d1b2 !important;
}
.crcv-template .indexer-success .pagination-link.is-current {
  border-color: #00d1b2 !important;
  color: #FFF;
  background-color: #00d1b2 !important;
}
.crcv-template .indexer-group a {
  color: #1D875F;
}
.crcv-template .indexer-group .pagination-link.is-current {
  border-color: #1D875F;
  color: #FFF;
  background-color: #1D875F;
}
.crcv-template .indexer-input a {
  color: #d9c19c;
}
.crcv-template .indexer-input .pagination-link.is-current {
  border-color: #d9c19c;
  color: #FFF;
  background-color: #d9c19c;
}
.crcv-template .indexer-about a {
  color: #d9c19c;
}
.crcv-template .indexer-about .pagination-link.is-current {
  border-color: #d9c19c;
  color: #FFF;
  background-color: #d9c19c;
}
.crcv-template .indexer-charge a {
  color: #f0b12f;
}
.crcv-template .indexer-charge .pagination-link.is-current {
  border-color: #f0b12f;
  color: #FFF;
  background-color: #f0b12f;
}
.crcv-template .indexer-glossary a {
  color: #64b8df;
}
.crcv-template .indexer-glossary .pagination-link.is-current {
  border-color: #64b8df;
  color: #FFF;
  background-color: #64b8df;
}
.crcv-template .indexer-person a {
  color: #649bd6;
}
.crcv-template .indexer-person .pagination-link.is-current {
  border-color: #649bd6;
  color: #FFF;
  background-color: #649bd6;
}
.crcv-template .media-content-cancel {
  color: #E9362F !important;
}
.crcv-template .media-content-cancel .subtitle {
  color: #E9362F !important;
}
.crcv-template .media-content-cancel .title {
  color: #E9362F !important;
}
.crcv-template .media-content-confirm {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-confirm .subtitle {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-confirm .title {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-turquoise {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-turquoise .subtitle {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-turquoise .title {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-deep-blue {
  color: #3273DC !important;
}
.crcv-template .media-content-deep-blue .subtitle {
  color: #3273DC !important;
}
.crcv-template .media-content-deep-blue .title {
  color: #3273DC !important;
}
.crcv-template .media-content-blue {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-blue .subtitle {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-blue .title {
  color: #1CBDC7 !important;
}
.crcv-template .media-content-green {
  color: #1D875F !important;
}
.crcv-template .media-content-green .subtitle {
  color: #1D875F !important;
}
.crcv-template .media-content-green .title {
  color: #1D875F !important;
}
.crcv-template .media-content-brown {
  color: #B39482 !important;
}
.crcv-template .media-content-brown .subtitle {
  color: #B39482 !important;
}
.crcv-template .media-content-brown .title {
  color: #B39482 !important;
}
.crcv-template .media-content-purple {
  color: #7E69B4 !important;
}
.crcv-template .media-content-purple .subtitle {
  color: #7E69B4 !important;
}
.crcv-template .media-content-purple .title {
  color: #7E69B4 !important;
}
.crcv-template .media-content-orange {
  color: #F8AA24 !important;
}
.crcv-template .media-content-orange .subtitle {
  color: #F8AA24 !important;
}
.crcv-template .media-content-orange .title {
  color: #F8AA24 !important;
}
.crcv-template .media-content-red {
  color: #E9362F !important;
}
.crcv-template .media-content-red .subtitle {
  color: #E9362F !important;
}
.crcv-template .media-content-red .title {
  color: #E9362F !important;
}
.crcv-template .media-content-cart {
  color: #80a86f !important;
}
.crcv-template .media-content-cart .subtitle {
  color: #80a86f !important;
}
.crcv-template .media-content-cart .title {
  color: #80a86f !important;
}
.crcv-template .media-content-success {
  color: #00d1b2 !important;
}
.crcv-template .media-content-success .subtitle {
  color: #00d1b2 !important;
}
.crcv-template .media-content-success .title {
  color: #00d1b2 !important;
}
.crcv-template .media-content-group {
  color: #1D875F !important;
}
.crcv-template .media-content-group .subtitle {
  color: #1D875F !important;
}
.crcv-template .media-content-group .title {
  color: #1D875F !important;
}
.crcv-template .media-content-input {
  color: #d9c19c !important;
}
.crcv-template .media-content-input .subtitle {
  color: #d9c19c !important;
}
.crcv-template .media-content-input .title {
  color: #d9c19c !important;
}
.crcv-template .media-content-about {
  color: #d9c19c !important;
}
.crcv-template .media-content-about .subtitle {
  color: #d9c19c !important;
}
.crcv-template .media-content-about .title {
  color: #d9c19c !important;
}
.crcv-template .media-content-charge {
  color: #f0b12f !important;
}
.crcv-template .media-content-charge .subtitle {
  color: #f0b12f !important;
}
.crcv-template .media-content-charge .title {
  color: #f0b12f !important;
}
.crcv-template .media-content-glossary {
  color: #64b8df !important;
}
.crcv-template .media-content-glossary .subtitle {
  color: #64b8df !important;
}
.crcv-template .media-content-glossary .title {
  color: #64b8df !important;
}
.crcv-template .media-content-person {
  color: #649bd6 !important;
}
.crcv-template .media-content-person .subtitle {
  color: #649bd6 !important;
}
.crcv-template .media-content-person .title {
  color: #649bd6 !important;
}
.crcv-template .v-select {
  border: 0;
  padding: 0.275rem;
  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);
}
.crcv-template .v-select .open-indicator {
  bottom: 4px;
}
.crcv-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.crcv-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.crcv-template .v-select.is-addon {
  border-radius: 0 !important;
}
.crcv-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.crcv-template ul.list-styled {
  padding-left: 1em;
}
.crcv-template ul.list-styled.is-square {
  list-style: square;
}
.crcv-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.crcv-template ul.list-icon li {
  padding-left: 1.3em;
}
.crcv-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 */
}
.crcv-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.crcv-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.crcv-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.crcv-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.crcv-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.crcv-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.crcv-template .pipe-list li:first-child {
  border-left: none;
}
.crcv-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;
}
.crcv-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.crcv-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);
}
.crcv-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;
}
.crcv-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.crcv-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;
}
.crcv-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.crcv-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #555;
}
.crcv-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;
}
.crcv-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.crcv-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;
}
.crcv-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.crcv-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.crcv-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;
}
.crcv-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.crcv-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.crcv-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;
}
.crcv-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.crcv-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.crcv-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.crcv-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.crcv-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;
}
.crcv-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.crcv-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.crcv-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-dark .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.crcv-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.crcv-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.crcv-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.crcv-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-purple .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.crcv-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-green .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.crcv-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.crcv-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.crcv-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-orange .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.crcv-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.crcv-template .smart-widget.widget-red .smart-widget-option a:hover,
.crcv-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.crcv-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.crcv-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.crcv-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.crcv-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.crcv-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.crcv-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.crcv-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.crcv-template a.share-icon {
  cursor: pointer;
}
.crcv-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.crcv-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.crcv-template .menu-list a.is-active {
  background-color: hsl(0, 0%, 96%);
}
.crcv-template .card-border-color-cancel {
  border: 2px solid #E9362F;
}
.crcv-template .card-cancel {
  background-color: #E9362F;
}
.crcv-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-cancel {
  background-color: #f38f8b;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-cancel {
  background-color: #E9362F;
}
.crcv-template .clickable-card-cancel:hover {
  background-color: #E9362F;
}
.crcv-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-cancel .card-header,
.crcv-template .info-card-cancel .card-header {
  background-color: #E9362F;
}
.crcv-template .clickable-card-cancel .card-header .card-header-title,
.crcv-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-cancel .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-cancel .dropdown .highlight a {
  color: #fff !important;
  background-color: #E9362F;
}
.crcv-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.crcv-template .info-card-cancel a:hover {
  color: #212D3A;
}
.crcv-template .info-card-cancel a.swap {
  color: #212D3A;
}
.crcv-template .info-card-cancel a.swap:hover {
  color: #E9362F;
}
.crcv-template .info-card-cancel a.swap.is-active {
  background-color: #E9362F;
  color: #fff;
}
.crcv-template .info-card-cancel a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-cancel p.colored {
  color: #E9362F !important;
}
.crcv-template .card-header-cancel {
  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;
}
.crcv-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-confirm {
  border: 2px solid #1CBDC7;
}
.crcv-template .card-confirm {
  background-color: #1CBDC7;
}
.crcv-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-confirm {
  background-color: #60e1e9;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-confirm {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-confirm:hover {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-confirm .card-header,
.crcv-template .info-card-confirm .card-header {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-confirm .card-header .card-header-title,
.crcv-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-confirm .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-confirm .dropdown .highlight a {
  color: #fff !important;
  background-color: #1CBDC7;
}
.crcv-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.crcv-template .info-card-confirm a:hover {
  color: #212D3A;
}
.crcv-template .info-card-confirm a.swap {
  color: #212D3A;
}
.crcv-template .info-card-confirm a.swap:hover {
  color: #1CBDC7;
}
.crcv-template .info-card-confirm a.swap.is-active {
  background-color: #1CBDC7;
  color: #fff;
}
.crcv-template .info-card-confirm a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-confirm p.colored {
  color: #1CBDC7 !important;
}
.crcv-template .card-header-confirm {
  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;
}
.crcv-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.crcv-template .card-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .card-turquoise .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-turquoise.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-turquoise {
  background-color: #60e1e9;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-turquoise:hover {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-turquoise:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-turquoise .card-header,
.crcv-template .info-card-turquoise .card-header {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-turquoise .card-header .card-header-title,
.crcv-template .info-card-turquoise .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-turquoise .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-turquoise .dropdown .highlight a {
  color: #fff !important;
  background-color: #1CBDC7;
}
.crcv-template .info-card-turquoise a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.crcv-template .info-card-turquoise a:hover {
  color: #212D3A;
}
.crcv-template .info-card-turquoise a.swap {
  color: #212D3A;
}
.crcv-template .info-card-turquoise a.swap:hover {
  color: #1CBDC7;
}
.crcv-template .info-card-turquoise a.swap.is-active {
  background-color: #1CBDC7;
  color: #fff;
}
.crcv-template .info-card-turquoise a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-turquoise p.colored {
  color: #1CBDC7 !important;
}
.crcv-template .card-header-turquoise {
  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;
}
.crcv-template .card-header-turquoise .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.crcv-template .card-deep-blue {
  background-color: #3273DC;
}
.crcv-template .card-deep-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-deep-blue.is-active {
  background-color: #3273DC;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-deep-blue {
  background-color: #89afeb;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-deep-blue {
  background-color: #3273DC;
}
.crcv-template .clickable-card-deep-blue:hover {
  background-color: #3273DC;
}
.crcv-template .clickable-card-deep-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-deep-blue .card-header,
.crcv-template .info-card-deep-blue .card-header {
  background-color: #3273DC;
}
.crcv-template .clickable-card-deep-blue .card-header .card-header-title,
.crcv-template .info-card-deep-blue .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-deep-blue .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-deep-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #3273DC;
}
.crcv-template .info-card-deep-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #3273DC;
}
.crcv-template .info-card-deep-blue a:hover {
  color: #212D3A;
}
.crcv-template .info-card-deep-blue a.swap {
  color: #212D3A;
}
.crcv-template .info-card-deep-blue a.swap:hover {
  color: #3273DC;
}
.crcv-template .info-card-deep-blue a.swap.is-active {
  background-color: #3273DC;
  color: #fff;
}
.crcv-template .info-card-deep-blue a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-deep-blue p.colored {
  color: #3273DC !important;
}
.crcv-template .card-header-deep-blue {
  background-color: #3273DC;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-deep-blue .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.crcv-template .card-blue {
  background-color: #1CBDC7;
}
.crcv-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-blue .card-header,
.crcv-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.crcv-template .clickable-card-blue .card-header .card-header-title,
.crcv-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-blue .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #1CBDC7;
}
.crcv-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.crcv-template .info-card-blue a:hover {
  color: #212D3A;
}
.crcv-template .info-card-blue a.swap {
  color: #212D3A;
}
.crcv-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.crcv-template .info-card-blue a.swap.is-active {
  background-color: #1CBDC7;
  color: #fff;
}
.crcv-template .info-card-blue a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.crcv-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;
}
.crcv-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.crcv-template .card-green {
  background-color: #1D875F;
}
.crcv-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.crcv-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.crcv-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-green .card-header,
.crcv-template .info-card-green .card-header {
  background-color: #1D875F;
}
.crcv-template .clickable-card-green .card-header .card-header-title,
.crcv-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-green .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-green .dropdown .highlight a {
  color: #fff !important;
  background-color: #1D875F;
}
.crcv-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.crcv-template .info-card-green a:hover {
  color: #212D3A;
}
.crcv-template .info-card-green a.swap {
  color: #212D3A;
}
.crcv-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.crcv-template .info-card-green a.swap.is-active {
  background-color: #1D875F;
  color: #fff;
}
.crcv-template .info-card-green a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-green p.colored {
  color: #1D875F !important;
}
.crcv-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;
}
.crcv-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.crcv-template .card-brown {
  background-color: #B39482;
}
.crcv-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.crcv-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.crcv-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-brown .card-header,
.crcv-template .info-card-brown .card-header {
  background-color: #B39482;
}
.crcv-template .clickable-card-brown .card-header .card-header-title,
.crcv-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-brown .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-brown .dropdown .highlight a {
  color: #fff !important;
  background-color: #B39482;
}
.crcv-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.crcv-template .info-card-brown a:hover {
  color: #212D3A;
}
.crcv-template .info-card-brown a.swap {
  color: #212D3A;
}
.crcv-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.crcv-template .info-card-brown a.swap.is-active {
  background-color: #B39482;
  color: #fff;
}
.crcv-template .info-card-brown a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.crcv-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;
}
.crcv-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.crcv-template .card-purple {
  background-color: #7E69B4;
}
.crcv-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.crcv-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.crcv-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-purple .card-header,
.crcv-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.crcv-template .clickable-card-purple .card-header .card-header-title,
.crcv-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-purple .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-purple .dropdown .highlight a {
  color: #fff !important;
  background-color: #7E69B4;
}
.crcv-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.crcv-template .info-card-purple a:hover {
  color: #212D3A;
}
.crcv-template .info-card-purple a.swap {
  color: #212D3A;
}
.crcv-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.crcv-template .info-card-purple a.swap.is-active {
  background-color: #7E69B4;
  color: #fff;
}
.crcv-template .info-card-purple a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.crcv-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;
}
.crcv-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.crcv-template .card-orange {
  background-color: #F8AA24;
}
.crcv-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.crcv-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.crcv-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-orange .card-header,
.crcv-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.crcv-template .clickable-card-orange .card-header .card-header-title,
.crcv-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-orange .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-orange .dropdown .highlight a {
  color: #fff !important;
  background-color: #F8AA24;
}
.crcv-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.crcv-template .info-card-orange a:hover {
  color: #212D3A;
}
.crcv-template .info-card-orange a.swap {
  color: #212D3A;
}
.crcv-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.crcv-template .info-card-orange a.swap.is-active {
  background-color: #F8AA24;
  color: #fff;
}
.crcv-template .info-card-orange a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.crcv-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;
}
.crcv-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.crcv-template .card-red {
  background-color: #E9362F;
}
.crcv-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.crcv-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.crcv-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-red .card-header,
.crcv-template .info-card-red .card-header {
  background-color: #E9362F;
}
.crcv-template .clickable-card-red .card-header .card-header-title,
.crcv-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-red .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-red .dropdown .highlight a {
  color: #fff !important;
  background-color: #E9362F;
}
.crcv-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.crcv-template .info-card-red a:hover {
  color: #212D3A;
}
.crcv-template .info-card-red a.swap {
  color: #212D3A;
}
.crcv-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.crcv-template .info-card-red a.swap.is-active {
  background-color: #E9362F;
  color: #fff;
}
.crcv-template .info-card-red a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-red p.colored {
  color: #E9362F !important;
}
.crcv-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;
}
.crcv-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-cart {
  border: 2px solid #80a86f;
}
.crcv-template .card-cart {
  background-color: #80a86f;
}
.crcv-template .card-cart .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-cart.is-active {
  background-color: #80a86f;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-cart {
  background-color: #b8ceaf;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-cart {
  background-color: #80a86f;
}
.crcv-template .clickable-card-cart:hover {
  background-color: #80a86f;
}
.crcv-template .clickable-card-cart:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-cart .card-header,
.crcv-template .info-card-cart .card-header {
  background-color: #80a86f;
}
.crcv-template .clickable-card-cart .card-header .card-header-title,
.crcv-template .info-card-cart .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-cart .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-cart .dropdown .highlight a {
  color: #fff !important;
  background-color: #80a86f;
}
.crcv-template .info-card-cart a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #80a86f;
}
.crcv-template .info-card-cart a:hover {
  color: #212D3A;
}
.crcv-template .info-card-cart a.swap {
  color: #212D3A;
}
.crcv-template .info-card-cart a.swap:hover {
  color: #80a86f;
}
.crcv-template .info-card-cart a.swap.is-active {
  background-color: #80a86f;
  color: #fff;
}
.crcv-template .info-card-cart a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-cart p.colored {
  color: #80a86f !important;
}
.crcv-template .card-header-cart {
  background-color: #80a86f;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-cart .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-success {
  border: 2px solid #00d1b2 !important;
}
.crcv-template .card-success {
  background-color: #00d1b2 !important;
}
.crcv-template .card-success .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-success.is-active {
  background-color: #00d1b2 !important;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-success {
  background-color: #38ffe1 !important;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-success {
  background-color: #00d1b2 !important;
}
.crcv-template .clickable-card-success:hover {
  background-color: #00d1b2 !important;
}
.crcv-template .clickable-card-success:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-success .card-header,
.crcv-template .info-card-success .card-header {
  background-color: #00d1b2 !important;
}
.crcv-template .clickable-card-success .card-header .card-header-title,
.crcv-template .info-card-success .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-success .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-success .dropdown .highlight a {
  color: #fff !important;
  background-color: #00d1b2 !important;
}
.crcv-template .info-card-success a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #00d1b2 !important;
}
.crcv-template .info-card-success a:hover {
  color: #212D3A;
}
.crcv-template .info-card-success a.swap {
  color: #212D3A;
}
.crcv-template .info-card-success a.swap:hover {
  color: #00d1b2 !important;
}
.crcv-template .info-card-success a.swap.is-active {
  background-color: #00d1b2 !important;
  color: #fff;
}
.crcv-template .info-card-success a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-success p.colored {
  color: #00d1b2 !important;
}
.crcv-template .card-header-success {
  background-color: #00d1b2 !important;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-success .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-group {
  border: 2px solid #1D875F;
}
.crcv-template .card-group {
  background-color: #1D875F;
}
.crcv-template .card-group .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-group.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-group {
  background-color: #36d498;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-group {
  background-color: #1D875F;
}
.crcv-template .clickable-card-group:hover {
  background-color: #1D875F;
}
.crcv-template .clickable-card-group:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-group .card-header,
.crcv-template .info-card-group .card-header {
  background-color: #1D875F;
}
.crcv-template .clickable-card-group .card-header .card-header-title,
.crcv-template .info-card-group .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-group .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-group .dropdown .highlight a {
  color: #fff !important;
  background-color: #1D875F;
}
.crcv-template .info-card-group a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.crcv-template .info-card-group a:hover {
  color: #212D3A;
}
.crcv-template .info-card-group a.swap {
  color: #212D3A;
}
.crcv-template .info-card-group a.swap:hover {
  color: #1D875F;
}
.crcv-template .info-card-group a.swap.is-active {
  background-color: #1D875F;
  color: #fff;
}
.crcv-template .info-card-group a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-group p.colored {
  color: #1D875F !important;
}
.crcv-template .card-header-group {
  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;
}
.crcv-template .card-header-group .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-input {
  border: 2px solid #d9c19c;
}
.crcv-template .card-input {
  background-color: #d9c19c;
}
.crcv-template .card-input .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-input.is-active {
  background-color: #d9c19c;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-input {
  background-color: #f5efe6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-input {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-input:hover {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-input:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-input .card-header,
.crcv-template .info-card-input .card-header {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-input .card-header .card-header-title,
.crcv-template .info-card-input .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-input .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-input .dropdown .highlight a {
  color: #fff !important;
  background-color: #d9c19c;
}
.crcv-template .info-card-input a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #d9c19c;
}
.crcv-template .info-card-input a:hover {
  color: #212D3A;
}
.crcv-template .info-card-input a.swap {
  color: #212D3A;
}
.crcv-template .info-card-input a.swap:hover {
  color: #d9c19c;
}
.crcv-template .info-card-input a.swap.is-active {
  background-color: #d9c19c;
  color: #fff;
}
.crcv-template .info-card-input a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-input p.colored {
  color: #d9c19c !important;
}
.crcv-template .card-header-input {
  background-color: #d9c19c;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-input .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-about {
  border: 2px solid #d9c19c;
}
.crcv-template .card-about {
  background-color: #d9c19c;
}
.crcv-template .card-about .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-about.is-active {
  background-color: #d9c19c;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-about {
  background-color: #f5efe6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-about {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-about:hover {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-about:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-about .card-header,
.crcv-template .info-card-about .card-header {
  background-color: #d9c19c;
}
.crcv-template .clickable-card-about .card-header .card-header-title,
.crcv-template .info-card-about .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-about .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-about .dropdown .highlight a {
  color: #fff !important;
  background-color: #d9c19c;
}
.crcv-template .info-card-about a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #d9c19c;
}
.crcv-template .info-card-about a:hover {
  color: #212D3A;
}
.crcv-template .info-card-about a.swap {
  color: #212D3A;
}
.crcv-template .info-card-about a.swap:hover {
  color: #d9c19c;
}
.crcv-template .info-card-about a.swap.is-active {
  background-color: #d9c19c;
  color: #fff;
}
.crcv-template .info-card-about a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-about p.colored {
  color: #d9c19c !important;
}
.crcv-template .card-header-about {
  background-color: #d9c19c;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-about .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-charge {
  border: 2px solid #f0b12f;
}
.crcv-template .card-charge {
  background-color: #f0b12f;
}
.crcv-template .card-charge .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-charge.is-active {
  background-color: #f0b12f;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-charge {
  background-color: #f7d58e;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-charge {
  background-color: #f0b12f;
}
.crcv-template .clickable-card-charge:hover {
  background-color: #f0b12f;
}
.crcv-template .clickable-card-charge:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-charge .card-header,
.crcv-template .info-card-charge .card-header {
  background-color: #f0b12f;
}
.crcv-template .clickable-card-charge .card-header .card-header-title,
.crcv-template .info-card-charge .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-charge .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-charge .dropdown .highlight a {
  color: #fff !important;
  background-color: #f0b12f;
}
.crcv-template .info-card-charge a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #f0b12f;
}
.crcv-template .info-card-charge a:hover {
  color: #212D3A;
}
.crcv-template .info-card-charge a.swap {
  color: #212D3A;
}
.crcv-template .info-card-charge a.swap:hover {
  color: #f0b12f;
}
.crcv-template .info-card-charge a.swap.is-active {
  background-color: #f0b12f;
  color: #fff;
}
.crcv-template .info-card-charge a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-charge p.colored {
  color: #f0b12f !important;
}
.crcv-template .card-header-charge {
  background-color: #f0b12f;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-charge .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-glossary {
  border: 2px solid #64b8df;
}
.crcv-template .card-glossary {
  background-color: #64b8df;
}
.crcv-template .card-glossary .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-glossary.is-active {
  background-color: #64b8df;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-glossary {
  background-color: #b9dff0;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-glossary {
  background-color: #64b8df;
}
.crcv-template .clickable-card-glossary:hover {
  background-color: #64b8df;
}
.crcv-template .clickable-card-glossary:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-glossary .card-header,
.crcv-template .info-card-glossary .card-header {
  background-color: #64b8df;
}
.crcv-template .clickable-card-glossary .card-header .card-header-title,
.crcv-template .info-card-glossary .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-glossary .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-glossary .dropdown .highlight a {
  color: #fff !important;
  background-color: #64b8df;
}
.crcv-template .info-card-glossary a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #64b8df;
}
.crcv-template .info-card-glossary a:hover {
  color: #212D3A;
}
.crcv-template .info-card-glossary a.swap {
  color: #212D3A;
}
.crcv-template .info-card-glossary a.swap:hover {
  color: #64b8df;
}
.crcv-template .info-card-glossary a.swap.is-active {
  background-color: #64b8df;
  color: #fff;
}
.crcv-template .info-card-glossary a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-glossary p.colored {
  color: #64b8df !important;
}
.crcv-template .card-header-glossary {
  background-color: #64b8df;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-glossary .card-header-title {
  color: #FFF !important;
}
.crcv-template .card-border-color-person {
  border: 2px solid #649bd6;
}
.crcv-template .card-person {
  background-color: #649bd6;
}
.crcv-template .card-person .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.crcv-template .card-header-tag .tag.is-person.is-active {
  background-color: #649bd6;
  color: #FFF;
}
.crcv-template .card-header-tag .tag.is-person {
  background-color: #b5cfeb;
  color: #FFF;
}
.crcv-template .card-header-tag .tag:hover.is-person {
  background-color: #649bd6;
}
.crcv-template .clickable-card-person:hover {
  background-color: #649bd6;
}
.crcv-template .clickable-card-person:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .clickable-card-person .card-header,
.crcv-template .info-card-person .card-header {
  background-color: #649bd6;
}
.crcv-template .clickable-card-person .card-header .card-header-title,
.crcv-template .info-card-person .card-header .card-header-title {
  color: #FFF !important;
}
.crcv-template .info-card-person .dropdown a {
  color: #333 !important;
}
.crcv-template .info-card-person .dropdown .highlight a {
  color: #fff !important;
  background-color: #649bd6;
}
.crcv-template .info-card-person a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #649bd6;
}
.crcv-template .info-card-person a:hover {
  color: #212D3A;
}
.crcv-template .info-card-person a.swap {
  color: #212D3A;
}
.crcv-template .info-card-person a.swap:hover {
  color: #649bd6;
}
.crcv-template .info-card-person a.swap.is-active {
  background-color: #649bd6;
  color: #fff;
}
.crcv-template .info-card-person a.swap.is-active:hover {
  color: #000;
}
.crcv-template .info-card-person p.colored {
  color: #649bd6 !important;
}
.crcv-template .card-header-person {
  background-color: #649bd6;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.crcv-template .card-header-person .card-header-title {
  color: #FFF !important;
}
.crcv-template .menu-list a.is-active.is-person {
  background-color: #649bd6;
}
.crcv-template .menu-list a.is-active.is-glossary {
  background-color: #64b8df;
}
.crcv-template .menu-list a.is-active.is-charge {
  background-color: #f0b12f;
}
.crcv-template .menu-list a.is-active.is-about {
  background-color: #d9c19c;
}
.crcv-template .menu-list a.is-active.is-input {
  background-color: #d9c19c;
}
.crcv-template .menu-list a.is-active.is-group {
  background-color: #1D875F;
}
.crcv-template .menu-list a.is-active.is-success {
  background-color: #00d1b2 !important;
}
.crcv-template .menu-list a.is-active.is-cart {
  background-color: #80a86f;
}
.crcv-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.crcv-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.crcv-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.crcv-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.crcv-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.crcv-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.crcv-template .menu-list a.is-active.is-deep-blue {
  background-color: #3273DC;
}
.crcv-template .menu-list a.is-active.is-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .menu-list a.is-active.is-confirm {
  background-color: #1CBDC7;
}
.crcv-template .menu-list a.is-active.is-cancel {
  background-color: #E9362F;
}
.crcv-template .message.is-abc {
  cursor: pointer;
}
.crcv-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.crcv-template .is-font-abc-small {
  font-size: 0.7rem;
}
.crcv-template .message.is-abc.is-active-cancel {
  background-color: #E9362F;
}
.crcv-template .message.is-abc.is-active-cancel .message-body {
  color: white;
}
.crcv-template .message.is-cancel {
  background-color: #E9362F;
}
.crcv-template .message.is-cancel .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-confirm {
  background-color: #1CBDC7;
}
.crcv-template .message.is-abc.is-active-confirm .message-body {
  color: white;
}
.crcv-template .message.is-confirm {
  background-color: #1CBDC7;
}
.crcv-template .message.is-confirm .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .message.is-abc.is-active-turquoise .message-body {
  color: white;
}
.crcv-template .message.is-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .message.is-turquoise .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-deep-blue {
  background-color: #3273DC;
}
.crcv-template .message.is-abc.is-active-deep-blue .message-body {
  color: white;
}
.crcv-template .message.is-deep-blue {
  background-color: #3273DC;
}
.crcv-template .message.is-deep-blue .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-blue {
  background-color: #1CBDC7;
}
.crcv-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.crcv-template .message.is-blue {
  background-color: #1CBDC7;
}
.crcv-template .message.is-blue .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-green {
  background-color: #1D875F;
}
.crcv-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.crcv-template .message.is-green {
  background-color: #1D875F;
}
.crcv-template .message.is-green .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-brown {
  background-color: #B39482;
}
.crcv-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.crcv-template .message.is-brown {
  background-color: #B39482;
}
.crcv-template .message.is-brown .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-purple {
  background-color: #7E69B4;
}
.crcv-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.crcv-template .message.is-purple {
  background-color: #7E69B4;
}
.crcv-template .message.is-purple .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-orange {
  background-color: #F8AA24;
}
.crcv-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.crcv-template .message.is-orange {
  background-color: #F8AA24;
}
.crcv-template .message.is-orange .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-red {
  background-color: #E9362F;
}
.crcv-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.crcv-template .message.is-red {
  background-color: #E9362F;
}
.crcv-template .message.is-red .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-cart {
  background-color: #80a86f;
}
.crcv-template .message.is-abc.is-active-cart .message-body {
  color: white;
}
.crcv-template .message.is-cart {
  background-color: #80a86f;
}
.crcv-template .message.is-cart .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-success {
  background-color: #00d1b2 !important;
}
.crcv-template .message.is-abc.is-active-success .message-body {
  color: white;
}
.crcv-template .message.is-success {
  background-color: #00d1b2 !important;
}
.crcv-template .message.is-success .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-group {
  background-color: #1D875F;
}
.crcv-template .message.is-abc.is-active-group .message-body {
  color: white;
}
.crcv-template .message.is-group {
  background-color: #1D875F;
}
.crcv-template .message.is-group .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-input {
  background-color: #d9c19c;
}
.crcv-template .message.is-abc.is-active-input .message-body {
  color: white;
}
.crcv-template .message.is-input {
  background-color: #d9c19c;
}
.crcv-template .message.is-input .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-about {
  background-color: #d9c19c;
}
.crcv-template .message.is-abc.is-active-about .message-body {
  color: white;
}
.crcv-template .message.is-about {
  background-color: #d9c19c;
}
.crcv-template .message.is-about .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-charge {
  background-color: #f0b12f;
}
.crcv-template .message.is-abc.is-active-charge .message-body {
  color: white;
}
.crcv-template .message.is-charge {
  background-color: #f0b12f;
}
.crcv-template .message.is-charge .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-glossary {
  background-color: #64b8df;
}
.crcv-template .message.is-abc.is-active-glossary .message-body {
  color: white;
}
.crcv-template .message.is-glossary {
  background-color: #64b8df;
}
.crcv-template .message.is-glossary .message-body {
  color: white;
}
.crcv-template .message.is-abc.is-active-person {
  background-color: #649bd6;
}
.crcv-template .message.is-abc.is-active-person .message-body {
  color: white;
}
.crcv-template .message.is-person {
  background-color: #649bd6;
}
.crcv-template .message.is-person .message-body {
  color: white;
}
.crcv-template .tabs.is-toggle li {
  margin-top: 0.25em;
  margin-left: -1px;
}
.crcv-template .node-active-cancel {
  border-left-color: #E9362F;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-confirm {
  border-left-color: #1CBDC7;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-turquoise {
  border-left-color: #1CBDC7;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-deep-blue {
  border-left-color: #3273DC;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-blue {
  border-left-color: #1CBDC7;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-green {
  border-left-color: #1D875F;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-brown {
  border-left-color: #B39482;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-purple {
  border-left-color: #7E69B4;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-orange {
  border-left-color: #F8AA24;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-red {
  border-left-color: #E9362F;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-cart {
  border-left-color: #80a86f;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-success {
  border-left-color: #00d1b2 !important;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-group {
  border-left-color: #1D875F;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-input {
  border-left-color: #d9c19c;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-about {
  border-left-color: #d9c19c;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-charge {
  border-left-color: #f0b12f;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-glossary {
  border-left-color: #64b8df;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .node-active-person {
  border-left-color: #649bd6;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.crcv-template .map-legend {
  padding: 10px;
  background-color: white;
}
.crcv-template .map-legend-title {
  margin-bottom: 10px;
}
.crcv-template .map-legend-item {
  margin-top: -6px;
}
.crcv-template .map-legend-icon {
  width: 12px;
  height: 20px;
}
.crcv-template .map-legend-text {
  font-size: small;
}
.crcv-template .timeline {
  text-align: left;
  width: 100%;
  max-width: 500px;
}
.crcv-template .timeline .wrapper-timeline {
  position: relative;
}
.crcv-template .timeline .wrapper-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-bottom: 20px;
}
.crcv-template .timeline .wrapper-item .section-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
}
.crcv-template .timeline .wrapper-item .section-year .year {
  margin: 0;
}
.crcv-template .timeline .wrapper-item.unique-timeline {
  margin-bottom: 0;
}
.crcv-template .timeline-item .item {
  border-left: 5px solid #ccd5db;
  padding: 20px 0 20px 15px;
  position: relative;
}
.crcv-template .timeline-item .date-item {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.crcv-template .timeline-item .title-item {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.crcv-template .timeline-item .description-item {
  font-weight: 100;
  margin: 0;
}
.crcv-template .timeline-item .dot {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -10px;
  top: 26px;
}
.crcv-template .variadic-content {
  display: flex;
  flex-flow: column;
}
.crcv-template .variadic-add-position {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.crcv-template .variadic-elements-position {
  order: 1;
}
.crcv-template .variadic-element {
  display: flex;
  flex-flow: column;
}
.crcv-template .variadic-element-content-position {
  order: 1;
}
.crcv-template .variadic-element-remove-position {
  order: 1;
}
.crcv-template .variadic-tabs {
  display: flex;
  flex-flow: column;
}
.crcv-template .variadic-tabs-add-position {
  order: 1;
  padding-left: 0.5em !important;
  padding-bottom: 0%;
}
.crcv-template .variadic-tabs-position {
  order: 1;
}
.crcv-template .crud-action-link {
  color: #00d1b2 !important;
}
.crcv-template .variadic-add-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.crcv-template .variadic-remove-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
}
.crcv-template .variadic-remove-link {
  color: #00d1b2 !important;
  float: right !important;
}
.crcv-template .image img {
  width: 200px !important;
}
.crcv-template nav.navigation-menu {
  background-color: #000;
}
.crcv-template nav.navigation-menu .columns {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0 !important;
}
.crcv-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.crcv-template nav.navigation-menu .navbar-item {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  z-index: 35;
}
.crcv-template nav.navigation-menu .navbar-item a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.crcv-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crcv-template nav.navigation-menu .navbar-item a:hover {
  color: #FFF;
}
.crcv-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.crcv-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.crcv-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  padding-right: 1em;
  padding-left: 1em;
}
.crcv-template nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.crcv-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.crcv-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;
}
.crcv-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.crcv-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;
}
.crcv-template .navbar-item-cancel:hover {
  background-color: #E9362F;
}
.crcv-template .navbar-item-cancel.is-active {
  background-color: #E9362F;
}
.crcv-template .navbar-item-cancel {
  border-bottom-color: #E9362F;
}
.crcv-template .breadcrumb-cancel {
  background-color: #E9362F;
}
.crcv-template .breadcrumb-cancel a::after {
  box-shadow: 2px -2px 0 2px #E9362F, 3px -3px 0 2px #E9362F;
}
.crcv-template .breadcrumb-cancel a:first-child {
  background: #E9362F;
  color: #FFF;
}
.crcv-template .breadcrumb-cancel a:first-child::after {
  background: #E9362F;
}
.crcv-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content {
  background-color: #E9362F;
}
.crcv-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-confirm:hover {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item-confirm.is-active {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item-confirm {
  border-bottom-color: #1CBDC7;
}
.crcv-template .breadcrumb-confirm {
  background-color: #1CBDC7;
}
.crcv-template .breadcrumb-confirm a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.crcv-template .breadcrumb-confirm a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.crcv-template .breadcrumb-confirm a:first-child::after {
  background: #1CBDC7;
}
.crcv-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-turquoise:hover {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item-turquoise.is-active {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item-turquoise {
  border-bottom-color: #1CBDC7;
}
.crcv-template .breadcrumb-turquoise {
  background-color: #1CBDC7;
}
.crcv-template .breadcrumb-turquoise a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.crcv-template .breadcrumb-turquoise a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.crcv-template .breadcrumb-turquoise a:first-child::after {
  background: #1CBDC7;
}
.crcv-template .navbar-item .dropdown.is-turquoise .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item .dropdown.is-turquoise .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-turquoise .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-deep-blue:hover {
  background-color: #3273DC;
}
.crcv-template .navbar-item-deep-blue.is-active {
  background-color: #3273DC;
}
.crcv-template .navbar-item-deep-blue {
  border-bottom-color: #3273DC;
}
.crcv-template .breadcrumb-deep-blue {
  background-color: #3273DC;
}
.crcv-template .breadcrumb-deep-blue a::after {
  box-shadow: 2px -2px 0 2px #3273DC, 3px -3px 0 2px #3273DC;
}
.crcv-template .breadcrumb-deep-blue a:first-child {
  background: #3273DC;
  color: #FFF;
}
.crcv-template .breadcrumb-deep-blue a:first-child::after {
  background: #3273DC;
}
.crcv-template .navbar-item .dropdown.is-deep-blue .dropdown-menu .dropdown-content {
  background-color: #3273DC;
}
.crcv-template .navbar-item .dropdown.is-deep-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-deep-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-blue:hover {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item-blue.is-active {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item-blue {
  border-bottom-color: #1CBDC7;
}
.crcv-template .breadcrumb-blue {
  background-color: #1CBDC7;
}
.crcv-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.crcv-template .breadcrumb-blue a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.crcv-template .breadcrumb-blue a:first-child::after {
  background: #1CBDC7;
}
.crcv-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.crcv-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-green:hover {
  background-color: #1D875F;
}
.crcv-template .navbar-item-green.is-active {
  background-color: #1D875F;
}
.crcv-template .navbar-item-green {
  border-bottom-color: #1D875F;
}
.crcv-template .breadcrumb-green {
  background-color: #1D875F;
}
.crcv-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #1D875F, 3px -3px 0 2px #1D875F;
}
.crcv-template .breadcrumb-green a:first-child {
  background: #1D875F;
  color: #FFF;
}
.crcv-template .breadcrumb-green a:first-child::after {
  background: #1D875F;
}
.crcv-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #1D875F;
}
.crcv-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-brown:hover {
  background-color: #B39482;
}
.crcv-template .navbar-item-brown.is-active {
  background-color: #B39482;
}
.crcv-template .navbar-item-brown {
  border-bottom-color: #B39482;
}
.crcv-template .breadcrumb-brown {
  background-color: #B39482;
}
.crcv-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #B39482, 3px -3px 0 2px #B39482;
}
.crcv-template .breadcrumb-brown a:first-child {
  background: #B39482;
  color: #FFF;
}
.crcv-template .breadcrumb-brown a:first-child::after {
  background: #B39482;
}
.crcv-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #B39482;
}
.crcv-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-purple:hover {
  background-color: #7E69B4;
}
.crcv-template .navbar-item-purple.is-active {
  background-color: #7E69B4;
}
.crcv-template .navbar-item-purple {
  border-bottom-color: #7E69B4;
}
.crcv-template .breadcrumb-purple {
  background-color: #7E69B4;
}
.crcv-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #7E69B4, 3px -3px 0 2px #7E69B4;
}
.crcv-template .breadcrumb-purple a:first-child {
  background: #7E69B4;
  color: #FFF;
}
.crcv-template .breadcrumb-purple a:first-child::after {
  background: #7E69B4;
}
.crcv-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #7E69B4;
}
.crcv-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-orange:hover {
  background-color: #F8AA24;
}
.crcv-template .navbar-item-orange.is-active {
  background-color: #F8AA24;
}
.crcv-template .navbar-item-orange {
  border-bottom-color: #F8AA24;
}
.crcv-template .breadcrumb-orange {
  background-color: #F8AA24;
}
.crcv-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #F8AA24, 3px -3px 0 2px #F8AA24;
}
.crcv-template .breadcrumb-orange a:first-child {
  background: #F8AA24;
  color: #FFF;
}
.crcv-template .breadcrumb-orange a:first-child::after {
  background: #F8AA24;
}
.crcv-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #F8AA24;
}
.crcv-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-red:hover {
  background-color: #E9362F;
}
.crcv-template .navbar-item-red.is-active {
  background-color: #E9362F;
}
.crcv-template .navbar-item-red {
  border-bottom-color: #E9362F;
}
.crcv-template .breadcrumb-red {
  background-color: #E9362F;
}
.crcv-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #E9362F, 3px -3px 0 2px #E9362F;
}
.crcv-template .breadcrumb-red a:first-child {
  background: #E9362F;
  color: #FFF;
}
.crcv-template .breadcrumb-red a:first-child::after {
  background: #E9362F;
}
.crcv-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #E9362F;
}
.crcv-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-cart:hover {
  background-color: #80a86f;
}
.crcv-template .navbar-item-cart.is-active {
  background-color: #80a86f;
}
.crcv-template .navbar-item-cart {
  border-bottom-color: #80a86f;
}
.crcv-template .breadcrumb-cart {
  background-color: #80a86f;
}
.crcv-template .breadcrumb-cart a::after {
  box-shadow: 2px -2px 0 2px #80a86f, 3px -3px 0 2px #80a86f;
}
.crcv-template .breadcrumb-cart a:first-child {
  background: #80a86f;
  color: #FFF;
}
.crcv-template .breadcrumb-cart a:first-child::after {
  background: #80a86f;
}
.crcv-template .navbar-item .dropdown.is-cart .dropdown-menu .dropdown-content {
  background-color: #80a86f;
}
.crcv-template .navbar-item .dropdown.is-cart .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-cart .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-success:hover {
  background-color: #00d1b2 !important;
}
.crcv-template .navbar-item-success.is-active {
  background-color: #00d1b2 !important;
}
.crcv-template .navbar-item-success {
  border-bottom-color: #00d1b2 !important;
}
.crcv-template .breadcrumb-success {
  background-color: #00d1b2 !important;
}
.crcv-template .breadcrumb-success a::after {
  box-shadow: 2px -2px 0 2px #00d1b2, 3px -3px 0 2px #00d1b2 !important;
}
.crcv-template .breadcrumb-success a:first-child {
  background: #00d1b2 !important;
  color: #FFF;
}
.crcv-template .breadcrumb-success a:first-child::after {
  background: #00d1b2 !important;
}
.crcv-template .navbar-item .dropdown.is-success .dropdown-menu .dropdown-content {
  background-color: #00d1b2 !important;
}
.crcv-template .navbar-item .dropdown.is-success .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-success .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-group:hover {
  background-color: #1D875F;
}
.crcv-template .navbar-item-group.is-active {
  background-color: #1D875F;
}
.crcv-template .navbar-item-group {
  border-bottom-color: #1D875F;
}
.crcv-template .breadcrumb-group {
  background-color: #1D875F;
}
.crcv-template .breadcrumb-group a::after {
  box-shadow: 2px -2px 0 2px #1D875F, 3px -3px 0 2px #1D875F;
}
.crcv-template .breadcrumb-group a:first-child {
  background: #1D875F;
  color: #FFF;
}
.crcv-template .breadcrumb-group a:first-child::after {
  background: #1D875F;
}
.crcv-template .navbar-item .dropdown.is-group .dropdown-menu .dropdown-content {
  background-color: #1D875F;
}
.crcv-template .navbar-item .dropdown.is-group .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-group .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-input:hover {
  background-color: #d9c19c;
}
.crcv-template .navbar-item-input.is-active {
  background-color: #d9c19c;
}
.crcv-template .navbar-item-input {
  border-bottom-color: #d9c19c;
}
.crcv-template .breadcrumb-input {
  background-color: #d9c19c;
}
.crcv-template .breadcrumb-input a::after {
  box-shadow: 2px -2px 0 2px #d9c19c, 3px -3px 0 2px #d9c19c;
}
.crcv-template .breadcrumb-input a:first-child {
  background: #d9c19c;
  color: #FFF;
}
.crcv-template .breadcrumb-input a:first-child::after {
  background: #d9c19c;
}
.crcv-template .navbar-item .dropdown.is-input .dropdown-menu .dropdown-content {
  background-color: #d9c19c;
}
.crcv-template .navbar-item .dropdown.is-input .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-input .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-about:hover {
  background-color: #d9c19c;
}
.crcv-template .navbar-item-about.is-active {
  background-color: #d9c19c;
}
.crcv-template .navbar-item-about {
  border-bottom-color: #d9c19c;
}
.crcv-template .breadcrumb-about {
  background-color: #d9c19c;
}
.crcv-template .breadcrumb-about a::after {
  box-shadow: 2px -2px 0 2px #d9c19c, 3px -3px 0 2px #d9c19c;
}
.crcv-template .breadcrumb-about a:first-child {
  background: #d9c19c;
  color: #FFF;
}
.crcv-template .breadcrumb-about a:first-child::after {
  background: #d9c19c;
}
.crcv-template .navbar-item .dropdown.is-about .dropdown-menu .dropdown-content {
  background-color: #d9c19c;
}
.crcv-template .navbar-item .dropdown.is-about .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-about .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-charge:hover {
  background-color: #f0b12f;
}
.crcv-template .navbar-item-charge.is-active {
  background-color: #f0b12f;
}
.crcv-template .navbar-item-charge {
  border-bottom-color: #f0b12f;
}
.crcv-template .breadcrumb-charge {
  background-color: #f0b12f;
}
.crcv-template .breadcrumb-charge a::after {
  box-shadow: 2px -2px 0 2px #f0b12f, 3px -3px 0 2px #f0b12f;
}
.crcv-template .breadcrumb-charge a:first-child {
  background: #f0b12f;
  color: #FFF;
}
.crcv-template .breadcrumb-charge a:first-child::after {
  background: #f0b12f;
}
.crcv-template .navbar-item .dropdown.is-charge .dropdown-menu .dropdown-content {
  background-color: #f0b12f;
}
.crcv-template .navbar-item .dropdown.is-charge .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-charge .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-glossary:hover {
  background-color: #64b8df;
}
.crcv-template .navbar-item-glossary.is-active {
  background-color: #64b8df;
}
.crcv-template .navbar-item-glossary {
  border-bottom-color: #64b8df;
}
.crcv-template .breadcrumb-glossary {
  background-color: #64b8df;
}
.crcv-template .breadcrumb-glossary a::after {
  box-shadow: 2px -2px 0 2px #64b8df, 3px -3px 0 2px #64b8df;
}
.crcv-template .breadcrumb-glossary a:first-child {
  background: #64b8df;
  color: #FFF;
}
.crcv-template .breadcrumb-glossary a:first-child::after {
  background: #64b8df;
}
.crcv-template .navbar-item .dropdown.is-glossary .dropdown-menu .dropdown-content {
  background-color: #64b8df;
}
.crcv-template .navbar-item .dropdown.is-glossary .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-glossary .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template .navbar-item-person:hover {
  background-color: #649bd6;
}
.crcv-template .navbar-item-person.is-active {
  background-color: #649bd6;
}
.crcv-template .navbar-item-person {
  border-bottom-color: #649bd6;
}
.crcv-template .breadcrumb-person {
  background-color: #649bd6;
}
.crcv-template .breadcrumb-person a::after {
  box-shadow: 2px -2px 0 2px #649bd6, 3px -3px 0 2px #649bd6;
}
.crcv-template .breadcrumb-person a:first-child {
  background: #649bd6;
  color: #FFF;
}
.crcv-template .breadcrumb-person a:first-child::after {
  background: #649bd6;
}
.crcv-template .navbar-item .dropdown.is-person .dropdown-menu .dropdown-content {
  background-color: #649bd6;
}
.crcv-template .navbar-item .dropdown.is-person .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.crcv-template .navbar-item .dropdown.is-person .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.crcv-template footer:not(.modal-card-foot) {
  background-color: #000;
  color: #FFF;
  font-size: 0.9rem;
}
.crcv-template footer:not(.modal-card-foot) a {
  color: #FFF;
}
.crcv-template footer:not(.modal-card-foot) a:hover {
  color: #FFF;
}
.crcv-template footer:not(.modal-card-foot) .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.crcv-template footer:not(.modal-card-foot) .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.crcv-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.crcv-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.crcv-template footer:not(.modal-card-foot) .footer-disclaimer {
  font-weight: bold;
  text-align: center;
}
.crcv-template .footer-menu-cancel {
  border-top-color: #E9362F;
}
.crcv-template .footer-menu-cancel .footer-menu-list a:hover {
  color: #E9362F;
}
.crcv-template .footer-menu-confirm {
  border-top-color: #1CBDC7;
}
.crcv-template .footer-menu-confirm .footer-menu-list a:hover {
  color: #1CBDC7;
}
.crcv-template .footer-menu-turquoise {
  border-top-color: #1CBDC7;
}
.crcv-template .footer-menu-turquoise .footer-menu-list a:hover {
  color: #1CBDC7;
}
.crcv-template .footer-menu-deep-blue {
  border-top-color: #3273DC;
}
.crcv-template .footer-menu-deep-blue .footer-menu-list a:hover {
  color: #3273DC;
}
.crcv-template .footer-menu-blue {
  border-top-color: #1CBDC7;
}
.crcv-template .footer-menu-blue .footer-menu-list a:hover {
  color: #1CBDC7;
}
.crcv-template .footer-menu-green {
  border-top-color: #1D875F;
}
.crcv-template .footer-menu-green .footer-menu-list a:hover {
  color: #1D875F;
}
.crcv-template .footer-menu-brown {
  border-top-color: #B39482;
}
.crcv-template .footer-menu-brown .footer-menu-list a:hover {
  color: #B39482;
}
.crcv-template .footer-menu-purple {
  border-top-color: #7E69B4;
}
.crcv-template .footer-menu-purple .footer-menu-list a:hover {
  color: #7E69B4;
}
.crcv-template .footer-menu-orange {
  border-top-color: #F8AA24;
}
.crcv-template .footer-menu-orange .footer-menu-list a:hover {
  color: #F8AA24;
}
.crcv-template .footer-menu-red {
  border-top-color: #E9362F;
}
.crcv-template .footer-menu-red .footer-menu-list a:hover {
  color: #E9362F;
}
.crcv-template .footer-menu-cart {
  border-top-color: #80a86f;
}
.crcv-template .footer-menu-cart .footer-menu-list a:hover {
  color: #80a86f;
}
.crcv-template .footer-menu-success {
  border-top-color: #00d1b2 !important;
}
.crcv-template .footer-menu-success .footer-menu-list a:hover {
  color: #00d1b2 !important;
}
.crcv-template .footer-menu-group {
  border-top-color: #1D875F;
}
.crcv-template .footer-menu-group .footer-menu-list a:hover {
  color: #1D875F;
}
.crcv-template .footer-menu-input {
  border-top-color: #d9c19c;
}
.crcv-template .footer-menu-input .footer-menu-list a:hover {
  color: #d9c19c;
}
.crcv-template .footer-menu-about {
  border-top-color: #d9c19c;
}
.crcv-template .footer-menu-about .footer-menu-list a:hover {
  color: #d9c19c;
}
.crcv-template .footer-menu-charge {
  border-top-color: #f0b12f;
}
.crcv-template .footer-menu-charge .footer-menu-list a:hover {
  color: #f0b12f;
}
.crcv-template .footer-menu-glossary {
  border-top-color: #64b8df;
}
.crcv-template .footer-menu-glossary .footer-menu-list a:hover {
  color: #64b8df;
}
.crcv-template .footer-menu-person {
  border-top-color: #649bd6;
}
.crcv-template .footer-menu-person .footer-menu-list a:hover {
  color: #649bd6;
}
.crcv-template .is-height-three-quarters {
  height: 75vh;
}
.crcv-template .is-height-two-thirds {
  height: 66vh;
}
.crcv-template .is-height-three-fifths {
  height: 60vh;
}
.crcv-template .is-height-half {
  height: 50vh;
}
.crcv-template .is-height-one-third {
  height: 33vh;
}
.crcv-template .is-height-one-quarter {
  height: 25vh;
}
.crcv-template .is-height-one-fifth {
  height: 20vh;
}
.crcv-template .source-comment span p:first-child,
.crcv-template .source-comment span div:first-child {
  display: inline !important;
}
.crcv-template .source-comment span p {
  margin-bottom: 0em;
}
.crcv-template .remove-first-crlf p:first-child,
.crcv-template .remove-first-crlf div:first-child {
  display: inline !important;
}
.crcv-template .has-no-paragraph-margin p,
.crcv-template .has-no-paragraph-margin div {
  margin-bottom: 0;
  margin-top: 0;
}
.crcv-template .stat-widget-h {
  cursor: pointer;
}
.crcv-template .addButton {
  border-radius: 100%;
  border: 2.5px solid black !important;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  box-shadow: gray 0.1rem 0.1rem 0.5rem 0.1rem;
  cursor: pointer;
}
.crcv-template .addButton p {
  font-weight: 700;
  font-size: 1.5rem;
}
.crcv-template .addButtonDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.crcv-template .mt-10 {
  margin-top: 8rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .crcv-template .container.is-fluid {
    width: 100%;
  }
  .crcv-template .ie-reduced-width {
    width: 95% !important;
  }
  .crcv-template .ie-reduced-width .is-fluid {
    width: auto !important;
  }
  .crcv-template .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
  }
}
.bbk-template {
  --chart-colors: #0a3d6f, #238dbf, #32bdef, #46e4ff, #5af4ff, #549595, #0f4d7f, #1e7daf, #37cdfd, #4be8ff, #5ff8ff, #406262, #145d8f, #289dcf, #3cdcff, #50ecff, #64fcff, #306262, #196d9f, #2daddf, #41e0ff, #55f0ff, #6dc8c8, #206262;
}
.bbk-template .has-text-cancel {
  color: #0062A1;
}
.bbk-template a.has-text-cancel {
  color: #0062A1;
}
.bbk-template a.has-text-cancel:hover {
  color: #000;
}
.bbk-template a.swap.has-text-cancel {
  color: #000;
}
.bbk-template a.swap.has-text-cancel:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-cancel a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-cancel a {
  color: #0062A1;
}
.bbk-template .has-text-confirm {
  color: #0062A1;
}
.bbk-template a.has-text-confirm {
  color: #0062A1;
}
.bbk-template a.has-text-confirm:hover {
  color: #000;
}
.bbk-template a.swap.has-text-confirm {
  color: #000;
}
.bbk-template a.swap.has-text-confirm:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-confirm a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-confirm a {
  color: #0062A1;
}
.bbk-template .has-text-black {
  color: #000;
}
.bbk-template a.has-text-black {
  color: #000;
}
.bbk-template a.has-text-black:hover {
  color: #000;
}
.bbk-template a.swap.has-text-black {
  color: #000;
}
.bbk-template a.swap.has-text-black:hover {
  color: #000;
}
.bbk-template .tabs.is-toggle li.is-active.is-black a {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-black a {
  color: #000;
}
.bbk-template .has-text-grey {
  color: #dbdbdb;
}
.bbk-template a.has-text-grey {
  color: #dbdbdb;
}
.bbk-template a.has-text-grey:hover {
  color: #000;
}
.bbk-template a.swap.has-text-grey {
  color: #000;
}
.bbk-template a.swap.has-text-grey:hover {
  color: #dbdbdb;
}
.bbk-template .tabs.is-toggle li.is-active.is-grey a {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-grey a {
  color: #dbdbdb;
}
.bbk-template .has-text-blue {
  color: #0062A1;
}
.bbk-template a.has-text-blue {
  color: #0062A1;
}
.bbk-template a.has-text-blue:hover {
  color: #000;
}
.bbk-template a.swap.has-text-blue {
  color: #000;
}
.bbk-template a.swap.has-text-blue:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-blue a {
  color: #0062A1;
}
.bbk-template .has-text-green {
  color: #0062A1;
}
.bbk-template a.has-text-green {
  color: #0062A1;
}
.bbk-template a.has-text-green:hover {
  color: #000;
}
.bbk-template a.swap.has-text-green {
  color: #000;
}
.bbk-template a.swap.has-text-green:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-green a {
  color: #0062A1;
}
.bbk-template .has-text-brown {
  color: #0062A1;
}
.bbk-template a.has-text-brown {
  color: #0062A1;
}
.bbk-template a.has-text-brown:hover {
  color: #000;
}
.bbk-template a.swap.has-text-brown {
  color: #000;
}
.bbk-template a.swap.has-text-brown:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-brown a {
  color: #0062A1;
}
.bbk-template .has-text-purple {
  color: #0062A1;
}
.bbk-template a.has-text-purple {
  color: #0062A1;
}
.bbk-template a.has-text-purple:hover {
  color: #000;
}
.bbk-template a.swap.has-text-purple {
  color: #000;
}
.bbk-template a.swap.has-text-purple:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-purple a {
  color: #0062A1;
}
.bbk-template .has-text-orange {
  color: #0062A1;
}
.bbk-template a.has-text-orange {
  color: #0062A1;
}
.bbk-template a.has-text-orange:hover {
  color: #000;
}
.bbk-template a.swap.has-text-orange {
  color: #000;
}
.bbk-template a.swap.has-text-orange:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-orange a {
  color: #0062A1;
}
.bbk-template .has-text-red {
  color: #0062A1;
}
.bbk-template a.has-text-red {
  color: #0062A1;
}
.bbk-template a.has-text-red:hover {
  color: #000;
}
.bbk-template a.swap.has-text-red {
  color: #000;
}
.bbk-template a.swap.has-text-red:hover {
  color: #0062A1;
}
.bbk-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #0062A1;
  border-color: #0062A1;
  color: #FFF;
}
.bbk-template .tabs li.is-active.is-red a {
  color: #0062A1;
}
.bbk-template .break-word {
  height: auto !important;
  white-space: unset !important;
  width: 100%;
}
.bbk-template .is-paddingless {
  padding: 0 !important;
}
.bbk-template .is-marginless {
  margin: 0 !important;
}
.bbk-template .is-pulled-bottom {
  margin-top: auto;
}
.bbk-template .is-pulled-right {
  display: flex;
}
.bbk-template .has-no-radius {
  border-radius: 0% !important;
}
.bbk-template .has-no-right-margin {
  margin-right: 0 !important;
}
.bbk-template .has-no-right-padding {
  padding-right: 0 !important;
}
.bbk-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.bbk-template .has-no-left-margin {
  margin-left: 0 !important;
}
.bbk-template .has-no-left-padding {
  padding-left: 0 !important;
}
.bbk-template .has-no-top-margin {
  margin-top: 0 !important;
}
.bbk-template .has-no-top-padding {
  padding-top: 0 !important;
}
.bbk-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.bbk-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.bbk-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.bbk-template .has-small-margin {
  margin: 0.5rem;
}
.bbk-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.bbk-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.bbk-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.bbk-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.bbk-template .has-medium-right-margin {
  margin-right: 1rem;
}
.bbk-template .has-medium-left-margin {
  margin-left: 1rem;
}
.bbk-template .has-medium-top-margin {
  margin-top: 1rem;
}
.bbk-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.bbk-template .has-small-padding {
  padding: 0.5rem;
}
.bbk-template .has-xmedium-padding {
  padding: 0.75rem;
}
.bbk-template .has-medium-padding {
  padding: 1rem;
}
.bbk-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.bbk-template .text-with-line:before,
.bbk-template .text-with-line:after {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.bbk-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.bbk-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.bbk-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bbk-template .facebook-color {
  color: #3B5998 !important;
}
.bbk-template .twitter-color {
  color: #55ACEE !important;
}
.bbk-template .linkedin-color {
  color: #007BB5 !important;
}
.bbk-template .google-plus-color {
  color: #DD4B39 !important;
}
.bbk-template .redify {
  color: #0062A1;
}
.bbk-template a {
  color: #555;
}
.bbk-template a:hover {
  color: #0062A1;
}
.bbk-template .is-justify-center {
  justify-content: center;
}
.bbk-template .is-justify-flex-start {
  justify-content: flex-start !important;
}
.bbk-template .align-items-flex-start {
  align-items: flex-start !important;
}
.bbk-template .is-vcentered {
  display: flex;
  align-items: center;
}
.bbk-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.bbk-template .is-clearfix {
  clear: both;
}
.bbk-template .hr-section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.bbk-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.bbk-template .is-width-one-third {
  width: 33%;
}
.bbk-template .is-width-half {
  width: 50%;
}
.bbk-template .has-cursor-pointer {
  cursor: pointer;
}
.bbk-template .is-whitespace-pre-line {
  white-space: pre-line;
}
.bbk-template .put-front {
  position: relative;
  z-index: 100;
}
@font-face {
  font-family: "Frutiger";
  src: local('Frutiger');
  src: url("/public/front/fonts/FrutigerNextW04-Regular.eot?#iefix");
  src: url("/public/front/fonts/FrutigerNextW04-Regular.eot?#iefix") format("eot"), url("/public/front/fonts/FrutigerNextW04-Regular.woff2") format("woff2"), url("/public/front/fonts/FrutigerNextW04-Regular.woff") format("woff"), url("/public/front/fonts/FrutigerNextW04-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerNextW02-Light";
  src: local('Frutiger Light');
  src: url("/public/front/fonts/FrutigerNextW02-Light.eot?#iefix");
  src: url("/public/front/fonts/FrutigerNextW02-Light.eot?#iefix") format("eot"), url("/public/front/fonts/FrutigerNextW02-Light.woff2") format("woff2"), url("/public/front/fonts/FrutigerNextW02-Light.woff") format("woff"), url("/public/front/fonts/FrutigerNextW02-Light.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerNextW02-Medium";
  src: local('Frutiger Bold');
  src: url("/public/front/fonts/FrutigerNextW02-Medium.eot?#iefix");
  src: url("/public/front/fonts/FrutigerNextW02-Medium.eot?#iefix") format("eot"), url("/public/front/fonts/FrutigerNextW02-Medium.woff2") format("woff2"), url("/public/front/fonts/FrutigerNextW02-Medium.woff") format("woff"), url("/public/front/fonts/FrutigerNextW02-Medium.ttf") format("truetype");
}
.bbk-template button,
.bbk-template input,
.bbk-template optgroup,
.bbk-template select,
.bbk-template textarea,
.bbk-template p,
.bbk-template a {
  font-family: 'Frutiger', sans-serif;
}
.bbk-template .ace_editor textarea {
  font-family: inherit;
}
.bbk-template .has-extra-small-font {
  font-size: 0.5rem;
}
.bbk-template .has-small-font {
  font-size: 0.7rem;
}
.bbk-template .has-medium-font {
  font-size: 0.9rem;
}
.bbk-template .has-base-font {
  font-size: 1rem;
}
.bbk-template .has-big-font {
  font-size: 1.2rem;
}
.bbk-template .has-medium-weight {
  font-weight: 600 !important;
}
.bbk-template .msw-loader .primary-color {
  background-color: #0062A1;
}
.bbk-template .msw-loader .secondary-color {
  background-color: #262626;
}
.bbk-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 0px;
}
.bbk-template .card .card-header {
  box-shadow: none;
  color: #ABADAD;
}
.bbk-template .card .card-footer {
  border-top: none;
}
.bbk-template .card .tag.is-info {
  background-color: #646464;
  color: #f0f0f0;
}
.bbk-template .card .tag.is-secondary {
  background-color: #ABADAD;
  color: #f0f0f0;
}
.bbk-template .card .tag.is-working_paper {
  background-color: #0090a8;
  color: #f0f0f0;
}
.bbk-template .card .tag.is-working_paper_external {
  background-color: #ba85c0;
  color: #f0f0f0;
}
.bbk-template .card .tag.is-other {
  background-color: #803088;
  color: #f0f0f0;
}
.bbk-template .card .tag.is-refereed_publication {
  background-color: #009838;
  color: #f0f0f0;
  vertical-align: bottom;
}
.bbk-template .clickable-card,
.bbk-template .info-card {
  border-radius: 0px;
  border: 0px solid #ABADAD;
  padding: 0 2% 2% 2%;
}
.bbk-template .clickable-card .card-header,
.bbk-template .info-card .card-header {
  display: inline-block;
  padding: 0px 10px;
  color: #FFF;
  border-radius: 0 0 0px 0px;
  text-transform: uppercase;
  border-bottom: none;
}
.bbk-template .clickable-card {
  cursor: pointer;
}
.bbk-template .has-card-gradient {
  background-color: #ABADAD;
}
.bbk-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.bbk-template .card-equal-height .card-footer {
  margin-top: auto;
}
.bbk-template .stats-card {
  background-color: #ABADAD;
  padding: 0 !important;
}
.bbk-template .stats-card .columns {
  margin: 0;
}
.bbk-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.bbk-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.bbk-template .stats-card .column {
  padding: 0;
}
.bbk-template .stats-card hr {
  margin: 0.75rem 0;
}
.bbk-template .stats-card .card-content {
  padding: 0.35rem;
}
.bbk-template .stats-card .media {
  padding: 0.5rem;
}
.bbk-template .stats-card .title,
.bbk-template .stats-card .subtitle {
  color: #4E5762;
}
.bbk-template .card-with-tag {
  padding: 0 !important;
}
.bbk-template .card-with-tag .card-header {
  border-bottom: none;
}
.bbk-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.bbk-template .card-header-tag .tag {
  border-radius: 0px;
}
.bbk-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 0px;
}
.bbk-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 0px;
}
.bbk-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.bbk-template .card-border-color-deep-blue {
  border: 2px solid #0062A1;
}
.bbk-template .card-border-color-turquoise {
  border: 2px solid #4E5762;
}
.bbk-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.bbk-template .card-border-color-cancel {
  border: 2px solid #0062A1;
}
.bbk-template .card-cancel {
  background-color: #0062A1;
}
.bbk-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-cancel {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-cancel {
  background-color: #0062A1;
}
.bbk-template .clickable-card-cancel:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-cancel:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-cancel .card-header .card-header-title,
.bbk-template .info-card-cancel .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-cancel a {
  color: #0062A1;
}
.bbk-template .info-card-cancel a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-cancel a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-cancel a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-cancel a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-cancel p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-cancel {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-cancel .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-confirm {
  border: 2px solid #0062A1;
}
.bbk-template .card-confirm {
  background-color: #0062A1;
}
.bbk-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-confirm {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-confirm {
  background-color: #0062A1;
}
.bbk-template .clickable-card-confirm:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-confirm:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-confirm .card-header .card-header-title,
.bbk-template .info-card-confirm .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-confirm a {
  color: #0062A1;
}
.bbk-template .info-card-confirm a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-confirm a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-confirm a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-confirm a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-confirm p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-confirm {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-confirm .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-black {
  border: 2px solid #000;
}
.bbk-template .card-black {
  background-color: #000;
}
.bbk-template .card-black .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-black.is-active {
  background-color: #000;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-black {
  background-color: #333333;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-black {
  background-color: #000;
}
.bbk-template .clickable-card-black:hover {
  background-color: #000;
}
.bbk-template .clickable-card-black:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-black .card-header .card-header-title,
.bbk-template .info-card-black .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-black a {
  color: #000;
}
.bbk-template .info-card-black a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-black a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-black a.swap:hover {
  color: #000;
}
.bbk-template .info-card-black a.swap.is-active {
  color: #000;
}
.bbk-template .info-card-black p.colored {
  color: #000 !important;
}
.bbk-template .card-header-black {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-black .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-grey {
  border: 2px solid #dbdbdb;
}
.bbk-template .card-grey {
  background-color: #dbdbdb;
}
.bbk-template .card-grey .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-grey.is-active {
  background-color: #dbdbdb;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-grey {
  background-color: #ffffff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-grey {
  background-color: #dbdbdb;
}
.bbk-template .clickable-card-grey:hover {
  background-color: #dbdbdb;
}
.bbk-template .clickable-card-grey:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-grey .card-header .card-header-title,
.bbk-template .info-card-grey .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-grey a {
  color: #dbdbdb;
}
.bbk-template .info-card-grey a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-grey a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-grey a.swap:hover {
  color: #dbdbdb;
}
.bbk-template .info-card-grey a.swap.is-active {
  color: #dbdbdb;
}
.bbk-template .info-card-grey p.colored {
  color: #dbdbdb !important;
}
.bbk-template .card-header-grey {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-grey .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-blue {
  border: 2px solid #0062A1;
}
.bbk-template .card-blue {
  background-color: #0062A1;
}
.bbk-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-blue.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-blue {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-blue {
  background-color: #0062A1;
}
.bbk-template .clickable-card-blue:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-blue:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-blue .card-header .card-header-title,
.bbk-template .info-card-blue .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-blue a {
  color: #0062A1;
}
.bbk-template .info-card-blue a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-blue a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-blue a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-blue a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-blue p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-blue {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-blue .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-green {
  border: 2px solid #0062A1;
}
.bbk-template .card-green {
  background-color: #0062A1;
}
.bbk-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-green.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-green {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-green {
  background-color: #0062A1;
}
.bbk-template .clickable-card-green:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-green:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-green .card-header .card-header-title,
.bbk-template .info-card-green .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-green a {
  color: #0062A1;
}
.bbk-template .info-card-green a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-green a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-green a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-green a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-green p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-green {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-green .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-brown {
  border: 2px solid #0062A1;
}
.bbk-template .card-brown {
  background-color: #0062A1;
}
.bbk-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-brown.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-brown {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-brown {
  background-color: #0062A1;
}
.bbk-template .clickable-card-brown:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-brown:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-brown .card-header .card-header-title,
.bbk-template .info-card-brown .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-brown a {
  color: #0062A1;
}
.bbk-template .info-card-brown a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-brown a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-brown a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-brown a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-brown p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-brown {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-brown .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-purple {
  border: 2px solid #0062A1;
}
.bbk-template .card-purple {
  background-color: #0062A1;
}
.bbk-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-purple.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-purple {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-purple {
  background-color: #0062A1;
}
.bbk-template .clickable-card-purple:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-purple:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-purple .card-header .card-header-title,
.bbk-template .info-card-purple .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-purple a {
  color: #0062A1;
}
.bbk-template .info-card-purple a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-purple a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-purple a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-purple a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-purple p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-purple {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-purple .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-orange {
  border: 2px solid #0062A1;
}
.bbk-template .card-orange {
  background-color: #0062A1;
}
.bbk-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-orange.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-orange {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-orange {
  background-color: #0062A1;
}
.bbk-template .clickable-card-orange:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-orange:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-orange .card-header .card-header-title,
.bbk-template .info-card-orange .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-orange a {
  color: #0062A1;
}
.bbk-template .info-card-orange a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-orange a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-orange a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-orange a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-orange p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-orange {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-orange .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-red {
  border: 2px solid #0062A1;
}
.bbk-template .card-red {
  background-color: #0062A1;
}
.bbk-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-red.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-red {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-red {
  background-color: #0062A1;
}
.bbk-template .clickable-card-red:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-red:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-red .card-header .card-header-title,
.bbk-template .info-card-red .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-red a {
  color: #0062A1;
}
.bbk-template .info-card-red a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-red a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-red a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-red a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-red p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-red {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-red .card-header-title {
  color: #262626 !important;
}
.bbk-template .menu-list a.is-active.is-red {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-red:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-orange {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-orange:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-purple {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-purple:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-brown {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-brown:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-green {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-green:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-blue {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-blue:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-grey {
  background-color: #dbdbdb;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-grey:hover {
  background-color: #dbdbdb;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-black {
  background-color: #000;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-black:hover {
  background-color: #000;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-confirm {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-confirm:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-cancel {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-cancel:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bbk-template .pos-dropzone.dz-drag-hover {
  border: 1px solid #0062A1;
}
.bbk-template .pos-dropzone {
  min-height: 75px;
  padding: 2% 2% 1% 2%;
  border: 1px #ABADAD dashed;
  margin-bottom: 0.75rem;
}
.bbk-template .pos-dropzone .dz-message a {
  color: #0062A1;
}
.bbk-template .button.is-info {
  background-color: #0062A1;
  border-radius: 0px !important;
}
.bbk-template .button-ined {
  border-radius: 0px;
  padding: 0px 7px 0px 7px;
  text-decoration: none;
  color: #646464;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  line-height: 1.8em;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #ABADAD;
  font-weight: bold;
  height: auto;
}
.bbk-template .button-ined:focus:not(:active),
.bbk-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.bbk-template .button-ined:focus,
.bbk-template .button-ined.is-focused {
  border-color: transparent;
}
.bbk-template .button-ined-cancel:focus,
.bbk-template .is-focused-cancel,
.bbk-template .button-ined-cancel:hover {
  color: #0062A1;
}
.bbk-template .button-background-cancel:hover {
  color: #FFF;
}
.bbk-template .button-background-cancel {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-cancel:hover {
  color: #FFF;
}
.bbk-template .button.is-client-cancel {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-confirm:focus,
.bbk-template .is-focused-confirm,
.bbk-template .button-ined-confirm:hover {
  color: #0062A1;
}
.bbk-template .button-background-confirm:hover {
  color: #FFF;
}
.bbk-template .button-background-confirm {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-confirm:hover {
  color: #FFF;
}
.bbk-template .button.is-client-confirm {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-black:focus,
.bbk-template .is-focused-black,
.bbk-template .button-ined-black:hover {
  color: #000;
}
.bbk-template .button-background-black:hover {
  color: #FFF;
}
.bbk-template .button-background-black {
  background-color: #000;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-black:hover {
  color: #FFF;
}
.bbk-template .button.is-client-black {
  background-color: #000;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-grey:focus,
.bbk-template .is-focused-grey,
.bbk-template .button-ined-grey:hover {
  color: #dbdbdb;
}
.bbk-template .button-background-grey:hover {
  color: #FFF;
}
.bbk-template .button-background-grey {
  background-color: #dbdbdb;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-grey:hover {
  color: #FFF;
}
.bbk-template .button.is-client-grey {
  background-color: #dbdbdb;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-blue:focus,
.bbk-template .is-focused-blue,
.bbk-template .button-ined-blue:hover {
  color: #0062A1;
}
.bbk-template .button-background-blue:hover {
  color: #FFF;
}
.bbk-template .button-background-blue {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-blue:hover {
  color: #FFF;
}
.bbk-template .button.is-client-blue {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-green:focus,
.bbk-template .is-focused-green,
.bbk-template .button-ined-green:hover {
  color: #0062A1;
}
.bbk-template .button-background-green:hover {
  color: #FFF;
}
.bbk-template .button-background-green {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-green:hover {
  color: #FFF;
}
.bbk-template .button.is-client-green {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-brown:focus,
.bbk-template .is-focused-brown,
.bbk-template .button-ined-brown:hover {
  color: #0062A1;
}
.bbk-template .button-background-brown:hover {
  color: #FFF;
}
.bbk-template .button-background-brown {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-brown:hover {
  color: #FFF;
}
.bbk-template .button.is-client-brown {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-purple:focus,
.bbk-template .is-focused-purple,
.bbk-template .button-ined-purple:hover {
  color: #0062A1;
}
.bbk-template .button-background-purple:hover {
  color: #FFF;
}
.bbk-template .button-background-purple {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-purple:hover {
  color: #FFF;
}
.bbk-template .button.is-client-purple {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-orange:focus,
.bbk-template .is-focused-orange,
.bbk-template .button-ined-orange:hover {
  color: #0062A1;
}
.bbk-template .button-background-orange:hover {
  color: #FFF;
}
.bbk-template .button-background-orange {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-orange:hover {
  color: #FFF;
}
.bbk-template .button.is-client-orange {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .button-ined-red:focus,
.bbk-template .is-focused-red,
.bbk-template .button-ined-red:hover {
  color: #0062A1;
}
.bbk-template .button-background-red:hover {
  color: #FFF;
}
.bbk-template .button-background-red {
  background-color: #0062A1;
  color: #FFF;
  box-shadow: none !important;
}
.bbk-template .button.is-client-red:hover {
  color: #FFF;
}
.bbk-template .button.is-client-red {
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .has-button-gradient {
  background-color: #ABADAD;
}
.bbk-template .has-button-gradient:focus {
  background-color: #ABADAD;
}
.bbk-template .input {
  padding: 8px;
  min-height: 2.75rem;
  background-color: #FFF;
  border-radius: 0px !important;
  max-width: 100%;
  border: 1px solid #ABADAD;
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
}
.bbk-template .input:-moz-read-only {
  border: 0px solid transparent;
}
.bbk-template .input:read-only {
  padding: 0px;
  border: 0px solid transparent;
}
.bbk-template .radio {
  margin-left: 0px;
}
.bbk-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
}
.bbk-template .help {
  font-size: 1rem;
}
.bbk-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.bbk-template .v-select.single.open .selected-tag {
  position: static !important;
}
.bbk-template .search-input {
  height: 2.75rem;
}
.bbk-template .field.has-addons .control .button {
  height: 100% !important;
}
.bbk-template textarea[readonly],
.bbk-template input[readonly],
.bbk-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
}
.bbk-template label.readonly {
  font-weight: bold;
}
.bbk-template .button label {
  text-indent: 0.4rem;
}
.bbk-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.bbk-template .small-select {
  width: 100px !important;
}
.bbk-template .small-select input {
  width: 0px !important;
}
.bbk-template .liner {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.bbk-template .liner:after {
  content: '';
  flex-grow: 1;
  border-top-color: #0062A1;
  border-top-width: 2px;
  border-top-style: solid;
  min-width: 0.2rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
}
.bbk-template .steps .step-item.is-cancel::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-cancel.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-cancel.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-cancel.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-cancel.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-confirm::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-confirm.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-confirm.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-confirm.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-confirm.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-black::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-black.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-black.is-active .step-marker {
  background-color: #FFF;
  border-color: #000;
  color: #000;
}
.bbk-template .steps .step-item.is-black.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-black.is-completed .step-marker {
  background-color: #000;
}
.bbk-template .steps .step-item.is-grey::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-grey.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-grey.is-active .step-marker {
  background-color: #FFF;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.bbk-template .steps .step-item.is-grey.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-grey.is-completed .step-marker {
  background-color: #dbdbdb;
}
.bbk-template .steps .step-item.is-blue::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-green::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-brown::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-purple::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-orange::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template .steps .step-item.is-red::before {
  background-color: #ABADAD;
  background-size: 200% 100%;
  background-position: right bottom;
}
.bbk-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #0062A1;
  color: #0062A1;
}
.bbk-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.bbk-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #0062A1;
}
.bbk-template nav.indexer {
  background-color: transparent;
}
.bbk-template .indexer-cancel a {
  color: #0062A1;
}
.bbk-template .indexer-cancel .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-confirm a {
  color: #0062A1;
}
.bbk-template .indexer-confirm .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-black a {
  color: #000;
}
.bbk-template .indexer-black .pagination-link.is-current {
  border-color: #000;
  color: #FFF;
  background-color: #000;
}
.bbk-template .indexer-grey a {
  color: #dbdbdb;
}
.bbk-template .indexer-grey .pagination-link.is-current {
  border-color: #dbdbdb;
  color: #FFF;
  background-color: #dbdbdb;
}
.bbk-template .indexer-blue a {
  color: #0062A1;
}
.bbk-template .indexer-blue .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-green a {
  color: #0062A1;
}
.bbk-template .indexer-green .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-brown a {
  color: #0062A1;
}
.bbk-template .indexer-brown .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-purple a {
  color: #0062A1;
}
.bbk-template .indexer-purple .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-orange a {
  color: #0062A1;
}
.bbk-template .indexer-orange .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .indexer-red a {
  color: #0062A1;
}
.bbk-template .indexer-red .pagination-link.is-current {
  border-color: #0062A1;
  color: #FFF;
  background-color: #0062A1;
}
.bbk-template .media-content-cancel {
  color: #0062A1 !important;
}
.bbk-template .media-content-cancel .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-cancel .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-confirm {
  color: #0062A1 !important;
}
.bbk-template .media-content-confirm .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-confirm .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-black {
  color: #000 !important;
}
.bbk-template .media-content-black .subtitle {
  color: #000 !important;
}
.bbk-template .media-content-black .title {
  color: #000 !important;
}
.bbk-template .media-content-grey {
  color: #dbdbdb !important;
}
.bbk-template .media-content-grey .subtitle {
  color: #dbdbdb !important;
}
.bbk-template .media-content-grey .title {
  color: #dbdbdb !important;
}
.bbk-template .media-content-blue {
  color: #0062A1 !important;
}
.bbk-template .media-content-blue .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-blue .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-green {
  color: #0062A1 !important;
}
.bbk-template .media-content-green .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-green .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-brown {
  color: #0062A1 !important;
}
.bbk-template .media-content-brown .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-brown .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-purple {
  color: #0062A1 !important;
}
.bbk-template .media-content-purple .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-purple .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-orange {
  color: #0062A1 !important;
}
.bbk-template .media-content-orange .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-orange .title {
  color: #0062A1 !important;
}
.bbk-template .media-content-red {
  color: #0062A1 !important;
}
.bbk-template .media-content-red .subtitle {
  color: #0062A1 !important;
}
.bbk-template .media-content-red .title {
  color: #0062A1 !important;
}
.bbk-template .v-select {
  padding: 0.275rem;
  min-height: 2.75rem;
  background-color: #FFF;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  align-items: center;
  border: 1px solid #ABADAD;
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
}
.bbk-template .v-select .open-indicator {
  bottom: 4px;
}
.bbk-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.bbk-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.bbk-template .v-select.is-addon {
  border-radius: 0 !important;
}
.bbk-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.bbk-template ul.list-styled {
  padding-left: 1em;
}
.bbk-template ul.list-styled.is-square {
  list-style: square;
}
.bbk-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.bbk-template ul.list-icon li {
  padding-left: 1.3em;
}
.bbk-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 */
}
.bbk-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.bbk-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.bbk-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.bbk-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.bbk-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.bbk-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bbk-template .pipe-list li:first-child {
  border-left: none;
}
.bbk-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;
}
.bbk-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.bbk-template .th-wrap span {
  width: 100%;
}
.bbk-template .smart-widget {
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  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);
}
.bbk-template .smart-widget .smart-widget-header {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0x 0px 0 0;
  -moz-border-radius: 0x 0px 0 0;
  -webkit-border-radius: 0x 0px 0 0;
}
.bbk-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.bbk-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;
}
.bbk-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.bbk-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #555;
}
.bbk-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;
}
.bbk-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.bbk-template .smart-widget .smart-widget-inner {
  border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
}
.bbk-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.bbk-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.bbk-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;
}
.bbk-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.bbk-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.bbk-template .smart-widget .smart-widget-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bbk-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.bbk-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.bbk-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bbk-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.bbk-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;
}
.bbk-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.bbk-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.bbk-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-dark .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.bbk-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.bbk-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.bbk-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.bbk-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-purple .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.bbk-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-green .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.bbk-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.bbk-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.bbk-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-orange .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.bbk-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.bbk-template .smart-widget.widget-red .smart-widget-option a:hover,
.bbk-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.bbk-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.bbk-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.bbk-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.bbk-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.bbk-template .tooltip.is-dark::after {
  background: #262626;
}
.bbk-template .tooltip.is-top.is-dark::before {
  border-top-color: #262626;
}
.bbk-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.bbk-template a.share-icon {
  cursor: pointer;
}
.bbk-template .has-text-blue {
  color: #0062A1 !important;
}
.bbk-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.bbk-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
}
.bbk-template .card-border-color-cancel {
  border: 2px solid #0062A1;
}
.bbk-template .card-cancel {
  background-color: #0062A1;
}
.bbk-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-cancel {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-cancel {
  background-color: #0062A1;
}
.bbk-template .clickable-card-cancel:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-cancel:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-cancel .card-header .card-header-title,
.bbk-template .info-card-cancel .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-cancel a {
  color: #0062A1;
}
.bbk-template .info-card-cancel a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-cancel a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-cancel a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-cancel a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-cancel p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-cancel {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-cancel .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-confirm {
  border: 2px solid #0062A1;
}
.bbk-template .card-confirm {
  background-color: #0062A1;
}
.bbk-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-confirm {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-confirm {
  background-color: #0062A1;
}
.bbk-template .clickable-card-confirm:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-confirm:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-confirm .card-header .card-header-title,
.bbk-template .info-card-confirm .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-confirm a {
  color: #0062A1;
}
.bbk-template .info-card-confirm a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-confirm a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-confirm a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-confirm a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-confirm p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-confirm {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-confirm .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-black {
  border: 2px solid #000;
}
.bbk-template .card-black {
  background-color: #000;
}
.bbk-template .card-black .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-black.is-active {
  background-color: #000;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-black {
  background-color: #333333;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-black {
  background-color: #000;
}
.bbk-template .clickable-card-black:hover {
  background-color: #000;
}
.bbk-template .clickable-card-black:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-black .card-header .card-header-title,
.bbk-template .info-card-black .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-black a {
  color: #000;
}
.bbk-template .info-card-black a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-black a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-black a.swap:hover {
  color: #000;
}
.bbk-template .info-card-black a.swap.is-active {
  color: #000;
}
.bbk-template .info-card-black p.colored {
  color: #000 !important;
}
.bbk-template .card-header-black {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-black .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-grey {
  border: 2px solid #dbdbdb;
}
.bbk-template .card-grey {
  background-color: #dbdbdb;
}
.bbk-template .card-grey .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-grey.is-active {
  background-color: #dbdbdb;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-grey {
  background-color: #ffffff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-grey {
  background-color: #dbdbdb;
}
.bbk-template .clickable-card-grey:hover {
  background-color: #dbdbdb;
}
.bbk-template .clickable-card-grey:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-grey .card-header .card-header-title,
.bbk-template .info-card-grey .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-grey a {
  color: #dbdbdb;
}
.bbk-template .info-card-grey a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-grey a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-grey a.swap:hover {
  color: #dbdbdb;
}
.bbk-template .info-card-grey a.swap.is-active {
  color: #dbdbdb;
}
.bbk-template .info-card-grey p.colored {
  color: #dbdbdb !important;
}
.bbk-template .card-header-grey {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-grey .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-blue {
  border: 2px solid #0062A1;
}
.bbk-template .card-blue {
  background-color: #0062A1;
}
.bbk-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-blue.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-blue {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-blue {
  background-color: #0062A1;
}
.bbk-template .clickable-card-blue:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-blue:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-blue .card-header .card-header-title,
.bbk-template .info-card-blue .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-blue a {
  color: #0062A1;
}
.bbk-template .info-card-blue a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-blue a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-blue a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-blue a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-blue p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-blue {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-blue .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-green {
  border: 2px solid #0062A1;
}
.bbk-template .card-green {
  background-color: #0062A1;
}
.bbk-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-green.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-green {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-green {
  background-color: #0062A1;
}
.bbk-template .clickable-card-green:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-green:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-green .card-header .card-header-title,
.bbk-template .info-card-green .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-green a {
  color: #0062A1;
}
.bbk-template .info-card-green a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-green a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-green a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-green a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-green p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-green {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-green .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-brown {
  border: 2px solid #0062A1;
}
.bbk-template .card-brown {
  background-color: #0062A1;
}
.bbk-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-brown.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-brown {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-brown {
  background-color: #0062A1;
}
.bbk-template .clickable-card-brown:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-brown:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-brown .card-header .card-header-title,
.bbk-template .info-card-brown .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-brown a {
  color: #0062A1;
}
.bbk-template .info-card-brown a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-brown a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-brown a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-brown a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-brown p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-brown {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-brown .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-purple {
  border: 2px solid #0062A1;
}
.bbk-template .card-purple {
  background-color: #0062A1;
}
.bbk-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-purple.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-purple {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-purple {
  background-color: #0062A1;
}
.bbk-template .clickable-card-purple:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-purple:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-purple .card-header .card-header-title,
.bbk-template .info-card-purple .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-purple a {
  color: #0062A1;
}
.bbk-template .info-card-purple a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-purple a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-purple a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-purple a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-purple p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-purple {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-purple .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-orange {
  border: 2px solid #0062A1;
}
.bbk-template .card-orange {
  background-color: #0062A1;
}
.bbk-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-orange.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-orange {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-orange {
  background-color: #0062A1;
}
.bbk-template .clickable-card-orange:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-orange:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-orange .card-header .card-header-title,
.bbk-template .info-card-orange .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-orange a {
  color: #0062A1;
}
.bbk-template .info-card-orange a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-orange a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-orange a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-orange a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-orange p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-orange {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-orange .card-header-title {
  color: #262626 !important;
}
.bbk-template .card-border-color-red {
  border: 2px solid #0062A1;
}
.bbk-template .card-red {
  background-color: #0062A1;
}
.bbk-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bbk-template .card-header-tag .tag.is-red.is-active {
  background-color: #0062A1;
  color: #FFF;
}
.bbk-template .card-header-tag .tag.is-red {
  background-color: #089eff;
  color: #FFF;
}
.bbk-template .card-header-tag .tag:hover.is-red {
  background-color: #0062A1;
}
.bbk-template .clickable-card-red:hover {
  background-color: #0062A1;
}
.bbk-template .clickable-card-red:hover .card-header {
  background-color: #ABADAD;
  color: #FFF;
}
.bbk-template .clickable-card-red .card-header .card-header-title,
.bbk-template .info-card-red .card-header .card-header-title {
  color: #262626 !important;
}
.bbk-template .info-card-red a {
  color: #0062A1;
}
.bbk-template .info-card-red a:hover {
  color: #ABADAD;
}
.bbk-template .info-card-red a.swap {
  color: #ABADAD;
}
.bbk-template .info-card-red a.swap:hover {
  color: #0062A1;
}
.bbk-template .info-card-red a.swap.is-active {
  color: #0062A1;
}
.bbk-template .info-card-red p.colored {
  color: #0062A1 !important;
}
.bbk-template .card-header-red {
  background-color: #646464;
  border-radius: 0px 0px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.bbk-template .card-header-red .card-header-title {
  color: #262626 !important;
}
.bbk-template .menu-list a.is-active.is-red {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-red:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-orange {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-orange:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-purple {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-purple:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-brown {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-brown:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-green {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-green:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-blue {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-blue:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-grey {
  background-color: #dbdbdb;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-grey:hover {
  background-color: #dbdbdb;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-black {
  background-color: #000;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-black:hover {
  background-color: #000;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-confirm {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-confirm:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-cancel {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .menu-list a.is-active.is-cancel:hover {
  background-color: #0062A1;
  color: #f0f0f0;
}
.bbk-template .message.is-abc {
  cursor: pointer;
}
.bbk-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.bbk-template .is-font-abc-small {
  font-size: 0.7rem;
}
.bbk-template .message.is-abc.is-active-cancel {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-cancel .message-body {
  color: white;
}
.bbk-template .message.is-cancel {
  background-color: #0062A1;
}
.bbk-template .message.is-cancel .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-confirm {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-confirm .message-body {
  color: white;
}
.bbk-template .message.is-confirm {
  background-color: #0062A1;
}
.bbk-template .message.is-confirm .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-black {
  background-color: #000;
}
.bbk-template .message.is-abc.is-active-black .message-body {
  color: white;
}
.bbk-template .message.is-black {
  background-color: #000;
}
.bbk-template .message.is-black .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-grey {
  background-color: #dbdbdb;
}
.bbk-template .message.is-abc.is-active-grey .message-body {
  color: white;
}
.bbk-template .message.is-grey {
  background-color: #dbdbdb;
}
.bbk-template .message.is-grey .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-blue {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.bbk-template .message.is-blue {
  background-color: #0062A1;
}
.bbk-template .message.is-blue .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-green {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.bbk-template .message.is-green {
  background-color: #0062A1;
}
.bbk-template .message.is-green .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-brown {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.bbk-template .message.is-brown {
  background-color: #0062A1;
}
.bbk-template .message.is-brown .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-purple {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.bbk-template .message.is-purple {
  background-color: #0062A1;
}
.bbk-template .message.is-purple .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-orange {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.bbk-template .message.is-orange {
  background-color: #0062A1;
}
.bbk-template .message.is-orange .message-body {
  color: white;
}
.bbk-template .message.is-abc.is-active-red {
  background-color: #0062A1;
}
.bbk-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.bbk-template .message.is-red {
  background-color: #0062A1;
}
.bbk-template .message.is-red .message-body {
  color: white;
}
.bbk-template .apexcharts-legend-series {
  margin-top: 6px !important;
  align-items: flex-start !important;
}
.bbk-template .apexcharts-legend-series .apexcharts-legend-marker {
  flex-shrink: 0;
}
.bbk-template .legend-justify-center .apexcharts-legend {
  justify-content: center !important;
}
.bbk-template .legend-justify-center .apexcharts-legend.apx-legend-position-bottom {
  justify-content: flex-start !important;
  padding: 0 !important;
  margin-top: 14px;
}
.bbk-template .legend-justify-center .apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series {
  margin-top: 6px !important;
  align-items: flex-start !important;
}
.bbk-template .legend-justify-center .apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series:first-of-type {
  margin-top: 20px !important;
}
.bbk-template .legend-justify-left .apexcharts-legend {
  justify-content: left !important;
}
.bbk-template .legend-justify-left .apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series {
  align-items: center !important;
}
.bbk-template .apexcharts-yaxis .apexcharts-yaxis-label {
  font-size: 12px;
}
.bbk-template .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
  font-size: 12px;
}
.bbk-template .apexcharts-legend-series .apexcharts-legend-text {
  font-size: 12px !important;
}
.bbk-template .apexcharts-treemap .apexcharts-datalabel {
  font-size: 12px;
}
.bbk-template .common-chart-title .apexcharts-title-text,
.bbk-template .common-chart-title .apexcharts-yaxis-title-text {
  font-size: 24px;
}
.bbk-template .mixed-chart-title .apexcharts-title-text {
  font-size: 24px;
}
.bbk-template .mixed-chart-title .apexcharts-yaxis-title-text {
  font-size: 16px;
}
.bbk-template .carousel .carousel-indicator .indicator-item .indicator-style {
  border-color: #0062A1;
}
.bbk-template .carousel .carousel-indicator .indicator-item.is-active .indicator-style,
.bbk-template .carousel .carousel-indicator .indicator-item .indicator-style:hover {
  background-color: #0062A1;
  border-color: #DBDBDB;
}
.bbk-template .carousel .carousel-items .carousel-item {
  margin-left: 40px;
  width: 90%;
}
.bbk-template .variadic-content {
  display: flex;
  flex-flow: column;
}
.bbk-template .variadic-add-position {
  order: 2;
}
.bbk-template .variadic-elements-position {
  order: 1;
}
.bbk-template .variadic-element {
  display: flex;
  flex-flow: column;
}
.bbk-template .variadic-element-content-position {
  order: 1;
}
.bbk-template .variadic-element-remove-position {
  order: 2;
}
.bbk-template .variadic-tabs {
  display: flex;
  flex-flow: column;
}
.bbk-template .variadic-tabs-add-position {
  order: 2;
}
.bbk-template .variadic-tabs-position {
  order: 1;
}
.bbk-template .crud-action-link {
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  font-size: 0.75rem;
  border-radius: 2px;
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
}
.bbk-template .variadic-add-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
  content: "\f067 ";
}
.bbk-template .variadic-add-link {
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  font-size: 0.75rem;
  border-radius: 2px;
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
  float: right !important;
  margin-top: 8px;
}
.bbk-template .variadic-remove-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
  content: "\f1f8 ";
}
.bbk-template .variadic-remove-link {
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  font-size: 0.75rem;
  border-radius: 2px;
  background-color: #0062A1;
  color: #FFF !important;
  box-shadow: none !important;
  float: right !important;
}
.bbk-template .has-header-top-margin {
  margin-top: 0.75rem !important;
}
.bbk-template .image img {
  width: 200px !important;
}
.bbk-template .logo {
  width: 40%;
}
.bbk-template .hero-body {
  padding-left: 8%;
  padding-right: 8%;
}
.bbk-template nav.navigation-menu .columns {
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
}
.bbk-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbk-template nav.navigation-menu .navbar-item {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 5px;
}
.bbk-template nav.navigation-menu .navbar-item a {
  color: #262626;
  font-family: 'Frutiger', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  width: 100%;
}
.bbk-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbk-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.bbk-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  min-width: 100%;
}
.bbk-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content {
  box-shadow: none;
}
.bbk-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  font-size: 1rem;
}
.bbk-template nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.bbk-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.bbk-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: #FFF;
  position: relative;
}
.bbk-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.bbk-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: #FFF;
  border-radius: 0 0px 0 50px;
}
.bbk-template .navbar-item-cancel:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-cancel.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-cancel {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-cancel {
  background-color: #FFF;
}
.bbk-template .breadcrumb-cancel a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-cancel a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-cancel a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-cancel .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-confirm:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-confirm.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-confirm {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-confirm {
  background-color: #FFF;
}
.bbk-template .breadcrumb-confirm a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-confirm a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-confirm a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-confirm .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-black:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-black.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-black {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-black {
  background-color: #FFF;
}
.bbk-template .breadcrumb-black a::after {
  box-shadow: 2px -2px 0 2px #000, 3px -3px 0 2px #000;
}
.bbk-template .breadcrumb-black a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-black a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-black .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-black .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-black .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-black .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-grey:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-grey.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-grey {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-grey {
  background-color: #FFF;
}
.bbk-template .breadcrumb-grey a::after {
  box-shadow: 2px -2px 0 2px #dbdbdb, 3px -3px 0 2px #dbdbdb;
}
.bbk-template .breadcrumb-grey a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-grey a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-grey .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-grey .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-grey .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-grey .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-blue:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-blue.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-blue {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-blue {
  background-color: #FFF;
}
.bbk-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-blue a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-blue a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-blue .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-green:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-green.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-green {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-green {
  background-color: #FFF;
}
.bbk-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-green a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-green a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-green .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-brown:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-brown.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-brown {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-brown {
  background-color: #FFF;
}
.bbk-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-brown a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-brown a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-brown .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-purple:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-purple.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-purple {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-purple {
  background-color: #FFF;
}
.bbk-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-purple a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-purple a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-purple .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-orange:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-orange.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-orange {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-orange {
  background-color: #FFF;
}
.bbk-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-orange a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-orange a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-orange .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .navbar-item-red:hover {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-red.is-active {
  background-color: #ABADAD;
}
.bbk-template .navbar-item-red {
  background-color: #DBDBDB;
  border-bottom-color: #FFF;
}
.bbk-template .breadcrumb-red {
  background-color: #FFF;
}
.bbk-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #0062A1, 3px -3px 0 2px #0062A1;
}
.bbk-template .breadcrumb-red a:first-child {
  background: #FFF;
  color: #262626;
}
.bbk-template .breadcrumb-red a:first-child::after {
  background: #FFF;
}
.bbk-template .navbar-item .dropdown.is-red .dropdown-menu {
  background-color: #DBDBDB;
}
.bbk-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  border-radius: 0px;
  background-color: #DBDBDB;
  padding-top: 0px;
}
.bbk-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #262626;
}
.bbk-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #ABADAD;
  color: #262626;
}
.bbk-template .hero-foot footer {
  background-color: #ABADAD;
  color: #262626;
  font-size: 0.9rem;
}
.bbk-template .hero-foot footer a {
  color: #262626;
}
.bbk-template .hero-foot footer a:hover {
  color: #262626;
}
.bbk-template .hero-foot footer .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.bbk-template .hero-foot footer .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.bbk-template .hero-foot footer .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.bbk-template .hero-foot footer .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.bbk-template .hero-foot footer .footer-disclaimer {
  font-weight: bold;
  text-align: center;
}
.bbk-template .footer-menu-cancel {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-cancel .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-confirm {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-confirm .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-black {
  border-top-color: #000;
}
.bbk-template .footer-menu-black .footer-menu-list a:hover {
  color: #000;
}
.bbk-template .footer-menu-grey {
  border-top-color: #dbdbdb;
}
.bbk-template .footer-menu-grey .footer-menu-list a:hover {
  color: #dbdbdb;
}
.bbk-template .footer-menu-blue {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-blue .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-green {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-green .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-brown {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-brown .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-purple {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-purple .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-orange {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-orange .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .footer-menu-red {
  border-top-color: #0062A1;
}
.bbk-template .footer-menu-red .footer-menu-list a:hover {
  color: #0062A1;
}
.bbk-template .is-height-three-quarters {
  height: 75vh;
}
.bbk-template .is-height-two-thirds {
  height: 66vh;
}
.bbk-template .is-height-three-fifths {
  height: 60vh;
}
.bbk-template .is-height-half {
  height: 50vh;
}
.bbk-template .is-height-one-third {
  height: 33vh;
}
.bbk-template .is-height-one-quarter {
  height: 25vh;
}
.bbk-template .is-height-one-fifth {
  height: 20vh;
}
.upec-template {
  /*a {
    color: @text;
    &:hover{
        color: @blue;
    }
}*/
}
.upec-template .has-text-success {
  color: #86bc25 !important;
}
.upec-template .has-text-danger {
  color: #e42535 !important;
}
@media (max-width: 768px) {
  .upec-template .pos-search-result .handle-link {
    display: none;
  }
  .upec-template .pos-search-result .tag {
    height: auto;
    white-space: normal;
  }
  .upec-template .pagination {
    margin: 1em;
  }
}
.upec-template .has-text-input {
  color: #d8d5d4;
}
.upec-template .has-background-input {
  background-color: #d8d5d4;
  color: #FFF;
}
.upec-template a.has-text-input {
  color: #d8d5d4;
}
.upec-template a.has-text-input:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-input {
  color: #231f20;
}
.upec-template a.swap.has-text-input:hover {
  color: #d8d5d4;
}
.upec-template .tabs.is-toggle li.is-active.is-input a {
  background-color: #d8d5d4;
  border-color: #d8d5d4;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-input a {
  color: #d8d5d4;
}
.upec-template .has-text-brand-color {
  color: #e62a34;
}
.upec-template .has-background-brand-color {
  background-color: #e62a34;
  color: #FFF;
}
.upec-template a.has-text-brand-color {
  color: #e62a34;
}
.upec-template a.has-text-brand-color:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-brand-color {
  color: #231f20;
}
.upec-template a.swap.has-text-brand-color:hover {
  color: #e62a34;
}
.upec-template .tabs.is-toggle li.is-active.is-brand-color a {
  background-color: #e62a34;
  border-color: #e62a34;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-brand-color a {
  color: #e62a34;
}
.upec-template .has-text-blue-lighter {
  color: #5390a3;
}
.upec-template .has-background-blue-lighter {
  background-color: #5390a3;
  color: #FFF;
}
.upec-template a.has-text-blue-lighter {
  color: #5390a3;
}
.upec-template a.has-text-blue-lighter:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-blue-lighter {
  color: #231f20;
}
.upec-template a.swap.has-text-blue-lighter:hover {
  color: #5390a3;
}
.upec-template .tabs.is-toggle li.is-active.is-blue-lighter a {
  background-color: #5390a3;
  border-color: #5390a3;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-blue-lighter a {
  color: #5390a3;
}
.upec-template .has-text-blue-light {
  color: #1b62a9;
}
.upec-template .has-background-blue-light {
  background-color: #1b62a9;
  color: #FFF;
}
.upec-template a.has-text-blue-light {
  color: #1b62a9;
}
.upec-template a.has-text-blue-light:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-blue-light {
  color: #231f20;
}
.upec-template a.swap.has-text-blue-light:hover {
  color: #1b62a9;
}
.upec-template .tabs.is-toggle li.is-active.is-blue-light a {
  background-color: #1b62a9;
  border-color: #1b62a9;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-blue-light a {
  color: #1b62a9;
}
.upec-template .has-text-cancel {
  color: #FFF;
}
.upec-template .has-background-cancel {
  background-color: #FFF;
  color: #FFF;
}
.upec-template a.has-text-cancel {
  color: #FFF;
}
.upec-template a.has-text-cancel:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-cancel {
  color: #231f20;
}
.upec-template a.swap.has-text-cancel:hover {
  color: #FFF;
}
.upec-template .tabs.is-toggle li.is-active.is-cancel a {
  background-color: #FFF;
  border-color: #FFF;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-cancel a {
  color: #FFF;
}
.upec-template .has-text-confirm {
  color: #FFF;
}
.upec-template .has-background-confirm {
  background-color: #FFF;
  color: #FFF;
}
.upec-template a.has-text-confirm {
  color: #FFF;
}
.upec-template a.has-text-confirm:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-confirm {
  color: #231f20;
}
.upec-template a.swap.has-text-confirm:hover {
  color: #FFF;
}
.upec-template .tabs.is-toggle li.is-active.is-confirm a {
  background-color: #FFF;
  border-color: #FFF;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-confirm a {
  color: #FFF;
}
.upec-template .has-text-turquoise {
  color: #31b7bc;
}
.upec-template .has-background-turquoise {
  background-color: #31b7bc;
  color: #FFF;
}
.upec-template a.has-text-turquoise {
  color: #31b7bc;
}
.upec-template a.has-text-turquoise:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-turquoise {
  color: #231f20;
}
.upec-template a.swap.has-text-turquoise:hover {
  color: #31b7bc;
}
.upec-template .tabs.is-toggle li.is-active.is-turquoise a {
  background-color: #31b7bc;
  border-color: #31b7bc;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-turquoise a {
  color: #31b7bc;
}
.upec-template .has-text-deep-blue {
  color: #003d7b;
}
.upec-template .has-background-deep-blue {
  background-color: #003d7b;
  color: #FFF;
}
.upec-template a.has-text-deep-blue {
  color: #003d7b;
}
.upec-template a.has-text-deep-blue:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-deep-blue {
  color: #231f20;
}
.upec-template a.swap.has-text-deep-blue:hover {
  color: #003d7b;
}
.upec-template .tabs.is-toggle li.is-active.is-deep-blue a {
  background-color: #003d7b;
  border-color: #003d7b;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-deep-blue a {
  color: #003d7b;
}
.upec-template .has-text-blue {
  color: #004f9f;
}
.upec-template .has-background-blue {
  background-color: #004f9f;
  color: #FFF;
}
.upec-template a.has-text-blue {
  color: #004f9f;
}
.upec-template a.has-text-blue:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-blue {
  color: #231f20;
}
.upec-template a.swap.has-text-blue:hover {
  color: #004f9f;
}
.upec-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #004f9f;
  border-color: #004f9f;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-blue a {
  color: #004f9f;
}
.upec-template .has-text-green {
  color: #86bc25;
}
.upec-template .has-background-green {
  background-color: #86bc25;
  color: #FFF;
}
.upec-template a.has-text-green {
  color: #86bc25;
}
.upec-template a.has-text-green:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-green {
  color: #231f20;
}
.upec-template a.swap.has-text-green:hover {
  color: #86bc25;
}
.upec-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #86bc25;
  border-color: #86bc25;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-green a {
  color: #86bc25;
}
.upec-template .has-text-brown {
  color: #B39482;
}
.upec-template .has-background-brown {
  background-color: #B39482;
  color: #FFF;
}
.upec-template a.has-text-brown {
  color: #B39482;
}
.upec-template a.has-text-brown:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-brown {
  color: #231f20;
}
.upec-template a.swap.has-text-brown:hover {
  color: #B39482;
}
.upec-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #B39482;
  border-color: #B39482;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-brown a {
  color: #B39482;
}
.upec-template .has-text-purple {
  color: #6c4796;
}
.upec-template .has-background-purple {
  background-color: #6c4796;
  color: #FFF;
}
.upec-template a.has-text-purple {
  color: #6c4796;
}
.upec-template a.has-text-purple:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-purple {
  color: #231f20;
}
.upec-template a.swap.has-text-purple:hover {
  color: #6c4796;
}
.upec-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #6c4796;
  border-color: #6c4796;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-purple a {
  color: #6c4796;
}
.upec-template .has-text-orange {
  color: #f39118;
}
.upec-template .has-background-orange {
  background-color: #f39118;
  color: #FFF;
}
.upec-template a.has-text-orange {
  color: #f39118;
}
.upec-template a.has-text-orange:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-orange {
  color: #231f20;
}
.upec-template a.swap.has-text-orange:hover {
  color: #f39118;
}
.upec-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #f39118;
  border-color: #f39118;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-orange a {
  color: #f39118;
}
.upec-template .has-text-red {
  color: #e42535;
}
.upec-template .has-background-red {
  background-color: #e42535;
  color: #FFF;
}
.upec-template a.has-text-red {
  color: #e42535;
}
.upec-template a.has-text-red:hover {
  color: #231f20;
}
.upec-template a.swap.has-text-red {
  color: #231f20;
}
.upec-template a.swap.has-text-red:hover {
  color: #e42535;
}
.upec-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #e42535;
  border-color: #e42535;
  color: #FFF;
}
.upec-template .tabs li.is-active.is-red a {
  color: #e42535;
}
.upec-template .is-text-overflow {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upec-template .is-paddingless {
  padding: 0 !important;
}
.upec-template .is-pulled-bottom {
  margin-top: auto !important;
}
.upec-template .has-no-right-margin {
  margin-right: 0 !important;
}
.upec-template .has-no-right-padding {
  padding-right: 0 !important;
}
.upec-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.upec-template .has-no-left-margin {
  margin-left: 0 !important;
}
.upec-template .has-no-left-padding {
  padding-left: 0 !important;
}
.upec-template .has-no-top-margin {
  margin-top: 0 !important;
}
.upec-template .has-no-top-padding {
  padding-top: 0 !important;
}
.upec-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.upec-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.upec-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.upec-template .has-small-margin {
  margin: 0.5rem;
}
.upec-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.upec-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.upec-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.upec-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.upec-template .has-medium-right-margin {
  margin-right: 1rem;
}
.upec-template .has-medium-left-margin {
  margin-left: 1rem;
}
.upec-template .has-medium-top-margin {
  margin-top: 1rem;
}
.upec-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.upec-template .has-big-top-margin {
  margin-top: 2rem;
}
.upec-template .has-big-bottom-margin {
  margin-bottom: 2rem;
}
.upec-template .has-big-left-margin {
  margin-left: 2rem;
}
.upec-template .has-big-right-margin {
  margin-right: 2rem;
}
.upec-template .has-small-padding {
  padding: 0.5rem;
}
.upec-template .has-no-padding {
  padding: 0 !important;
}
.upec-template .has-xmedium-padding {
  padding: 0.75rem;
}
.upec-template .has-medium-padding {
  padding: 1rem;
}
.upec-template .has-margin-left-0 {
  margin-left: 0rem !important;
}
.upec-template .has-margin-left-1 {
  margin-left: 1rem !important;
}
.upec-template .has-margin-left-2 {
  margin-left: 2rem !important;
}
.upec-template .has-margin-left-3 {
  margin-left: 3rem !important;
}
.upec-template .has-margin-left-4 {
  margin-left: 4rem !important;
}
.upec-template .has-margin-left-5 {
  margin-left: 5rem !important;
}
.upec-template .has-margin-left-6 {
  margin-left: 6rem !important;
}
.upec-template .has-margin-left-7 {
  margin-left: 7rem !important;
}
.upec-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.upec-template .text-with-line:before,
.upec-template .text-with-line:after {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.upec-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.upec-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.upec-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upec-template .facebook-color {
  color: #3B5998 !important;
}
.upec-template .twitter-color {
  color: #55ACEE !important;
}
.upec-template .linkedin-color {
  color: #007BB5 !important;
}
.upec-template .google-plus-color {
  color: #DD4B39 !important;
}
.upec-template .redify {
  color: #e42535;
}
.upec-template .is-justify-center {
  justify-content: center;
}
.upec-template .is-justify-content-center {
  display: flex;
  justify-content: center;
}
.upec-template .is-vcentered {
  display: flex;
  align-items: center;
}
.upec-template .is-vstart {
  display: flex;
  align-items: flex-start;
}
.upec-template .is-valigned {
  display: flex;
  flex-direction: row;
}
.upec-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.upec-template .is-clearfix {
  clear: both;
}
.upec-template .hr-section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.upec-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.upec-template .is-width-one-third {
  width: 33%;
}
.upec-template .is-width-half {
  width: 50%;
}
.upec-template .has-cursor-pointer {
  cursor: pointer;
}
.upec-template .break-word {
  word-break: break-word;
}
.upec-template .fix-selected-tag {
  width: 48%;
}
.upec-template .ql-align-center {
  text-align: center;
}
.upec-template .ql-align-justify {
  text-align: justify;
}
.upec-template .ql-align-right {
  text-align: right;
}
.upec-template .profileImg:hover {
  cursor: pointer;
}
.upec-template .is-justify-self-end {
  display: flex;
  justify-content: flex-end;
}
.upec-template .is-justify-self-center {
  display: flex;
  justify-content: center;
}
.upec-template .has-radius-4 {
  border-radius: 40%;
}
.upec-template .sidebar-underlined {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: black !important;
  text-decoration: none !important;
}
.upec-template .sidebar-underlined:after {
  content: "";
  position: absolute ;
  width: 100% ;
  height: 1.5px;
  bottom: 0;
  left: 0 ;
  background-color: rgba(0, 0, 0, 0.15);
  visibility: visible ;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
.upec-template .sidebar-underlined:hover:after {
  visibility: visible ;
  transform: scaleX(1);
  background-color: #e42535;
}
.upec-template .has-no-radius {
  border-radius: 0% !important;
}
.upec-template .multiline-tag {
  display: inline-block;
  padding: 0.5em 0.75em;
  margin-right: 0.5em;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  background-color: #D8D5D4;
  border-radius: 4px;
}
.upec-template .footer {
  background-color: #D8D5D4;
  bottom: 0% ;
  height: 3vh !important;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.upec-template .zindex29 {
  z-index: 29 !important;
}
.upec-template #contract_data_table .field .field-body .control .b-checkbox span {
  font-size: 0.75rem;
}
.upec-template #contract_data_table .table-wrapper thead tr:nth-child(n+2) .th-wrap span .v-select .dropdown-menu li a {
  font-size: 0.6rem;
}
.upec-template .no-right-space {
  margin-right: -0.3em !important;
}
.upec-template .shaking {
  animation: shake 0.5s infinite;
  /* Adjust the duration and other animation properties as needed */
  color: #e62a34;
}
.upec-template .navbar-wrapper {
  display: flex !important;
  justify-self: center !important ;
  align-items: center !important ;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "Luciole";
  src: local("Luciole");
  src: url("/public/front/fonts/Luciole-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/public/front/fonts/Luciole-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/public/front/fonts/Luciole-Regular.woff") format("woff"), /* Modern Browsers */ url("/public/front/fonts/Luciole-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("/public/front/fonts/Luciole-Regular.svg#Luciole-Regular") format("svg"), /* Legacy iOS */ url("/public/front/fonts/Luciole-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.upec-template button,
.upec-template input,
.upec-template optgroup,
.upec-template select,
.upec-template textarea,
.upec-template p,
.upec-template a,
.upec-template ul,
.upec-template li {
  font-family: 'Luciole';
}
.upec-template .has-extra-small-font {
  font-size: 0.5rem;
}
.upec-template .has-small-font {
  font-size: 0.7rem;
}
.upec-template .has-medium-font {
  font-size: 0.9rem;
}
.upec-template .has-big-font {
  font-size: 1.2rem;
}
.upec-template .msw-loader .primary-color {
  background-color: #e62a34;
}
.upec-template .msw-loader .secondary-color {
  background-color: #000;
}
.upec-template .simple-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.upec-template .simple-loader .loader {
  height: 80px;
  width: 80px;
}
.upec-template .simple-loader.is-active {
  opacity: 0.7;
  z-index: 1;
}
.upec-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.upec-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #212D3A;
}
.upec-template .card .card-footer {
  border-top: none;
}
.upec-template .clickable-card,
.upec-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 0 2% 2% 2%;
}
.upec-template .clickable-card .card-header,
.upec-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;
}
.upec-template .clickable-card {
  cursor: pointer;
}
.upec-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.upec-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.upec-template .card-equal-height .card-footer {
  margin-top: auto;
}
.upec-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.upec-template .stats-card .columns {
  margin: 0;
}
.upec-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.upec-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.upec-template .stats-card .column {
  padding: 0;
}
.upec-template .stats-card hr {
  margin: 0.75rem 0;
}
.upec-template .stats-card .card-content {
  padding: 0.35rem;
}
.upec-template .stats-card .media {
  padding: 0.5rem;
}
.upec-template .stats-card .title,
.upec-template .stats-card .subtitle {
  color: #4E5762;
}
.upec-template .card-with-tag {
  padding: 0 !important;
}
.upec-template .card-with-tag .card-header {
  border-bottom: none;
}
.upec-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.upec-template .card-header-tag .tag {
  border-radius: 0px;
}
.upec-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.upec-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.upec-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.upec-template .card-border-color-deep-blue {
  border: 2px solid #003d7b;
}
.upec-template .card-border-color-turquoise {
  border: 2px solid #31b7bc;
}
.upec-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.upec-template .dashboard-filter-card .card-content {
  padding: 0.25rem;
}
.upec-template .dashboard-filter-card .card-header-icon {
  padding: 0;
}
.upec-template .dashboard-filter-card .card-header-title {
  padding: 0.5rem 0.25rem;
}
.upec-template .card-border-color-input {
  border: 2px solid #d8d5d4;
}
.upec-template .card-input {
  background-color: #d8d5d4;
}
.upec-template .card-input .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-input.is-active {
  background-color: #d8d5d4;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-input {
  background-color: #ffffff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-input {
  background-color: #d8d5d4;
}
.upec-template .clickable-card-input:hover {
  background-color: #d8d5d4;
}
.upec-template .clickable-card-input:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-input .card-header,
.upec-template .info-card-input .card-header {
  background-color: #d8d5d4;
}
.upec-template .clickable-card-input .card-header .card-header-title,
.upec-template .info-card-input .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-input .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-input .dropdown .highlight a {
  color: #fff !important;
  background-color: #d8d5d4;
}
.upec-template .info-card-input a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #d8d5d4;
}
.upec-template .info-card-input a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-input a.swap {
  color: #212D3A;
}
.upec-template .info-card-input a.swap:hover {
  color: #d8d5d4;
}
.upec-template .info-card-input a.swap.is-active {
  background-color: #d8d5d4;
  color: #fff !important;
}
.upec-template .info-card-input a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-input p.colored {
  color: #d8d5d4 !important;
}
.upec-template .card-header-input {
  background-color: #d8d5d4;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-input .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-brand-color {
  border: 2px solid #e62a34;
}
.upec-template .card-brand-color {
  background-color: #e62a34;
}
.upec-template .card-brand-color .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-brand-color.is-active {
  background-color: #e62a34;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-brand-color {
  background-color: #f1858b;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-brand-color {
  background-color: #e62a34;
}
.upec-template .clickable-card-brand-color:hover {
  background-color: #e62a34;
}
.upec-template .clickable-card-brand-color:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-brand-color .card-header,
.upec-template .info-card-brand-color .card-header {
  background-color: #e62a34;
}
.upec-template .clickable-card-brand-color .card-header .card-header-title,
.upec-template .info-card-brand-color .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-brand-color .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-brand-color .dropdown .highlight a {
  color: #fff !important;
  background-color: #e62a34;
}
.upec-template .info-card-brand-color a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #e62a34;
}
.upec-template .info-card-brand-color a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-brand-color a.swap {
  color: #212D3A;
}
.upec-template .info-card-brand-color a.swap:hover {
  color: #e62a34;
}
.upec-template .info-card-brand-color a.swap.is-active {
  background-color: #e62a34;
  color: #fff !important;
}
.upec-template .info-card-brand-color a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-brand-color p.colored {
  color: #e62a34 !important;
}
.upec-template .card-header-brand-color {
  background-color: #e62a34;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-brand-color .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-blue-lighter {
  border: 2px solid #5390a3;
}
.upec-template .card-blue-lighter {
  background-color: #5390a3;
}
.upec-template .card-blue-lighter .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-blue-lighter.is-active {
  background-color: #5390a3;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-blue-lighter {
  background-color: #94bcc8;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-blue-lighter {
  background-color: #5390a3;
}
.upec-template .clickable-card-blue-lighter:hover {
  background-color: #5390a3;
}
.upec-template .clickable-card-blue-lighter:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-blue-lighter .card-header,
.upec-template .info-card-blue-lighter .card-header {
  background-color: #5390a3;
}
.upec-template .clickable-card-blue-lighter .card-header .card-header-title,
.upec-template .info-card-blue-lighter .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-blue-lighter .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-blue-lighter .dropdown .highlight a {
  color: #fff !important;
  background-color: #5390a3;
}
.upec-template .info-card-blue-lighter a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #5390a3;
}
.upec-template .info-card-blue-lighter a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-blue-lighter a.swap {
  color: #212D3A;
}
.upec-template .info-card-blue-lighter a.swap:hover {
  color: #5390a3;
}
.upec-template .info-card-blue-lighter a.swap.is-active {
  background-color: #5390a3;
  color: #fff !important;
}
.upec-template .info-card-blue-lighter a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-blue-lighter p.colored {
  color: #5390a3 !important;
}
.upec-template .card-header-blue-lighter {
  background-color: #5390a3;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-blue-lighter .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-blue-light {
  border: 2px solid #1b62a9;
}
.upec-template .card-blue-light {
  background-color: #1b62a9;
}
.upec-template .card-blue-light .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-blue-light.is-active {
  background-color: #1b62a9;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-blue-light {
  background-color: #4895e2;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-blue-light {
  background-color: #1b62a9;
}
.upec-template .clickable-card-blue-light:hover {
  background-color: #1b62a9;
}
.upec-template .clickable-card-blue-light:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-blue-light .card-header,
.upec-template .info-card-blue-light .card-header {
  background-color: #1b62a9;
}
.upec-template .clickable-card-blue-light .card-header .card-header-title,
.upec-template .info-card-blue-light .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-blue-light .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-blue-light .dropdown .highlight a {
  color: #fff !important;
  background-color: #1b62a9;
}
.upec-template .info-card-blue-light a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1b62a9;
}
.upec-template .info-card-blue-light a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-blue-light a.swap {
  color: #212D3A;
}
.upec-template .info-card-blue-light a.swap:hover {
  color: #1b62a9;
}
.upec-template .info-card-blue-light a.swap.is-active {
  background-color: #1b62a9;
  color: #fff !important;
}
.upec-template .info-card-blue-light a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-blue-light p.colored {
  color: #1b62a9 !important;
}
.upec-template .card-header-blue-light {
  background-color: #1b62a9;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-blue-light .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-cancel {
  border: 2px solid #FFF;
}
.upec-template .card-cancel {
  background-color: #FFF;
}
.upec-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #FFF;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-cancel {
  background-color: #ffffff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-cancel {
  background-color: #FFF;
}
.upec-template .clickable-card-cancel:hover {
  background-color: #FFF;
}
.upec-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-cancel .card-header,
.upec-template .info-card-cancel .card-header {
  background-color: #FFF;
}
.upec-template .clickable-card-cancel .card-header .card-header-title,
.upec-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-cancel .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-cancel .dropdown .highlight a {
  color: #fff !important;
  background-color: #FFF;
}
.upec-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FFF;
}
.upec-template .info-card-cancel a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-cancel a.swap {
  color: #212D3A;
}
.upec-template .info-card-cancel a.swap:hover {
  color: #FFF;
}
.upec-template .info-card-cancel a.swap.is-active {
  background-color: #FFF;
  color: #fff !important;
}
.upec-template .info-card-cancel a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-cancel p.colored {
  color: #FFF !important;
}
.upec-template .card-header-cancel {
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-confirm {
  border: 2px solid #FFF;
}
.upec-template .card-confirm {
  background-color: #FFF;
}
.upec-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #FFF;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-confirm {
  background-color: #ffffff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-confirm {
  background-color: #FFF;
}
.upec-template .clickable-card-confirm:hover {
  background-color: #FFF;
}
.upec-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-confirm .card-header,
.upec-template .info-card-confirm .card-header {
  background-color: #FFF;
}
.upec-template .clickable-card-confirm .card-header .card-header-title,
.upec-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-confirm .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-confirm .dropdown .highlight a {
  color: #fff !important;
  background-color: #FFF;
}
.upec-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FFF;
}
.upec-template .info-card-confirm a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-confirm a.swap {
  color: #212D3A;
}
.upec-template .info-card-confirm a.swap:hover {
  color: #FFF;
}
.upec-template .info-card-confirm a.swap.is-active {
  background-color: #FFF;
  color: #fff !important;
}
.upec-template .info-card-confirm a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-confirm p.colored {
  color: #FFF !important;
}
.upec-template .card-header-confirm {
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-turquoise {
  border: 2px solid #31b7bc;
}
.upec-template .card-turquoise {
  background-color: #31b7bc;
}
.upec-template .card-turquoise .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-turquoise.is-active {
  background-color: #31b7bc;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-turquoise {
  background-color: #77d8dc;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-turquoise {
  background-color: #31b7bc;
}
.upec-template .clickable-card-turquoise:hover {
  background-color: #31b7bc;
}
.upec-template .clickable-card-turquoise:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-turquoise .card-header,
.upec-template .info-card-turquoise .card-header {
  background-color: #31b7bc;
}
.upec-template .clickable-card-turquoise .card-header .card-header-title,
.upec-template .info-card-turquoise .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-turquoise .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-turquoise .dropdown .highlight a {
  color: #fff !important;
  background-color: #31b7bc;
}
.upec-template .info-card-turquoise a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #31b7bc;
}
.upec-template .info-card-turquoise a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-turquoise a.swap {
  color: #212D3A;
}
.upec-template .info-card-turquoise a.swap:hover {
  color: #31b7bc;
}
.upec-template .info-card-turquoise a.swap.is-active {
  background-color: #31b7bc;
  color: #fff !important;
}
.upec-template .info-card-turquoise a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-turquoise p.colored {
  color: #31b7bc !important;
}
.upec-template .card-header-turquoise {
  background-color: #31b7bc;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-turquoise .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-deep-blue {
  border: 2px solid #003d7b;
}
.upec-template .card-deep-blue {
  background-color: #003d7b;
}
.upec-template .card-deep-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-deep-blue.is-active {
  background-color: #003d7b;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-deep-blue {
  background-color: #0070e1;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-deep-blue {
  background-color: #003d7b;
}
.upec-template .clickable-card-deep-blue:hover {
  background-color: #003d7b;
}
.upec-template .clickable-card-deep-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-deep-blue .card-header,
.upec-template .info-card-deep-blue .card-header {
  background-color: #003d7b;
}
.upec-template .clickable-card-deep-blue .card-header .card-header-title,
.upec-template .info-card-deep-blue .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-deep-blue .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-deep-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #003d7b;
}
.upec-template .info-card-deep-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #003d7b;
}
.upec-template .info-card-deep-blue a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-deep-blue a.swap {
  color: #212D3A;
}
.upec-template .info-card-deep-blue a.swap:hover {
  color: #003d7b;
}
.upec-template .info-card-deep-blue a.swap.is-active {
  background-color: #003d7b;
  color: #fff !important;
}
.upec-template .info-card-deep-blue a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-deep-blue p.colored {
  color: #003d7b !important;
}
.upec-template .card-header-deep-blue {
  background-color: #003d7b;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-deep-blue .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-blue {
  border: 2px solid #004f9f;
}
.upec-template .card-blue {
  background-color: #004f9f;
}
.upec-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-blue.is-active {
  background-color: #004f9f;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-blue {
  background-color: #0682ff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-blue {
  background-color: #004f9f;
}
.upec-template .clickable-card-blue:hover {
  background-color: #004f9f;
}
.upec-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-blue .card-header,
.upec-template .info-card-blue .card-header {
  background-color: #004f9f;
}
.upec-template .clickable-card-blue .card-header .card-header-title,
.upec-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-blue .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #004f9f;
}
.upec-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #004f9f;
}
.upec-template .info-card-blue a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-blue a.swap {
  color: #212D3A;
}
.upec-template .info-card-blue a.swap:hover {
  color: #004f9f;
}
.upec-template .info-card-blue a.swap.is-active {
  background-color: #004f9f;
  color: #fff !important;
}
.upec-template .info-card-blue a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-blue p.colored {
  color: #004f9f !important;
}
.upec-template .card-header-blue {
  background-color: #004f9f;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-green {
  border: 2px solid #86bc25;
}
.upec-template .card-green {
  background-color: #86bc25;
}
.upec-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-green.is-active {
  background-color: #86bc25;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-green {
  background-color: #b5e166;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-green {
  background-color: #86bc25;
}
.upec-template .clickable-card-green:hover {
  background-color: #86bc25;
}
.upec-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-green .card-header,
.upec-template .info-card-green .card-header {
  background-color: #86bc25;
}
.upec-template .clickable-card-green .card-header .card-header-title,
.upec-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-green .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-green .dropdown .highlight a {
  color: #fff !important;
  background-color: #86bc25;
}
.upec-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #86bc25;
}
.upec-template .info-card-green a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-green a.swap {
  color: #212D3A;
}
.upec-template .info-card-green a.swap:hover {
  color: #86bc25;
}
.upec-template .info-card-green a.swap.is-active {
  background-color: #86bc25;
  color: #fff !important;
}
.upec-template .info-card-green a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-green p.colored {
  color: #86bc25 !important;
}
.upec-template .card-header-green {
  background-color: #86bc25;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.upec-template .card-brown {
  background-color: #B39482;
}
.upec-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.upec-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.upec-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-brown .card-header,
.upec-template .info-card-brown .card-header {
  background-color: #B39482;
}
.upec-template .clickable-card-brown .card-header .card-header-title,
.upec-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-brown .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-brown .dropdown .highlight a {
  color: #fff !important;
  background-color: #B39482;
}
.upec-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.upec-template .info-card-brown a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-brown a.swap {
  color: #212D3A;
}
.upec-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.upec-template .info-card-brown a.swap.is-active {
  background-color: #B39482;
  color: #fff !important;
}
.upec-template .info-card-brown a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.upec-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;
}
.upec-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-purple {
  border: 2px solid #6c4796;
}
.upec-template .card-purple {
  background-color: #6c4796;
}
.upec-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-purple.is-active {
  background-color: #6c4796;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-purple {
  background-color: #9f80c3;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-purple {
  background-color: #6c4796;
}
.upec-template .clickable-card-purple:hover {
  background-color: #6c4796;
}
.upec-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-purple .card-header,
.upec-template .info-card-purple .card-header {
  background-color: #6c4796;
}
.upec-template .clickable-card-purple .card-header .card-header-title,
.upec-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-purple .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-purple .dropdown .highlight a {
  color: #fff !important;
  background-color: #6c4796;
}
.upec-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #6c4796;
}
.upec-template .info-card-purple a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-purple a.swap {
  color: #212D3A;
}
.upec-template .info-card-purple a.swap:hover {
  color: #6c4796;
}
.upec-template .info-card-purple a.swap.is-active {
  background-color: #6c4796;
  color: #fff !important;
}
.upec-template .info-card-purple a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-purple p.colored {
  color: #6c4796 !important;
}
.upec-template .card-header-purple {
  background-color: #6c4796;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-orange {
  border: 2px solid #f39118;
}
.upec-template .card-orange {
  background-color: #f39118;
}
.upec-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-orange.is-active {
  background-color: #f39118;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-orange {
  background-color: #f8bf79;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-orange {
  background-color: #f39118;
}
.upec-template .clickable-card-orange:hover {
  background-color: #f39118;
}
.upec-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-orange .card-header,
.upec-template .info-card-orange .card-header {
  background-color: #f39118;
}
.upec-template .clickable-card-orange .card-header .card-header-title,
.upec-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-orange .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-orange .dropdown .highlight a {
  color: #fff !important;
  background-color: #f39118;
}
.upec-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #f39118;
}
.upec-template .info-card-orange a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-orange a.swap {
  color: #212D3A;
}
.upec-template .info-card-orange a.swap:hover {
  color: #f39118;
}
.upec-template .info-card-orange a.swap.is-active {
  background-color: #f39118;
  color: #fff !important;
}
.upec-template .info-card-orange a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-orange p.colored {
  color: #f39118 !important;
}
.upec-template .card-header-orange {
  background-color: #f39118;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-red {
  border: 2px solid #e42535;
}
.upec-template .card-red {
  background-color: #e42535;
}
.upec-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-red.is-active {
  background-color: #e42535;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-red {
  background-color: #ef8089;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-red {
  background-color: #e42535;
}
.upec-template .clickable-card-red:hover {
  background-color: #e42535;
}
.upec-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-red .card-header,
.upec-template .info-card-red .card-header {
  background-color: #e42535;
}
.upec-template .clickable-card-red .card-header .card-header-title,
.upec-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-red .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-red .dropdown .highlight a {
  color: #fff !important;
  background-color: #e42535;
}
.upec-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #e42535;
}
.upec-template .info-card-red a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-red a.swap {
  color: #212D3A;
}
.upec-template .info-card-red a.swap:hover {
  color: #e42535;
}
.upec-template .info-card-red a.swap.is-active {
  background-color: #e42535;
  color: #fff !important;
}
.upec-template .info-card-red a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-red p.colored {
  color: #e42535 !important;
}
.upec-template .card-header-red {
  background-color: #e42535;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.upec-template .menu-list a.is-active.is-red {
  background-color: #e42535;
}
.upec-template .menu-list a.is-active.is-orange {
  background-color: #f39118;
}
.upec-template .menu-list a.is-active.is-purple {
  background-color: #6c4796;
}
.upec-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.upec-template .menu-list a.is-active.is-green {
  background-color: #86bc25;
}
.upec-template .menu-list a.is-active.is-blue {
  background-color: #004f9f;
}
.upec-template .menu-list a.is-active.is-deep-blue {
  background-color: #003d7b;
}
.upec-template .menu-list a.is-active.is-turquoise {
  background-color: #31b7bc;
}
.upec-template .menu-list a.is-active.is-confirm {
  background-color: #FFF;
}
.upec-template .menu-list a.is-active.is-cancel {
  background-color: #FFF;
}
.upec-template .menu-list a.is-active.is-blue-light {
  background-color: #1b62a9;
}
.upec-template .menu-list a.is-active.is-blue-lighter {
  background-color: #5390a3;
}
.upec-template .menu-list a.is-active.is-brand-color {
  background-color: #e62a34;
}
.upec-template .menu-list a.is-active.is-input {
  background-color: #d8d5d4;
}
.upec-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.upec-template .pos-dropzone.dz-drag-hover {
  border: 1px solid #003d7b;
}
.upec-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
  border: 1px #212D3A dashed;
}
.upec-template .style_bouton {
  background-color: #e62a34;
  border-color: #e62a34;
}
.upec-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.5);
  font-weight: bold;
  height: auto;
}
.upec-template .button-ined:focus:not(:active),
.upec-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.upec-template .button-ined:focus,
.upec-template .button-ined.is-focused {
  border-color: transparent;
}
.upec-template .button.is-client-input,
.upec-template button.is-client-input {
  background-color: #d8d5d4;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-input:hover,
.upec-template button.is-client-input:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-input a {
  color: #d8d5d4;
  background-color: #FFF;
}
.upec-template .button-ined-input:focus,
.upec-template .is-focused-input,
.upec-template .button-ined-input:hover {
  color: #d8d5d4;
}
.upec-template .button-background-input:hover {
  color: #FFF;
}
.upec-template .button-background-input {
  background-color: #d8d5d4;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-brand-color,
.upec-template button.is-client-brand-color {
  background-color: #e62a34;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-brand-color:hover,
.upec-template button.is-client-brand-color:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-brand-color a {
  color: #e62a34;
  background-color: #FFF;
}
.upec-template .button-ined-brand-color:focus,
.upec-template .is-focused-brand-color,
.upec-template .button-ined-brand-color:hover {
  color: #e62a34;
}
.upec-template .button-background-brand-color:hover {
  color: #FFF;
}
.upec-template .button-background-brand-color {
  background-color: #e62a34;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-blue-lighter,
.upec-template button.is-client-blue-lighter {
  background-color: #5390a3;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-blue-lighter:hover,
.upec-template button.is-client-blue-lighter:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-blue-lighter a {
  color: #5390a3;
  background-color: #FFF;
}
.upec-template .button-ined-blue-lighter:focus,
.upec-template .is-focused-blue-lighter,
.upec-template .button-ined-blue-lighter:hover {
  color: #5390a3;
}
.upec-template .button-background-blue-lighter:hover {
  color: #FFF;
}
.upec-template .button-background-blue-lighter {
  background-color: #5390a3;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-blue-light,
.upec-template button.is-client-blue-light {
  background-color: #1b62a9;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-blue-light:hover,
.upec-template button.is-client-blue-light:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-blue-light a {
  color: #1b62a9;
  background-color: #FFF;
}
.upec-template .button-ined-blue-light:focus,
.upec-template .is-focused-blue-light,
.upec-template .button-ined-blue-light:hover {
  color: #1b62a9;
}
.upec-template .button-background-blue-light:hover {
  color: #FFF;
}
.upec-template .button-background-blue-light {
  background-color: #1b62a9;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-cancel,
.upec-template button.is-client-cancel {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-cancel:hover,
.upec-template button.is-client-cancel:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-cancel a {
  color: #FFF;
  background-color: #FFF;
}
.upec-template .button-ined-cancel:focus,
.upec-template .is-focused-cancel,
.upec-template .button-ined-cancel:hover {
  color: #FFF;
}
.upec-template .button-background-cancel:hover {
  color: #FFF;
}
.upec-template .button-background-cancel {
  background-color: #FFF;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-confirm,
.upec-template button.is-client-confirm {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-confirm:hover,
.upec-template button.is-client-confirm:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-confirm a {
  color: #FFF;
  background-color: #FFF;
}
.upec-template .button-ined-confirm:focus,
.upec-template .is-focused-confirm,
.upec-template .button-ined-confirm:hover {
  color: #FFF;
}
.upec-template .button-background-confirm:hover {
  color: #FFF;
}
.upec-template .button-background-confirm {
  background-color: #FFF;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-turquoise,
.upec-template button.is-client-turquoise {
  background-color: #31b7bc;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-turquoise:hover,
.upec-template button.is-client-turquoise:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-turquoise a {
  color: #31b7bc;
  background-color: #FFF;
}
.upec-template .button-ined-turquoise:focus,
.upec-template .is-focused-turquoise,
.upec-template .button-ined-turquoise:hover {
  color: #31b7bc;
}
.upec-template .button-background-turquoise:hover {
  color: #FFF;
}
.upec-template .button-background-turquoise {
  background-color: #31b7bc;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-deep-blue,
.upec-template button.is-client-deep-blue {
  background-color: #003d7b;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-deep-blue:hover,
.upec-template button.is-client-deep-blue:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-deep-blue a {
  color: #003d7b;
  background-color: #FFF;
}
.upec-template .button-ined-deep-blue:focus,
.upec-template .is-focused-deep-blue,
.upec-template .button-ined-deep-blue:hover {
  color: #003d7b;
}
.upec-template .button-background-deep-blue:hover {
  color: #FFF;
}
.upec-template .button-background-deep-blue {
  background-color: #003d7b;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-blue,
.upec-template button.is-client-blue {
  background-color: #004f9f;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-blue:hover,
.upec-template button.is-client-blue:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-blue a {
  color: #004f9f;
  background-color: #FFF;
}
.upec-template .button-ined-blue:focus,
.upec-template .is-focused-blue,
.upec-template .button-ined-blue:hover {
  color: #004f9f;
}
.upec-template .button-background-blue:hover {
  color: #FFF;
}
.upec-template .button-background-blue {
  background-color: #004f9f;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-green,
.upec-template button.is-client-green {
  background-color: #86bc25;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-green:hover,
.upec-template button.is-client-green:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-green a {
  color: #86bc25;
  background-color: #FFF;
}
.upec-template .button-ined-green:focus,
.upec-template .is-focused-green,
.upec-template .button-ined-green:hover {
  color: #86bc25;
}
.upec-template .button-background-green:hover {
  color: #FFF;
}
.upec-template .button-background-green {
  background-color: #86bc25;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-brown,
.upec-template button.is-client-brown {
  background-color: #B39482;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-brown:hover,
.upec-template button.is-client-brown:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-brown a {
  color: #B39482;
  background-color: #FFF;
}
.upec-template .button-ined-brown:focus,
.upec-template .is-focused-brown,
.upec-template .button-ined-brown:hover {
  color: #B39482;
}
.upec-template .button-background-brown:hover {
  color: #FFF;
}
.upec-template .button-background-brown {
  background-color: #B39482;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-purple,
.upec-template button.is-client-purple {
  background-color: #6c4796;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-purple:hover,
.upec-template button.is-client-purple:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-purple a {
  color: #6c4796;
  background-color: #FFF;
}
.upec-template .button-ined-purple:focus,
.upec-template .is-focused-purple,
.upec-template .button-ined-purple:hover {
  color: #6c4796;
}
.upec-template .button-background-purple:hover {
  color: #FFF;
}
.upec-template .button-background-purple {
  background-color: #6c4796;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-orange,
.upec-template button.is-client-orange {
  background-color: #f39118;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-orange:hover,
.upec-template button.is-client-orange:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-orange a {
  color: #f39118;
  background-color: #FFF;
}
.upec-template .button-ined-orange:focus,
.upec-template .is-focused-orange,
.upec-template .button-ined-orange:hover {
  color: #f39118;
}
.upec-template .button-background-orange:hover {
  color: #FFF;
}
.upec-template .button-background-orange {
  background-color: #f39118;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .button.is-client-red,
.upec-template button.is-client-red {
  background-color: #e42535;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: outset;
  border-width: 2px;
  box-shadow: none;
  cursor: pointer;
  font: 700 0.75em "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  padding: 0.45em 1em;
  padding-top: 0.65em;
  letter-spacing: 0.1em;
  color: #231f20;
}
.upec-template .button.is-client-red:hover,
.upec-template button.is-client-red:hover {
  border-color: rgba(0, 0, 0, 0.95);
}
.upec-template .button.is-client-outline-red a {
  color: #e42535;
  background-color: #FFF;
}
.upec-template .button-ined-red:focus,
.upec-template .is-focused-red,
.upec-template .button-ined-red:hover {
  color: #e42535;
}
.upec-template .button-background-red:hover {
  color: #FFF;
}
.upec-template .button-background-red {
  background-color: #e42535;
  color: #FFF !important;
  box-shadow: none !important;
}
.upec-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.upec-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.upec-template .style_lien {
  border: 0px;
}
.upec-template .style_lien .icon {
  color: #e42535;
}
.upec-template .input {
  background-color: #FFF;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 0.15em solid rgba(0, 0, 0, 0.25);
  font: 400 "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  max-width: 100%;
}
.upec-template .radius-left-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.upec-template .radius-right-0 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.upec-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.upec-template .datepicker.control.is-danger .input {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.upec-template .input:focus,
.upec-template .input:active {
  border: 2px solid #1B1C1E;
  box-shadow: none;
}
.upec-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.upec-template .v-select.single.open .selected-tag {
  position: static !important;
}
.upec-template .v-select {
  padding: 0rem;
  min-height: 2.5rem;
}
.upec-template .field.has-addons .control .button {
  height: auto !important;
}
.upec-template textarea[readonly],
.upec-template input[readonly],
.upec-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
}
.upec-template label.readonly {
  font-weight: bold;
}
.upec-template .b-table.is-loading {
  margin-bottom: 100px;
}
.upec-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.upec-template .small-select {
  width: 100px !important;
}
.upec-template .small-select input {
  width: 0px !important;
}
.upec-template .liner {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.upec-template .liner:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #e62a34;
  min-width: 0.2rem;
  margin: auto;
}
.upec-template .liner:after {
  margin-left: 20px;
}
.upec-template .steps .step-item.is-input::before {
  background: linear-gradient(to left, #DBDBDB 50%, #d8d5d4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-input.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-input.is-active .step-marker {
  background-color: #FFF;
  border-color: #d8d5d4;
  color: #d8d5d4;
}
.upec-template .steps .step-item.is-input.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-input.is-completed .step-marker {
  background-color: #d8d5d4;
}
.upec-template .steps .step-item.is-brand-color::before {
  background: linear-gradient(to left, #DBDBDB 50%, #e62a34 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-brand-color.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-brand-color.is-active .step-marker {
  background-color: #FFF;
  border-color: #e62a34;
  color: #e62a34;
}
.upec-template .steps .step-item.is-brand-color.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-brand-color.is-completed .step-marker {
  background-color: #e62a34;
}
.upec-template .steps .step-item.is-blue-lighter::before {
  background: linear-gradient(to left, #DBDBDB 50%, #5390a3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-blue-lighter.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-blue-lighter.is-active .step-marker {
  background-color: #FFF;
  border-color: #5390a3;
  color: #5390a3;
}
.upec-template .steps .step-item.is-blue-lighter.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-blue-lighter.is-completed .step-marker {
  background-color: #5390a3;
}
.upec-template .steps .step-item.is-blue-light::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1b62a9 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-blue-light.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-blue-light.is-active .step-marker {
  background-color: #FFF;
  border-color: #1b62a9;
  color: #1b62a9;
}
.upec-template .steps .step-item.is-blue-light.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-blue-light.is-completed .step-marker {
  background-color: #1b62a9;
}
.upec-template .steps .step-item.is-cancel::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-cancel.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-cancel.is-active .step-marker {
  background-color: #FFF;
  border-color: #FFF;
  color: #FFF;
}
.upec-template .steps .step-item.is-cancel.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-cancel.is-completed .step-marker {
  background-color: #FFF;
}
.upec-template .steps .step-item.is-confirm::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-confirm.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-confirm.is-active .step-marker {
  background-color: #FFF;
  border-color: #FFF;
  color: #FFF;
}
.upec-template .steps .step-item.is-confirm.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-confirm.is-completed .step-marker {
  background-color: #FFF;
}
.upec-template .steps .step-item.is-turquoise::before {
  background: linear-gradient(to left, #DBDBDB 50%, #31b7bc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-turquoise.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-turquoise.is-active .step-marker {
  background-color: #FFF;
  border-color: #31b7bc;
  color: #31b7bc;
}
.upec-template .steps .step-item.is-turquoise.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-turquoise.is-completed .step-marker {
  background-color: #31b7bc;
}
.upec-template .steps .step-item.is-deep-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #003d7b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-deep-blue.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-deep-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #003d7b;
  color: #003d7b;
}
.upec-template .steps .step-item.is-deep-blue.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-deep-blue.is-completed .step-marker {
  background-color: #003d7b;
}
.upec-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #004f9f 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #004f9f;
  color: #004f9f;
}
.upec-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #004f9f;
}
.upec-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #86bc25 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #86bc25;
  color: #86bc25;
}
.upec-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #86bc25;
}
.upec-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #B39482 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #B39482;
  color: #B39482;
}
.upec-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #B39482;
}
.upec-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #6c4796 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #6c4796;
  color: #6c4796;
}
.upec-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #6c4796;
}
.upec-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #f39118 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #f39118;
  color: #f39118;
}
.upec-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #f39118;
}
.upec-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #e42535 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.upec-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #e42535;
  color: #e42535;
}
.upec-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.upec-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #e42535;
}
.upec-template nav.indexer {
  background-color: transparent;
}
.upec-template .indexer-input a {
  color: #d8d5d4;
}
.upec-template .indexer-input .pagination-link.is-current {
  border-color: #d8d5d4;
  color: #FFF;
  background-color: #d8d5d4;
}
.upec-template .indexer-brand-color a {
  color: #e62a34;
}
.upec-template .indexer-brand-color .pagination-link.is-current {
  border-color: #e62a34;
  color: #FFF;
  background-color: #e62a34;
}
.upec-template .indexer-blue-lighter a {
  color: #5390a3;
}
.upec-template .indexer-blue-lighter .pagination-link.is-current {
  border-color: #5390a3;
  color: #FFF;
  background-color: #5390a3;
}
.upec-template .indexer-blue-light a {
  color: #1b62a9;
}
.upec-template .indexer-blue-light .pagination-link.is-current {
  border-color: #1b62a9;
  color: #FFF;
  background-color: #1b62a9;
}
.upec-template .indexer-cancel a {
  color: #FFF;
}
.upec-template .indexer-cancel .pagination-link.is-current {
  border-color: #FFF;
  color: #FFF;
  background-color: #FFF;
}
.upec-template .indexer-confirm a {
  color: #FFF;
}
.upec-template .indexer-confirm .pagination-link.is-current {
  border-color: #FFF;
  color: #FFF;
  background-color: #FFF;
}
.upec-template .indexer-turquoise a {
  color: #31b7bc;
}
.upec-template .indexer-turquoise .pagination-link.is-current {
  border-color: #31b7bc;
  color: #FFF;
  background-color: #31b7bc;
}
.upec-template .indexer-deep-blue a {
  color: #003d7b;
}
.upec-template .indexer-deep-blue .pagination-link.is-current {
  border-color: #003d7b;
  color: #FFF;
  background-color: #003d7b;
}
.upec-template .indexer-blue a {
  color: #004f9f;
}
.upec-template .indexer-blue .pagination-link.is-current {
  border-color: #004f9f;
  color: #FFF;
  background-color: #004f9f;
}
.upec-template .indexer-green a {
  color: #86bc25;
}
.upec-template .indexer-green .pagination-link.is-current {
  border-color: #86bc25;
  color: #FFF;
  background-color: #86bc25;
}
.upec-template .indexer-brown a {
  color: #B39482;
}
.upec-template .indexer-brown .pagination-link.is-current {
  border-color: #B39482;
  color: #FFF;
  background-color: #B39482;
}
.upec-template .indexer-purple a {
  color: #6c4796;
}
.upec-template .indexer-purple .pagination-link.is-current {
  border-color: #6c4796;
  color: #FFF;
  background-color: #6c4796;
}
.upec-template .indexer-orange a {
  color: #f39118;
}
.upec-template .indexer-orange .pagination-link.is-current {
  border-color: #f39118;
  color: #FFF;
  background-color: #f39118;
}
.upec-template .indexer-red a {
  color: #e42535;
}
.upec-template .indexer-red .pagination-link.is-current {
  border-color: #e42535;
  color: #FFF;
  background-color: #e42535;
}
.upec-template .media-content-input {
  color: #d8d5d4 !important;
}
.upec-template .media-content-input .subtitle {
  color: #d8d5d4 !important;
}
.upec-template .media-content-input .title {
  color: #d8d5d4 !important;
}
.upec-template .media-content-brand-color {
  color: #e62a34 !important;
}
.upec-template .media-content-brand-color .subtitle {
  color: #e62a34 !important;
}
.upec-template .media-content-brand-color .title {
  color: #e62a34 !important;
}
.upec-template .media-content-blue-lighter {
  color: #5390a3 !important;
}
.upec-template .media-content-blue-lighter .subtitle {
  color: #5390a3 !important;
}
.upec-template .media-content-blue-lighter .title {
  color: #5390a3 !important;
}
.upec-template .media-content-blue-light {
  color: #1b62a9 !important;
}
.upec-template .media-content-blue-light .subtitle {
  color: #1b62a9 !important;
}
.upec-template .media-content-blue-light .title {
  color: #1b62a9 !important;
}
.upec-template .media-content-cancel {
  color: #FFF !important;
}
.upec-template .media-content-cancel .subtitle {
  color: #FFF !important;
}
.upec-template .media-content-cancel .title {
  color: #FFF !important;
}
.upec-template .media-content-confirm {
  color: #FFF !important;
}
.upec-template .media-content-confirm .subtitle {
  color: #FFF !important;
}
.upec-template .media-content-confirm .title {
  color: #FFF !important;
}
.upec-template .media-content-turquoise {
  color: #31b7bc !important;
}
.upec-template .media-content-turquoise .subtitle {
  color: #31b7bc !important;
}
.upec-template .media-content-turquoise .title {
  color: #31b7bc !important;
}
.upec-template .media-content-deep-blue {
  color: #003d7b !important;
}
.upec-template .media-content-deep-blue .subtitle {
  color: #003d7b !important;
}
.upec-template .media-content-deep-blue .title {
  color: #003d7b !important;
}
.upec-template .media-content-blue {
  color: #004f9f !important;
}
.upec-template .media-content-blue .subtitle {
  color: #004f9f !important;
}
.upec-template .media-content-blue .title {
  color: #004f9f !important;
}
.upec-template .media-content-green {
  color: #86bc25 !important;
}
.upec-template .media-content-green .subtitle {
  color: #86bc25 !important;
}
.upec-template .media-content-green .title {
  color: #86bc25 !important;
}
.upec-template .media-content-brown {
  color: #B39482 !important;
}
.upec-template .media-content-brown .subtitle {
  color: #B39482 !important;
}
.upec-template .media-content-brown .title {
  color: #B39482 !important;
}
.upec-template .media-content-purple {
  color: #6c4796 !important;
}
.upec-template .media-content-purple .subtitle {
  color: #6c4796 !important;
}
.upec-template .media-content-purple .title {
  color: #6c4796 !important;
}
.upec-template .media-content-orange {
  color: #f39118 !important;
}
.upec-template .media-content-orange .subtitle {
  color: #f39118 !important;
}
.upec-template .media-content-orange .title {
  color: #f39118 !important;
}
.upec-template .media-content-red {
  color: #e42535 !important;
}
.upec-template .media-content-red .subtitle {
  color: #e42535 !important;
}
.upec-template .media-content-red .title {
  color: #e42535 !important;
}
.upec-template .v-select {
  padding: 0.275rem;
  min-height: 32px;
  width: 100%;
  max-width: 100%;
  align-items: center;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background-color: #FFF;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 0.15em solid rgba(0, 0, 0, 0.25);
  font: 400 "source", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  cursor: pointer;
  border-radius: 0;
  color: #231f20;
}
.upec-template .v-select .open-indicator {
  bottom: 4px;
}
.upec-template .dropdown.v-select.open.searchable {
  border: 2px solid #1B1C1E;
  box-shadow: none;
}
.upec-template .v-select .dropdown-menu {
  top: 110%;
  border-radius: 12px;
}
.upec-template .v-select .dropdown-menu:focus,
.upec-template .v-select .dropdown-menu:active {
  border: 2px solid #1B1C1E;
  box-shadow: none;
}
.upec-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.upec-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #e42535 !important;
}
.upec-template .v-select.is-addon {
  border-radius: 0 !important;
}
.upec-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.upec-template ul.list-styled {
  padding-left: 1em;
}
.upec-template ul.list-styled.is-square {
  list-style: square;
}
.upec-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.upec-template ul.list-icon li {
  padding-left: 1.3em;
}
.upec-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 */
}
.upec-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.upec-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.upec-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.upec-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.upec-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.upec-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.upec-template .pipe-list li:first-child {
  border-left: none;
}
.upec-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;
}
.upec-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.upec-template .table-wrapper thead tr:nth-child(n+2) .th-wrap span {
  width: 100%;
  font-weight: normal;
}
.upec-template .table-wrapper thead tr:nth-child(n+2) .th-wrap span .v-select .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000 !important;
  min-width: 100% !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  overflow-y: auto !important;
  border: 1px solid rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  text-align: left !important;
  list-style: none !important;
  background: #fff !important;
}
.upec-template .table thead .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
}
.upec-template .smart-widget {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
  border-color: #d3d3d3;
  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);
}
.upec-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;
}
.upec-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.upec-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;
}
.upec-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.upec-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #555;
}
.upec-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;
}
.upec-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.upec-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;
}
.upec-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.upec-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.upec-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;
}
.upec-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.upec-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.upec-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;
}
.upec-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.upec-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.upec-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.upec-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.upec-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;
}
.upec-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.upec-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.upec-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-dark .smart-widget-option a:hover,
.upec-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.upec-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.upec-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.upec-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.upec-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.upec-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-purple .smart-widget-option a:hover,
.upec-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.upec-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-green .smart-widget-option a:hover,
.upec-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.upec-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.upec-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.upec-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.upec-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-orange .smart-widget-option a:hover,
.upec-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.upec-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.upec-template .smart-widget.widget-red .smart-widget-option a:hover,
.upec-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.upec-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.upec-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.upec-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.upec-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.upec-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.upec-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.upec-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.upec-template a.share-icon {
  cursor: pointer;
}
.upec-template .home-icon-link {
  color: #e62a34;
}
.upec-template .title-icon::before {
  background-color: #e62a34;
  content: "";
  position: absolute;
  top: -18px;
  left: 10px;
  width: 0.3rem;
  height: 0.95em;
  transform: rotate(91deg) skew(20deg);
}
.upec-template .title-icon {
  color: hsl(0, 0%, 21%);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125;
  position: relative;
  text-transform: uppercase;
  padding-top: 0.5rem;
}
.upec-template .list-style::before {
  background-color: #e62a34;
  content: "";
  display: inline-block;
  margin-left: -1.25em;
  padding-right: 0;
  vertical-align: baseline;
  width: 0.15em;
  height: 0.55em;
  margin-right: 0.75em;
  transform: rotate(90deg) skew(21deg);
}
.upec-template .list-style {
  padding-left: 1.5em;
  margin: 0 0 0.5em;
  line-height: 1.3;
  font-size: 0.8rem;
}
.upec-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.upec-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.upec-template .menu-list a.is-active {
  background-color: hsl(0, 0%, 96%);
}
.upec-template .card-border-color-input {
  border: 2px solid #d8d5d4;
}
.upec-template .card-input {
  background-color: #d8d5d4;
}
.upec-template .card-input .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-input.is-active {
  background-color: #d8d5d4;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-input {
  background-color: #ffffff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-input {
  background-color: #d8d5d4;
}
.upec-template .clickable-card-input:hover {
  background-color: #d8d5d4;
}
.upec-template .clickable-card-input:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-input .card-header,
.upec-template .info-card-input .card-header {
  background-color: #d8d5d4;
}
.upec-template .clickable-card-input .card-header .card-header-title,
.upec-template .info-card-input .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-input .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-input .dropdown .highlight a {
  color: #fff !important;
  background-color: #d8d5d4;
}
.upec-template .info-card-input a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #d8d5d4;
}
.upec-template .info-card-input a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-input a.swap {
  color: #212D3A;
}
.upec-template .info-card-input a.swap:hover {
  color: #d8d5d4;
}
.upec-template .info-card-input a.swap.is-active {
  background-color: #d8d5d4;
  color: #fff !important;
}
.upec-template .info-card-input a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-input p.colored {
  color: #d8d5d4 !important;
}
.upec-template .card-header-input {
  background-color: #d8d5d4;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-input .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-brand-color {
  border: 2px solid #e62a34;
}
.upec-template .card-brand-color {
  background-color: #e62a34;
}
.upec-template .card-brand-color .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-brand-color.is-active {
  background-color: #e62a34;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-brand-color {
  background-color: #f1858b;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-brand-color {
  background-color: #e62a34;
}
.upec-template .clickable-card-brand-color:hover {
  background-color: #e62a34;
}
.upec-template .clickable-card-brand-color:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-brand-color .card-header,
.upec-template .info-card-brand-color .card-header {
  background-color: #e62a34;
}
.upec-template .clickable-card-brand-color .card-header .card-header-title,
.upec-template .info-card-brand-color .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-brand-color .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-brand-color .dropdown .highlight a {
  color: #fff !important;
  background-color: #e62a34;
}
.upec-template .info-card-brand-color a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #e62a34;
}
.upec-template .info-card-brand-color a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-brand-color a.swap {
  color: #212D3A;
}
.upec-template .info-card-brand-color a.swap:hover {
  color: #e62a34;
}
.upec-template .info-card-brand-color a.swap.is-active {
  background-color: #e62a34;
  color: #fff !important;
}
.upec-template .info-card-brand-color a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-brand-color p.colored {
  color: #e62a34 !important;
}
.upec-template .card-header-brand-color {
  background-color: #e62a34;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-brand-color .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-blue-lighter {
  border: 2px solid #5390a3;
}
.upec-template .card-blue-lighter {
  background-color: #5390a3;
}
.upec-template .card-blue-lighter .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-blue-lighter.is-active {
  background-color: #5390a3;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-blue-lighter {
  background-color: #94bcc8;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-blue-lighter {
  background-color: #5390a3;
}
.upec-template .clickable-card-blue-lighter:hover {
  background-color: #5390a3;
}
.upec-template .clickable-card-blue-lighter:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-blue-lighter .card-header,
.upec-template .info-card-blue-lighter .card-header {
  background-color: #5390a3;
}
.upec-template .clickable-card-blue-lighter .card-header .card-header-title,
.upec-template .info-card-blue-lighter .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-blue-lighter .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-blue-lighter .dropdown .highlight a {
  color: #fff !important;
  background-color: #5390a3;
}
.upec-template .info-card-blue-lighter a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #5390a3;
}
.upec-template .info-card-blue-lighter a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-blue-lighter a.swap {
  color: #212D3A;
}
.upec-template .info-card-blue-lighter a.swap:hover {
  color: #5390a3;
}
.upec-template .info-card-blue-lighter a.swap.is-active {
  background-color: #5390a3;
  color: #fff !important;
}
.upec-template .info-card-blue-lighter a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-blue-lighter p.colored {
  color: #5390a3 !important;
}
.upec-template .card-header-blue-lighter {
  background-color: #5390a3;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-blue-lighter .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-blue-light {
  border: 2px solid #1b62a9;
}
.upec-template .card-blue-light {
  background-color: #1b62a9;
}
.upec-template .card-blue-light .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-blue-light.is-active {
  background-color: #1b62a9;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-blue-light {
  background-color: #4895e2;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-blue-light {
  background-color: #1b62a9;
}
.upec-template .clickable-card-blue-light:hover {
  background-color: #1b62a9;
}
.upec-template .clickable-card-blue-light:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-blue-light .card-header,
.upec-template .info-card-blue-light .card-header {
  background-color: #1b62a9;
}
.upec-template .clickable-card-blue-light .card-header .card-header-title,
.upec-template .info-card-blue-light .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-blue-light .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-blue-light .dropdown .highlight a {
  color: #fff !important;
  background-color: #1b62a9;
}
.upec-template .info-card-blue-light a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1b62a9;
}
.upec-template .info-card-blue-light a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-blue-light a.swap {
  color: #212D3A;
}
.upec-template .info-card-blue-light a.swap:hover {
  color: #1b62a9;
}
.upec-template .info-card-blue-light a.swap.is-active {
  background-color: #1b62a9;
  color: #fff !important;
}
.upec-template .info-card-blue-light a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-blue-light p.colored {
  color: #1b62a9 !important;
}
.upec-template .card-header-blue-light {
  background-color: #1b62a9;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-blue-light .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-cancel {
  border: 2px solid #FFF;
}
.upec-template .card-cancel {
  background-color: #FFF;
}
.upec-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #FFF;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-cancel {
  background-color: #ffffff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-cancel {
  background-color: #FFF;
}
.upec-template .clickable-card-cancel:hover {
  background-color: #FFF;
}
.upec-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-cancel .card-header,
.upec-template .info-card-cancel .card-header {
  background-color: #FFF;
}
.upec-template .clickable-card-cancel .card-header .card-header-title,
.upec-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-cancel .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-cancel .dropdown .highlight a {
  color: #fff !important;
  background-color: #FFF;
}
.upec-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FFF;
}
.upec-template .info-card-cancel a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-cancel a.swap {
  color: #212D3A;
}
.upec-template .info-card-cancel a.swap:hover {
  color: #FFF;
}
.upec-template .info-card-cancel a.swap.is-active {
  background-color: #FFF;
  color: #fff !important;
}
.upec-template .info-card-cancel a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-cancel p.colored {
  color: #FFF !important;
}
.upec-template .card-header-cancel {
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-confirm {
  border: 2px solid #FFF;
}
.upec-template .card-confirm {
  background-color: #FFF;
}
.upec-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #FFF;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-confirm {
  background-color: #ffffff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-confirm {
  background-color: #FFF;
}
.upec-template .clickable-card-confirm:hover {
  background-color: #FFF;
}
.upec-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-confirm .card-header,
.upec-template .info-card-confirm .card-header {
  background-color: #FFF;
}
.upec-template .clickable-card-confirm .card-header .card-header-title,
.upec-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-confirm .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-confirm .dropdown .highlight a {
  color: #fff !important;
  background-color: #FFF;
}
.upec-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FFF;
}
.upec-template .info-card-confirm a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-confirm a.swap {
  color: #212D3A;
}
.upec-template .info-card-confirm a.swap:hover {
  color: #FFF;
}
.upec-template .info-card-confirm a.swap.is-active {
  background-color: #FFF;
  color: #fff !important;
}
.upec-template .info-card-confirm a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-confirm p.colored {
  color: #FFF !important;
}
.upec-template .card-header-confirm {
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-turquoise {
  border: 2px solid #31b7bc;
}
.upec-template .card-turquoise {
  background-color: #31b7bc;
}
.upec-template .card-turquoise .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-turquoise.is-active {
  background-color: #31b7bc;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-turquoise {
  background-color: #77d8dc;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-turquoise {
  background-color: #31b7bc;
}
.upec-template .clickable-card-turquoise:hover {
  background-color: #31b7bc;
}
.upec-template .clickable-card-turquoise:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-turquoise .card-header,
.upec-template .info-card-turquoise .card-header {
  background-color: #31b7bc;
}
.upec-template .clickable-card-turquoise .card-header .card-header-title,
.upec-template .info-card-turquoise .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-turquoise .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-turquoise .dropdown .highlight a {
  color: #fff !important;
  background-color: #31b7bc;
}
.upec-template .info-card-turquoise a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #31b7bc;
}
.upec-template .info-card-turquoise a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-turquoise a.swap {
  color: #212D3A;
}
.upec-template .info-card-turquoise a.swap:hover {
  color: #31b7bc;
}
.upec-template .info-card-turquoise a.swap.is-active {
  background-color: #31b7bc;
  color: #fff !important;
}
.upec-template .info-card-turquoise a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-turquoise p.colored {
  color: #31b7bc !important;
}
.upec-template .card-header-turquoise {
  background-color: #31b7bc;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-turquoise .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-deep-blue {
  border: 2px solid #003d7b;
}
.upec-template .card-deep-blue {
  background-color: #003d7b;
}
.upec-template .card-deep-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-deep-blue.is-active {
  background-color: #003d7b;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-deep-blue {
  background-color: #0070e1;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-deep-blue {
  background-color: #003d7b;
}
.upec-template .clickable-card-deep-blue:hover {
  background-color: #003d7b;
}
.upec-template .clickable-card-deep-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-deep-blue .card-header,
.upec-template .info-card-deep-blue .card-header {
  background-color: #003d7b;
}
.upec-template .clickable-card-deep-blue .card-header .card-header-title,
.upec-template .info-card-deep-blue .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-deep-blue .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-deep-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #003d7b;
}
.upec-template .info-card-deep-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #003d7b;
}
.upec-template .info-card-deep-blue a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-deep-blue a.swap {
  color: #212D3A;
}
.upec-template .info-card-deep-blue a.swap:hover {
  color: #003d7b;
}
.upec-template .info-card-deep-blue a.swap.is-active {
  background-color: #003d7b;
  color: #fff !important;
}
.upec-template .info-card-deep-blue a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-deep-blue p.colored {
  color: #003d7b !important;
}
.upec-template .card-header-deep-blue {
  background-color: #003d7b;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-deep-blue .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-blue {
  border: 2px solid #004f9f;
}
.upec-template .card-blue {
  background-color: #004f9f;
}
.upec-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-blue.is-active {
  background-color: #004f9f;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-blue {
  background-color: #0682ff;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-blue {
  background-color: #004f9f;
}
.upec-template .clickable-card-blue:hover {
  background-color: #004f9f;
}
.upec-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-blue .card-header,
.upec-template .info-card-blue .card-header {
  background-color: #004f9f;
}
.upec-template .clickable-card-blue .card-header .card-header-title,
.upec-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-blue .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-blue .dropdown .highlight a {
  color: #fff !important;
  background-color: #004f9f;
}
.upec-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #004f9f;
}
.upec-template .info-card-blue a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-blue a.swap {
  color: #212D3A;
}
.upec-template .info-card-blue a.swap:hover {
  color: #004f9f;
}
.upec-template .info-card-blue a.swap.is-active {
  background-color: #004f9f;
  color: #fff !important;
}
.upec-template .info-card-blue a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-blue p.colored {
  color: #004f9f !important;
}
.upec-template .card-header-blue {
  background-color: #004f9f;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-green {
  border: 2px solid #86bc25;
}
.upec-template .card-green {
  background-color: #86bc25;
}
.upec-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-green.is-active {
  background-color: #86bc25;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-green {
  background-color: #b5e166;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-green {
  background-color: #86bc25;
}
.upec-template .clickable-card-green:hover {
  background-color: #86bc25;
}
.upec-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-green .card-header,
.upec-template .info-card-green .card-header {
  background-color: #86bc25;
}
.upec-template .clickable-card-green .card-header .card-header-title,
.upec-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-green .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-green .dropdown .highlight a {
  color: #fff !important;
  background-color: #86bc25;
}
.upec-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #86bc25;
}
.upec-template .info-card-green a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-green a.swap {
  color: #212D3A;
}
.upec-template .info-card-green a.swap:hover {
  color: #86bc25;
}
.upec-template .info-card-green a.swap.is-active {
  background-color: #86bc25;
  color: #fff !important;
}
.upec-template .info-card-green a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-green p.colored {
  color: #86bc25 !important;
}
.upec-template .card-header-green {
  background-color: #86bc25;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.upec-template .card-brown {
  background-color: #B39482;
}
.upec-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.upec-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.upec-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-brown .card-header,
.upec-template .info-card-brown .card-header {
  background-color: #B39482;
}
.upec-template .clickable-card-brown .card-header .card-header-title,
.upec-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-brown .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-brown .dropdown .highlight a {
  color: #fff !important;
  background-color: #B39482;
}
.upec-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.upec-template .info-card-brown a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-brown a.swap {
  color: #212D3A;
}
.upec-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.upec-template .info-card-brown a.swap.is-active {
  background-color: #B39482;
  color: #fff !important;
}
.upec-template .info-card-brown a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.upec-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;
}
.upec-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-purple {
  border: 2px solid #6c4796;
}
.upec-template .card-purple {
  background-color: #6c4796;
}
.upec-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-purple.is-active {
  background-color: #6c4796;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-purple {
  background-color: #9f80c3;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-purple {
  background-color: #6c4796;
}
.upec-template .clickable-card-purple:hover {
  background-color: #6c4796;
}
.upec-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-purple .card-header,
.upec-template .info-card-purple .card-header {
  background-color: #6c4796;
}
.upec-template .clickable-card-purple .card-header .card-header-title,
.upec-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-purple .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-purple .dropdown .highlight a {
  color: #fff !important;
  background-color: #6c4796;
}
.upec-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #6c4796;
}
.upec-template .info-card-purple a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-purple a.swap {
  color: #212D3A;
}
.upec-template .info-card-purple a.swap:hover {
  color: #6c4796;
}
.upec-template .info-card-purple a.swap.is-active {
  background-color: #6c4796;
  color: #fff !important;
}
.upec-template .info-card-purple a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-purple p.colored {
  color: #6c4796 !important;
}
.upec-template .card-header-purple {
  background-color: #6c4796;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-orange {
  border: 2px solid #f39118;
}
.upec-template .card-orange {
  background-color: #f39118;
}
.upec-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-orange.is-active {
  background-color: #f39118;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-orange {
  background-color: #f8bf79;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-orange {
  background-color: #f39118;
}
.upec-template .clickable-card-orange:hover {
  background-color: #f39118;
}
.upec-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-orange .card-header,
.upec-template .info-card-orange .card-header {
  background-color: #f39118;
}
.upec-template .clickable-card-orange .card-header .card-header-title,
.upec-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-orange .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-orange .dropdown .highlight a {
  color: #fff !important;
  background-color: #f39118;
}
.upec-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #f39118;
}
.upec-template .info-card-orange a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-orange a.swap {
  color: #212D3A;
}
.upec-template .info-card-orange a.swap:hover {
  color: #f39118;
}
.upec-template .info-card-orange a.swap.is-active {
  background-color: #f39118;
  color: #fff !important;
}
.upec-template .info-card-orange a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-orange p.colored {
  color: #f39118 !important;
}
.upec-template .card-header-orange {
  background-color: #f39118;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.upec-template .card-border-color-red {
  border: 2px solid #e42535;
}
.upec-template .card-red {
  background-color: #e42535;
}
.upec-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #231f20;
}
.upec-template .card-header-tag .tag.is-red.is-active {
  background-color: #e42535;
  color: #FFF;
}
.upec-template .card-header-tag .tag.is-red {
  background-color: #ef8089;
  color: #FFF;
}
.upec-template .card-header-tag .tag:hover.is-red {
  background-color: #e42535;
}
.upec-template .clickable-card-red:hover {
  background-color: #e42535;
}
.upec-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.upec-template .clickable-card-red .card-header,
.upec-template .info-card-red .card-header {
  background-color: #e42535;
}
.upec-template .clickable-card-red .card-header .card-header-title,
.upec-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.upec-template .info-card-red .dropdown a {
  color: #333 !important;
}
.upec-template .info-card-red .dropdown .highlight a {
  color: #fff !important;
  background-color: #e42535;
}
.upec-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #e42535;
}
.upec-template .info-card-red a:hover {
  color: #212D3A !important;
}
.upec-template .info-card-red a.swap {
  color: #212D3A;
}
.upec-template .info-card-red a.swap:hover {
  color: #e42535;
}
.upec-template .info-card-red a.swap.is-active {
  background-color: #e42535;
  color: #fff !important;
}
.upec-template .info-card-red a.swap.is-active:hover {
  color: #000;
}
.upec-template .info-card-red p.colored {
  color: #e42535 !important;
}
.upec-template .card-header-red {
  background-color: #e42535;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.upec-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.upec-template .menu-list a.is-active.is-red {
  background-color: #e42535;
}
.upec-template .menu-list a.is-active.is-orange {
  background-color: #f39118;
}
.upec-template .menu-list a.is-active.is-purple {
  background-color: #6c4796;
}
.upec-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.upec-template .menu-list a.is-active.is-green {
  background-color: #86bc25;
}
.upec-template .menu-list a.is-active.is-blue {
  background-color: #004f9f;
}
.upec-template .menu-list a.is-active.is-deep-blue {
  background-color: #003d7b;
}
.upec-template .menu-list a.is-active.is-turquoise {
  background-color: #31b7bc;
}
.upec-template .menu-list a.is-active.is-confirm {
  background-color: #FFF;
}
.upec-template .menu-list a.is-active.is-cancel {
  background-color: #FFF;
}
.upec-template .menu-list a.is-active.is-blue-light {
  background-color: #1b62a9;
}
.upec-template .menu-list a.is-active.is-blue-lighter {
  background-color: #5390a3;
}
.upec-template .menu-list a.is-active.is-brand-color {
  background-color: #e62a34;
}
.upec-template .menu-list a.is-active.is-input {
  background-color: #d8d5d4;
}
.upec-template .message.is-abc {
  cursor: pointer;
}
.upec-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.upec-template .is-font-abc-small {
  font-size: 0.7rem;
}
.upec-template .message.is-abc.is-active-input {
  background-color: #d8d5d4;
}
.upec-template .message.is-abc.is-active-input .message-body {
  color: white;
}
.upec-template .message.is-input {
  background-color: #d8d5d4;
}
.upec-template .message.is-input .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-brand-color {
  background-color: #e62a34;
}
.upec-template .message.is-abc.is-active-brand-color .message-body {
  color: white;
}
.upec-template .message.is-brand-color {
  background-color: #e62a34;
}
.upec-template .message.is-brand-color .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-blue-lighter {
  background-color: #5390a3;
}
.upec-template .message.is-abc.is-active-blue-lighter .message-body {
  color: white;
}
.upec-template .message.is-blue-lighter {
  background-color: #5390a3;
}
.upec-template .message.is-blue-lighter .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-blue-light {
  background-color: #1b62a9;
}
.upec-template .message.is-abc.is-active-blue-light .message-body {
  color: white;
}
.upec-template .message.is-blue-light {
  background-color: #1b62a9;
}
.upec-template .message.is-blue-light .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-cancel {
  background-color: #FFF;
}
.upec-template .message.is-abc.is-active-cancel .message-body {
  color: white;
}
.upec-template .message.is-cancel {
  background-color: #FFF;
}
.upec-template .message.is-cancel .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-confirm {
  background-color: #FFF;
}
.upec-template .message.is-abc.is-active-confirm .message-body {
  color: white;
}
.upec-template .message.is-confirm {
  background-color: #FFF;
}
.upec-template .message.is-confirm .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-turquoise {
  background-color: #31b7bc;
}
.upec-template .message.is-abc.is-active-turquoise .message-body {
  color: white;
}
.upec-template .message.is-turquoise {
  background-color: #31b7bc;
}
.upec-template .message.is-turquoise .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-deep-blue {
  background-color: #003d7b;
}
.upec-template .message.is-abc.is-active-deep-blue .message-body {
  color: white;
}
.upec-template .message.is-deep-blue {
  background-color: #003d7b;
}
.upec-template .message.is-deep-blue .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-blue {
  background-color: #004f9f;
}
.upec-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.upec-template .message.is-blue {
  background-color: #004f9f;
}
.upec-template .message.is-blue .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-green {
  background-color: #86bc25;
}
.upec-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.upec-template .message.is-green {
  background-color: #86bc25;
}
.upec-template .message.is-green .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-brown {
  background-color: #B39482;
}
.upec-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.upec-template .message.is-brown {
  background-color: #B39482;
}
.upec-template .message.is-brown .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-purple {
  background-color: #6c4796;
}
.upec-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.upec-template .message.is-purple {
  background-color: #6c4796;
}
.upec-template .message.is-purple .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-orange {
  background-color: #f39118;
}
.upec-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.upec-template .message.is-orange {
  background-color: #f39118;
}
.upec-template .message.is-orange .message-body {
  color: white;
}
.upec-template .message.is-abc.is-active-red {
  background-color: #e42535;
}
.upec-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.upec-template .message.is-red {
  background-color: #e42535;
}
.upec-template .message.is-red .message-body {
  color: white;
}
.upec-template .profil_tabs tabs.is-toggle li a:focus {
  background-color: #e62a34;
  border-color: #e42535;
}
.upec-template .profil_tabs .tab-content {
  padding: 1rem 0;
}
.upec-template .profil_tabs .tabs li a:focus {
  outline: none;
  border-bottom-color: #e42535;
}
.upec-template .profil_tabs .tabs.is-toggle li.is-active a {
  background-color: #e62a34;
  border-color: #e42535;
  color: #FFF;
  z-index: 1;
}
.upec-template .node-active-input {
  border-left-color: #d8d5d4;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-brand-color {
  border-left-color: #e62a34;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-blue-lighter {
  border-left-color: #5390a3;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-blue-light {
  border-left-color: #1b62a9;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-cancel {
  border-left-color: #FFF;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-confirm {
  border-left-color: #FFF;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-turquoise {
  border-left-color: #31b7bc;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-deep-blue {
  border-left-color: #003d7b;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-blue {
  border-left-color: #004f9f;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-green {
  border-left-color: #86bc25;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-brown {
  border-left-color: #B39482;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-purple {
  border-left-color: #6c4796;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-orange {
  border-left-color: #f39118;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .node-active-red {
  border-left-color: #e42535;
  font-weight: 600;
  padding: 0% 1%;
  border-left-style: solid;
  border-left-width: 4px;
}
.upec-template .map-legend {
  padding: 10px;
  background-color: white;
}
.upec-template .map-legend-title {
  margin-bottom: 10px;
}
.upec-template .map-legend-item {
  margin-top: -6px;
}
.upec-template .map-legend-icon {
  width: 12px;
  height: 20px;
}
.upec-template .map-legend-text {
  font-size: small;
}
.upec-template .timeline {
  text-align: left;
  width: 100%;
  max-width: 500px;
}
.upec-template .timeline .wrapper-timeline {
  position: relative;
}
.upec-template .timeline .wrapper-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-bottom: 20px;
}
.upec-template .timeline .wrapper-item .section-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
}
.upec-template .timeline .wrapper-item .section-year .year {
  margin: 0;
}
.upec-template .timeline .wrapper-item.unique-timeline {
  margin-bottom: 0;
}
.upec-template .timeline-item .item {
  border-left: 5px solid #ccd5db;
  padding: 20px 0 20px 15px;
  position: relative;
}
.upec-template .timeline-item .date-item {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.upec-template .timeline-item .title-item {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.upec-template .timeline-item .description-item {
  font-weight: 100;
  margin: 0;
}
.upec-template .timeline-item .dot {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -10px;
  top: 26px;
}
.upec-template .variadic-content {
  display: flex;
  flex-flow: column;
}
.upec-template .variadic-add-position {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.upec-template .variadic-elements-position {
  order: 1;
}
.upec-template .variadic-element {
  display: flex;
  flex-flow: column;
}
.upec-template .variadic-element-content-position {
  order: 1;
}
.upec-template .variadic-element-remove-position {
  order: 1;
}
.upec-template .variadic-tabs {
  display: flex;
  flex-flow: column;
}
.upec-template .variadic-tabs-add-position {
  order: 1;
  padding-left: 0.5em !important;
  padding-bottom: 0%;
}
.upec-template .variadic-tabs-position {
  order: 1;
}
.upec-template .crud-action-link {
  color: #86bc25 !important;
}
.upec-template .variadic-add-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.upec-template .variadic-add-link {
  color: #86bc25 !important;
}
.upec-template .variadic-remove-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
}
.upec-template .variadic-remove-link {
  color: #e42535 !important;
  float: right !important;
}
.upec-template .carousel-item .hero .hero-body {
  padding: 0;
}
.upec-template .carousel-list .carousel-slide .card {
  min-height: 100%;
  padding: 0px;
  transition: background 0.5s ease;
}
.upec-template .carousel-list .carousel-slide .card figure {
  transition: transform 0.5s ease;
}
.upec-template .carousel-list .carousel-slide .card .card-image {
  overflow: hidden;
}
.upec-template .carousel-list .carousel-slide .card:hover {
  background-color: red;
}
.upec-template .carousel-list .carousel-slide .card:hover figure {
  transform: scale(1.2);
}
.upec-template .carousel-list .carousel-slide .card:hover .title {
  color: #FFF;
}
.upec-template .carousel-arrow .icon {
  background: hsl(0, 0%, 100%);
  color: #e62a34;
  cursor: pointer;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 9999px;
  outline: 0;
}
.upec-template .carousel-arrow .icon:hover {
  border: 1px solid #e62a34;
  opacity: 1;
}
.upec-template .tile.is-ancestor .box:last-child {
  margin-bottom: 1.5rem;
}
.upec-template .tile.is-ancestor .box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
  margin-right: 0.5rem;
}
.upec-template .tile-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upec-template .is-parent a {
  width: 100%;
}
.upec-template .put-front {
  color: #231f20;
  font-weight: bold;
  width: 100%;
}
.upec-template .put-front a:hover {
  color: #e42535;
}
.upec-template .put-front .navbar-item::after,
.upec-template .put-front .dropdown-item::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  box-shadow: -8px 8px 17px -18px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -8px 8px 17px -18px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -8px 8px 17px -18px rgba(0, 0, 0, 0.7);
  background-color: #e62a34;
  transform-origin: bottom left;
  transition: transform 0.5s ease-out;
}
.upec-template .put-front .navbar-item:hover::after,
.upec-template .put-front .dropdown-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (min-width: 768px) and (orientation: landscape), (min-width: 992px) and (orientation: portrait) {
  .upec-template nav.navigation-menu .navbar-item {
    text-align: center;
    color: #231f20;
    height: 2rem;
  }
}
.upec-template nav.navigation-menu .navbar-item a {
  color: #231f20;
  font: 700 0.9em 'Luciole';
  text-transform: uppercase;
  width: 100%;
}
.upec-template nav.navigation-menu .navbar-item a .is-medium {
  height: 0rem;
  width: 2rem;
}
.upec-template nav.navigation-menu .navbar-item .router-link-exact-active,
.upec-template nav.navigation-menu .navbar-item .router-link-active {
  color: #e62a34;
}
.upec-template nav.navigation-menu .navbar-item a:hover {
  color: #e42535;
}
.upec-template nav.navigation-menu .navbar-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  box-shadow: -8px 8px 17px -18px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -8px 8px 17px -18px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -8px 8px 17px -18px rgba(0, 0, 0, 0.7);
  background-color: #e62a34;
  transform-origin: bottom left;
  transition: transform 0.5s ease-out;
}
.upec-template nav.navigation-menu .navbar-item a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.upec-template nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.upec-template .bread-crumb-link a {
  color: #e62a34;
}
.upec-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.upec-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;
}
.upec-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.upec-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;
}
.upec-template .navbar-item img {
  max-height: 100%;
}
.upec-template footer:not(.modal-card-foot) {
  background-color: #4a5f70;
  color: #FFF;
  font-size: 0.9rem;
}
.upec-template footer:not(.modal-card-foot) a {
  color: #FFF;
}
.upec-template footer:not(.modal-card-foot) a:hover {
  color: #FFF;
}
.upec-template footer:not(.modal-card-foot) .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.upec-template footer:not(.modal-card-foot) .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.upec-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.upec-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.upec-template footer:not(.modal-card-foot) .footer-disclaimer {
  font-weight: bold;
  text-align: center;
}
.upec-template .footer-menu-input {
  border-top-color: #d8d5d4;
}
.upec-template .footer-menu-input .footer-menu-list a:hover {
  color: #d8d5d4;
}
.upec-template .footer-menu-brand-color {
  border-top-color: #e62a34;
}
.upec-template .footer-menu-brand-color .footer-menu-list a:hover {
  color: #e62a34;
}
.upec-template .footer-menu-blue-lighter {
  border-top-color: #5390a3;
}
.upec-template .footer-menu-blue-lighter .footer-menu-list a:hover {
  color: #5390a3;
}
.upec-template .footer-menu-blue-light {
  border-top-color: #1b62a9;
}
.upec-template .footer-menu-blue-light .footer-menu-list a:hover {
  color: #1b62a9;
}
.upec-template .footer-menu-cancel {
  border-top-color: #FFF;
}
.upec-template .footer-menu-cancel .footer-menu-list a:hover {
  color: #FFF;
}
.upec-template .footer-menu-confirm {
  border-top-color: #FFF;
}
.upec-template .footer-menu-confirm .footer-menu-list a:hover {
  color: #FFF;
}
.upec-template .footer-menu-turquoise {
  border-top-color: #31b7bc;
}
.upec-template .footer-menu-turquoise .footer-menu-list a:hover {
  color: #31b7bc;
}
.upec-template .footer-menu-deep-blue {
  border-top-color: #003d7b;
}
.upec-template .footer-menu-deep-blue .footer-menu-list a:hover {
  color: #003d7b;
}
.upec-template .footer-menu-blue {
  border-top-color: #004f9f;
}
.upec-template .footer-menu-blue .footer-menu-list a:hover {
  color: #004f9f;
}
.upec-template .footer-menu-green {
  border-top-color: #86bc25;
}
.upec-template .footer-menu-green .footer-menu-list a:hover {
  color: #86bc25;
}
.upec-template .footer-menu-brown {
  border-top-color: #B39482;
}
.upec-template .footer-menu-brown .footer-menu-list a:hover {
  color: #B39482;
}
.upec-template .footer-menu-purple {
  border-top-color: #6c4796;
}
.upec-template .footer-menu-purple .footer-menu-list a:hover {
  color: #6c4796;
}
.upec-template .footer-menu-orange {
  border-top-color: #f39118;
}
.upec-template .footer-menu-orange .footer-menu-list a:hover {
  color: #f39118;
}
.upec-template .footer-menu-red {
  border-top-color: #e42535;
}
.upec-template .footer-menu-red .footer-menu-list a:hover {
  color: #e42535;
}
.upec-template .is-height-three-quarters {
  height: 75vh;
}
.upec-template .is-height-two-thirds {
  height: 66vh;
}
.upec-template .is-height-three-fifths {
  height: 60vh;
}
.upec-template .is-height-half {
  height: 50vh;
}
.upec-template .is-height-one-third {
  height: 33vh;
}
.upec-template .is-height-one-quarter {
  height: 25vh;
}
.upec-template .is-height-one-fifth {
  height: 20vh;
}
.upec-template .source-comment span p:first-child,
.upec-template .source-comment span div:first-child {
  display: inline !important;
}
.upec-template .source-comment span p {
  margin-bottom: 0em;
}
.upec-template .remove-first-crlf p:first-child,
.upec-template .remove-first-crlf div:first-child {
  display: inline !important;
}
.upec-template .has-no-paragraph-margin p,
.upec-template .has-no-paragraph-margin div {
  margin-bottom: 0;
  margin-top: 0;
}
.upec-template .addButton {
  border-radius: 100%;
  border: 1.5px solid black !important;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  box-shadow: gray 0.1rem 0.1rem 0.8rem 0rem;
  cursor: pointer;
}
.upec-template .addButton p {
  font-weight: 700;
  font-size: 1.5rem;
}
.upec-template .addButtonDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.erdera-template {
  /*a {
    color: @text;
    &:hover{
        color: @blue;
    }
}*/
}
@media (max-width: 768px) {
  .erdera-template .pos-search-result .handle-link {
    display: none;
  }
  .erdera-template .pos-search-result .tag {
    height: auto;
    white-space: normal;
  }
  .erdera-template .pagination {
    margin: 1em;
  }
}
.erdera-template .has-text-letter6 {
  color: #0B326E;
}
.erdera-template a.has-text-letter6 {
  color: #0B326E;
}
.erdera-template a.has-text-letter6:hover {
  color: #000;
}
.erdera-template a.swap.has-text-letter6 {
  color: #000;
}
.erdera-template a.swap.has-text-letter6:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-letter6 a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-letter6 a {
  color: #0B326E;
}
.erdera-template .has-text-letter5 {
  color: #0B326E;
}
.erdera-template a.has-text-letter5 {
  color: #0B326E;
}
.erdera-template a.has-text-letter5:hover {
  color: #000;
}
.erdera-template a.swap.has-text-letter5 {
  color: #000;
}
.erdera-template a.swap.has-text-letter5:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-letter5 a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-letter5 a {
  color: #0B326E;
}
.erdera-template .has-text-letter4 {
  color: #0B326E;
}
.erdera-template a.has-text-letter4 {
  color: #0B326E;
}
.erdera-template a.has-text-letter4:hover {
  color: #000;
}
.erdera-template a.swap.has-text-letter4 {
  color: #000;
}
.erdera-template a.swap.has-text-letter4:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-letter4 a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-letter4 a {
  color: #0B326E;
}
.erdera-template .has-text-letter3 {
  color: #FF527D;
}
.erdera-template a.has-text-letter3 {
  color: #FF527D;
}
.erdera-template a.has-text-letter3:hover {
  color: #000;
}
.erdera-template a.swap.has-text-letter3 {
  color: #000;
}
.erdera-template a.swap.has-text-letter3:hover {
  color: #FF527D;
}
.erdera-template .tabs.is-toggle li.is-active.is-letter3 a {
  background-color: #FF527D;
  border-color: #FF527D;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-letter3 a {
  color: #FF527D;
}
.erdera-template .has-text-letter2 {
  color: #FF527D;
}
.erdera-template a.has-text-letter2 {
  color: #FF527D;
}
.erdera-template a.has-text-letter2:hover {
  color: #000;
}
.erdera-template a.swap.has-text-letter2 {
  color: #000;
}
.erdera-template a.swap.has-text-letter2:hover {
  color: #FF527D;
}
.erdera-template .tabs.is-toggle li.is-active.is-letter2 a {
  background-color: #FF527D;
  border-color: #FF527D;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-letter2 a {
  color: #FF527D;
}
.erdera-template .has-text-letter1 {
  color: #0B326E;
}
.erdera-template a.has-text-letter1 {
  color: #0B326E;
}
.erdera-template a.has-text-letter1:hover {
  color: #000;
}
.erdera-template a.swap.has-text-letter1 {
  color: #000;
}
.erdera-template a.swap.has-text-letter1:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-letter1 a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-letter1 a {
  color: #0B326E;
}
.erdera-template .has-text-heading-2 {
  color: #0B326E;
}
.erdera-template a.has-text-heading-2 {
  color: #0B326E;
}
.erdera-template a.has-text-heading-2:hover {
  color: #000;
}
.erdera-template a.swap.has-text-heading-2 {
  color: #000;
}
.erdera-template a.swap.has-text-heading-2:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-heading-2 a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-heading-2 a {
  color: #0B326E;
}
.erdera-template .has-text-heading-1 {
  color: #0B326E;
}
.erdera-template a.has-text-heading-1 {
  color: #0B326E;
}
.erdera-template a.has-text-heading-1:hover {
  color: #000;
}
.erdera-template a.swap.has-text-heading-1 {
  color: #000;
}
.erdera-template a.swap.has-text-heading-1:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-heading-1 a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-heading-1 a {
  color: #0B326E;
}
.erdera-template .has-text-nav-menu-color {
  color: white;
}
.erdera-template a.has-text-nav-menu-color {
  color: white;
}
.erdera-template a.has-text-nav-menu-color:hover {
  color: #000;
}
.erdera-template a.swap.has-text-nav-menu-color {
  color: #000;
}
.erdera-template a.swap.has-text-nav-menu-color:hover {
  color: white;
}
.erdera-template .tabs.is-toggle li.is-active.is-nav-menu-color a {
  background-color: white;
  border-color: white;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-nav-menu-color a {
  color: white;
}
.erdera-template .has-text-cancel {
  color: #FF527D;
}
.erdera-template a.has-text-cancel {
  color: #FF527D;
}
.erdera-template a.has-text-cancel:hover {
  color: #000;
}
.erdera-template a.swap.has-text-cancel {
  color: #000;
}
.erdera-template a.swap.has-text-cancel:hover {
  color: #FF527D;
}
.erdera-template .tabs.is-toggle li.is-active.is-cancel a {
  background-color: #FF527D;
  border-color: #FF527D;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-cancel a {
  color: #FF527D;
}
.erdera-template .has-text-confirm {
  color: #0B326E;
}
.erdera-template a.has-text-confirm {
  color: #0B326E;
}
.erdera-template a.has-text-confirm:hover {
  color: #000;
}
.erdera-template a.swap.has-text-confirm {
  color: #000;
}
.erdera-template a.swap.has-text-confirm:hover {
  color: #0B326E;
}
.erdera-template .tabs.is-toggle li.is-active.is-confirm a {
  background-color: #0B326E;
  border-color: #0B326E;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-confirm a {
  color: #0B326E;
}
.erdera-template .has-text-blue {
  color: #1CBDC7;
}
.erdera-template a.has-text-blue {
  color: #1CBDC7;
}
.erdera-template a.has-text-blue:hover {
  color: #000;
}
.erdera-template a.swap.has-text-blue {
  color: #000;
}
.erdera-template a.swap.has-text-blue:hover {
  color: #1CBDC7;
}
.erdera-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-blue a {
  color: #1CBDC7;
}
.erdera-template .has-text-green {
  color: #1D875F;
}
.erdera-template a.has-text-green {
  color: #1D875F;
}
.erdera-template a.has-text-green:hover {
  color: #000;
}
.erdera-template a.swap.has-text-green {
  color: #000;
}
.erdera-template a.swap.has-text-green:hover {
  color: #1D875F;
}
.erdera-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #1D875F;
  border-color: #1D875F;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-green a {
  color: #1D875F;
}
.erdera-template .has-text-brown {
  color: #B39482;
}
.erdera-template a.has-text-brown {
  color: #B39482;
}
.erdera-template a.has-text-brown:hover {
  color: #000;
}
.erdera-template a.swap.has-text-brown {
  color: #000;
}
.erdera-template a.swap.has-text-brown:hover {
  color: #B39482;
}
.erdera-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #B39482;
  border-color: #B39482;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-brown a {
  color: #B39482;
}
.erdera-template .has-text-purple {
  color: #7E69B4;
}
.erdera-template a.has-text-purple {
  color: #7E69B4;
}
.erdera-template a.has-text-purple:hover {
  color: #000;
}
.erdera-template a.swap.has-text-purple {
  color: #000;
}
.erdera-template a.swap.has-text-purple:hover {
  color: #7E69B4;
}
.erdera-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #7E69B4;
  border-color: #7E69B4;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-purple a {
  color: #7E69B4;
}
.erdera-template .has-text-orange {
  color: #F8AA24;
}
.erdera-template a.has-text-orange {
  color: #F8AA24;
}
.erdera-template a.has-text-orange:hover {
  color: #000;
}
.erdera-template a.swap.has-text-orange {
  color: #000;
}
.erdera-template a.swap.has-text-orange:hover {
  color: #F8AA24;
}
.erdera-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #F8AA24;
  border-color: #F8AA24;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-orange a {
  color: #F8AA24;
}
.erdera-template .has-text-red {
  color: #E9362F;
}
.erdera-template a.has-text-red {
  color: #E9362F;
}
.erdera-template a.has-text-red:hover {
  color: #000;
}
.erdera-template a.swap.has-text-red {
  color: #000;
}
.erdera-template a.swap.has-text-red:hover {
  color: #E9362F;
}
.erdera-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #E9362F;
  border-color: #E9362F;
  color: #FFF;
}
.erdera-template .tabs li.is-active.is-red a {
  color: #E9362F;
}
.erdera-template .is-paddingless {
  padding: 0 !important;
}
.erdera-template .is-marginless {
  margin: 0 !important;
}
.erdera-template .is-pulled-bottom {
  margin-top: auto !important;
}
.erdera-template .has-no-radius {
  border-radius: 0% !important;
}
.erdera-template .has-no-right-margin {
  margin-right: 0 !important;
}
.erdera-template .has-no-right-padding {
  padding-right: 0 !important;
}
.erdera-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.erdera-template .has-no-left-margin {
  margin-left: 0 !important;
}
.erdera-template .has-no-left-padding {
  padding-left: 0 !important;
}
.erdera-template .has-no-top-margin {
  margin-top: 0 !important;
}
.erdera-template .has-no-top-padding {
  padding-top: 0 !important;
}
.erdera-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.erdera-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.erdera-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.erdera-template .has-small-margin {
  margin: 0.5rem;
}
.erdera-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.erdera-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.erdera-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.erdera-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.erdera-template .has-large-top-margin {
  margin-top: 1.5rem;
}
.erdera-template .force-large-top-margin {
  margin-top: 1.5rem !important;
}
.erdera-template .force-very-large-top-margin {
  margin-top: 2.5rem !important;
}
.erdera-template .has-large-bottom-margin {
  margin-bottom: 1.5rem;
}
.erdera-template .has-large-left-margin {
  margin-left: 1.5rem;
}
.erdera-template .has-large-right-margin {
  margin-right: 1.5rem;
}
.erdera-template .has-medium-right-margin {
  margin-right: 1rem;
}
.erdera-template .has-medium-left-margin {
  margin-left: 1rem;
}
.erdera-template .has-medium-top-margin {
  margin-top: 1rem;
}
.erdera-template .has-big-top-margin {
  margin-top: 2rem;
}
.erdera-template .has-small-padding {
  padding: 0.5rem;
}
.erdera-template .has-no-padding {
  padding: 0 !important;
}
.erdera-template .has-xmedium-padding {
  padding: 0.75rem;
}
.erdera-template .has-medium-padding {
  padding: 1rem;
}
.erdera-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.erdera-template .text-with-line:after,
.erdera-template .text-with-line:before {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.erdera-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.erdera-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.erdera-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.erdera-template .facebook-color {
  color: #3B5998 !important;
}
.erdera-template .twitter-color {
  color: #55ACEE !important;
}
.erdera-template .linkedin-color {
  color: #007BB5 !important;
}
.erdera-template .google-plus-color {
  color: #DD4B39 !important;
}
.erdera-template .redify {
  color: #E9362F;
}
.erdera-template .is-justify-center {
  justify-content: center;
}
.erdera-template .is-justify-flex-start {
  justify-content: flex-start !important;
}
.erdera-template .align-items-flex-start {
  align-items: flex-start !important;
}
.erdera-template .is-vcentered {
  display: flex;
  align-items: center;
}
.erdera-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.erdera-template .is-clearfix {
  clear: both;
}
.erdera-template .hr-section {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
}
.erdera-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.erdera-template .is-width-one-third {
  width: 33%;
}
.erdera-template .is-width-half {
  width: 50%;
}
.erdera-template .has-cursor-pointer {
  cursor: pointer;
}
.erdera-template .is-hidden {
  display: none;
}
.erdera-template .break-word {
  word-break: break-word;
}
.erdera-template .has-extra-small-font {
  font-size: 0.5rem;
}
.erdera-template .has-small-font {
  font-size: 0.7rem;
}
.erdera-template .has-medium-font {
  font-size: 0.9rem;
}
.erdera-template .has-big-font {
  font-size: 1.2rem;
}
.erdera-template .msw-loader .primary-color {
  background-color: #FF527D;
}
.erdera-template .msw-loader .secondary-color {
  background-color: #000;
}
.erdera-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.erdera-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #212D3A;
}
.erdera-template .card .card-header .tag {
  border: 1px solid #212D3A;
  border-radius: 0px;
  margin-top: -1px;
  margin-left: -1px;
}
.erdera-template .card .card-content .greyed {
  color: #4E5762;
}
.erdera-template .card .card-content .blue {
  color: #1CBDC7;
}
.erdera-template .card .card-footer {
  border-top: none;
}
.erdera-template .clickable-card,
.erdera-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 2% 2% 2%;
}
.erdera-template .clickable-card .card-header,
.erdera-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;
}
.erdera-template .clickable-card {
  cursor: pointer;
}
.erdera-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.erdera-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.erdera-template .card-equal-height .card-footer {
  margin-top: auto;
}
.erdera-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.erdera-template .stats-card .columns {
  margin: 0;
}
.erdera-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.erdera-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.erdera-template .stats-card .column {
  padding: 0;
}
.erdera-template .stats-card hr {
  margin: 0.75rem 0;
}
.erdera-template .stats-card .card-content {
  padding: 0.35rem;
}
.erdera-template .stats-card .media {
  padding: 0.5rem;
}
.erdera-template .stats-card .title,
.erdera-template .stats-card .subtitle {
  color: #4E5762;
}
.erdera-template .card-with-tag {
  padding: 0 !important;
}
.erdera-template .card-with-tag .card-header {
  border-bottom: none;
}
.erdera-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.erdera-template .card-header-tag .tag {
  border-radius: 0px;
}
.erdera-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.erdera-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.erdera-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.erdera-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.erdera-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.erdera-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.erdera-template .card-border-color-letter6 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter6 {
  background-color: #0B326E;
}
.erdera-template .card-letter6 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter6.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter6 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter6 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter6:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter6:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter6 .card-header,
.erdera-template .info-card-letter6 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter6 .card-header .card-header-title,
.erdera-template .info-card-letter6 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter6 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter6 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter6 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter6 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter6 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter6 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter6 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter6 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter5 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter5 {
  background-color: #0B326E;
}
.erdera-template .card-letter5 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter5.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter5 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter5 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter5:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter5:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter5 .card-header,
.erdera-template .info-card-letter5 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter5 .card-header .card-header-title,
.erdera-template .info-card-letter5 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter5 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter5 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter5 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter5 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter5 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter5 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter5 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter5 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter4 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter4 {
  background-color: #0B326E;
}
.erdera-template .card-letter4 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter4.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter4 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter4 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter4:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter4:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter4 .card-header,
.erdera-template .info-card-letter4 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter4 .card-header .card-header-title,
.erdera-template .info-card-letter4 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter4 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter4 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter4 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter4 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter4 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter4 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter4 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter4 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter3 {
  border: 2px solid #FF527D;
}
.erdera-template .card-letter3 {
  background-color: #FF527D;
}
.erdera-template .card-letter3 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter3.is-active {
  background-color: #FF527D;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter3 {
  background-color: #ffb8ca;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter3 {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter3:hover {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter3:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter3 .card-header,
.erdera-template .info-card-letter3 .card-header {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter3 .card-header .card-header-title,
.erdera-template .info-card-letter3 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter3 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FF527D;
}
.erdera-template .info-card-letter3 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter3 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter3 a.swap:hover {
  color: #FF527D;
}
.erdera-template .info-card-letter3 a.swap.is-active {
  color: #FF527D;
}
.erdera-template .info-card-letter3 p.colored {
  color: #FF527D !important;
}
.erdera-template .card-header-letter3 {
  background-color: #FF527D;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter3 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter2 {
  border: 2px solid #FF527D;
}
.erdera-template .card-letter2 {
  background-color: #FF527D;
}
.erdera-template .card-letter2 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter2.is-active {
  background-color: #FF527D;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter2 {
  background-color: #ffb8ca;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter2 {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter2:hover {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter2:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter2 .card-header,
.erdera-template .info-card-letter2 .card-header {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter2 .card-header .card-header-title,
.erdera-template .info-card-letter2 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter2 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FF527D;
}
.erdera-template .info-card-letter2 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter2 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter2 a.swap:hover {
  color: #FF527D;
}
.erdera-template .info-card-letter2 a.swap.is-active {
  color: #FF527D;
}
.erdera-template .info-card-letter2 p.colored {
  color: #FF527D !important;
}
.erdera-template .card-header-letter2 {
  background-color: #FF527D;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter2 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter1 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter1 {
  background-color: #0B326E;
}
.erdera-template .card-letter1 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter1.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter1 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter1 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter1:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter1:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter1 .card-header,
.erdera-template .info-card-letter1 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter1 .card-header .card-header-title,
.erdera-template .info-card-letter1 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter1 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter1 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter1 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter1 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter1 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter1 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter1 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter1 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-heading-2 {
  border: 2px solid #0B326E;
}
.erdera-template .card-heading-2 {
  background-color: #0B326E;
}
.erdera-template .card-heading-2 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-heading-2.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-heading-2 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-2:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-2:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-heading-2 .card-header,
.erdera-template .info-card-heading-2 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-2 .card-header .card-header-title,
.erdera-template .info-card-heading-2 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-heading-2 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-heading-2 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-heading-2 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-heading-2 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-heading-2 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-heading-2 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-heading-2 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-heading-2 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-heading-1 {
  border: 2px solid #0B326E;
}
.erdera-template .card-heading-1 {
  background-color: #0B326E;
}
.erdera-template .card-heading-1 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-heading-1.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-heading-1 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-1:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-1:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-heading-1 .card-header,
.erdera-template .info-card-heading-1 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-1 .card-header .card-header-title,
.erdera-template .info-card-heading-1 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-heading-1 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-heading-1 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-heading-1 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-heading-1 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-heading-1 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-heading-1 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-heading-1 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-heading-1 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-nav-menu-color {
  border: 2px solid white;
}
.erdera-template .card-nav-menu-color {
  background-color: white;
}
.erdera-template .card-nav-menu-color .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-nav-menu-color.is-active {
  background-color: white;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-nav-menu-color {
  background-color: #ffffff;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-nav-menu-color {
  background-color: white;
}
.erdera-template .clickable-card-nav-menu-color:hover {
  background-color: white;
}
.erdera-template .clickable-card-nav-menu-color:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-nav-menu-color .card-header,
.erdera-template .info-card-nav-menu-color .card-header {
  background-color: white;
}
.erdera-template .clickable-card-nav-menu-color .card-header .card-header-title,
.erdera-template .info-card-nav-menu-color .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-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;
}
.erdera-template .info-card-nav-menu-color a:hover {
  color: #212D3A;
}
.erdera-template .info-card-nav-menu-color a.swap {
  color: #212D3A;
}
.erdera-template .info-card-nav-menu-color a.swap:hover {
  color: white;
}
.erdera-template .info-card-nav-menu-color a.swap.is-active {
  color: white;
}
.erdera-template .info-card-nav-menu-color p.colored {
  color: white !important;
}
.erdera-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;
}
.erdera-template .card-header-nav-menu-color .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-cancel {
  border: 2px solid #FF527D;
}
.erdera-template .card-cancel {
  background-color: #FF527D;
}
.erdera-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #FF527D;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-cancel {
  background-color: #ffb8ca;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-cancel {
  background-color: #FF527D;
}
.erdera-template .clickable-card-cancel:hover {
  background-color: #FF527D;
}
.erdera-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-cancel .card-header,
.erdera-template .info-card-cancel .card-header {
  background-color: #FF527D;
}
.erdera-template .clickable-card-cancel .card-header .card-header-title,
.erdera-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FF527D;
}
.erdera-template .info-card-cancel a:hover {
  color: #212D3A;
}
.erdera-template .info-card-cancel a.swap {
  color: #212D3A;
}
.erdera-template .info-card-cancel a.swap:hover {
  color: #FF527D;
}
.erdera-template .info-card-cancel a.swap.is-active {
  color: #FF527D;
}
.erdera-template .info-card-cancel p.colored {
  color: #FF527D !important;
}
.erdera-template .card-header-cancel {
  background-color: #FF527D;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-confirm {
  border: 2px solid #0B326E;
}
.erdera-template .card-confirm {
  background-color: #0B326E;
}
.erdera-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-confirm {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-confirm {
  background-color: #0B326E;
}
.erdera-template .clickable-card-confirm:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-confirm .card-header,
.erdera-template .info-card-confirm .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-confirm .card-header .card-header-title,
.erdera-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-confirm a:hover {
  color: #212D3A;
}
.erdera-template .info-card-confirm a.swap {
  color: #212D3A;
}
.erdera-template .info-card-confirm a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-confirm a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-confirm p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-confirm {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.erdera-template .card-blue {
  background-color: #1CBDC7;
}
.erdera-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.erdera-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.erdera-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-blue .card-header,
.erdera-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.erdera-template .clickable-card-blue .card-header .card-header-title,
.erdera-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.erdera-template .info-card-blue a:hover {
  color: #212D3A;
}
.erdera-template .info-card-blue a.swap {
  color: #212D3A;
}
.erdera-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.erdera-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.erdera-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.erdera-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;
}
.erdera-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.erdera-template .card-green {
  background-color: #1D875F;
}
.erdera-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.erdera-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.erdera-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-green .card-header,
.erdera-template .info-card-green .card-header {
  background-color: #1D875F;
}
.erdera-template .clickable-card-green .card-header .card-header-title,
.erdera-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.erdera-template .info-card-green a:hover {
  color: #212D3A;
}
.erdera-template .info-card-green a.swap {
  color: #212D3A;
}
.erdera-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.erdera-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.erdera-template .info-card-green p.colored {
  color: #1D875F !important;
}
.erdera-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;
}
.erdera-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.erdera-template .card-brown {
  background-color: #B39482;
}
.erdera-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.erdera-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.erdera-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-brown .card-header,
.erdera-template .info-card-brown .card-header {
  background-color: #B39482;
}
.erdera-template .clickable-card-brown .card-header .card-header-title,
.erdera-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.erdera-template .info-card-brown a:hover {
  color: #212D3A;
}
.erdera-template .info-card-brown a.swap {
  color: #212D3A;
}
.erdera-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.erdera-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.erdera-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.erdera-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;
}
.erdera-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.erdera-template .card-purple {
  background-color: #7E69B4;
}
.erdera-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.erdera-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.erdera-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-purple .card-header,
.erdera-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.erdera-template .clickable-card-purple .card-header .card-header-title,
.erdera-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.erdera-template .info-card-purple a:hover {
  color: #212D3A;
}
.erdera-template .info-card-purple a.swap {
  color: #212D3A;
}
.erdera-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.erdera-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.erdera-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.erdera-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;
}
.erdera-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.erdera-template .card-orange {
  background-color: #F8AA24;
}
.erdera-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.erdera-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.erdera-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-orange .card-header,
.erdera-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.erdera-template .clickable-card-orange .card-header .card-header-title,
.erdera-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.erdera-template .info-card-orange a:hover {
  color: #212D3A;
}
.erdera-template .info-card-orange a.swap {
  color: #212D3A;
}
.erdera-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.erdera-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.erdera-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.erdera-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;
}
.erdera-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.erdera-template .card-red {
  background-color: #E9362F;
}
.erdera-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.erdera-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.erdera-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-red .card-header,
.erdera-template .info-card-red .card-header {
  background-color: #E9362F;
}
.erdera-template .clickable-card-red .card-header .card-header-title,
.erdera-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.erdera-template .info-card-red a:hover {
  color: #212D3A;
}
.erdera-template .info-card-red a.swap {
  color: #212D3A;
}
.erdera-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.erdera-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.erdera-template .info-card-red p.colored {
  color: #E9362F !important;
}
.erdera-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;
}
.erdera-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.erdera-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.erdera-template .menu-list a.is-active-is-red {
  background-color: #E9362F;
}
.erdera-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.erdera-template .menu-list a.is-active-is-orange {
  background-color: #F8AA24;
}
.erdera-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.erdera-template .menu-list a.is-active-is-purple {
  background-color: #7E69B4;
}
.erdera-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.erdera-template .menu-list a.is-active-is-brown {
  background-color: #B39482;
}
.erdera-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.erdera-template .menu-list a.is-active-is-green {
  background-color: #1D875F;
}
.erdera-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.erdera-template .menu-list a.is-active-is-blue {
  background-color: #1CBDC7;
}
.erdera-template .menu-list a.is-active.is-confirm {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-confirm {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-cancel {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active-is-cancel {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active.is-nav-menu-color {
  background-color: white;
}
.erdera-template .menu-list a.is-active-is-nav-menu-color {
  background-color: white;
}
.erdera-template .menu-list a.is-active.is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter2 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active-is-letter2 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active.is-letter3 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active-is-letter3 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active.is-letter4 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter4 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter5 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter5 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter6 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter6 {
  background-color: #0B326E;
}
.erdera-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.erdera-template .pos-dropzone.dz-drag-hover {
  border: 6px dashed #3273DC;
}
.erdera-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
  border: dashed;
}
.erdera-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;
}
.erdera-template .button-ined:focus:not(:active),
.erdera-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.erdera-template .button-ined:focus,
.erdera-template .button-ined.is-focused {
  border-color: transparent;
}
.erdera-template .button.is-client-letter6,
.erdera-template button.is-client-letter6 {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-letter6:focus,
.erdera-template .is-focused-client-letter6,
.erdera-template .button.is-client-letter6:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-letter6:hover {
  color: #FFF;
}
.erdera-template .button-background-letter6 {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-letter5,
.erdera-template button.is-client-letter5 {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-letter5:focus,
.erdera-template .is-focused-client-letter5,
.erdera-template .button.is-client-letter5:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-letter5:hover {
  color: #FFF;
}
.erdera-template .button-background-letter5 {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-letter4,
.erdera-template button.is-client-letter4 {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-letter4:focus,
.erdera-template .is-focused-client-letter4,
.erdera-template .button.is-client-letter4:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-letter4:hover {
  color: #FFF;
}
.erdera-template .button-background-letter4 {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-letter3,
.erdera-template button.is-client-letter3 {
  color: #FFF;
  background-color: #FF527D;
  border-color: #FF527D;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-letter3:focus,
.erdera-template .is-focused-client-letter3,
.erdera-template .button.is-client-letter3:hover {
  background-color: #ffffff9a;
  color: #FF527D;
}
.erdera-template .button-background-letter3:hover {
  color: #FFF;
}
.erdera-template .button-background-letter3 {
  background-color: #FF527D;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-letter2,
.erdera-template button.is-client-letter2 {
  color: #FFF;
  background-color: #FF527D;
  border-color: #FF527D;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-letter2:focus,
.erdera-template .is-focused-client-letter2,
.erdera-template .button.is-client-letter2:hover {
  background-color: #ffffff9a;
  color: #FF527D;
}
.erdera-template .button-background-letter2:hover {
  color: #FFF;
}
.erdera-template .button-background-letter2 {
  background-color: #FF527D;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-letter1,
.erdera-template button.is-client-letter1 {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-letter1:focus,
.erdera-template .is-focused-client-letter1,
.erdera-template .button.is-client-letter1:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-letter1:hover {
  color: #FFF;
}
.erdera-template .button-background-letter1 {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-heading-2,
.erdera-template button.is-client-heading-2 {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-heading-2:focus,
.erdera-template .is-focused-client-heading-2,
.erdera-template .button.is-client-heading-2:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-heading-2:hover {
  color: #FFF;
}
.erdera-template .button-background-heading-2 {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-heading-1,
.erdera-template button.is-client-heading-1 {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-heading-1:focus,
.erdera-template .is-focused-client-heading-1,
.erdera-template .button.is-client-heading-1:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-heading-1:hover {
  color: #FFF;
}
.erdera-template .button-background-heading-1 {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-nav-menu-color,
.erdera-template button.is-client-nav-menu-color {
  color: #FFF;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-nav-menu-color:focus,
.erdera-template .is-focused-client-nav-menu-color,
.erdera-template .button.is-client-nav-menu-color:hover {
  background-color: #ffffff9a;
  color: white;
}
.erdera-template .button-background-nav-menu-color:hover {
  color: #FFF;
}
.erdera-template .button-background-nav-menu-color {
  background-color: white;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-cancel,
.erdera-template button.is-client-cancel {
  color: #FFF;
  background-color: #FF527D;
  border-color: #FF527D;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-cancel:focus,
.erdera-template .is-focused-client-cancel,
.erdera-template .button.is-client-cancel:hover {
  background-color: #ffffff9a;
  color: #FF527D;
}
.erdera-template .button-background-cancel:hover {
  color: #FFF;
}
.erdera-template .button-background-cancel {
  background-color: #FF527D;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-confirm,
.erdera-template button.is-client-confirm {
  color: #FFF;
  background-color: #0B326E;
  border-color: #0B326E;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-confirm:focus,
.erdera-template .is-focused-client-confirm,
.erdera-template .button.is-client-confirm:hover {
  background-color: #ffffff9a;
  color: #0B326E;
}
.erdera-template .button-background-confirm:hover {
  color: #FFF;
}
.erdera-template .button-background-confirm {
  background-color: #0B326E;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-blue,
.erdera-template button.is-client-blue {
  color: #FFF;
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-blue:focus,
.erdera-template .is-focused-client-blue,
.erdera-template .button.is-client-blue:hover {
  background-color: #ffffff9a;
  color: #1CBDC7;
}
.erdera-template .button-background-blue:hover {
  color: #FFF;
}
.erdera-template .button-background-blue {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-green,
.erdera-template button.is-client-green {
  color: #FFF;
  background-color: #1D875F;
  border-color: #1D875F;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-green:focus,
.erdera-template .is-focused-client-green,
.erdera-template .button.is-client-green:hover {
  background-color: #ffffff9a;
  color: #1D875F;
}
.erdera-template .button-background-green:hover {
  color: #FFF;
}
.erdera-template .button-background-green {
  background-color: #1D875F;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-brown,
.erdera-template button.is-client-brown {
  color: #FFF;
  background-color: #B39482;
  border-color: #B39482;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-brown:focus,
.erdera-template .is-focused-client-brown,
.erdera-template .button.is-client-brown:hover {
  background-color: #ffffff9a;
  color: #B39482;
}
.erdera-template .button-background-brown:hover {
  color: #FFF;
}
.erdera-template .button-background-brown {
  background-color: #B39482;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-purple,
.erdera-template button.is-client-purple {
  color: #FFF;
  background-color: #7E69B4;
  border-color: #7E69B4;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-purple:focus,
.erdera-template .is-focused-client-purple,
.erdera-template .button.is-client-purple:hover {
  background-color: #ffffff9a;
  color: #7E69B4;
}
.erdera-template .button-background-purple:hover {
  color: #FFF;
}
.erdera-template .button-background-purple {
  background-color: #7E69B4;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-orange,
.erdera-template button.is-client-orange {
  color: #FFF;
  background-color: #F8AA24;
  border-color: #F8AA24;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-orange:focus,
.erdera-template .is-focused-client-orange,
.erdera-template .button.is-client-orange:hover {
  background-color: #ffffff9a;
  color: #F8AA24;
}
.erdera-template .button-background-orange:hover {
  color: #FFF;
}
.erdera-template .button-background-orange {
  background-color: #F8AA24;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .button.is-client-red,
.erdera-template button.is-client-red {
  color: #FFF;
  background-color: #E9362F;
  border-color: #E9362F;
  border-style: solid;
  border-width: 3px;
}
.erdera-template .button.is-client-red:focus,
.erdera-template .is-focused-client-red,
.erdera-template .button.is-client-red:hover {
  background-color: #ffffff9a;
  color: #E9362F;
}
.erdera-template .button-background-red:hover {
  color: #FFF;
}
.erdera-template .button-background-red {
  background-color: #E9362F;
  color: #FFF !important;
  box-shadow: none !important;
}
.erdera-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.erdera-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.erdera-template .input {
  border: 0;
  padding: 8px;
  min-height: 32px;
  background-color: #EEF0F2;
  border-radius: 8px;
}
.erdera-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.erdera-template .datepicker.control.is-danger .input {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.erdera-template .input:focus,
.erdera-template .input:hover,
.erdera-template .input:active {
  border-color: transparent;
  box-shadow: none;
}
.erdera-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.erdera-template .v-select.single.open .selected-tag {
  position: static !important;
}
.erdera-template .field.has-addons .control {
  height: 100%;
}
.erdera-template .field.has-addons .control .button {
  height: 100% !important;
}
.erdera-template textarea[readonly],
.erdera-template input[readonly],
.erdera-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
}
.erdera-template label.readonly {
  font-weight: bold;
}
.erdera-template .button label {
  text-indent: 0.4rem;
}
.erdera-template .field {
  margin-bottom: 0.75rem;
}
.erdera-template .b-table.is-loading {
  margin-bottom: 100px;
}
.erdera-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.erdera-template .small-select {
  width: 100px !important;
}
.erdera-template .small-select input {
  width: 0px !important;
}
.erdera-template .steps .step-item.is-letter6::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-letter6.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter6.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-letter6.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter6.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter6.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter6.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter6 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter6 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter5::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-letter5.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter5.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-letter5.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter5.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter5.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter5.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter5 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter5 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter4::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-letter4.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter4.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-letter4.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter4.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter4.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter4.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter4 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter4 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter3::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FF527D 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-letter3.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter3.is-active .step-marker {
  background-color: #FFF;
  border-color: #FF527D;
  color: #FF527D;
  cursor: default;
}
.erdera-template .steps .step-item.is-letter3.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter3.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter3.is-completed .step-marker {
  background-color: #FF527D;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter3.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter3 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter3 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter2::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FF527D 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-letter2.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter2.is-active .step-marker {
  background-color: #FFF;
  border-color: #FF527D;
  color: #FF527D;
  cursor: default;
}
.erdera-template .steps .step-item.is-letter2.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter2.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter2.is-completed .step-marker {
  background-color: #FF527D;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter2.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter2 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter2 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter1::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-letter1.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter1.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-letter1.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter1.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-letter1.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter1.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-letter1 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-letter1 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-heading-2::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-heading-2.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-heading-2.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-heading-2.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-heading-2.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-heading-2.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-heading-2.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-heading-2 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-heading-2 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-heading-1::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-heading-1.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-heading-1.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-heading-1.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-heading-1.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-heading-1.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-heading-1.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-heading-1 .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-heading-1 .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-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;
}
.erdera-template .steps .step-item.is-nav-menu-color.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-nav-menu-color.is-active .step-marker {
  background-color: #FFF;
  border-color: white;
  color: white;
  cursor: default;
}
.erdera-template .steps .step-item.is-nav-menu-color.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-nav-menu-color.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-nav-menu-color.is-completed .step-marker {
  background-color: white;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-nav-menu-color.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-nav-menu-color .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-nav-menu-color .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-cancel::before {
  background: linear-gradient(to left, #DBDBDB 50%, #FF527D 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-cancel.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-cancel.is-active .step-marker {
  background-color: #FFF;
  border-color: #FF527D;
  color: #FF527D;
  cursor: default;
}
.erdera-template .steps .step-item.is-cancel.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-cancel.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-cancel.is-completed .step-marker {
  background-color: #FF527D;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-cancel.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-cancel .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-cancel .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-confirm::before {
  background: linear-gradient(to left, #DBDBDB 50%, #0B326E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-confirm.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-confirm.is-active .step-marker {
  background-color: #FFF;
  border-color: #0B326E;
  color: #0B326E;
  cursor: default;
}
.erdera-template .steps .step-item.is-confirm.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-confirm.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-confirm.is-completed .step-marker {
  background-color: #0B326E;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-confirm.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-confirm .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-confirm .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
  cursor: default;
}
.erdera-template .steps .step-item.is-blue.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #1CBDC7;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-blue.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-blue .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-blue .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1D875F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #1D875F;
  color: #1D875F;
  cursor: default;
}
.erdera-template .steps .step-item.is-green.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #1D875F;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-green.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-green .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-green .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #B39482 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #B39482;
  color: #B39482;
  cursor: default;
}
.erdera-template .steps .step-item.is-brown.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #B39482;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-brown.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-brown .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-brown .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #7E69B4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #7E69B4;
  color: #7E69B4;
  cursor: default;
}
.erdera-template .steps .step-item.is-purple.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #7E69B4;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-purple.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-purple .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-purple .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #F8AA24 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #F8AA24;
  color: #F8AA24;
  cursor: default;
}
.erdera-template .steps .step-item.is-orange.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #F8AA24;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-orange.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-orange .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-orange .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #E9362F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.erdera-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #E9362F;
  color: #E9362F;
  cursor: default;
}
.erdera-template .steps .step-item.is-red.is-active .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.erdera-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #E9362F;
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-red.is-completed .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template .steps .step-item.is-red .step-marker {
  cursor: not-allowed;
}
.erdera-template .steps .step-item.is-red .step-marker.is-clickable {
  cursor: pointer;
}
.erdera-template nav.indexer {
  background-color: transparent;
}
.erdera-template .indexer-letter6 a {
  color: #0B326E;
}
.erdera-template .indexer-letter6 .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-letter5 a {
  color: #0B326E;
}
.erdera-template .indexer-letter5 .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-letter4 a {
  color: #0B326E;
}
.erdera-template .indexer-letter4 .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-letter3 a {
  color: #FF527D;
}
.erdera-template .indexer-letter3 .pagination-link.is-current {
  border-color: #FF527D;
  color: #FFF;
  background-color: #FF527D;
}
.erdera-template .indexer-letter2 a {
  color: #FF527D;
}
.erdera-template .indexer-letter2 .pagination-link.is-current {
  border-color: #FF527D;
  color: #FFF;
  background-color: #FF527D;
}
.erdera-template .indexer-letter1 a {
  color: #0B326E;
}
.erdera-template .indexer-letter1 .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-heading-2 a {
  color: #0B326E;
}
.erdera-template .indexer-heading-2 .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-heading-1 a {
  color: #0B326E;
}
.erdera-template .indexer-heading-1 .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-nav-menu-color a {
  color: white;
}
.erdera-template .indexer-nav-menu-color .pagination-link.is-current {
  border-color: white;
  color: #FFF;
  background-color: white;
}
.erdera-template .indexer-cancel a {
  color: #FF527D;
}
.erdera-template .indexer-cancel .pagination-link.is-current {
  border-color: #FF527D;
  color: #FFF;
  background-color: #FF527D;
}
.erdera-template .indexer-confirm a {
  color: #0B326E;
}
.erdera-template .indexer-confirm .pagination-link.is-current {
  border-color: #0B326E;
  color: #FFF;
  background-color: #0B326E;
}
.erdera-template .indexer-blue a {
  color: #1CBDC7;
}
.erdera-template .indexer-blue .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.erdera-template .indexer-green a {
  color: #1D875F;
}
.erdera-template .indexer-green .pagination-link.is-current {
  border-color: #1D875F;
  color: #FFF;
  background-color: #1D875F;
}
.erdera-template .indexer-brown a {
  color: #B39482;
}
.erdera-template .indexer-brown .pagination-link.is-current {
  border-color: #B39482;
  color: #FFF;
  background-color: #B39482;
}
.erdera-template .indexer-purple a {
  color: #7E69B4;
}
.erdera-template .indexer-purple .pagination-link.is-current {
  border-color: #7E69B4;
  color: #FFF;
  background-color: #7E69B4;
}
.erdera-template .indexer-orange a {
  color: #F8AA24;
}
.erdera-template .indexer-orange .pagination-link.is-current {
  border-color: #F8AA24;
  color: #FFF;
  background-color: #F8AA24;
}
.erdera-template .indexer-red a {
  color: #E9362F;
}
.erdera-template .indexer-red .pagination-link.is-current {
  border-color: #E9362F;
  color: #FFF;
  background-color: #E9362F;
}
.erdera-template .media-content-letter6 {
  color: #0B326E !important;
}
.erdera-template .media-content-letter6 .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-letter6 .title {
  color: #0B326E !important;
}
.erdera-template .media-content-letter5 {
  color: #0B326E !important;
}
.erdera-template .media-content-letter5 .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-letter5 .title {
  color: #0B326E !important;
}
.erdera-template .media-content-letter4 {
  color: #0B326E !important;
}
.erdera-template .media-content-letter4 .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-letter4 .title {
  color: #0B326E !important;
}
.erdera-template .media-content-letter3 {
  color: #FF527D !important;
}
.erdera-template .media-content-letter3 .subtitle {
  color: #FF527D !important;
}
.erdera-template .media-content-letter3 .title {
  color: #FF527D !important;
}
.erdera-template .media-content-letter2 {
  color: #FF527D !important;
}
.erdera-template .media-content-letter2 .subtitle {
  color: #FF527D !important;
}
.erdera-template .media-content-letter2 .title {
  color: #FF527D !important;
}
.erdera-template .media-content-letter1 {
  color: #0B326E !important;
}
.erdera-template .media-content-letter1 .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-letter1 .title {
  color: #0B326E !important;
}
.erdera-template .media-content-heading-2 {
  color: #0B326E !important;
}
.erdera-template .media-content-heading-2 .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-heading-2 .title {
  color: #0B326E !important;
}
.erdera-template .media-content-heading-1 {
  color: #0B326E !important;
}
.erdera-template .media-content-heading-1 .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-heading-1 .title {
  color: #0B326E !important;
}
.erdera-template .media-content-nav-menu-color {
  color: white !important;
}
.erdera-template .media-content-nav-menu-color .subtitle {
  color: white !important;
}
.erdera-template .media-content-nav-menu-color .title {
  color: white !important;
}
.erdera-template .media-content-cancel {
  color: #FF527D !important;
}
.erdera-template .media-content-cancel .subtitle {
  color: #FF527D !important;
}
.erdera-template .media-content-cancel .title {
  color: #FF527D !important;
}
.erdera-template .media-content-confirm {
  color: #0B326E !important;
}
.erdera-template .media-content-confirm .subtitle {
  color: #0B326E !important;
}
.erdera-template .media-content-confirm .title {
  color: #0B326E !important;
}
.erdera-template .media-content-blue {
  color: #1CBDC7 !important;
}
.erdera-template .media-content-blue .subtitle {
  color: #1CBDC7 !important;
}
.erdera-template .media-content-blue .title {
  color: #1CBDC7 !important;
}
.erdera-template .media-content-green {
  color: #1D875F !important;
}
.erdera-template .media-content-green .subtitle {
  color: #1D875F !important;
}
.erdera-template .media-content-green .title {
  color: #1D875F !important;
}
.erdera-template .media-content-brown {
  color: #B39482 !important;
}
.erdera-template .media-content-brown .subtitle {
  color: #B39482 !important;
}
.erdera-template .media-content-brown .title {
  color: #B39482 !important;
}
.erdera-template .media-content-purple {
  color: #7E69B4 !important;
}
.erdera-template .media-content-purple .subtitle {
  color: #7E69B4 !important;
}
.erdera-template .media-content-purple .title {
  color: #7E69B4 !important;
}
.erdera-template .media-content-orange {
  color: #F8AA24 !important;
}
.erdera-template .media-content-orange .subtitle {
  color: #F8AA24 !important;
}
.erdera-template .media-content-orange .title {
  color: #F8AA24 !important;
}
.erdera-template .media-content-red {
  color: #E9362F !important;
}
.erdera-template .media-content-red .subtitle {
  color: #E9362F !important;
}
.erdera-template .media-content-red .title {
  color: #E9362F !important;
}
.erdera-template th .dropdown-menu {
  min-width: 300px;
}
.erdera-template .v-select {
  padding: 4px;
  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);
}
.erdera-template .v-select .open-indicator {
  bottom: 4px;
}
.erdera-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.erdera-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.erdera-template .v-select.is-addon {
  border-radius: 0 !important;
}
.erdera-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.erdera-template ul.list-styled {
  padding-left: 3em;
}
.erdera-template ol.list-styled {
  padding-left: 3em;
}
.erdera-template ul.list-styled.is-square {
  list-style: square;
}
.erdera-template ul.list-styled.is-circle {
  list-style: circle;
}
.erdera-template ul.list-styled.is-disc {
  list-style: disc;
}
.erdera-template ul.list-styled.has-medium-bottom-margin li {
  margin-bottom: 1rem;
}
.erdera-template ol.list-styled.has-medium-bottom-margin li {
  margin-bottom: 1rem;
}
.erdera-template ul.list-styled.has-small-bottom-margin li {
  margin-bottom: 0.5rem;
}
.erdera-template ol.list-styled.has-small-bottom-margin li {
  margin-bottom: 0.5rem;
}
.erdera-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.erdera-template ul.list-icon li {
  padding-left: 1.3em;
}
.erdera-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 */
}
.erdera-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.erdera-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.erdera-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.erdera-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.erdera-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.erdera-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.erdera-template .pipe-list li:first-child {
  border-left: none;
}
.erdera-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;
}
.erdera-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.erdera-template .th-wrap span {
  width: 100%;
}
.erdera-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);
}
.erdera-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;
}
.erdera-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.erdera-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;
}
.erdera-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.erdera-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #E9362F;
}
.erdera-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;
}
.erdera-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.erdera-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;
}
.erdera-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.erdera-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.erdera-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;
}
.erdera-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.erdera-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.erdera-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;
}
.erdera-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.erdera-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.erdera-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.erdera-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.erdera-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;
}
.erdera-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.erdera-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.erdera-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-dark .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.erdera-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.erdera-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.erdera-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.erdera-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-purple .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.erdera-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-green .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.erdera-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.erdera-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.erdera-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-orange .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.erdera-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.erdera-template .smart-widget.widget-red .smart-widget-option a:hover,
.erdera-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.erdera-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.erdera-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.erdera-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.erdera-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.erdera-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.erdera-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.erdera-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.erdera-template a.share-icon {
  cursor: pointer;
}
.erdera-template .has-text-blue {
  color: #FF527D !important;
}
.erdera-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.erdera-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.erdera-template .menu-list a.is-active {
  background-color: hsl(0, 0%, 96%);
}
.erdera-template .card-border-color-letter6 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter6 {
  background-color: #0B326E;
}
.erdera-template .card-letter6 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter6.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter6 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter6 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter6:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter6:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter6 .card-header,
.erdera-template .info-card-letter6 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter6 .card-header .card-header-title,
.erdera-template .info-card-letter6 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter6 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter6 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter6 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter6 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter6 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter6 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter6 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter6 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter5 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter5 {
  background-color: #0B326E;
}
.erdera-template .card-letter5 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter5.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter5 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter5 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter5:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter5:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter5 .card-header,
.erdera-template .info-card-letter5 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter5 .card-header .card-header-title,
.erdera-template .info-card-letter5 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter5 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter5 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter5 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter5 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter5 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter5 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter5 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter5 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter4 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter4 {
  background-color: #0B326E;
}
.erdera-template .card-letter4 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter4.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter4 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter4 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter4:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter4:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter4 .card-header,
.erdera-template .info-card-letter4 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter4 .card-header .card-header-title,
.erdera-template .info-card-letter4 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter4 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter4 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter4 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter4 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter4 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter4 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter4 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter4 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter3 {
  border: 2px solid #FF527D;
}
.erdera-template .card-letter3 {
  background-color: #FF527D;
}
.erdera-template .card-letter3 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter3.is-active {
  background-color: #FF527D;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter3 {
  background-color: #ffb8ca;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter3 {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter3:hover {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter3:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter3 .card-header,
.erdera-template .info-card-letter3 .card-header {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter3 .card-header .card-header-title,
.erdera-template .info-card-letter3 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter3 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FF527D;
}
.erdera-template .info-card-letter3 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter3 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter3 a.swap:hover {
  color: #FF527D;
}
.erdera-template .info-card-letter3 a.swap.is-active {
  color: #FF527D;
}
.erdera-template .info-card-letter3 p.colored {
  color: #FF527D !important;
}
.erdera-template .card-header-letter3 {
  background-color: #FF527D;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter3 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter2 {
  border: 2px solid #FF527D;
}
.erdera-template .card-letter2 {
  background-color: #FF527D;
}
.erdera-template .card-letter2 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter2.is-active {
  background-color: #FF527D;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter2 {
  background-color: #ffb8ca;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter2 {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter2:hover {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter2:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter2 .card-header,
.erdera-template .info-card-letter2 .card-header {
  background-color: #FF527D;
}
.erdera-template .clickable-card-letter2 .card-header .card-header-title,
.erdera-template .info-card-letter2 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter2 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FF527D;
}
.erdera-template .info-card-letter2 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter2 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter2 a.swap:hover {
  color: #FF527D;
}
.erdera-template .info-card-letter2 a.swap.is-active {
  color: #FF527D;
}
.erdera-template .info-card-letter2 p.colored {
  color: #FF527D !important;
}
.erdera-template .card-header-letter2 {
  background-color: #FF527D;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter2 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-letter1 {
  border: 2px solid #0B326E;
}
.erdera-template .card-letter1 {
  background-color: #0B326E;
}
.erdera-template .card-letter1 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-letter1.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-letter1 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-letter1 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter1:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter1:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-letter1 .card-header,
.erdera-template .info-card-letter1 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-letter1 .card-header .card-header-title,
.erdera-template .info-card-letter1 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-letter1 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-letter1 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-letter1 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-letter1 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-letter1 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-letter1 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-letter1 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-letter1 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-heading-2 {
  border: 2px solid #0B326E;
}
.erdera-template .card-heading-2 {
  background-color: #0B326E;
}
.erdera-template .card-heading-2 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-heading-2.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-heading-2 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-2:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-2:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-heading-2 .card-header,
.erdera-template .info-card-heading-2 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-2 .card-header .card-header-title,
.erdera-template .info-card-heading-2 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-heading-2 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-heading-2 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-heading-2 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-heading-2 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-heading-2 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-heading-2 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-heading-2 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-heading-2 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-heading-1 {
  border: 2px solid #0B326E;
}
.erdera-template .card-heading-1 {
  background-color: #0B326E;
}
.erdera-template .card-heading-1 .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-heading-1.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-heading-1 {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-1:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-1:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-heading-1 .card-header,
.erdera-template .info-card-heading-1 .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-heading-1 .card-header .card-header-title,
.erdera-template .info-card-heading-1 .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-heading-1 a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-heading-1 a:hover {
  color: #212D3A;
}
.erdera-template .info-card-heading-1 a.swap {
  color: #212D3A;
}
.erdera-template .info-card-heading-1 a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-heading-1 a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-heading-1 p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-heading-1 {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-heading-1 .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-nav-menu-color {
  border: 2px solid white;
}
.erdera-template .card-nav-menu-color {
  background-color: white;
}
.erdera-template .card-nav-menu-color .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-nav-menu-color.is-active {
  background-color: white;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-nav-menu-color {
  background-color: #ffffff;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-nav-menu-color {
  background-color: white;
}
.erdera-template .clickable-card-nav-menu-color:hover {
  background-color: white;
}
.erdera-template .clickable-card-nav-menu-color:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-nav-menu-color .card-header,
.erdera-template .info-card-nav-menu-color .card-header {
  background-color: white;
}
.erdera-template .clickable-card-nav-menu-color .card-header .card-header-title,
.erdera-template .info-card-nav-menu-color .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-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;
}
.erdera-template .info-card-nav-menu-color a:hover {
  color: #212D3A;
}
.erdera-template .info-card-nav-menu-color a.swap {
  color: #212D3A;
}
.erdera-template .info-card-nav-menu-color a.swap:hover {
  color: white;
}
.erdera-template .info-card-nav-menu-color a.swap.is-active {
  color: white;
}
.erdera-template .info-card-nav-menu-color p.colored {
  color: white !important;
}
.erdera-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;
}
.erdera-template .card-header-nav-menu-color .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-cancel {
  border: 2px solid #FF527D;
}
.erdera-template .card-cancel {
  background-color: #FF527D;
}
.erdera-template .card-cancel .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-cancel.is-active {
  background-color: #FF527D;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-cancel {
  background-color: #ffb8ca;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-cancel {
  background-color: #FF527D;
}
.erdera-template .clickable-card-cancel:hover {
  background-color: #FF527D;
}
.erdera-template .clickable-card-cancel:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-cancel .card-header,
.erdera-template .info-card-cancel .card-header {
  background-color: #FF527D;
}
.erdera-template .clickable-card-cancel .card-header .card-header-title,
.erdera-template .info-card-cancel .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-cancel a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #FF527D;
}
.erdera-template .info-card-cancel a:hover {
  color: #212D3A;
}
.erdera-template .info-card-cancel a.swap {
  color: #212D3A;
}
.erdera-template .info-card-cancel a.swap:hover {
  color: #FF527D;
}
.erdera-template .info-card-cancel a.swap.is-active {
  color: #FF527D;
}
.erdera-template .info-card-cancel p.colored {
  color: #FF527D !important;
}
.erdera-template .card-header-cancel {
  background-color: #FF527D;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-cancel .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-confirm {
  border: 2px solid #0B326E;
}
.erdera-template .card-confirm {
  background-color: #0B326E;
}
.erdera-template .card-confirm .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-confirm.is-active {
  background-color: #0B326E;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-confirm {
  background-color: #145ccb;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-confirm {
  background-color: #0B326E;
}
.erdera-template .clickable-card-confirm:hover {
  background-color: #0B326E;
}
.erdera-template .clickable-card-confirm:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-confirm .card-header,
.erdera-template .info-card-confirm .card-header {
  background-color: #0B326E;
}
.erdera-template .clickable-card-confirm .card-header .card-header-title,
.erdera-template .info-card-confirm .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-confirm a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #0B326E;
}
.erdera-template .info-card-confirm a:hover {
  color: #212D3A;
}
.erdera-template .info-card-confirm a.swap {
  color: #212D3A;
}
.erdera-template .info-card-confirm a.swap:hover {
  color: #0B326E;
}
.erdera-template .info-card-confirm a.swap.is-active {
  color: #0B326E;
}
.erdera-template .info-card-confirm p.colored {
  color: #0B326E !important;
}
.erdera-template .card-header-confirm {
  background-color: #0B326E;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  border-bottom: 0px solid #FFF !important;
  font-weight: bold;
  color: #FFF !important;
  text-transform: uppercase;
}
.erdera-template .card-header-confirm .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.erdera-template .card-blue {
  background-color: #1CBDC7;
}
.erdera-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.erdera-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.erdera-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-blue .card-header,
.erdera-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.erdera-template .clickable-card-blue .card-header .card-header-title,
.erdera-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.erdera-template .info-card-blue a:hover {
  color: #212D3A;
}
.erdera-template .info-card-blue a.swap {
  color: #212D3A;
}
.erdera-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.erdera-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.erdera-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.erdera-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;
}
.erdera-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.erdera-template .card-green {
  background-color: #1D875F;
}
.erdera-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.erdera-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.erdera-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-green .card-header,
.erdera-template .info-card-green .card-header {
  background-color: #1D875F;
}
.erdera-template .clickable-card-green .card-header .card-header-title,
.erdera-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.erdera-template .info-card-green a:hover {
  color: #212D3A;
}
.erdera-template .info-card-green a.swap {
  color: #212D3A;
}
.erdera-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.erdera-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.erdera-template .info-card-green p.colored {
  color: #1D875F !important;
}
.erdera-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;
}
.erdera-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.erdera-template .card-brown {
  background-color: #B39482;
}
.erdera-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.erdera-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.erdera-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-brown .card-header,
.erdera-template .info-card-brown .card-header {
  background-color: #B39482;
}
.erdera-template .clickable-card-brown .card-header .card-header-title,
.erdera-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.erdera-template .info-card-brown a:hover {
  color: #212D3A;
}
.erdera-template .info-card-brown a.swap {
  color: #212D3A;
}
.erdera-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.erdera-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.erdera-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.erdera-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;
}
.erdera-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.erdera-template .card-purple {
  background-color: #7E69B4;
}
.erdera-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.erdera-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.erdera-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-purple .card-header,
.erdera-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.erdera-template .clickable-card-purple .card-header .card-header-title,
.erdera-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.erdera-template .info-card-purple a:hover {
  color: #212D3A;
}
.erdera-template .info-card-purple a.swap {
  color: #212D3A;
}
.erdera-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.erdera-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.erdera-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.erdera-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;
}
.erdera-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.erdera-template .card-orange {
  background-color: #F8AA24;
}
.erdera-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.erdera-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.erdera-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-orange .card-header,
.erdera-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.erdera-template .clickable-card-orange .card-header .card-header-title,
.erdera-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.erdera-template .info-card-orange a:hover {
  color: #212D3A;
}
.erdera-template .info-card-orange a.swap {
  color: #212D3A;
}
.erdera-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.erdera-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.erdera-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.erdera-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;
}
.erdera-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.erdera-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.erdera-template .card-red {
  background-color: #E9362F;
}
.erdera-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.erdera-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.erdera-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.erdera-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.erdera-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.erdera-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .clickable-card-red .card-header,
.erdera-template .info-card-red .card-header {
  background-color: #E9362F;
}
.erdera-template .clickable-card-red .card-header .card-header-title,
.erdera-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.erdera-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.erdera-template .info-card-red a:hover {
  color: #212D3A;
}
.erdera-template .info-card-red a.swap {
  color: #212D3A;
}
.erdera-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.erdera-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.erdera-template .info-card-red p.colored {
  color: #E9362F !important;
}
.erdera-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;
}
.erdera-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.erdera-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.erdera-template .menu-list a.is-active-is-red {
  background-color: #E9362F;
}
.erdera-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.erdera-template .menu-list a.is-active-is-orange {
  background-color: #F8AA24;
}
.erdera-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.erdera-template .menu-list a.is-active-is-purple {
  background-color: #7E69B4;
}
.erdera-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.erdera-template .menu-list a.is-active-is-brown {
  background-color: #B39482;
}
.erdera-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.erdera-template .menu-list a.is-active-is-green {
  background-color: #1D875F;
}
.erdera-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.erdera-template .menu-list a.is-active-is-blue {
  background-color: #1CBDC7;
}
.erdera-template .menu-list a.is-active.is-confirm {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-confirm {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-cancel {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active-is-cancel {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active.is-nav-menu-color {
  background-color: white;
}
.erdera-template .menu-list a.is-active-is-nav-menu-color {
  background-color: white;
}
.erdera-template .menu-list a.is-active.is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter1 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter2 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active-is-letter2 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active.is-letter3 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active-is-letter3 {
  background-color: #FF527D;
}
.erdera-template .menu-list a.is-active.is-letter4 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter4 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter5 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter5 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active.is-letter6 {
  background-color: #0B326E;
}
.erdera-template .menu-list a.is-active-is-letter6 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc {
  cursor: pointer;
}
.erdera-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.erdera-template .is-font-abc-small {
  font-size: 0.7rem;
}
.erdera-template .message.is-abc.is-active-letter6 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-letter6 .message-body {
  color: white;
}
.erdera-template .message.is-letter6 {
  background-color: #0B326E;
}
.erdera-template .message.is-letter6 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-letter5 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-letter5 .message-body {
  color: white;
}
.erdera-template .message.is-letter5 {
  background-color: #0B326E;
}
.erdera-template .message.is-letter5 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-letter4 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-letter4 .message-body {
  color: white;
}
.erdera-template .message.is-letter4 {
  background-color: #0B326E;
}
.erdera-template .message.is-letter4 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-letter3 {
  background-color: #FF527D;
}
.erdera-template .message.is-abc.is-active-letter3 .message-body {
  color: white;
}
.erdera-template .message.is-letter3 {
  background-color: #FF527D;
}
.erdera-template .message.is-letter3 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-letter2 {
  background-color: #FF527D;
}
.erdera-template .message.is-abc.is-active-letter2 .message-body {
  color: white;
}
.erdera-template .message.is-letter2 {
  background-color: #FF527D;
}
.erdera-template .message.is-letter2 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-letter1 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-letter1 .message-body {
  color: white;
}
.erdera-template .message.is-letter1 {
  background-color: #0B326E;
}
.erdera-template .message.is-letter1 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-heading-2 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-heading-2 .message-body {
  color: white;
}
.erdera-template .message.is-heading-2 {
  background-color: #0B326E;
}
.erdera-template .message.is-heading-2 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-heading-1 {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-heading-1 .message-body {
  color: white;
}
.erdera-template .message.is-heading-1 {
  background-color: #0B326E;
}
.erdera-template .message.is-heading-1 .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-nav-menu-color {
  background-color: white;
}
.erdera-template .message.is-abc.is-active-nav-menu-color .message-body {
  color: white;
}
.erdera-template .message.is-nav-menu-color {
  background-color: white;
}
.erdera-template .message.is-nav-menu-color .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-cancel {
  background-color: #FF527D;
}
.erdera-template .message.is-abc.is-active-cancel .message-body {
  color: white;
}
.erdera-template .message.is-cancel {
  background-color: #FF527D;
}
.erdera-template .message.is-cancel .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-confirm {
  background-color: #0B326E;
}
.erdera-template .message.is-abc.is-active-confirm .message-body {
  color: white;
}
.erdera-template .message.is-confirm {
  background-color: #0B326E;
}
.erdera-template .message.is-confirm .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-blue {
  background-color: #1CBDC7;
}
.erdera-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.erdera-template .message.is-blue {
  background-color: #1CBDC7;
}
.erdera-template .message.is-blue .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-green {
  background-color: #1D875F;
}
.erdera-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.erdera-template .message.is-green {
  background-color: #1D875F;
}
.erdera-template .message.is-green .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-brown {
  background-color: #B39482;
}
.erdera-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.erdera-template .message.is-brown {
  background-color: #B39482;
}
.erdera-template .message.is-brown .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-purple {
  background-color: #7E69B4;
}
.erdera-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.erdera-template .message.is-purple {
  background-color: #7E69B4;
}
.erdera-template .message.is-purple .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-orange {
  background-color: #F8AA24;
}
.erdera-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.erdera-template .message.is-orange {
  background-color: #F8AA24;
}
.erdera-template .message.is-orange .message-body {
  color: white;
}
.erdera-template .message.is-abc.is-active-red {
  background-color: #E9362F;
}
.erdera-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.erdera-template .message.is-red {
  background-color: #E9362F;
}
.erdera-template .message.is-red .message-body {
  color: white;
}
.erdera-template .variadic-content {
  display: flex;
  flex-flow: column;
}
.erdera-template .variadic-add-position {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.erdera-template .variadic-elements-position {
  order: 1;
}
.erdera-template .variadic-element {
  display: flex;
  flex-flow: column;
}
.erdera-template .variadic-element-content-position {
  order: 1;
}
.erdera-template .variadic-element-remove-position {
  order: 1;
}
.erdera-template .variadic-tabs {
  display: flex;
  flex-flow: column;
}
.erdera-template .variadic-tabs-add-position {
  order: 2;
  padding-left: 0.5em !important;
  padding-bottom: 0%;
}
.erdera-template .variadic-tabs-position {
  order: 1;
}
.erdera-template .crud-action-link {
  color: #0B326E !important;
}
.erdera-template .variadic-add-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.erdera-template .variadic-remove-link::before {
  font-family: "FontAwesome";
  width: 1.28571429em;
  text-align: center;
}
.erdera-template .variadic-remove-link {
  color: #0B326E !important;
  float: right !important;
}
.erdera-template .image img {
  width: 200px !important;
}
.erdera-template .hero-body {
  padding-left: 8%;
  padding-right: 8%;
}
.erdera-template nav.navigation-menu {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
}
.erdera-template nav.navigation-menu .columns {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
}
.erdera-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.erdera-template nav.navigation-menu .navbar-item {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.erdera-template nav.navigation-menu .navbar-item .is-active {
  color: #78b5ee;
  border-bottom-color: #78b5ee;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template nav.navigation-menu .navbar-item a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.erdera-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erdera-template nav.navigation-menu .navbar-item a:hover {
  color: #78b5ee;
}
.erdera-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.erdera-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  width: 100%;
}
.erdera-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  padding-right: 1em;
  padding-left: 1em;
}
.erdera-template nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.erdera-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.erdera-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;
}
.erdera-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.erdera-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;
}
.erdera-template .navbar-item-letter6:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter6.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter6 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-letter6 .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-letter6 {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-letter6 a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-letter6 a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-letter6 a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter6 .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter6 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-letter6 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-letter5:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter5.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter5 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-letter5 .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-letter5 {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-letter5 a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-letter5 a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-letter5 a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter5 .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter5 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-letter5 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-letter4:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter4.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter4 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-letter4 .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-letter4 {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-letter4 a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-letter4 a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-letter4 a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter4 .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter4 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-letter4 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-letter3:hover {
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter3.is-active {
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter3 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-letter3 .is-active {
  color: #FF527D;
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-letter3 {
  background-color: #FF527D;
}
.erdera-template .breadcrumb-letter3 a::after {
  box-shadow: 2px -2px 0 2px #FF527D, 3px -3px 0 2px #FF527D;
}
.erdera-template .breadcrumb-letter3 a:first-child {
  background: #FF527D;
  color: #FFF;
}
.erdera-template .breadcrumb-letter3 a:first-child::after {
  background: #FF527D;
}
.erdera-template .navbar-item .dropdown.is-letter3 .dropdown-menu .dropdown-content {
  background-color: #FF527D;
}
.erdera-template .navbar-item .dropdown.is-letter3 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-letter3 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-letter2:hover {
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter2.is-active {
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter2 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-letter2 .is-active {
  color: #FF527D;
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-letter2 {
  background-color: #FF527D;
}
.erdera-template .breadcrumb-letter2 a::after {
  box-shadow: 2px -2px 0 2px #FF527D, 3px -3px 0 2px #FF527D;
}
.erdera-template .breadcrumb-letter2 a:first-child {
  background: #FF527D;
  color: #FFF;
}
.erdera-template .breadcrumb-letter2 a:first-child::after {
  background: #FF527D;
}
.erdera-template .navbar-item .dropdown.is-letter2 .dropdown-menu .dropdown-content {
  background-color: #FF527D;
}
.erdera-template .navbar-item .dropdown.is-letter2 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-letter2 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-letter1:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter1.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-letter1 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-letter1 .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-letter1 {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-letter1 a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-letter1 a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-letter1 a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter1 .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-letter1 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-letter1 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-heading-2:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-heading-2.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-heading-2 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-heading-2 .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-heading-2 {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-heading-2 a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-heading-2 a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-heading-2 a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-heading-2 .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-heading-2 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-heading-2 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-heading-1:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-heading-1.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-heading-1 {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-heading-1 .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-heading-1 {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-heading-1 a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-heading-1 a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-heading-1 a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-heading-1 .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-heading-1 .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-heading-1 .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-nav-menu-color:hover {
  background-color: #0B326E;
  border-bottom-color: white;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-nav-menu-color.is-active {
  background-color: #0B326E;
  border-bottom-color: white;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-nav-menu-color {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-nav-menu-color .is-active {
  color: white;
  background-color: #0B326E;
  border-bottom-color: white;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-nav-menu-color {
  background-color: white;
}
.erdera-template .breadcrumb-nav-menu-color a::after {
  box-shadow: 2px -2px 0 2px white, 3px -3px 0 2px white;
}
.erdera-template .breadcrumb-nav-menu-color a:first-child {
  background: white;
  color: #FFF;
}
.erdera-template .breadcrumb-nav-menu-color a:first-child::after {
  background: white;
}
.erdera-template .navbar-item .dropdown.is-nav-menu-color .dropdown-menu .dropdown-content {
  background-color: white;
}
.erdera-template .navbar-item .dropdown.is-nav-menu-color .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-nav-menu-color .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-cancel:hover {
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-cancel.is-active {
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-cancel {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-cancel .is-active {
  color: #FF527D;
  background-color: #0B326E;
  border-bottom-color: #FF527D;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-cancel {
  background-color: #FF527D;
}
.erdera-template .breadcrumb-cancel a::after {
  box-shadow: 2px -2px 0 2px #FF527D, 3px -3px 0 2px #FF527D;
}
.erdera-template .breadcrumb-cancel a:first-child {
  background: #FF527D;
  color: #FFF;
}
.erdera-template .breadcrumb-cancel a:first-child::after {
  background: #FF527D;
}
.erdera-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content {
  background-color: #FF527D;
}
.erdera-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-cancel .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-confirm:hover {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-confirm.is-active {
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-confirm {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-confirm .is-active {
  color: #0B326E;
  background-color: #0B326E;
  border-bottom-color: #0B326E;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-confirm {
  background-color: #0B326E;
}
.erdera-template .breadcrumb-confirm a::after {
  box-shadow: 2px -2px 0 2px #0B326E, 3px -3px 0 2px #0B326E;
}
.erdera-template .breadcrumb-confirm a:first-child {
  background: #0B326E;
  color: #FFF;
}
.erdera-template .breadcrumb-confirm a:first-child::after {
  background: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content {
  background-color: #0B326E;
}
.erdera-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-confirm .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-blue:hover {
  background-color: #0B326E;
  border-bottom-color: #1CBDC7;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-blue.is-active {
  background-color: #0B326E;
  border-bottom-color: #1CBDC7;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-blue {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-blue .is-active {
  color: #1CBDC7;
  background-color: #0B326E;
  border-bottom-color: #1CBDC7;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-blue {
  background-color: #1CBDC7;
}
.erdera-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.erdera-template .breadcrumb-blue a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.erdera-template .breadcrumb-blue a:first-child::after {
  background: #1CBDC7;
}
.erdera-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.erdera-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-green:hover {
  background-color: #0B326E;
  border-bottom-color: #1D875F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-green.is-active {
  background-color: #0B326E;
  border-bottom-color: #1D875F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-green {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-green .is-active {
  color: #1D875F;
  background-color: #0B326E;
  border-bottom-color: #1D875F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-green {
  background-color: #1D875F;
}
.erdera-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #1D875F, 3px -3px 0 2px #1D875F;
}
.erdera-template .breadcrumb-green a:first-child {
  background: #1D875F;
  color: #FFF;
}
.erdera-template .breadcrumb-green a:first-child::after {
  background: #1D875F;
}
.erdera-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #1D875F;
}
.erdera-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-brown:hover {
  background-color: #0B326E;
  border-bottom-color: #B39482;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-brown.is-active {
  background-color: #0B326E;
  border-bottom-color: #B39482;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-brown {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-brown .is-active {
  color: #B39482;
  background-color: #0B326E;
  border-bottom-color: #B39482;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-brown {
  background-color: #B39482;
}
.erdera-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #B39482, 3px -3px 0 2px #B39482;
}
.erdera-template .breadcrumb-brown a:first-child {
  background: #B39482;
  color: #FFF;
}
.erdera-template .breadcrumb-brown a:first-child::after {
  background: #B39482;
}
.erdera-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #B39482;
}
.erdera-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-purple:hover {
  background-color: #0B326E;
  border-bottom-color: #7E69B4;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-purple.is-active {
  background-color: #0B326E;
  border-bottom-color: #7E69B4;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-purple {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-purple .is-active {
  color: #7E69B4;
  background-color: #0B326E;
  border-bottom-color: #7E69B4;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-purple {
  background-color: #7E69B4;
}
.erdera-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #7E69B4, 3px -3px 0 2px #7E69B4;
}
.erdera-template .breadcrumb-purple a:first-child {
  background: #7E69B4;
  color: #FFF;
}
.erdera-template .breadcrumb-purple a:first-child::after {
  background: #7E69B4;
}
.erdera-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #7E69B4;
}
.erdera-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-orange:hover {
  background-color: #0B326E;
  border-bottom-color: #F8AA24;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-orange.is-active {
  background-color: #0B326E;
  border-bottom-color: #F8AA24;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-orange {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-orange .is-active {
  color: #F8AA24;
  background-color: #0B326E;
  border-bottom-color: #F8AA24;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-orange {
  background-color: #F8AA24;
}
.erdera-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #F8AA24, 3px -3px 0 2px #F8AA24;
}
.erdera-template .breadcrumb-orange a:first-child {
  background: #F8AA24;
  color: #FFF;
}
.erdera-template .breadcrumb-orange a:first-child::after {
  background: #F8AA24;
}
.erdera-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #F8AA24;
}
.erdera-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template .navbar-item-red:hover {
  background-color: #0B326E;
  border-bottom-color: #E9362F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-red.is-active {
  background-color: #0B326E;
  border-bottom-color: #E9362F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .navbar-item-red {
  border-bottom-color: #0B326E;
}
.erdera-template .navbar-item-red .is-active {
  color: #E9362F;
  background-color: #0B326E;
  border-bottom-color: #E9362F;
  border-bottom-width: 3px;
  border-bottom: solid;
}
.erdera-template .breadcrumb-red {
  background-color: #E9362F;
}
.erdera-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #E9362F, 3px -3px 0 2px #E9362F;
}
.erdera-template .breadcrumb-red a:first-child {
  background: #E9362F;
  color: #FFF;
}
.erdera-template .breadcrumb-red a:first-child::after {
  background: #E9362F;
}
.erdera-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #E9362F;
}
.erdera-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.erdera-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.erdera-template footer:not(.modal-card-foot) {
  background-color: #212D3A;
  color: #FFF;
  font-size: 0.9rem;
}
.erdera-template footer:not(.modal-card-foot) a {
  color: #FFF;
}
.erdera-template footer:not(.modal-card-foot) a:hover {
  color: #FFF;
}
.erdera-template footer:not(.modal-card-foot) .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.erdera-template footer:not(.modal-card-foot) .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.erdera-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.erdera-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.erdera-template footer:not(.modal-card-foot) .footer-disclaimer {
  font-weight: bold;
  text-align: center;
}
.erdera-template .footer-menu-letter6 {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-letter6 .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-letter5 {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-letter5 .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-letter4 {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-letter4 .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-letter3 {
  border-top-color: #FF527D;
}
.erdera-template .footer-menu-letter3 .footer-menu-list a:hover {
  color: #FF527D;
}
.erdera-template .footer-menu-letter2 {
  border-top-color: #FF527D;
}
.erdera-template .footer-menu-letter2 .footer-menu-list a:hover {
  color: #FF527D;
}
.erdera-template .footer-menu-letter1 {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-letter1 .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-heading-2 {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-heading-2 .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-heading-1 {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-heading-1 .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-nav-menu-color {
  border-top-color: white;
}
.erdera-template .footer-menu-nav-menu-color .footer-menu-list a:hover {
  color: white;
}
.erdera-template .footer-menu-cancel {
  border-top-color: #FF527D;
}
.erdera-template .footer-menu-cancel .footer-menu-list a:hover {
  color: #FF527D;
}
.erdera-template .footer-menu-confirm {
  border-top-color: #0B326E;
}
.erdera-template .footer-menu-confirm .footer-menu-list a:hover {
  color: #0B326E;
}
.erdera-template .footer-menu-blue {
  border-top-color: #1CBDC7;
}
.erdera-template .footer-menu-blue .footer-menu-list a:hover {
  color: #1CBDC7;
}
.erdera-template .footer-menu-green {
  border-top-color: #1D875F;
}
.erdera-template .footer-menu-green .footer-menu-list a:hover {
  color: #1D875F;
}
.erdera-template .footer-menu-brown {
  border-top-color: #B39482;
}
.erdera-template .footer-menu-brown .footer-menu-list a:hover {
  color: #B39482;
}
.erdera-template .footer-menu-purple {
  border-top-color: #7E69B4;
}
.erdera-template .footer-menu-purple .footer-menu-list a:hover {
  color: #7E69B4;
}
.erdera-template .footer-menu-orange {
  border-top-color: #F8AA24;
}
.erdera-template .footer-menu-orange .footer-menu-list a:hover {
  color: #F8AA24;
}
.erdera-template .footer-menu-red {
  border-top-color: #E9362F;
}
.erdera-template .footer-menu-red .footer-menu-list a:hover {
  color: #E9362F;
}
.erdera-template .is-height-three-quarters {
  height: 75vh;
}
.erdera-template .is-height-two-thirds {
  height: 66vh;
}
.erdera-template .is-height-three-fifths {
  height: 60vh;
}
.erdera-template .is-height-half {
  height: 50vh;
}
.erdera-template .is-height-one-third {
  height: 33vh;
}
.erdera-template .is-height-one-quarter {
  height: 25vh;
}
.erdera-template .is-height-one-fifth {
  height: 20vh;
}
.bedforshire-template {
  /*a {
    color: @text; 
    &:hover{
        color: @blue;
    }
}*/
}
@media (max-width: 768px) {
  .bedforshire-template .pos-search-result .handle-link {
    display: none;
  }
  .bedforshire-template .pos-search-result .tag {
    height: auto;
    white-space: normal;
  }
  .bedforshire-template .pagination {
    margin: 1em;
  }
}
.bedforshire-template .has-text-blue {
  color: #1CBDC7;
}
.bedforshire-template a.has-text-blue {
  color: #1CBDC7;
}
.bedforshire-template a.has-text-blue:hover {
  color: #000;
}
.bedforshire-template a.swap.has-text-blue {
  color: #000;
}
.bedforshire-template a.swap.has-text-blue:hover {
  color: #1CBDC7;
}
.bedforshire-template .tabs.is-toggle li.is-active.is-blue a {
  background-color: #1CBDC7;
  border-color: #1CBDC7;
  color: #FFF;
}
.bedforshire-template .tabs li.is-active.is-blue a {
  color: #1CBDC7;
}
.bedforshire-template .has-text-green {
  color: #1D875F;
}
.bedforshire-template a.has-text-green {
  color: #1D875F;
}
.bedforshire-template a.has-text-green:hover {
  color: #000;
}
.bedforshire-template a.swap.has-text-green {
  color: #000;
}
.bedforshire-template a.swap.has-text-green:hover {
  color: #1D875F;
}
.bedforshire-template .tabs.is-toggle li.is-active.is-green a {
  background-color: #1D875F;
  border-color: #1D875F;
  color: #FFF;
}
.bedforshire-template .tabs li.is-active.is-green a {
  color: #1D875F;
}
.bedforshire-template .has-text-brown {
  color: #B39482;
}
.bedforshire-template a.has-text-brown {
  color: #B39482;
}
.bedforshire-template a.has-text-brown:hover {
  color: #000;
}
.bedforshire-template a.swap.has-text-brown {
  color: #000;
}
.bedforshire-template a.swap.has-text-brown:hover {
  color: #B39482;
}
.bedforshire-template .tabs.is-toggle li.is-active.is-brown a {
  background-color: #B39482;
  border-color: #B39482;
  color: #FFF;
}
.bedforshire-template .tabs li.is-active.is-brown a {
  color: #B39482;
}
.bedforshire-template .has-text-purple {
  color: #7E69B4;
}
.bedforshire-template a.has-text-purple {
  color: #7E69B4;
}
.bedforshire-template a.has-text-purple:hover {
  color: #000;
}
.bedforshire-template a.swap.has-text-purple {
  color: #000;
}
.bedforshire-template a.swap.has-text-purple:hover {
  color: #7E69B4;
}
.bedforshire-template .tabs.is-toggle li.is-active.is-purple a {
  background-color: #7E69B4;
  border-color: #7E69B4;
  color: #FFF;
}
.bedforshire-template .tabs li.is-active.is-purple a {
  color: #7E69B4;
}
.bedforshire-template .has-text-orange {
  color: #F8AA24;
}
.bedforshire-template a.has-text-orange {
  color: #F8AA24;
}
.bedforshire-template a.has-text-orange:hover {
  color: #000;
}
.bedforshire-template a.swap.has-text-orange {
  color: #000;
}
.bedforshire-template a.swap.has-text-orange:hover {
  color: #F8AA24;
}
.bedforshire-template .tabs.is-toggle li.is-active.is-orange a {
  background-color: #F8AA24;
  border-color: #F8AA24;
  color: #FFF;
}
.bedforshire-template .tabs li.is-active.is-orange a {
  color: #F8AA24;
}
.bedforshire-template .has-text-red {
  color: #E9362F;
}
.bedforshire-template a.has-text-red {
  color: #E9362F;
}
.bedforshire-template a.has-text-red:hover {
  color: #000;
}
.bedforshire-template a.swap.has-text-red {
  color: #000;
}
.bedforshire-template a.swap.has-text-red:hover {
  color: #E9362F;
}
.bedforshire-template .tabs.is-toggle li.is-active.is-red a {
  background-color: #E9362F;
  border-color: #E9362F;
  color: #FFF;
}
.bedforshire-template .tabs li.is-active.is-red a {
  color: #E9362F;
}
.bedforshire-template .is-paddingless {
  padding: 0 !important;
}
.bedforshire-template .is-pulled-bottom {
  margin-top: auto !important;
}
.bedforshire-template .has-no-right-margin {
  margin-right: 0 !important;
}
.bedforshire-template .has-no-right-padding {
  padding-right: 0 !important;
}
.bedforshire-template .has-no-right-spaces {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.bedforshire-template .has-no-left-margin {
  margin-left: 0 !important;
}
.bedforshire-template .has-no-left-padding {
  padding-left: 0 !important;
}
.bedforshire-template .has-no-top-margin {
  margin-top: 0 !important;
}
.bedforshire-template .has-no-top-padding {
  padding-top: 0 !important;
}
.bedforshire-template .has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.bedforshire-template .has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.bedforshire-template .has-no-left-spaces {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.bedforshire-template .has-small-top-margin {
  margin-top: 0.5rem;
}
.bedforshire-template .has-small-bottom-margin {
  margin-bottom: 0.5rem;
}
.bedforshire-template .has-small-left-margin {
  margin-left: 0.5rem;
}
.bedforshire-template .has-small-right-margin {
  margin-right: 0.5rem;
}
.bedforshire-template .has-medium-right-margin {
  margin-right: 1rem;
}
.bedforshire-template .has-medium-top-margin {
  margin-top: 1rem;
}
.bedforshire-template .has-medium-bottom-margin {
  margin-bottom: 1rem;
}
.bedforshire-template .has-large-top-margin {
  margin-top: 1.5rem;
}
.bedforshire-template .has-large-bottom-margin {
  margin-bottom: 1.5rem;
}
.bedforshire-template .has-large-left-margin {
  margin-left: 1.5rem;
}
.bedforshire-template .has-large-right-margin {
  margin-right: 1.5rem;
}
.bedforshire-template .has-small-padding {
  padding: 0.5rem;
}
.bedforshire-template .has-no-padding {
  padding: 0 !important;
}
.bedforshire-template .has-xmedium-padding {
  padding: 0.75rem;
}
.bedforshire-template .has-medium-padding {
  padding: 1rem;
}
.bedforshire-template .text-with-line {
  overflow: hidden;
  text-align: center;
}
.bedforshire-template .text-with-line:before,
.bedforshire-template .text-with-line:after {
  background-color: #EBEBEB;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.bedforshire-template .text-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.bedforshire-template .text-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.bedforshire-template .column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bedforshire-template .facebook-color {
  color: #3B5998 !important;
}
.bedforshire-template .twitter-color {
  color: #55ACEE !important;
}
.bedforshire-template .linkedin-color {
  color: #007BB5 !important;
}
.bedforshire-template .google-plus-color {
  color: #DD4B39 !important;
}
.bedforshire-template .redify {
  color: #E9362F;
}
.bedforshire-template .is-flex {
  display: flex;
}
.bedforshire-template .is-justify-center {
  justify-content: center;
}
.bedforshire-template .is-vcentered {
  display: flex;
  align-items: center;
}
.bedforshire-template .has-text-vcentered {
  display: flex;
  align-items: center;
}
.bedforshire-template .is-clearfix {
  clear: both;
}
.bedforshire-template .hr-section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.bedforshire-template .is-fixed-right {
  position: fixed;
  z-index: 200;
  top: 30vh;
  right: 0;
}
.bedforshire-template .is-width-one-third {
  width: 33%;
}
.bedforshire-template .is-width-half {
  width: 50%;
}
.bedforshire-template .has-cursor-pointer {
  cursor: pointer;
}
.bedforshire-template .is-hidden {
  display: none;
}
.bedforshire-template .break-word {
  word-break: break-word;
}
.bedforshire-template .th-wrap:first-child {
  display: block !important;
  width: 100% !important;
}
.bedforshire-template .put-front {
  position: relative;
  z-index: 100;
}
.bedforshire-template .has-extra-small-font {
  font-size: 0.5rem;
}
.bedforshire-template .has-small-font {
  font-size: 0.7rem;
}
.bedforshire-template .has-medium-font {
  font-size: 0.9rem;
}
.bedforshire-template .has-big-font {
  font-size: 1.2rem;
}
.bedforshire-template .msw-loader .primary-color {
  background-color: #E63A30;
}
.bedforshire-template .msw-loader .secondary-color {
  background-color: #000;
}
.bedforshire-template .card {
  padding: 1%;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.bedforshire-template .card .card-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #212D3A;
}
.bedforshire-template .card .card-footer {
  border-top: none;
}
.bedforshire-template .clickable-card,
.bedforshire-template .info-card {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 2% 2% 2%;
}
.bedforshire-template .clickable-card .card-header,
.bedforshire-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;
}
.bedforshire-template .clickable-card {
  cursor: pointer;
}
.bedforshire-template .has-card-gradient {
  background: linear-gradient(to bottom, #EBEBEB, #FFF);
}
.bedforshire-template .card-equal-height {
  flex-direction: column;
  height: 100%;
}
.bedforshire-template .card-equal-height .card-footer {
  margin-top: auto;
}
.bedforshire-template .stats-card {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
  padding: 0 !important;
}
.bedforshire-template .stats-card .columns {
  margin: 0;
}
.bedforshire-template .stats-card .columns:not(:first-child) {
  border-top: 1px solid rgba(219, 219, 219, 0.75);
}
.bedforshire-template .stats-card .column:not(:first-child) {
  border-left: 1px solid rgba(219, 219, 219, 0.75);
}
.bedforshire-template .stats-card .column {
  padding: 0;
}
.bedforshire-template .stats-card hr {
  margin: 0.75rem 0;
}
.bedforshire-template .stats-card .card-content {
  padding: 0.35rem;
}
.bedforshire-template .stats-card .media {
  padding: 0.5rem;
}
.bedforshire-template .stats-card .title,
.bedforshire-template .stats-card .subtitle {
  color: #4E5762;
}
.bedforshire-template .card-with-tag {
  padding: 0 !important;
}
.bedforshire-template .card-with-tag .card-header {
  border-bottom: none;
}
.bedforshire-template .card-header-tag {
  align-items: normal;
  padding: 0 !important;
}
.bedforshire-template .card-header-tag .tag {
  border-radius: 0px;
}
.bedforshire-template .card-header-tag.is-left:first-child > .tag {
  border-top-left-radius: 5px;
}
.bedforshire-template .card-header-tag:last-child > .tag {
  border-top-right-radius: 5px;
}
.bedforshire-template .card-header-tag:not(last-child) > .tag {
  border-right: 1px solid #FFF;
}
.bedforshire-template .card-border-color-deep-blue {
  border: 2px solid #3273DC;
}
.bedforshire-template .card-border-color-turquoise {
  border: 2px solid #1CBDC7;
}
.bedforshire-template .color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.bedforshire-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.bedforshire-template .card-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.bedforshire-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-blue .card-header,
.bedforshire-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.bedforshire-template .clickable-card-blue .card-header .card-header-title,
.bedforshire-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.bedforshire-template .info-card-blue a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-blue a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.bedforshire-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.bedforshire-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.bedforshire-template .card-green {
  background-color: #1D875F;
}
.bedforshire-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.bedforshire-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.bedforshire-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-green .card-header,
.bedforshire-template .info-card-green .card-header {
  background-color: #1D875F;
}
.bedforshire-template .clickable-card-green .card-header .card-header-title,
.bedforshire-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.bedforshire-template .info-card-green a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-green a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.bedforshire-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.bedforshire-template .info-card-green p.colored {
  color: #1D875F !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.bedforshire-template .card-brown {
  background-color: #B39482;
}
.bedforshire-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.bedforshire-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.bedforshire-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-brown .card-header,
.bedforshire-template .info-card-brown .card-header {
  background-color: #B39482;
}
.bedforshire-template .clickable-card-brown .card-header .card-header-title,
.bedforshire-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.bedforshire-template .info-card-brown a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-brown a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.bedforshire-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.bedforshire-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.bedforshire-template .card-purple {
  background-color: #7E69B4;
}
.bedforshire-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.bedforshire-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.bedforshire-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-purple .card-header,
.bedforshire-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.bedforshire-template .clickable-card-purple .card-header .card-header-title,
.bedforshire-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.bedforshire-template .info-card-purple a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-purple a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.bedforshire-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.bedforshire-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.bedforshire-template .card-orange {
  background-color: #F8AA24;
}
.bedforshire-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.bedforshire-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.bedforshire-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-orange .card-header,
.bedforshire-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.bedforshire-template .clickable-card-orange .card-header .card-header-title,
.bedforshire-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.bedforshire-template .info-card-orange a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-orange a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.bedforshire-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.bedforshire-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.bedforshire-template .card-red {
  background-color: #E9362F;
}
.bedforshire-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.bedforshire-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.bedforshire-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-red .card-header,
.bedforshire-template .info-card-red .card-header {
  background-color: #E9362F;
}
.bedforshire-template .clickable-card-red .card-header .card-header-title,
.bedforshire-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.bedforshire-template .info-card-red a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-red a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.bedforshire-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.bedforshire-template .info-card-red p.colored {
  color: #E9362F !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.bedforshire-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.bedforshire-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.bedforshire-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.bedforshire-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.bedforshire-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .dropzone-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bedforshire-template .pos-dropzone.dz-drag-hover {
  border: 1px solid #3273DC;
}
.bedforshire-template .pos-dropzone {
  min-height: 75px;
  padding: 2%;
}
.bedforshire-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;
}
.bedforshire-template .button-ined:focus:not(:active),
.bedforshire-template .button-ined.is-focused:not(:active) {
  box-shadow: none;
}
.bedforshire-template .button-ined:focus,
.bedforshire-template .button-ined.is-focused {
  border-color: transparent;
}
.bedforshire-template .button-ined-blue:focus,
.bedforshire-template .is-focused-blue,
.bedforshire-template .button-ined-blue:hover {
  color: #1CBDC7;
}
.bedforshire-template .button-background-blue:hover {
  color: #FFF;
}
.bedforshire-template .button-background-blue {
  background-color: #1CBDC7;
  color: #FFF !important;
  box-shadow: none !important;
}
.bedforshire-template .button-ined-green:focus,
.bedforshire-template .is-focused-green,
.bedforshire-template .button-ined-green:hover {
  color: #1D875F;
}
.bedforshire-template .button-background-green:hover {
  color: #FFF;
}
.bedforshire-template .button-background-green {
  background-color: #1D875F;
  color: #FFF !important;
  box-shadow: none !important;
}
.bedforshire-template .button-ined-brown:focus,
.bedforshire-template .is-focused-brown,
.bedforshire-template .button-ined-brown:hover {
  color: #B39482;
}
.bedforshire-template .button-background-brown:hover {
  color: #FFF;
}
.bedforshire-template .button-background-brown {
  background-color: #B39482;
  color: #FFF !important;
  box-shadow: none !important;
}
.bedforshire-template .button-ined-purple:focus,
.bedforshire-template .is-focused-purple,
.bedforshire-template .button-ined-purple:hover {
  color: #7E69B4;
}
.bedforshire-template .button-background-purple:hover {
  color: #FFF;
}
.bedforshire-template .button-background-purple {
  background-color: #7E69B4;
  color: #FFF !important;
  box-shadow: none !important;
}
.bedforshire-template .button-ined-orange:focus,
.bedforshire-template .is-focused-orange,
.bedforshire-template .button-ined-orange:hover {
  color: #F8AA24;
}
.bedforshire-template .button-background-orange:hover {
  color: #FFF;
}
.bedforshire-template .button-background-orange {
  background-color: #F8AA24;
  color: #FFF !important;
  box-shadow: none !important;
}
.bedforshire-template .button-ined-red:focus,
.bedforshire-template .is-focused-red,
.bedforshire-template .button-ined-red:hover {
  color: #E9362F;
}
.bedforshire-template .button-background-red:hover {
  color: #FFF;
}
.bedforshire-template .button-background-red {
  background-color: #E9362F;
  color: #FFF !important;
  box-shadow: none !important;
}
.bedforshire-template .has-button-gradient {
  background-image: linear-gradient(to bottom, #FFF, #EBEBEB);
}
.bedforshire-template .has-button-gradient:focus {
  background-image: linear-gradient(to top, #FFF, #EBEBEB);
}
.bedforshire-template .input {
  border: 0;
  padding: 8px;
  min-height: 32px;
  background-color: #EEF0F2;
  border-radius: 8px;
}
.bedforshire-template .input.is-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.bedforshire-template .datepicker.control.is-danger .input {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3860;
}
.bedforshire-template .input:focus,
.bedforshire-template .input:hover,
.bedforshire-template .input:active {
  border-color: transparent;
  box-shadow: none;
}
.bedforshire-template .v-select .dropdown-toggle {
  width: 100%;
  border: none !important;
}
.bedforshire-template .v-select.single.open .selected-tag {
  position: static !important;
}
.bedforshire-template .field.has-addons .control {
  height: 100%;
}
.bedforshire-template .field.has-addons .control .button {
  height: 100% !important;
}
.bedforshire-template textarea[readonly],
.bedforshire-template input[readonly],
.bedforshire-template .input.readonly {
  box-shadow: none;
  background-color: transparent;
}
.bedforshire-template label.readonly {
  font-weight: bold;
}
.bedforshire-template .b-table.is-loading {
  margin-bottom: 100px;
}
.bedforshire-template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.bedforshire-template .small-select {
  width: 100px !important;
}
.bedforshire-template .small-select input {
  width: 0px !important;
}
.bedforshire-template .steps .step-item.is-blue::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1CBDC7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.bedforshire-template .steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-blue.is-active .step-marker {
  background-color: #FFF;
  border-color: #1CBDC7;
  color: #1CBDC7;
}
.bedforshire-template .steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-blue.is-completed .step-marker {
  background-color: #1CBDC7;
}
.bedforshire-template .steps .step-item.is-green::before {
  background: linear-gradient(to left, #DBDBDB 50%, #1D875F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.bedforshire-template .steps .step-item.is-green.is-active::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-green.is-active .step-marker {
  background-color: #FFF;
  border-color: #1D875F;
  color: #1D875F;
}
.bedforshire-template .steps .step-item.is-green.is-completed::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-green.is-completed .step-marker {
  background-color: #1D875F;
}
.bedforshire-template .steps .step-item.is-brown::before {
  background: linear-gradient(to left, #DBDBDB 50%, #B39482 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.bedforshire-template .steps .step-item.is-brown.is-active::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-brown.is-active .step-marker {
  background-color: #FFF;
  border-color: #B39482;
  color: #B39482;
}
.bedforshire-template .steps .step-item.is-brown.is-completed::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-brown.is-completed .step-marker {
  background-color: #B39482;
}
.bedforshire-template .steps .step-item.is-purple::before {
  background: linear-gradient(to left, #DBDBDB 50%, #7E69B4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.bedforshire-template .steps .step-item.is-purple.is-active::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-purple.is-active .step-marker {
  background-color: #FFF;
  border-color: #7E69B4;
  color: #7E69B4;
}
.bedforshire-template .steps .step-item.is-purple.is-completed::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-purple.is-completed .step-marker {
  background-color: #7E69B4;
}
.bedforshire-template .steps .step-item.is-orange::before {
  background: linear-gradient(to left, #DBDBDB 50%, #F8AA24 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.bedforshire-template .steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-orange.is-active .step-marker {
  background-color: #FFF;
  border-color: #F8AA24;
  color: #F8AA24;
}
.bedforshire-template .steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-orange.is-completed .step-marker {
  background-color: #F8AA24;
}
.bedforshire-template .steps .step-item.is-red::before {
  background: linear-gradient(to left, #DBDBDB 50%, #E9362F 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.bedforshire-template .steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-red.is-active .step-marker {
  background-color: #FFF;
  border-color: #E9362F;
  color: #E9362F;
}
.bedforshire-template .steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}
.bedforshire-template .steps .step-item.is-red.is-completed .step-marker {
  background-color: #E9362F;
}
.bedforshire-template nav.indexer {
  background-color: transparent;
}
.bedforshire-template .indexer-blue a {
  color: #1CBDC7;
}
.bedforshire-template .indexer-blue .pagination-link.is-current {
  border-color: #1CBDC7;
  color: #FFF;
  background-color: #1CBDC7;
}
.bedforshire-template .indexer-green a {
  color: #1D875F;
}
.bedforshire-template .indexer-green .pagination-link.is-current {
  border-color: #1D875F;
  color: #FFF;
  background-color: #1D875F;
}
.bedforshire-template .indexer-brown a {
  color: #B39482;
}
.bedforshire-template .indexer-brown .pagination-link.is-current {
  border-color: #B39482;
  color: #FFF;
  background-color: #B39482;
}
.bedforshire-template .indexer-purple a {
  color: #7E69B4;
}
.bedforshire-template .indexer-purple .pagination-link.is-current {
  border-color: #7E69B4;
  color: #FFF;
  background-color: #7E69B4;
}
.bedforshire-template .indexer-orange a {
  color: #F8AA24;
}
.bedforshire-template .indexer-orange .pagination-link.is-current {
  border-color: #F8AA24;
  color: #FFF;
  background-color: #F8AA24;
}
.bedforshire-template .indexer-red a {
  color: #E9362F;
}
.bedforshire-template .indexer-red .pagination-link.is-current {
  border-color: #E9362F;
  color: #FFF;
  background-color: #E9362F;
}
.bedforshire-template .media-content-blue {
  color: #1CBDC7 !important;
}
.bedforshire-template .media-content-blue .subtitle {
  color: #1CBDC7 !important;
}
.bedforshire-template .media-content-blue .title {
  color: #1CBDC7 !important;
}
.bedforshire-template .media-content-green {
  color: #1D875F !important;
}
.bedforshire-template .media-content-green .subtitle {
  color: #1D875F !important;
}
.bedforshire-template .media-content-green .title {
  color: #1D875F !important;
}
.bedforshire-template .media-content-brown {
  color: #B39482 !important;
}
.bedforshire-template .media-content-brown .subtitle {
  color: #B39482 !important;
}
.bedforshire-template .media-content-brown .title {
  color: #B39482 !important;
}
.bedforshire-template .media-content-purple {
  color: #7E69B4 !important;
}
.bedforshire-template .media-content-purple .subtitle {
  color: #7E69B4 !important;
}
.bedforshire-template .media-content-purple .title {
  color: #7E69B4 !important;
}
.bedforshire-template .media-content-orange {
  color: #F8AA24 !important;
}
.bedforshire-template .media-content-orange .subtitle {
  color: #F8AA24 !important;
}
.bedforshire-template .media-content-orange .title {
  color: #F8AA24 !important;
}
.bedforshire-template .media-content-red {
  color: #E9362F !important;
}
.bedforshire-template .media-content-red .subtitle {
  color: #E9362F !important;
}
.bedforshire-template .media-content-red .title {
  color: #E9362F !important;
}
.bedforshire-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);
}
.bedforshire-template .v-select .open-indicator {
  bottom: 4px;
}
.bedforshire-template .field.has-addons .control:first-child .v-select {
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bedforshire-template .v-select.is-danger {
  border: 1px solid !important;
  border-color: #ff3860 !important;
}
.bedforshire-template .v-select.is-addon {
  border-radius: 0 !important;
}
.bedforshire-template .v-select.is-addon .dropdown-toggle {
  border-radius: 0 !important;
}
.bedforshire-template ul.list-styled {
  padding-left: 1em;
}
.bedforshire-template ul.list-styled.is-square {
  list-style: square;
}
.bedforshire-template ul.list-styled.is-circle {
  list-style: circle;
}
.bedforshire-template ul.list-styled.is-disc {
  list-style: disc;
}
.bedforshire-template ul.list-styled.has-medium-bottom-margin li {
  margin-bottom: 1rem;
}
.bedforshire-template ul.list-styled.has-small-bottom-margin li {
  margin-bottom: 0.5rem;
}
.bedforshire-template ul.list-icon {
  list-style: none;
  padding: 0;
}
.bedforshire-template ul.list-icon li {
  padding-left: 1.3em;
}
.bedforshire-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 */
}
.bedforshire-template ul.list-icon li.fa-bookmark:before {
  content: "\f02e";
  /* FontAwesome Unicode */
}
.bedforshire-template ul.list-icon li.fa-book:before {
  content: "\f02d";
}
.bedforshire-template ul.list-icon li.fa-circle:before {
  content: "\f111";
}
.bedforshire-template ul.list-icon li.fa-square:before {
  content: "\f0c8";
}
.bedforshire-template .pipe-list {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.bedforshire-template .pipe-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.bedforshire-template .pipe-list li:first-child {
  border-left: none;
}
.bedforshire-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;
}
.bedforshire-template .responsive-table {
  overflow-x: auto;
  height: 0.01%;
}
.bedforshire-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);
}
.bedforshire-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;
}
.bedforshire-template .smart-widget .smart-widget-header .smart-widget-option {
  float: right;
  -webkit-backface-visibility: hidden;
}
.bedforshire-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;
}
.bedforshire-template .smart-widget .smart-widget-header .smart-widget-option a:hover,
.bedforshire-template .smart-widget .smart-widget-header .smart-widget-option a:focus {
  color: #555;
}
.bedforshire-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;
}
.bedforshire-template .smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
  margin-right: 5px;
  color: #2baab1;
  display: none;
}
.bedforshire-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;
}
.bedforshire-template .smart-widget .smart-widget-inner .smart-widget-hidden-section {
  display: none;
  padding: 15px;
  background-color: #e4e4e4;
}
.bedforshire-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
  list-style: none;
}
.bedforshire-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;
}
.bedforshire-template .smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
  margin-right: 0;
}
.bedforshire-template .smart-widget .smart-widget-inner .smart-widget-body {
  padding: 15px;
}
.bedforshire-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;
}
.bedforshire-template .smart-widget .list-group.no-border {
  margin-bottom: 0;
}
.bedforshire-template .smart-widget .list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.bedforshire-template .smart-widget .list-group.no-border .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bedforshire-template .smart-widget .list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.bedforshire-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;
}
.bedforshire-template .smart-widget.widget-primary .smart-widget-header {
  background-color: #2baab1;
  color: #2baab1;
}
.bedforshire-template .smart-widget.widget-primary .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-primary .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-dark .smart-widget-header {
  background-color: #20232b;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-dark .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-dark .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-dark .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-dark .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-blue .smart-widget-header {
  background-color: #23b7e5;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-blue .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-blue .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.bedforshire-template .smart-widget.widget-dark-blue .smart-widget-header {
  background-color: #4c5f70;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-dark-blue .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-dark-blue .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-dark-blue .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-dark-blue .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-purple .smart-widget-header {
  background-color: #7266ba;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-purple .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-purple .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-purple .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-purple .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-green .smart-widget-header {
  background-color: #2baab1;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-green .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-green .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-green .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-green .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.bedforshire-template .smart-widget.widget-yellow .smart-widget-header {
  background-color: #edbc6c;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-yellow .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-yellow .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-yellow .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-yellow .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-orange .smart-widget-header {
  background-color: #fbc852;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-orange .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-orange .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-orange .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-orange .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-red .smart-widget-header {
  background-color: #e36159;
  color: #fff;
}
.bedforshire-template .smart-widget.widget-red .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-red .smart-widget-option a {
  color: #fff;
}
.bedforshire-template .smart-widget.widget-red .smart-widget-option a:hover,
.bedforshire-template .smart-widget.widget-red .smart-widget-option a:focus {
  color: #ccc;
}
.bedforshire-template .smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
  color: #edbc6c;
}
.bedforshire-template .smart-widget.widget-light-grey .smart-widget-header {
  background-color: #f5f5f5;
  color: #777;
}
.bedforshire-template .smart-widget.widget-light-grey .smart-widget-option {
  float: right;
}
.bedforshire-template .smart-widget.widget-light-grey .smart-widget-option a {
  color: #777;
}
.bedforshire-template .tooltip.is-dark::after {
  background: #1B1C1E;
}
.bedforshire-template .tooltip.is-top.is-dark::before {
  border-top-color: #1B1C1E;
}
.bedforshire-template .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.bedforshire-template a.share-icon {
  cursor: pointer;
}
.bedforshire-template .dropdown-menu .dropdown-content .has-link a {
  padding: 0.375rem 2rem;
}
.bedforshire-template .menu-list a.no-menu {
  border-radius: 0;
  display: inline;
  padding: 0;
}
.bedforshire-template .menu-list a.is-active {
  background-color: hsl(0, 0%, 96%);
}
.bedforshire-template .card-border-color-blue {
  border: 2px solid #1CBDC7;
}
.bedforshire-template .card-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .card-blue .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-blue.is-active {
  background-color: #1CBDC7;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-blue {
  background-color: #60e1e9;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .clickable-card-blue:hover {
  background-color: #1CBDC7;
}
.bedforshire-template .clickable-card-blue:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-blue .card-header,
.bedforshire-template .info-card-blue .card-header {
  background-color: #1CBDC7;
}
.bedforshire-template .clickable-card-blue .card-header .card-header-title,
.bedforshire-template .info-card-blue .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-blue a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1CBDC7;
}
.bedforshire-template .info-card-blue a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-blue a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-blue a.swap:hover {
  color: #1CBDC7;
}
.bedforshire-template .info-card-blue a.swap.is-active {
  color: #1CBDC7;
}
.bedforshire-template .info-card-blue p.colored {
  color: #1CBDC7 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-blue .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-green {
  border: 2px solid #1D875F;
}
.bedforshire-template .card-green {
  background-color: #1D875F;
}
.bedforshire-template .card-green .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-green.is-active {
  background-color: #1D875F;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-green {
  background-color: #36d498;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-green {
  background-color: #1D875F;
}
.bedforshire-template .clickable-card-green:hover {
  background-color: #1D875F;
}
.bedforshire-template .clickable-card-green:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-green .card-header,
.bedforshire-template .info-card-green .card-header {
  background-color: #1D875F;
}
.bedforshire-template .clickable-card-green .card-header .card-header-title,
.bedforshire-template .info-card-green .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-green a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #1D875F;
}
.bedforshire-template .info-card-green a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-green a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-green a.swap:hover {
  color: #1D875F;
}
.bedforshire-template .info-card-green a.swap.is-active {
  color: #1D875F;
}
.bedforshire-template .info-card-green p.colored {
  color: #1D875F !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-green .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-brown {
  border: 2px solid #B39482;
}
.bedforshire-template .card-brown {
  background-color: #B39482;
}
.bedforshire-template .card-brown .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-brown.is-active {
  background-color: #B39482;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-brown {
  background-color: #dacac1;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-brown {
  background-color: #B39482;
}
.bedforshire-template .clickable-card-brown:hover {
  background-color: #B39482;
}
.bedforshire-template .clickable-card-brown:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-brown .card-header,
.bedforshire-template .info-card-brown .card-header {
  background-color: #B39482;
}
.bedforshire-template .clickable-card-brown .card-header .card-header-title,
.bedforshire-template .info-card-brown .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-brown a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #B39482;
}
.bedforshire-template .info-card-brown a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-brown a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-brown a.swap:hover {
  color: #B39482;
}
.bedforshire-template .info-card-brown a.swap.is-active {
  color: #B39482;
}
.bedforshire-template .info-card-brown p.colored {
  color: #B39482 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-brown .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-purple {
  border: 2px solid #7E69B4;
}
.bedforshire-template .card-purple {
  background-color: #7E69B4;
}
.bedforshire-template .card-purple .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-purple.is-active {
  background-color: #7E69B4;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-purple {
  background-color: #b8add6;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-purple {
  background-color: #7E69B4;
}
.bedforshire-template .clickable-card-purple:hover {
  background-color: #7E69B4;
}
.bedforshire-template .clickable-card-purple:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-purple .card-header,
.bedforshire-template .info-card-purple .card-header {
  background-color: #7E69B4;
}
.bedforshire-template .clickable-card-purple .card-header .card-header-title,
.bedforshire-template .info-card-purple .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-purple a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #7E69B4;
}
.bedforshire-template .info-card-purple a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-purple a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-purple a.swap:hover {
  color: #7E69B4;
}
.bedforshire-template .info-card-purple a.swap.is-active {
  color: #7E69B4;
}
.bedforshire-template .info-card-purple p.colored {
  color: #7E69B4 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-purple .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-orange {
  border: 2px solid #F8AA24;
}
.bedforshire-template .card-orange {
  background-color: #F8AA24;
}
.bedforshire-template .card-orange .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-orange.is-active {
  background-color: #F8AA24;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-orange {
  background-color: #fbd087;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-orange {
  background-color: #F8AA24;
}
.bedforshire-template .clickable-card-orange:hover {
  background-color: #F8AA24;
}
.bedforshire-template .clickable-card-orange:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-orange .card-header,
.bedforshire-template .info-card-orange .card-header {
  background-color: #F8AA24;
}
.bedforshire-template .clickable-card-orange .card-header .card-header-title,
.bedforshire-template .info-card-orange .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-orange a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #F8AA24;
}
.bedforshire-template .info-card-orange a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-orange a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-orange a.swap:hover {
  color: #F8AA24;
}
.bedforshire-template .info-card-orange a.swap.is-active {
  color: #F8AA24;
}
.bedforshire-template .info-card-orange p.colored {
  color: #F8AA24 !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-orange .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .card-border-color-red {
  border: 2px solid #E9362F;
}
.bedforshire-template .card-red {
  background-color: #E9362F;
}
.bedforshire-template .card-red .card-header-tag .tag {
  background-color: #FFF;
  color: #000;
}
.bedforshire-template .card-header-tag .tag.is-red.is-active {
  background-color: #E9362F;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag.is-red {
  background-color: #f38f8b;
  color: #FFF;
}
.bedforshire-template .card-header-tag .tag:hover.is-red {
  background-color: #E9362F;
}
.bedforshire-template .clickable-card-red:hover {
  background-color: #E9362F;
}
.bedforshire-template .clickable-card-red:hover .card-header {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .clickable-card-red .card-header,
.bedforshire-template .info-card-red .card-header {
  background-color: #E9362F;
}
.bedforshire-template .clickable-card-red .card-header .card-header-title,
.bedforshire-template .info-card-red .card-header .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .info-card-red a:not(.is-info):not(.is-success):not(.is-danger):not(.is-warning):not(.is-primary):not(.swap) {
  color: #E9362F;
}
.bedforshire-template .info-card-red a:hover {
  color: #212D3A;
}
.bedforshire-template .info-card-red a.swap {
  color: #212D3A;
}
.bedforshire-template .info-card-red a.swap:hover {
  color: #E9362F;
}
.bedforshire-template .info-card-red a.swap.is-active {
  color: #E9362F;
}
.bedforshire-template .info-card-red p.colored {
  color: #E9362F !important;
}
.bedforshire-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;
}
.bedforshire-template .card-header-red .card-header-title {
  color: #FFF !important;
}
.bedforshire-template .menu-list a.is-active.is-red {
  background-color: #E9362F;
}
.bedforshire-template .menu-list a.is-active.is-orange {
  background-color: #F8AA24;
}
.bedforshire-template .menu-list a.is-active.is-purple {
  background-color: #7E69B4;
}
.bedforshire-template .menu-list a.is-active.is-brown {
  background-color: #B39482;
}
.bedforshire-template .menu-list a.is-active.is-green {
  background-color: #1D875F;
}
.bedforshire-template .menu-list a.is-active.is-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .message.is-abc {
  cursor: pointer;
}
.bedforshire-template .message.is-abc .message-body {
  font-weight: bold;
  padding: 0.7rem;
}
.bedforshire-template .is-font-abc-small {
  font-size: 0.7rem;
}
.bedforshire-template .message.is-abc.is-active-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .message.is-abc.is-active-blue .message-body {
  color: white;
}
.bedforshire-template .message.is-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .message.is-blue .message-body {
  color: white;
}
.bedforshire-template .message.is-abc.is-active-green {
  background-color: #1D875F;
}
.bedforshire-template .message.is-abc.is-active-green .message-body {
  color: white;
}
.bedforshire-template .message.is-green {
  background-color: #1D875F;
}
.bedforshire-template .message.is-green .message-body {
  color: white;
}
.bedforshire-template .message.is-abc.is-active-brown {
  background-color: #B39482;
}
.bedforshire-template .message.is-abc.is-active-brown .message-body {
  color: white;
}
.bedforshire-template .message.is-brown {
  background-color: #B39482;
}
.bedforshire-template .message.is-brown .message-body {
  color: white;
}
.bedforshire-template .message.is-abc.is-active-purple {
  background-color: #7E69B4;
}
.bedforshire-template .message.is-abc.is-active-purple .message-body {
  color: white;
}
.bedforshire-template .message.is-purple {
  background-color: #7E69B4;
}
.bedforshire-template .message.is-purple .message-body {
  color: white;
}
.bedforshire-template .message.is-abc.is-active-orange {
  background-color: #F8AA24;
}
.bedforshire-template .message.is-abc.is-active-orange .message-body {
  color: white;
}
.bedforshire-template .message.is-orange {
  background-color: #F8AA24;
}
.bedforshire-template .message.is-orange .message-body {
  color: white;
}
.bedforshire-template .message.is-abc.is-active-red {
  background-color: #E9362F;
}
.bedforshire-template .message.is-abc.is-active-red .message-body {
  color: white;
}
.bedforshire-template .message.is-red {
  background-color: #E9362F;
}
.bedforshire-template .message.is-red .message-body {
  color: white;
}
.bedforshire-template .image img {
  width: 200px !important;
}
.bedforshire-template nav.navigation-menu {
  background-color: #212D3A;
}
.bedforshire-template nav.navigation-menu .columns {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0 !important;
}
.bedforshire-template nav.navigation-menu .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bedforshire-template nav.navigation-menu .navbar-item {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.bedforshire-template nav.navigation-menu .navbar-item a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.bedforshire-template nav.navigation-menu .navbar-item a.fullheight-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bedforshire-template nav.navigation-menu .navbar-item a:hover {
  color: #FFF;
}
.bedforshire-template nav.navigation-menu .navbar-item .dropdown {
  display: inline;
  width: 100%;
}
.bedforshire-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu {
  min-width: 100%;
}
.bedforshire-template nav.navigation-menu .navbar-item .dropdown .dropdown-menu .dropdown-content .has-link a {
  padding-right: 1em;
  padding-left: 1em;
}
.bedforshire-template nav.navigation-menu-hidden {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
.bedforshire-template .breadcrumb .breadcrumb-content {
  padding-left: 9%;
  padding-right: 10%;
}
.bedforshire-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;
}
.bedforshire-template .breadcrumb .breadcrumb-content a .fa {
  font-size: 24px;
}
.bedforshire-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;
}
.bedforshire-template .navbar-item-blue:hover {
  background-color: #1CBDC7;
}
.bedforshire-template .navbar-item-blue.is-active {
  background-color: #1CBDC7;
}
.bedforshire-template .navbar-item-blue {
  border-bottom-color: #1CBDC7;
}
.bedforshire-template .breadcrumb-blue {
  background-color: #1CBDC7;
}
.bedforshire-template .breadcrumb-blue a::after {
  box-shadow: 2px -2px 0 2px #1CBDC7, 3px -3px 0 2px #1CBDC7;
}
.bedforshire-template .breadcrumb-blue a:first-child {
  background: #1CBDC7;
  color: #FFF;
}
.bedforshire-template .breadcrumb-blue a:first-child::after {
  background: #1CBDC7;
}
.bedforshire-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content {
  background-color: #1CBDC7;
}
.bedforshire-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.bedforshire-template .navbar-item .dropdown.is-blue .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .navbar-item-green:hover {
  background-color: #1D875F;
}
.bedforshire-template .navbar-item-green.is-active {
  background-color: #1D875F;
}
.bedforshire-template .navbar-item-green {
  border-bottom-color: #1D875F;
}
.bedforshire-template .breadcrumb-green {
  background-color: #1D875F;
}
.bedforshire-template .breadcrumb-green a::after {
  box-shadow: 2px -2px 0 2px #1D875F, 3px -3px 0 2px #1D875F;
}
.bedforshire-template .breadcrumb-green a:first-child {
  background: #1D875F;
  color: #FFF;
}
.bedforshire-template .breadcrumb-green a:first-child::after {
  background: #1D875F;
}
.bedforshire-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content {
  background-color: #1D875F;
}
.bedforshire-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.bedforshire-template .navbar-item .dropdown.is-green .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .navbar-item-brown:hover {
  background-color: #B39482;
}
.bedforshire-template .navbar-item-brown.is-active {
  background-color: #B39482;
}
.bedforshire-template .navbar-item-brown {
  border-bottom-color: #B39482;
}
.bedforshire-template .breadcrumb-brown {
  background-color: #B39482;
}
.bedforshire-template .breadcrumb-brown a::after {
  box-shadow: 2px -2px 0 2px #B39482, 3px -3px 0 2px #B39482;
}
.bedforshire-template .breadcrumb-brown a:first-child {
  background: #B39482;
  color: #FFF;
}
.bedforshire-template .breadcrumb-brown a:first-child::after {
  background: #B39482;
}
.bedforshire-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content {
  background-color: #B39482;
}
.bedforshire-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.bedforshire-template .navbar-item .dropdown.is-brown .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .navbar-item-purple:hover {
  background-color: #7E69B4;
}
.bedforshire-template .navbar-item-purple.is-active {
  background-color: #7E69B4;
}
.bedforshire-template .navbar-item-purple {
  border-bottom-color: #7E69B4;
}
.bedforshire-template .breadcrumb-purple {
  background-color: #7E69B4;
}
.bedforshire-template .breadcrumb-purple a::after {
  box-shadow: 2px -2px 0 2px #7E69B4, 3px -3px 0 2px #7E69B4;
}
.bedforshire-template .breadcrumb-purple a:first-child {
  background: #7E69B4;
  color: #FFF;
}
.bedforshire-template .breadcrumb-purple a:first-child::after {
  background: #7E69B4;
}
.bedforshire-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content {
  background-color: #7E69B4;
}
.bedforshire-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.bedforshire-template .navbar-item .dropdown.is-purple .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .navbar-item-orange:hover {
  background-color: #F8AA24;
}
.bedforshire-template .navbar-item-orange.is-active {
  background-color: #F8AA24;
}
.bedforshire-template .navbar-item-orange {
  border-bottom-color: #F8AA24;
}
.bedforshire-template .breadcrumb-orange {
  background-color: #F8AA24;
}
.bedforshire-template .breadcrumb-orange a::after {
  box-shadow: 2px -2px 0 2px #F8AA24, 3px -3px 0 2px #F8AA24;
}
.bedforshire-template .breadcrumb-orange a:first-child {
  background: #F8AA24;
  color: #FFF;
}
.bedforshire-template .breadcrumb-orange a:first-child::after {
  background: #F8AA24;
}
.bedforshire-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content {
  background-color: #F8AA24;
}
.bedforshire-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.bedforshire-template .navbar-item .dropdown.is-orange .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template .navbar-item-red:hover {
  background-color: #E9362F;
}
.bedforshire-template .navbar-item-red.is-active {
  background-color: #E9362F;
}
.bedforshire-template .navbar-item-red {
  border-bottom-color: #E9362F;
}
.bedforshire-template .breadcrumb-red {
  background-color: #E9362F;
}
.bedforshire-template .breadcrumb-red a::after {
  box-shadow: 2px -2px 0 2px #E9362F, 3px -3px 0 2px #E9362F;
}
.bedforshire-template .breadcrumb-red a:first-child {
  background: #E9362F;
  color: #FFF;
}
.bedforshire-template .breadcrumb-red a:first-child::after {
  background: #E9362F;
}
.bedforshire-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content {
  background-color: #E9362F;
}
.bedforshire-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a {
  color: #FFF;
}
.bedforshire-template .navbar-item .dropdown.is-red .dropdown-menu .dropdown-content .has-link a:hover {
  background-color: #212D3A;
  color: #FFF;
}
.bedforshire-template footer:not(.modal-card-foot) {
  background-color: #212D3A;
  color: #FFF;
  font-size: 0.9rem;
}
.bedforshire-template footer:not(.modal-card-foot) a {
  color: #FFF;
}
.bedforshire-template footer:not(.modal-card-foot) a:hover {
  color: #FFF;
}
.bedforshire-template footer:not(.modal-card-foot) .container {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.bedforshire-template footer:not(.modal-card-foot) .footer-menu .column {
  border-top-width: 5px;
  border-top-style: solid;
}
.bedforshire-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
.bedforshire-template footer:not(.modal-card-foot) .footer-menu .column .footer-menu-list a:hover {
  text-decoration: underline;
}
.bedforshire-template footer:not(.modal-card-foot) .footer-disclaimer {
  font-weight: bold;
  text-align: center;
}
.bedforshire-template .footer-menu-blue {
  border-top-color: #1CBDC7;
}
.bedforshire-template .footer-menu-blue .footer-menu-list a:hover {
  color: #1CBDC7;
}
.bedforshire-template .footer-menu-green {
  border-top-color: #1D875F;
}
.bedforshire-template .footer-menu-green .footer-menu-list a:hover {
  color: #1D875F;
}
.bedforshire-template .footer-menu-brown {
  border-top-color: #B39482;
}
.bedforshire-template .footer-menu-brown .footer-menu-list a:hover {
  color: #B39482;
}
.bedforshire-template .footer-menu-purple {
  border-top-color: #7E69B4;
}
.bedforshire-template .footer-menu-purple .footer-menu-list a:hover {
  color: #7E69B4;
}
.bedforshire-template .footer-menu-orange {
  border-top-color: #F8AA24;
}
.bedforshire-template .footer-menu-orange .footer-menu-list a:hover {
  color: #F8AA24;
}
.bedforshire-template .footer-menu-red {
  border-top-color: #E9362F;
}
.bedforshire-template .footer-menu-red .footer-menu-list a:hover {
  color: #E9362F;
}
.bedforshire-template .is-height-three-quarters {
  height: 75vh;
}
.bedforshire-template .is-height-two-thirds {
  height: 66vh;
}
.bedforshire-template .is-height-three-fifths {
  height: 60vh;
}
.bedforshire-template .is-height-half {
  height: 50vh;
}
.bedforshire-template .is-height-one-third {
  height: 33vh;
}
.bedforshire-template .is-height-one-quarter {
  height: 25vh;
}
.bedforshire-template .is-height-one-fifth {
  height: 20vh;
}
