/*////////////////////
CLIENT SPECIFIC CONFIG
////////////////////*/
/* COLOUR VARIABLES (these variable names do not change from site to site, but the referenced colour may change)
--------------------------------------------- */
/* RESPONSIVE BREAK POINTS
--------------------------------------------- */
/* COLOUR VARIABLES (these variable names do not change from site to site, but the referenced colour may change)
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600&display=swap");
/*@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");*/
/* line 4, ../../../scss/_core.scss */
body {
  padding-top: 54px;
  background: #f8f9fa;
  font-size: 13px;
  line-height: 19px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  color: #333;
}

/* line 13, ../../../scss/_core.scss */
h1, h2, h3 {
  font-weight: 500;
  color: #242a30;
}
/* line 17, ../../../scss/_core.scss */
h1 small, h2 small, h3 small {
  font-size: 60%;
  font-weight: 300;
  color: #7c7f83;
}

/* line 24, ../../../scss/_core.scss */
h4, h5, h6 {
  font-weight: 500;
  color: #242a30;
}
/* line 28, ../../../scss/_core.scss */
h4 small, h5 small, h6 small {
  font-size: 90%;
  font-weight: 300;
  color: #7c7f83;
}

/* line 35, ../../../scss/_core.scss */
a {
  color: #c62128;
  transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -webkit-transition: color 100ms ease-in-out;
  cursor: pointer;
}
/* line 44, ../../../scss/_core.scss */
a:hover {
  color: #e8252d;
}
/* line 48, ../../../scss/_core.scss */
a:focus {
  color: #e8252d;
  outline: none;
}

/* line 54, ../../../scss/_core.scss */
.clearfix {
  float: none;
  clear: both;
}

/* line 59, ../../../scss/_core.scss */
.form-group {
  clear: both;
  padding: 0 25px;
  margin: 20px 0;
}

/* line 65, ../../../scss/_core.scss */
.content {
  margin-left: 260px;
  padding: 20px 25px;
}
/* line 69, ../../../scss/_core.scss */
.content.content-full-width {
  padding: 0;
}
/* line 72, ../../../scss/_core.scss */
.content.content-full-width .page-header {
  margin: 20px;
}
/* line 76, ../../../scss/_core.scss */
.content.content-full-width .breadcrumb {
  margin: 0 20px 0 0;
}

/* line 82, ../../../scss/_core.scss */
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb a,
.content.content-inverse-mode h1,
.content.content-inverse-mode h2,
.content.content-inverse-mode h3,
.content.content-inverse-mode h4,
.content.content-inverse-mode h5,
.content.content-inverse-mode h6 {
  color: #fff;
}

/* line 93, ../../../scss/_core.scss */
.content.content-full-width .page-header,
.content.content-full-width .breadcrumb {
  position: relative;
  z-index: 10;
}

/* line 99, ../../../scss/_core.scss */
.content.content-full-width .breadcrumb {
  z-index: 20;
}

/* line 103, ../../../scss/_core.scss */
.content .row .col-md-3 {
  padding: 0 20px;
}

/* line 108, ../../../scss/_core.scss */
.brand span {
  font-style: italic;
}

/* line 113, ../../../scss/_core.scss */
.brand-logo {
  background: none;
  background-image: url(../../../clients/semex/images/logos/logo-transparent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 144px;
}

/* line 122, ../../../scss/_core.scss */
.brand-logo-small {
  background: none;
  background-image: url(../../../clients/semex/images/logos/logo-transparent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

/* line 131, ../../../scss/_core.scss */
.no-border-radius {
  border-radius: 0 !important;
}

/* line 1, ../../../scss/_alerts.scss */
.alert {
  border: none;
}
/* line 4, ../../../scss/_alerts.scss */
.alert.alert-success {
  background: #7cdda7;
}
/* line 7, ../../../scss/_alerts.scss */
.alert.alert-success a {
  color: #3c763d;
  text-decoration: underline;
}
/* line 11, ../../../scss/_alerts.scss */
.alert.alert-success a:hover, .alert.alert-success a:focus, .alert.alert-success a:active {
  opacity: 0.8;
}
/* line 17, ../../../scss/_alerts.scss */
.alert.alert-info {
  background: #93cfe5;
}
/* line 20, ../../../scss/_alerts.scss */
.alert.alert-info a {
  color: #31708f;
  text-decoration: underline;
}
/* line 24, ../../../scss/_alerts.scss */
.alert.alert-info a:hover, .alert.alert-info a:focus, .alert.alert-info a:active {
  opacity: 0.8;
}
/* line 30, ../../../scss/_alerts.scss */
.alert.alert-danger {
  background: #f8b2b2;
}
/* line 33, ../../../scss/_alerts.scss */
.alert.alert-danger a {
  color: #a94442;
  /*text-decoration: underline;*/
}
/* line 37, ../../../scss/_alerts.scss */
.alert.alert-danger a:hover, .alert.alert-danger a:focus, .alert.alert-danger a:active {
  opacity: 0.8;
}
/* line 43, ../../../scss/_alerts.scss */
.alert.alert-warning {
  background: #ffead0;
}
/* line 46, ../../../scss/_alerts.scss */
.alert.alert-warning a {
  color: #8a6d3b;
  text-decoration: underline;
}
/* line 50, ../../../scss/_alerts.scss */
.alert.alert-warning a:hover, .alert.alert-warning a:focus, .alert.alert-warning a:active {
  opacity: 0.8;
}
/* line 56, ../../../scss/_alerts.scss */
.alert .square {
  border-radius: 0;
}

/* line 63, ../../../scss/_alerts.scss */
.moxman-container .alert.alert-warning {
  background: #ffead0;
  background-repeat: repeat-x;
  border: none;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
/* line 77, ../../../scss/_alerts.scss */
.moxman-container .alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 82, ../../../scss/_alerts.scss */
.moxman-container .alert strong {
  font-weight: bold;
}
/* line 86, ../../../scss/_alerts.scss */
.moxman-container .alert .alert-link {
  font-weight: bold;
}
/* line 90, ../../../scss/_alerts.scss */
.moxman-container .alert > p {
  margin-bottom: 0;
}
/* line 95, ../../../scss/_alerts.scss */
.moxman-container .alert-dismissable {
  padding-right: 35px;
}
/* line 98, ../../../scss/_alerts.scss */
.moxman-container .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* line 106, ../../../scss/_alerts.scss */
.moxman-container small {
  font-size: 12px;
  padding-top: 10px;
  display: block;
}
/* line 112, ../../../scss/_alerts.scss */
.moxman-container .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
/* line 122, ../../../scss/_alerts.scss */
.moxman-container .close:hover, .moxman-container .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 132, ../../../scss/_alerts.scss */
.note {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 3px solid;
}
/* line 137, ../../../scss/_alerts.scss */
.note.note-success {
  border-color: #4a8564;
  background: #b0ebca;
  color: #3c763d;
}
/* line 142, ../../../scss/_alerts.scss */
.note.note-success h1, .note.note-success h2, .note.note-success h3, .note.note-success h4, .note.note-success h5, .note.note-success h6 {
  color: #3c763d;
}
/* line 147, ../../../scss/_alerts.scss */
.note.note-danger {
  border-color: #986e6e;
  background: #fbd1d1;
  color: #a94442;
}
/* line 152, ../../../scss/_alerts.scss */
.note.note-danger h1, .note.note-danger h2, .note.note-danger h3, .note.note-danger h4, .note.note-danger h5, .note.note-danger h6 {
  color: #a94442;
}
/* line 157, ../../../scss/_alerts.scss */
.note.note-info {
  border-color: #587c89;
  background: #bee2ef;
  color: #31708f;
}
/* line 162, ../../../scss/_alerts.scss */
.note.note-info h1, .note.note-info h2, .note.note-info h3, .note.note-info h4, .note.note-info h5, .note.note-info h6 {
  color: #31708f;
}
/* line 167, ../../../scss/_alerts.scss */
.note.note-warning {
  border-color: #9d9080;
  background: #fff2e3;
  color: #8a6d3b;
}
/* line 172, ../../../scss/_alerts.scss */
.note.note-warning h1, .note.note-warning h2, .note.note-warning h3, .note.note-warning h4, .note.note-warning h5, .note.note-warning h6 {
  color: #8a6d3b;
}

/* line 1, ../../../scss/_animations.scss */
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 8, ../../../scss/_animations.scss */
.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
/* line 14, ../../../scss/_animations.scss */
.fade.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

/* ROTATE */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* EXPAND */
@keyframes expand {
  from {
    width: 200px;
  }
  to {
    width: 300px;
  }
}
@-webkit-keyframes expand {
  from {
    width: 200px;
  }
  to {
    width: 300px;
  }
}
/* PANEL EXPAND */
@keyframes panelExpand {
  from {
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
  }
  to {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@-webkit-keyframes panelExpand {
  from {
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
  }
  to {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* FADE IN */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1, ../../../scss/_avatars.scss */
#paperclip {
  display: inline-block;
  width: 30px;
  height: 56px;
  background: url(../../../images/icons/paperclip.png) no-repeat;
  z-index: 20;
  position: absolute;
  left: 40px;
  top: 82px;
}

/* line 12, ../../../scss/_avatars.scss */
.avatar-container {
  margin: 30px 0 0 15px;
  display: block;
}

/* line 18, ../../../scss/_avatars.scss */
.square-image #paperclip {
  left: 6px;
  top: 36px;
}
/* line 23, ../../../scss/_avatars.scss */
.square-image .avatar-container {
  margin: 0;
}
/* line 27, ../../../scss/_avatars.scss */
.square-image .avatar {
  border-radius: 0;
}
/* line 30, ../../../scss/_avatars.scss */
.square-image .avatar img {
  border-radius: 0;
}

/* line 36, ../../../scss/_avatars.scss */
.avatar {
  display: table-cell;
  /*background: whitesmoke url(../images/backgrounds/checkerboard.png);*/
  background: #ffffff;
  border: solid 5px white;
  -webkit-transform: scale(1) rotateZ(2deg);
  -moz-transform: scale(1) rotateZ(2deg);
  -ms-transform: scale(1) rotateZ(2deg);
  -o-transform: scale(1) rotateZ(2deg);
  transform: scale(1) rotateZ(2deg);
  -ms-transform: scale(1) !important;
  /*-webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.1),0 15px 6px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 0 0 7px rgba(0,0,0,0.1),0 15px 6px rgba(0,0,0,0.06);
  box-shadow: 0 0 0 7px rgba(0,0,0,0.1),0 15px 6px rgba(0,0,0,0.06);*/
  overflow: hidden;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 50%;
}
/* line 57, ../../../scss/_avatars.scss */
.avatar img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 67, ../../../scss/_avatars.scss */
.avatar-small {
  max-width: 32px;
  max-height: 32px;
  border: none;
  background: none;
}

/* line 1, ../../../scss/_backgrounds.scss */
.bg-white {
  background: #ffffff !important;
}

/* line 5, ../../../scss/_backgrounds.scss */
.bg-silver {
  background: #f0f3f4 !important;
}

/* line 9, ../../../scss/_backgrounds.scss */
.bg-black {
  background: rgba(75, 79, 82, 0.8) !important;
}

/* line 13, ../../../scss/_backgrounds.scss */
.bg-black-darker {
  background: #242a30 !important;
}

/* line 17, ../../../scss/_backgrounds.scss */
.bg-black-lighter {
  background: #575d63 !important;
}

/* line 21, ../../../scss/_backgrounds.scss */
.bg-grey {
  background: #b6c2c9 !important;
}

/* line 25, ../../../scss/_backgrounds.scss */
.bg-grey-darker {
  background: #929ba1 !important;
}

/* line 29, ../../../scss/_backgrounds.scss */
.bg-grey-lighter {
  background: #c5ced4 !important;
}

/* line 33, ../../../scss/_backgrounds.scss */
.bg-red {
  background: #ff5b57 !important;
}

/* line 37, ../../../scss/_backgrounds.scss */
.bg-red-darker {
  background: #cc4946 !important;
}

/* line 41, ../../../scss/_backgrounds.scss */
.bg-red-lighter {
  background: #ff7c79 !important;
}

/* line 45, ../../../scss/_backgrounds.scss */
.bg-orange {
  background: #f59c1a !important;
}

/* line 49, ../../../scss/_backgrounds.scss */
.bg-orange-darker {
  background: #c47d15 !important;
}

/* line 53, ../../../scss/_backgrounds.scss */
.bg-orange-lighter {
  background: #f7b048 !important;
}

/* line 57, ../../../scss/_backgrounds.scss */
.bg-yellow {
  background: #e3fa3e !important;
}

/* line 61, ../../../scss/_backgrounds.scss */
.bg-yellow-darker {
  background: #b6c832 !important;
}

/* line 65, ../../../scss/_backgrounds.scss */
.bg-yellow-lighter {
  background: #e9fb65 !important;
}

/* line 69, ../../../scss/_backgrounds.scss */
.bg-green {
  background: #2bb673 !important;
}

/* line 73, ../../../scss/_backgrounds.scss */
.bg-green-darker {
  background: #008746 !important;
}

/* line 77, ../../../scss/_backgrounds.scss */
.bg-green-lighter {
  background: #33bdbd !important;
}

/* line 81, ../../../scss/_backgrounds.scss */
.bg-blue {
  background: #2bb673 !important;
}

/* line 85, ../../../scss/_backgrounds.scss */
.bg-blue-darker {
  background: #e8252d !important;
}

/* line 89, ../../../scss/_backgrounds.scss */
.bg-blue-lighter {
  background: #5da5e8 !important;
}

/* line 93, ../../../scss/_backgrounds.scss */
.bg-aqua {
  background: #49b6d6 !important;
}

/* line 97, ../../../scss/_backgrounds.scss */
.bg-aqua-darker {
  background: #3a92ab !important;
}

/* line 101, ../../../scss/_backgrounds.scss */
.bg-aqua-lighter {
  background: #6dc5de !important;
}

/* line 105, ../../../scss/_backgrounds.scss */
.bg-purple {
  background: #727cb6 !important;
}

/* line 109, ../../../scss/_backgrounds.scss */
.bg-purple-darker {
  background: #5b6392 !important;
}

/* line 113, ../../../scss/_backgrounds.scss */
.bg-purple-lighter {
  background: #8e96c5 !important;
}

/* line 117, ../../../scss/_backgrounds.scss */
.bg-ninetyone {
  background: #571b39 !important;
}

/* line 121, ../../../scss/_backgrounds.scss */
.bg-allangray {
  background: #c53146 !important;
}

/* line 125, ../../../scss/_backgrounds.scss */
.bg-oldmutual {
  background: #009677 !important;
}

/* line 129, ../../../scss/_backgrounds.scss */
.bg-momentum {
  background: #003366 !important;
}

/* line 133, ../../../scss/_backgrounds.scss */
.no-bg {
  background: none !important;
}

/* line 1, ../../../scss/_badges.scss */
.badge {
  font-size: 75%;
  line-height: 1.25;
  font-weight: 600;
}
/* line 6, ../../../scss/_badges.scss */
.badge.badge-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 12, ../../../scss/_badges.scss */
.badge.badge-default {
  background: #b6c2c9;
}
/* line 16, ../../../scss/_badges.scss */
.badge.badge-danger {
  background: #ff5b57;
}
/* line 20, ../../../scss/_badges.scss */
.badge.badge-warning {
  background: #f59c1a;
}
/* line 24, ../../../scss/_badges.scss */
.badge.badge-success {
  background: #f46f37;
}
/* line 28, ../../../scss/_badges.scss */
.badge.badge-info {
  background: #49b6d6;
}
/* line 32, ../../../scss/_badges.scss */
.badge.badge-primary {
  background: #c62128;
}
/* line 36, ../../../scss/_badges.scss */
.badge.badge-inverse {
  background: #2d353c;
}
/* line 40, ../../../scss/_badges.scss */
.badge.badge-lg {
  font-size: 90%;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* line 47, ../../../scss/_badges.scss */
.label {
  font-size: 75%;
  font-weight: 600;
}
/* line 51, ../../../scss/_badges.scss */
.label.label-default {
  background: #b6c2c9;
}
/* line 55, ../../../scss/_badges.scss */
.label.label-danger {
  background: #ff5b57;
}
/* line 59, ../../../scss/_badges.scss */
.label.label-warning {
  background: #f59c1a;
}
/* line 63, ../../../scss/_badges.scss */
.label.label-success {
  background: #f46f37;
}
/* line 67, ../../../scss/_badges.scss */
.label.label-info {
  background: #49b6d6;
}
/* line 71, ../../../scss/_badges.scss */
.label.label-primary {
  background: #c62128;
}
/* line 75, ../../../scss/_badges.scss */
.label.label-inverse {
  background: #2d353c;
}

/* line 81, ../../../scss/_badges.scss */
.sample-badge .badge-wrapper {
  transition: all 150ms ease-in-out 0s;
  z-index: 10;
}
/* line 86, ../../../scss/_badges.scss */
.sample-badge .badge.new {
  background: #052c49;
  color: #FFFFFF;
}
/* line 91, ../../../scss/_badges.scss */
.sample-badge .badge.sale {
  background: #c62128;
  color: #FFFFFF;
}
/* line 96, ../../../scss/_badges.scss */
.sample-badge .badge.out-of-stock {
  background: #999;
  color: #FFFFFF;
}
/* line 101, ../../../scss/_badges.scss */
.sample-badge .badge.below-rrp {
  background: #fdda65;
  color: #052c49;
}
/* line 106, ../../../scss/_badges.scss */
.sample-badge .badge {
  border-radius: 50%;
  display: table-cell;
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  text-align: center;
  transition: all 150ms ease-in-out 0s;
  vertical-align: middle;
  opacity: 0.8;
  overflow: hidden;
  padding: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: normal;
  transform: none;
}
/* line 124, ../../../scss/_badges.scss */
.sample-badge .badge em {
  font-size: 13px;
  line-height: 14px;
}

/* line 1, ../../../scss/_buttons.scss */
.btn {
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 10, ../../../scss/_buttons.scss */
.btn i, .btn svg {
  margin-right: 5px;
}

/* line 15, ../../../scss/_buttons.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

/* line 21, ../../../scss/_buttons.scss */
.btn-icon,
.btn.btn-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}

/* line 33, ../../../scss/_buttons.scss */
.btn-circle,
.btn.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 40, ../../../scss/_buttons.scss */
.btn-icon.btn-xs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}

/* line 47, ../../../scss/_buttons.scss */
.btn-icon.btn-sm {
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
}

/* line 54, ../../../scss/_buttons.scss */
.btn-icon.btn-lg {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px;
}

/* line 61, ../../../scss/_buttons.scss */
.btn > .pull-left,
.btn > .pull-right {
  line-height: 1.428571429;
}

/* line 66, ../../../scss/_buttons.scss */
.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 71, ../../../scss/_buttons.scss */
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

/* 3.14.1 Component - Button - Default */
/* line 78, ../../../scss/_buttons.scss */
.btn.btn-default {
  color: #fff;
  background: #b6c2c9;
  border-color: #b6c2c9;
  line-height: 20px;
  opacity: 1;
}

/* line 86, ../../../scss/_buttons.scss */
.input-group-btn {
  line-height: 18px;
}
/* line 89, ../../../scss/_buttons.scss */
.input-group-btn .btn.btn-default {
  opacity: 1;
}

/* line 94, ../../../scss/_buttons.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.btn-default.active:hover,
.open .dropdown-toggle.btn-default {
  background: #929ba1;
  border-color: #929ba1;
  color: #ffffff !important;
}

/* line 106, ../../../scss/_buttons.scss */
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
  border-left-color: #929ba1;
}

/* line 111, ../../../scss/_buttons.scss */
.grid-search .btn.btn-default {
  line-height: 20px;
}

/* line 115, ../../../scss/_buttons.scss */
.btn.btn-white {
  font-weight: normal;
  color: #333;
  background: #fff;
  border-color: #e2e7eb;
  line-height: 18px;
}

/* line 123, ../../../scss/_buttons.scss */
.btn.btn-white.btn-white-without-border {
  border-color: #fff;
}

/* line 127, ../../../scss/_buttons.scss */
.btn.btn-white.btn-white-without-border.active,
.btn.btn-white.btn-white-without-border.active:hover,
.btn.btn-white.btn-white-without-border.active:focus {
  border-color: #ddd;
}

/* line 133, ../../../scss/_buttons.scss */
.btn.btn-white.btn-white-without-border:hover,
.btn.btn-white.btn-white-without-border:focus {
  border-color: #eee;
}

/* line 138, ../../../scss/_buttons.scss */
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background: #e2e7eb;
  border-color: #d8dde1;
}

/* line 147, ../../../scss/_buttons.scss */
.btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
  border-left-color: #eee;
}

/* line 152, ../../../scss/_buttons.scss */
.btn.btn-inverse {
  color: #fff;
  background: #2d353c;
  border-color: #2d353c;
  line-height: 18px;
}

/* line 159, ../../../scss/_buttons.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #242a30;
  border-color: #242a30;
}

/* line 168, ../../../scss/_buttons.scss */
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
  border-left-color: #242a30;
}

/* line 173, ../../../scss/_buttons.scss */
.btn.btn-primary {
  color: #FFFFFF !important;
  background: #c62128;
  border-color: #c62128;
  line-height: 18px;
}

/* line 180, ../../../scss/_buttons.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #e8252d;
  border-color: #e8252d;
}

/* line 189, ../../../scss/_buttons.scss */
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
  border-left-color: #e8252d;
}

/* line 194, ../../../scss/_buttons.scss */
.btn-tertiary {
  color: #ffffff !important;
  background-color: #888888;
  border-color: #747474;
  line-height: 18px;
}

/* line 201, ../../../scss/_buttons.scss */
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #ffffff !important;
  background-color: #747474;
  border-color: #555555;
}

/* line 211, ../../../scss/_buttons.scss */
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none;
}

/* line 217, ../../../scss/_buttons.scss */
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #888888;
  border-color: #747474;
}

/* line 236, ../../../scss/_buttons.scss */
.btn.btn-success {
  color: #FFFFFF !important;
  background: #c62128;
  border-color: #c62128;
  line-height: 18px;
}

/* line 243, ../../../scss/_buttons.scss */
.btn.btn-visited {
  background: #5da5e8 !important;
}

/* line 247, ../../../scss/_buttons.scss */
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #e8252d;
  border-color: #e8252d;
}

/* line 256, ../../../scss/_buttons.scss */
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
  border-left-color: #e8252d;
}

/* 3.14.6 Component - Button - Warning */
/* line 262, ../../../scss/_buttons.scss */
.btn.btn-warning {
  color: #fff !important;
  background: #f59c1a;
  border-color: #f59c1a;
  line-height: 18px;
}

/* line 269, ../../../scss/_buttons.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #c47d15;
  border-color: #c47d15;
}

/* line 278, ../../../scss/_buttons.scss */
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
  border-left-color: #c47d15;
}

/* line 283, ../../../scss/_buttons.scss */
.btn.btn-danger {
  color: #fff !important;
  background: #ff5b57;
  border-color: #ff5b57;
  line-height: 18px;
}

/* line 290, ../../../scss/_buttons.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #cc4946;
  border-color: #cc4946;
}

/* line 299, ../../../scss/_buttons.scss */
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
  border-left-color: #cc4946;
}

/* line 304, ../../../scss/_buttons.scss */
.btn.btn-info {
  color: #fff !important;
  background: #49b6d6;
  border-color: #49b6d6;
  line-height: 18px;
}

/* line 311, ../../../scss/_buttons.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #3a92ab;
  border-color: #3a92ab;
}

/* line 320, ../../../scss/_buttons.scss */
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
  border-left-color: #3a92ab;
}

/* line 325, ../../../scss/_buttons.scss */
.btn.btn-scroll-to-top {
  position: fixed;
  bottom: 75px;
  right: 25px;
  line-height: 26px;
}
/* line 331, ../../../scss/_buttons.scss */
.btn.btn-scroll-to-top i, .btn.btn-scroll-to-top svg {
  margin-right: 0;
}

/* line 336, ../../../scss/_buttons.scss */
.fa-save {
  margin-right: 5px;
}

/* line 340, ../../../scss/_buttons.scss */
.btn-group-vertical {
  vertical-align: bottom;
}

/* line 344, ../../../scss/_buttons.scss */
.btn-supply {
  background: none !important;
  border: none !important;
}

/* line 349, ../../../scss/_buttons.scss */
.btn-supply-remove {
  position: absolute;
  right: 0;
  background: none;
  border: none;
}

/* line 1, ../../../scss/_files.scss */
.files {
    /*a {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;

        &:hover, &:focus {
	        opacity: 0.8;
	        filter: alpha(opacity=60);
        }
    }*/
}
/* line 2, ../../../scss/_files.scss */
.files .file {
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0;
}
/* line 19, ../../../scss/_files.scss */
.files .file-icon {
  background: #b6c2c9;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-weight: 300;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  white-space: nowrap;
}
/* line 36, ../../../scss/_files.scss */
.files .file-icon i, .files .file-icon svg {
  margin: 10px 10px 0 0;
  font-size: 18px;
  padding: 0 0 0 5px;
}
/* line 43, ../../../scss/_files.scss */
.files .file-info {
  background: #fff;
  padding: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 50, ../../../scss/_files.scss */
.files .file-info .title {
  margin: 0 10px;
  padding: 10px 10px 0;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}
/* line 60, ../../../scss/_files.scss */
.files .file-info .title small {
  padding-top: 5px;
}

/* line 68, ../../../scss/_files.scss */
.row .file-options {
  background: #fff;
  padding: 0;
}
/* line 72, ../../../scss/_files.scss */
.row .file-options .btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*i, svg {
    margin: 0 15px;
    font-size: 12px;
}*/
/* line 87, ../../../scss/_files.scss */
.process-table .process-detail a {
  line-height: 22px;
}
/* line 91, ../../../scss/_files.scss */
.process-table .btn-delete-doc {
  color: #fe5a59 !important;
  display: inline-block !important;
  line-height: 15px;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  float: right;
}
/* line 92, ../../../scss/_files.scss */
.process-table .btn-delete-doc:before {
  content: '';
  padding: 0;
}
/* line 105, ../../../scss/_files.scss */
.process-table .btn-delete-doc:hover {
  color: #fe5a59 !important;
  font-weight: bold;
  opacity: 0.8;
}
/* line 111, ../../../scss/_files.scss */
.process-table .btn-delete-doc i, .process-table .btn-delete-doc svg {
  color: #fe5a59 !important;
  height: 15px !important;
  width: 15px !important;
  margin-top: 0 !important;
}

/* line 1, ../../../scss/_forms.scss */
.form-group {
  clear: both;
  padding: 0 25px;
  margin: 20px 0;
}

/* line 7, ../../../scss/_forms.scss */
.page-header {
  padding: 0;
  border: none;
  line-height: 28px;
  color: #495057;
  font-size: 1.5em;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
  margin: 10px 0 20px !important;
  padding-bottom: 10px;
}

/* line 19, ../../../scss/_forms.scss */
.heading {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0;
}

/* line 24, ../../../scss/_forms.scss */
h2.heading {
  font-size: 20px;
}

/* line 28, ../../../scss/_forms.scss */
h4.heading {
  border-bottom: none;
  background: #414c58;
  opacity: 85%;
  font-size: 13px;
  color: #eee;
  line-height: 20px;
  border-radius: 3px 3px 0 0;
}

/* line 38, ../../../scss/_forms.scss */
h5.intro {
  line-height: 1.5em;
}

/* line 43, ../../../scss/_forms.scss */
.form-bordered h4.heading {
  margin-bottom: 0;
  padding: 10px 15px;
  margin-top: 0;
}
/* line 48, ../../../scss/_forms.scss */
.form-bordered h4.heading.no-border {
  border-bottom: none;
  margin: 10px 0 5px;
}
/* line 53, ../../../scss/_forms.scss */
.form-bordered h4.heading span {
  font-size: 11px;
}
/* line 58, ../../../scss/_forms.scss */
.form-bordered h5.heading {
  margin-bottom: 0;
  padding: 10px 25px;
  color: #495057;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  border-bottom: 1px dashed #e9ecef;
  font-weight: 600;
}

/*.form-horizontal {
	.radio, .checkbox {
		min-height: 35px;
	}
}*/
/* line 77, ../../../scss/_forms.scss */
.form-horizontal.form-bordered h4.heading:not(:first-child) {
  border-radius: 0;
}

/* line 82, ../../../scss/_forms.scss */
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding: 0;
  margin: 0;
}

/* line 87, ../../../scss/_forms.scss */
.form-horizontal .form-group > div > span:not(.icheck) {
  line-height: 30px;
}

/* line 91, ../../../scss/_forms.scss */
.form-horizontal .input-group .input-group.bootstrap-timepicker .time-picker {
  border-radius: 0;
}

/* line 95, ../../../scss/_forms.scss */
.input-group {
  display: table;
}

/* line 99, ../../../scss/_forms.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 104, ../../../scss/_forms.scss */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}

/* line 108, ../../../scss/_forms.scss */
.input-group-btn {
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  outline: none;
  color: #555;
  line-height: 18px;
  width: auto;
  display: table-cell;
  z-index: 3;
}

/* line 119, ../../../scss/_forms.scss */
.radio label, .checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 126, ../../../scss/_forms.scss */
.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #e9ecef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 34px;
}
/* line 138, ../../../scss/_forms.scss */
.form-control.input-white {
  background: #fff;
  border-color: #fff;
}
/* line 142, ../../../scss/_forms.scss */
.form-control.input-white:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 148, ../../../scss/_forms.scss */
.form-control:focus {
  background-color: #f8f9fa;
  border: 1px solid #ccc !important;
}
/* line 153, ../../../scss/_forms.scss */
.form-control.pass-code {
  border: 1px solid #7c8686 !important;
  background-image: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
}
/* line 163, ../../../scss/_forms.scss */
.form-control.pass-code.parsley-error {
  border: 1px solid #e5603b !important;
}

/* line 169, ../../../scss/_forms.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #edf0f5;
  opacity: 0.6;
}

/* line 176, ../../../scss/_forms.scss */
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #edf0f5;
}

/* line 185, ../../../scss/_forms.scss */
.form-horizontal.form-bordered {
  /*		div .form-group:last-child {
  	border-bottom: 1px solid #eee;
  	margin: 0;
  }*/
}
/* line 186, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0;
  display: flex;
  align-items: anchor-center;
}
/* line 194, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group .col-md-4, .form-horizontal.form-bordered .form-group .col-sm-4 {
  width: 25%;
}
/* line 198, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group .col-md-8, .form-horizontal.form-bordered .form-group .col-sm-8 {
  width: 75%;
}
/* line 202, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group > .control-label {
  margin-right: -1px;
  padding: 15px;
}
/* line 207, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group > div {
  padding: 15px;
  border-left: 1px solid #eee;
}
/* line 211, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group > div.text-only {
  padding: 22px 15px 15px;
}
/* line 215, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .form-group > div:first-child {
  border-left: none;
}
/* line 226, ../../../scss/_forms.scss */
.form-horizontal.form-bordered .has-feedback .form-control-feedback {
  top: 15px;
}
/* line 231, ../../../scss/_forms.scss */
.form-horizontal.form-bordered.col-sm-12 {
  padding: 0 10px;
}
/* line 236, ../../../scss/_forms.scss */
.form-horizontal.form-unbordered {
  margin-top: 30px;
}
/* line 239, ../../../scss/_forms.scss */
.form-horizontal.form-unbordered .form-group {
  margin-left: 0;
  margin-right: 0;
}
/* line 243, ../../../scss/_forms.scss */
.form-horizontal.form-unbordered .form-group > .control-label {
  margin-top: 4px;
  text-align: left;
  line-height: 18px;
}

/* line 252, ../../../scss/_forms.scss */
.form-bordered .form-group > .control-label {
  font-weight: 500;
  font-size: 13px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  color: #333;
  text-transform: none;
  margin: 0;
  letter-spacing: normal;
  border-right: 1px solid #eee;
}

/* line 263, ../../../scss/_forms.scss */
.form-header {
  background-color: #313a43;
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #313a43;
  text-transform: uppercase;
}

/* line 272, ../../../scss/_forms.scss */
label {
  font-weight: 500;
}

/* line 276, ../../../scss/_forms.scss */
.radio, .checkbox {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
}

/* line 282, ../../../scss/_forms.scss */
.inline {
  display: inline-block;
}

/* line 286, ../../../scss/_forms.scss */
.checkbox-inline {
  padding-left: 0;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

/* line 292, ../../../scss/_forms.scss */
.radio-inline {
  padding-left: 0;
}
/* line 295, ../../../scss/_forms.scss */
.radio-inline input[type=radio] {
  float: left;
}
/* line 299, ../../../scss/_forms.scss */
.radio-inline label {
  float: left;
  margin: 0 30px 0 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
}

/* line 312, ../../../scss/_forms.scss */
.has-success .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #f46f37 !important;
}
/* line 317, ../../../scss/_forms.scss */
.has-success .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #008746 !important;
}
/* line 324, ../../../scss/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #f46f37 !important;
}

/* line 336, ../../../scss/_forms.scss */
.has-warning .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #f59c1a !important;
}
/* line 341, ../../../scss/_forms.scss */
.has-warning .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #c47d15 !important;
}
/* line 348, ../../../scss/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #f59c1a !important;
}

/* line 360, ../../../scss/_forms.scss */
.has-error .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ff5b57 !important;
}
/* line 365, ../../../scss/_forms.scss */
.has-error .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #cc4946 !important;
}
/* line 372, ../../../scss/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #ff5b57 !important;
}

/* line 383, ../../../scss/_forms.scss */
.input-group-addon {
  background: #e2e7eb;
  border: none;
  height: 34px;
}
/* line 388, ../../../scss/_forms.scss */
.input-group-addon.btn-group {
  padding: 0;
}

/* line 393, ../../../scss/_forms.scss */
.control-label {
  color: #6c757d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
}

/* line 402, ../../../scss/_forms.scss */
.date-selector .btn {
  line-height: 20px !important;
}

/* line 408, ../../../scss/_forms.scss */
.translation-widget .form-group {
  padding: 0;
  margin: 0 0 20px;
}

/* line 415, ../../../scss/_forms.scss */
.input-group.right ul.tagit {
  border-radius: 3px 0 0 3px;
}

/* line 420, ../../../scss/_forms.scss */
.input-group {
  /*margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;*/
  /*-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;*/
  /*-ms-flex-align: stretch;
  align-items: stretch;*/
}
/* line 434, ../../../scss/_forms.scss */
.input-group span.input-group-addon.select {
  display: flex;
  padding: 0;
}
/* line 439, ../../../scss/_forms.scss */
.input-group span.input-group-addon.input-group-btn {
  display: flex;
  padding: 0;
}
/* line 443, ../../../scss/_forms.scss */
.input-group span.input-group-addon.input-group-btn .btn {
  border-radius: 0 4px 4px 0;
}
/* line 449, ../../../scss/_forms.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /*position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 1%;
  z-index: 1;*/
}
/* line 463, ../../../scss/_forms.scss */
.input-group .input-group-addon {
  font-size: 14px;
  border-radius: 0 3px 3px 0;
  outline: none;
  color: #555;
  line-height: 22px;
  /*width: auto;*/
  display: table-cell;
}
/* line 472, ../../../scss/_forms.scss */
.input-group .input-group-addon.left {
  border-radius: 3px 0 0 3px !important;
  padding: 3px 14px 3px 14px !important;
}
/* line 477, ../../../scss/_forms.scss */
.input-group .input-group-addon.right {
  border-radius: 0 3px 3px 0 !important;
  padding: 3px 14px 3px 14px !important;
}
/* line 482, ../../../scss/_forms.scss */
.input-group .input-group-addon.center {
  border-radius: 0 !important;
  padding: 3px 14px 3px 14px !important;
}
/* line 488, ../../../scss/_forms.scss */
.input-group.left .input-group-addon {
  border-radius: 3px 0 0 3px;
  padding: 3px 14px 3px 16px;
}
/* line 492, ../../../scss/_forms.scss */
.input-group.left .input-group-addon.left {
  border-radius: 3px 0 0 3px !important;
  padding: 3px 14px 3px 16px !important;
}
/* line 498, ../../../scss/_forms.scss */
.input-group.right .input-group-addon {
  border-radius: 0 3px 3px 0;
  padding: 3px 14px 3px 14px;
}
/* line 502, ../../../scss/_forms.scss */
.input-group.right .input-group-addon.right {
  border-radius: 0 3px 3px 0 !important;
  padding: 3px 14px 3px 14px !important;
}
/* line 509, ../../../scss/_forms.scss */
.input-group.left.right select {
  margin: 0;
  border-radius: 0 15px 15px 0 !important;
}
/* line 514, ../../../scss/_forms.scss */
.input-group.left.right input.form-control {
  border-radius: 0 !important;
}

/* line 520, ../../../scss/_forms.scss */
.form-group.radio span, .form-group.checkbox span {
  top: 0;
  margin-right: 0;
}

/* line 525, ../../../scss/_forms.scss */
.text-counter {
  border: none;
}

/* line 529, ../../../scss/_forms.scss */
.form-row {
  margin-right: 0;
  margin-left: 0;
}
/* line 533, ../../../scss/_forms.scss */
.form-row:after {
  display: table;
  content: " ";
  clear: both;
}
/* line 539, ../../../scss/_forms.scss */
.form-row:before {
  display: table;
  content: " ";
}
/* line 544, ../../../scss/_forms.scss */
.form-row .form-group {
  clear: none;
}

/* line 549, ../../../scss/_forms.scss */
.required-key {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

/* line 556, ../../../scss/_forms.scss */
.sendername {
  display: inline-block;
}

/* line 1, ../../../scss/_gallery.scss */
.gallery-option-set {
  display: block;
  margin-bottom: -5px;
}
/* line 5, ../../../scss/_gallery.scss */
.gallery-option-set .btn {
  margin: 0 5px 5px 0;
}

/* line 10, ../../../scss/_gallery.scss */
.gallery {
  margin: 0 0 0 -10px;
}
/* line 13, ../../../scss/_gallery.scss */
.gallery .move-options {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 19, ../../../scss/_gallery.scss */
.gallery .image {
  width: 278px;
  height: 350px;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 10px;
  position: relative;
}
/* line 28, ../../../scss/_gallery.scss */
.gallery .image img {
  /*width: 100%;*/
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
/* line 36, ../../../scss/_gallery.scss */
.gallery .image a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 41, ../../../scss/_gallery.scss */
.gallery .image a:hover, .gallery .image a:focus {
  opacity: 0.8;
  filter: alpha(opacity=60);
}
/* line 48, ../../../scss/_gallery.scss */
.gallery .image-inner {
  position: relative;
  background: #dedede;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
  overflow: hidden;
}
/* line 58, ../../../scss/_gallery.scss */
.gallery .image-caption {
  position: absolute;
  top: 10px;
  left: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 10px;
  margin: 0;
  font-weight: 300;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 73, ../../../scss/_gallery.scss */
.gallery .image-info {
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 80, ../../../scss/_gallery.scss */
.gallery .image-info .title {
  margin: 0 0 10px;
  line-height: 18px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 89, ../../../scss/_gallery.scss */
.gallery .image-info .rating {
  line-height: 20px;
  margin: 0 0 3px;
}
/* line 93, ../../../scss/_gallery.scss */
.gallery .image-info .rating span.star {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
}
/* line 97, ../../../scss/_gallery.scss */
.gallery .image-info .rating span.star:before {
  content: "\f005";
  color: #999;
}
/* line 102, ../../../scss/_gallery.scss */
.gallery .image-info .rating span.star.active:before {
  color: #FF8500;
}
/* line 108, ../../../scss/_gallery.scss */
.gallery .image-info .desc {
  line-height: 16px;
  font-size: 12px;
  height: 70px;
  overflow: hidden;
}
/* line 116, ../../../scss/_gallery.scss */
.gallery .image-options {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 123, ../../../scss/_gallery.scss */
.form-horizontal .gallery .image-info {
  background: #fbfbfb;
}

/* Product Gallery */
/* line 129, ../../../scss/_gallery.scss */
.product-gallery {
  padding: 0;
}
/* line 132, ../../../scss/_gallery.scss */
.product-gallery label {
  color: #fff;
  float: left;
  line-height: 18px;
  font-weight: 300;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 1px 5px;
  width: 60px;
  border: 1px solid transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #49b6d6;
  /* RGBa with 0.6 opacity */
  background: rgba(73, 182, 214, 0.8);
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49b6d6, endColorstr=#49b6d6);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49b6d6, endColorstr=#49b6d6)";
}
/* line 159, ../../../scss/_gallery.scss */
.product-gallery .image-set {
  display: block;
  margin: 20px 25px;
  padding: 0;
  border: 1px dashed #ddd;
  min-height: 235px;
  text-align: center;
}
/* line 167, ../../../scss/_gallery.scss */
.product-gallery .image-set .image-set-title {
  background-color: #ddd;
  padding: 5px;
  margin-bottom: 10px;
}
/* line 172, ../../../scss/_gallery.scss */
.product-gallery .image-set .image-set-title h5 {
  display: inline-block;
}
/* line 176, ../../../scss/_gallery.scss */
.product-gallery .image-set .image-set-title span.badge {
  margin: 0 10px 0 10px;
  display: inline-block;
}
/* line 183, ../../../scss/_gallery.scss */
.product-gallery .image {
  position: relative;
  margin-bottom: 25px;
}
/* line 187, ../../../scss/_gallery.scss */
.product-gallery .image img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
/* line 194, ../../../scss/_gallery.scss */
.product-gallery .image a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 199, ../../../scss/_gallery.scss */
.product-gallery .image a:hover, .product-gallery .image a:focus {
  opacity: 0.8;
  filter: alpha(opacity=60);
}
/* line 206, ../../../scss/_gallery.scss */
.product-gallery .image-info {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* line 217, ../../../scss/_gallery.scss */
.product-gallery .image-info .dimensions {
  font-size: 9px;
  color: #fff;
  text-align: center;
}
/* line 222, ../../../scss/_gallery.scss */
.product-gallery .image-info .dimensions.invalid {
  /* Fallback for web browsers that doesn't support RGBa */
  background: #ff5b57;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 91, 87, 0.8);
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5b57, endColorstr=#ff5b57);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5b57, endColorstr=#ff5b57)";
}
/* line 234, ../../../scss/_gallery.scss */
.product-gallery .image-info .btn {
  border-radius: 0;
  border-color: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: black;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.7);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 248, ../../../scss/_gallery.scss */
.product-gallery .image-inner {
  position: relative;
  background: #dedede;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
  overflow: hidden;
}
/* line 258, ../../../scss/_gallery.scss */
.product-gallery .image-caption {
  position: absolute;
  top: 10px;
  left: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 10px;
  margin: 0;
  font-weight: 300;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 274, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-set {
  display: inline-block;
  padding: 0;
  position: relative;
  background: none;
  min-height: unset;
  margin: 20px 0 20px 20px;
}
/* line 282, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-set .image-set-title {
  background-color: #ddd;
  padding: 5px;
  margin-bottom: 10px;
}
/* line 287, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-set .image-set-title h5 {
  display: inline-block;
}
/* line 291, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-set .image-set-title span.badge {
  margin: 0 10px 0 10px;
  display: inline-block;
}
/* line 297, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-set .checkbox {
  position: absolute;
  padding: 0;
  right: -5px;
  top: -15px;
  z-index: 1;
}
/* line 306, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-info {
  max-height: 40px;
  bottom: 0;
}
/* line 310, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-info .image-caption {
  position: relative;
  top: unset;
}
/* line 316, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-options {
  position: absolute;
  top: -10px;
  left: 5px;
  z-index: 10;
}
/* line 323, ../../../scss/_gallery.scss */
.product-gallery.product-category .image {
  width: 278px;
  min-height: 270px;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  margin: 20px 25px;
  position: relative;
  margin-bottom: 25px;
}
/* line 333, ../../../scss/_gallery.scss */
.product-gallery.product-category .image img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
/* line 341, ../../../scss/_gallery.scss */
.product-gallery.product-category .image-inner {
  display: inline-block;
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: none;
}

/* line 352, ../../../scss/_gallery.scss */
.product-gallery-option-set {
  display: block;
  margin-bottom: -5px;
}
/* line 356, ../../../scss/_gallery.scss */
.product-gallery-option-set .btn {
  margin: 0 5px 5px 0;
}

/* Film Gallery */
/* line 363, ../../../scss/_gallery.scss */
.film-option-set {
  display: block;
  margin-bottom: -5px;
}
/* line 367, ../../../scss/_gallery.scss */
.film-option-set .btn {
  margin: 0 5px 5px 0;
}

/* line 372, ../../../scss/_gallery.scss */
.film {
  margin: 0 0 0 -10px;
}
/* line 375, ../../../scss/_gallery.scss */
.film.film-file {
  margin: 0 -10px;
}
/* line 378, ../../../scss/_gallery.scss */
.film.film-file .image {
  height: 290px;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 387, ../../../scss/_gallery.scss */
.film .image {
  width: 313px;
  height: 330px;
  float: left;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 10px;
  position: relative;
}
/* line 396, ../../../scss/_gallery.scss */
.film .image img {
  /*width: 100%;*/
  max-height: 175px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
/* line 405, ../../../scss/_gallery.scss */
.film .image a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 410, ../../../scss/_gallery.scss */
.film .image a:hover, .film .image a:focus {
  opacity: 0.8;
  filter: alpha(opacity=60);
}
/* line 417, ../../../scss/_gallery.scss */
.film .image-inner {
  position: relative;
  height: 175px;
  background: #dedede;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
  overflow: hidden;
}
/* line 427, ../../../scss/_gallery.scss */
.film .image-inner i, .film .image-inner svg {
  font-size: 80px;
  margin-top: 50px;
  color: #FFF;
  height: 125px;
  display: block;
}
/* line 434, ../../../scss/_gallery.scss */
.film .image-inner i:hover, .film .image-inner i:focus, .film .image-inner svg:hover, .film .image-inner svg:focus {
  color: #c62128;
}
/* line 440, ../../../scss/_gallery.scss */
.film .image-caption {
  /*position: absolute;
  top: 15px;
  left: 0;*/
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 15px;
  margin: 0;
}
/* line 451, ../../../scss/_gallery.scss */
.film .image-info {
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 458, ../../../scss/_gallery.scss */
.film .image-info .title {
  margin: 0 0 10px;
  line-height: 18px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 467, ../../../scss/_gallery.scss */
.film .image-info .rating {
  line-height: 20px;
  margin: 0 0 3px;
}
/* line 472, ../../../scss/_gallery.scss */
.film .image-info .desc {
  line-height: 16px;
  font-size: 12px;
  height: 48px;
  overflow: hidden;
}
/* line 480, ../../../scss/_gallery.scss */
.film .image-options {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 487, ../../../scss/_gallery.scss */
.poster-image {
  position: relative;
}
/* line 490, ../../../scss/_gallery.scss */
.poster-image img {
  max-width: 370px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
/* line 498, ../../../scss/_gallery.scss */
.poster-image .image-options {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 505, ../../../scss/_gallery.scss */
.media-list {
  margin: 20px;
}

/* line 509, ../../../scss/_gallery.scss */
.media-object {
  font-size: 30px;
  background-color: #999;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 15px;
  color: #EEE;
}

/*.rating {
    float: right;
    height: 18px;
    width: 59px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../../../images/icons/icon_rating.png);
    background-repeat: no-repeat;
    background-position: 0 -90px;

    &.rating_0 {
        background-position: 0 0;
    }

    &.rating_1 {
        background-position: 0 -18px;
    }

    &.rating_2 {
        background-position: 0 -36px;
    }

    &.rating_3 {
        background-position: 0 -54px;
    }

    &.rating_4 {
        background-position: 0 -72px;
    }

    &.rating_5 {
        background-position: 0 -90px;
    }

    &.rating_none {
        background-position: 0 -108px;
    }
}*/
/* line 558, ../../../scss/_gallery.scss */
.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  color: #ddd;
}
/* line 563, ../../../scss/_gallery.scss */
.rating input {
  display: none;
}
/* line 567, ../../../scss/_gallery.scss */
.rating label {
  margin-bottom: 0;
}
/* line 571, ../../../scss/_gallery.scss */
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
  cursor: pointer;
  color: #ffc107;
  /* Personal color choice. Lifted from Bootstrap 4 */
}

/* Event Gallery */
/* line 582, ../../../scss/_gallery.scss */
.event-gallery {
  padding: 0;
  clear: both;
}
/* line 586, ../../../scss/_gallery.scss */
.event-gallery label {
  color: #fff;
  float: left;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 1px 5px;
  width: 25px;
  border: 1px solid transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #49b6d6;
  /* RGBa with 0.6 opacity */
  background: rgba(73, 182, 214, 0.8);
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49b6d6, endColorstr=#49b6d6);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49b6d6, endColorstr=#49b6d6)";
}
/* line 613, ../../../scss/_gallery.scss */
.event-gallery .image {
  position: relative;
  margin-bottom: 25px;
}
/* line 617, ../../../scss/_gallery.scss */
.event-gallery .image img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
/* line 624, ../../../scss/_gallery.scss */
.event-gallery .image a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 629, ../../../scss/_gallery.scss */
.event-gallery .image a:hover, .event-gallery .image a:focus {
  opacity: 0.8;
  filter: alpha(opacity=60);
}
/* line 636, ../../../scss/_gallery.scss */
.event-gallery .image-info {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  right: 5px;
}
/* line 646, ../../../scss/_gallery.scss */
.event-gallery .image-info .btn {
  font-weight: normal;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 10px;
  border-radius: 0;
  border-color: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: black;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.7);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 661, ../../../scss/_gallery.scss */
.event-gallery .image-info .btn.btn-danger {
  font-weight: normal;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 10px;
  border-radius: 0;
  border-color: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #ff5b57;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 91, 87, 0.9);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5b57, endColorstr=#ff5b57);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5b57, endColorstr=#ff5b57)";
}
/* line 679, ../../../scss/_gallery.scss */
.event-gallery .image-caption {
  position: absolute;
  top: 10px;
  left: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 10px;
  margin: 0;
  font-weight: 300;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 695, ../../../scss/_gallery.scss */
.image-picker {
  overflow-x: scroll;
  overflow-y: hidden;
  max-height: 255px;
  white-space: nowrap;
}
/* line 701, ../../../scss/_gallery.scss */
.image-picker .image {
  display: inline-block;
  padding: 20px;
}

/* line 3, ../../../scss/_list-groups.scss */
a.list-group-item.active, a.list-group-item:hover, a.list-group-item:focus {
  background: #c62128;
  color: #FFFFFF;
}

/* line 11, ../../../scss/_list-groups.scss */
.table-valign-middle th, .table-valign-middle td {
  vertical-align: middle !important;
}

/* line 16, ../../../scss/_list-groups.scss */
.vertical-box {
  display: table;
  width: 100%;
}
/* line 20, ../../../scss/_list-groups.scss */
.vertical-box .vertical-column {
  display: table-cell;
  vertical-align: top;
}

/* line 27, ../../../scss/_list-groups.scss */
.panel-expand .vertical-box {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 35, ../../../scss/_list-groups.scss */
.panel-expand .vertical-box .vertical-column {
  display: table-cell;
  width: 100%;
}

/* line 43, ../../../scss/_list-groups.scss */
.list-group .btn-group {
  display: block;
}

/* line 48, ../../../scss/_list-groups.scss */
.btn-group {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 52, ../../../scss/_list-groups.scss */
.btn-group.active, .btn-group:hover, .btn-group:focus {
  color: #ffffff;
}
/* line 57, ../../../scss/_list-groups.scss */
.btn-group button.list-group-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 13px;
}
/* line 63, ../../../scss/_list-groups.scss */
.btn-group button.active, .btn-group button:hover, .btn-group button:focus {
  background: #c62128;
  color: #FFFFFF;
}
/* line 70, ../../../scss/_list-groups.scss */
.btn-group .dropdown-menu li {
  padding: 5px 10px;
}
/* line 73, ../../../scss/_list-groups.scss */
.btn-group .dropdown-menu li i, .btn-group .dropdown-menu li svg {
  display: inline-block;
  color: #555;
  margin-left: 10px;
}
/* line 79, ../../../scss/_list-groups.scss */
.btn-group .dropdown-menu li .list-group-item {
  display: inline-block;
  border-radius: 0;
  border: none;
  background: none;
}
/* line 87, ../../../scss/_list-groups.scss */
.btn-group .dropdown-menu li a:hover, .btn-group .dropdown-menu li a:focus, .btn-group .dropdown-menu li a:active {
  background: none;
}
/* line 92, ../../../scss/_list-groups.scss */
.btn-group .dropdown-menu li:hover, .btn-group .dropdown-menu li:focus, .btn-group .dropdown-menu li:active {
  background: #edf0f5;
}

/* line 99, ../../../scss/_list-groups.scss */
.file-list {
  margin-bottom: 20px;
}
/* line 102, ../../../scss/_list-groups.scss */
.file-list p {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}
/* line 106, ../../../scss/_list-groups.scss */
.file-list p i, .file-list p svg {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 111, ../../../scss/_list-groups.scss */
.file-list p:last-child {
  border-bottom: none;
}

/* line 1, ../../../scss/_loaders.scss */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #E6E8EC;
}
/* line 9, ../../../scss/_loaders.scss */
#page-loader.fade {
  display: none;
}
/* line 12, ../../../scss/_loaders.scss */
#page-loader.fade .in {
  display: block;
}

/* line 18, ../../../scss/_loaders.scss */
.spinner {
  height: 40px;
  width: 40px;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px -20px 0 0;
  border: 2px solid #fff;
  border-top: 2px solid #c62128;
  border-radius: 100%;
}

/* line 31, ../../../scss/_loaders.scss */
.spinner-small {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-top: 2px solid #c62128;
  height: 30px;
  width: 30px;
  margin: -15px -15px 0 0;
}

/* line 43, ../../../scss/_loaders.scss */
.fade.in .spinner, .fade.in .spinner-small {
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}

/* line 50, ../../../scss/_loaders.scss */
#ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 65537;
}
/* line 59, ../../../scss/_loaders.scss */
#ajax-loader.fade {
  display: none;
}
/* line 62, ../../../scss/_loaders.scss */
#ajax-loader.fade.in {
  display: block;
}
/* line 65, ../../../scss/_loaders.scss */
#ajax-loader.fade.in .spinner, #ajax-loader.fade.in .spinner-small {
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}
/* line 74, ../../../scss/_loaders.scss */
#ajax-loader .spinner {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  border: 2px solid #fff;
  border-top: 2px solid #c62128;
  border-radius: 100%;
}
/* line 84, ../../../scss/_loaders.scss */
#ajax-loader .spinner-small {
  position: absolute;
  left: 50%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-top: 2px solid #c62128;
  height: 30px;
  width: 30px;
  margin: -15px -15px 0 0;
  border-radius: 100%;
}

/* line 1, ../../../scss/_media.scss */
.media-object {
  width: 128px;
}
/* line 4, ../../../scss/_media.scss */
.media-object .media-object-xs {
  width: 32px;
}
/* line 8, ../../../scss/_media.scss */
.media-object .media-object-sm {
  width: 64px;
}
/* line 12, ../../../scss/_media.scss */
.media-object .media-object-lg {
  width: 256px;
}

/* line 18, ../../../scss/_media.scss */
.media > .pull-left {
  margin-right: 15px;
}
/* line 22, ../../../scss/_media.scss */
.media > .pull-right {
  margin-left: 15px;
}
/* line 27, ../../../scss/_media.scss */
.media a:hover, .media a:focus {
  color: #c62128;
  text-decoration: none;
}
/* line 31, ../../../scss/_media.scss */
.media a:hover .media-heading, .media a:focus .media-heading {
  color: #c62128;
  text-decoration: none;
}
/* line 35, ../../../scss/_media.scss */
.media a:hover .media-heading:hover, .media a:hover .media-heading:focus, .media a:focus .media-heading:hover, .media a:focus .media-heading:focus {
  color: #e8252d;
  text-decoration: none;
}

/* line 44, ../../../scss/_media.scss */
.media-list.media-list-with-divider > li + li {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* line 50, ../../../scss/_media.scss */
.media-messaging .media {
  padding: 15px;
}
/* line 53, ../../../scss/_media.scss */
.media-messaging .media:first-child {
  padding-top: 0;
}
/* line 57, ../../../scss/_media.scss */
.media-messaging .media:last-child {
  padding-bottom: 0;
}
/* line 61, ../../../scss/_media.scss */
.media-messaging .media p {
  margin: 0;
}
/* line 65, ../../../scss/_media.scss */
.media-messaging .media + .media {
  margin-top: 0;
  padding-top: 15px;
}

/* line 72, ../../../scss/_media.scss */
.jumbotron {
  background: #f0f3f4;
}
/* line 75, ../../../scss/_media.scss */
.jumbotron h1, .jumbotron .h1 {
  font-size: 56px;
}
/* line 79, ../../../scss/_media.scss */
.jumbotron p {
  font-size: 18px;
}

/* line 84, ../../../scss/_media.scss */
.email-container, .message-template-container {
  overflow: auto;
}
/* line 87, ../../../scss/_media.scss */
.email-container .email-body-container, .message-template-container .email-body-container {
  min-width: 645px;
  overflow-x: hidden;
}
/* line 92, ../../../scss/_media.scss */
.email-container .email-body-container .mobile-device .screen, .message-template-container .email-body-container .mobile-device .screen {
  padding: 0;
  overflow-x: hidden;
  border-radius: 5px;
  height: 425px;
  display: block;
  line-height: 0;
}
/* line 103, ../../../scss/_media.scss */
.email-container .panel, .message-template-container .panel {
  text-align: right;
}
/* line 106, ../../../scss/_media.scss */
.email-container .panel .btn, .message-template-container .panel .btn {
  display: flex;
}

/* line 112, ../../../scss/_media.scss */
.mobile-device {
  background-image: url(../../../images/backgrounds/mobile-device.png);
  width: 315px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
/* line 122, ../../../scss/_media.scss */
.mobile-device.push-notification .screen {
  background-image: url(../../../images/backgrounds/lock-screen-greyscale.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}
/* line 131, ../../../scss/_media.scss */
.mobile-device.sms .screen {
  padding: 10px;
}
/* line 137, ../../../scss/_media.scss */
.mobile-device.email .screen {
  padding: 0;
}

/* line 143, ../../../scss/_media.scss */
.screen-container {
  flex: 1;
  display: flex;
  width: 254px;
  position: absolute;
  top: 100px;
  left: 30px;
  height: 425px;
  border-radius: 5px;
}
/* line 153, ../../../scss/_media.scss */
.screen-container .screen {
  overflow-x: hidden;
  border-radius: 5px;
  min-width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
  display: block;
  line-height: 0;
}
/* line 164, ../../../scss/_media.scss */
.screen-container .screen .sms-bubble {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  /* curved tail using pseudo-element */
}
/* line 170, ../../../scss/_media.scss */
.screen-container .screen .sms-bubble .bubble-content {
  display: block;
  padding: 12px 16px;
  background: #e5e5ea;
  border-radius: 20px;
  position: relative;
  color: #000;
  font-size: 0.9em;
  text-align: left;
}
/* line 180, ../../../scss/_media.scss */
.screen-container .screen .sms-bubble .bubble-content a {
  color: blue;
  text-decoration: underline;
}
/* line 186, ../../../scss/_media.scss */
.screen-container .screen .sms-bubble::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 10px;
  height: 20px;
  background: #e5e5ea;
  border-bottom-right-radius: 20px;
  transform: rotate(0deg);
  box-shadow: 0 0 0 1px #e5e5ea;
}
/* line 201, ../../../scss/_media.scss */
.screen-container .screen .notification-container h4 {
  font-size: 1.2em;
  color: #fff;
  position: absolute;
  top: 160px;
}
/* line 209, ../../../scss/_media.scss */
.screen-container .screen .notification-bubble {
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  height: 66px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(33, 33, 33, 0.37);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  text-overflow: ellipsis;
  position: absolute;
  top: 200px;
  width: calc(100% - 20px);
}
/* line 227, ../../../scss/_media.scss */
.screen-container .screen .notification-bubble .notification-content img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
/* line 235, ../../../scss/_media.scss */
.screen-container .screen .notification-bubble .notification-content h5 {
  font-size: .9em;
  font-weight: 600;
  color: #fff;
  text-overflow: ellipsis;
  width: 174px;
  overflow: hidden;
  white-space: nowrap;
  margin: 5px 0;
}
/* line 246, ../../../scss/_media.scss */
.screen-container .screen .notification-bubble .notification-content p {
  color: #fff;
  font-size: .8em;
  line-height: 12px;
  width: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
}

/* prevents Bootstrap from adding a right padding when a modal is open */
/* line 2, ../../../scss/_modals.scss */
body.modal-open[style] {
  padding-right: 0px !important;
}

/* forces the scrollbar to always be visible, preventing shifts */
/* line 7, ../../../scss/_modals.scss */
html {
  overflow-y: scroll !important;
}

/* line 11, ../../../scss/_modals.scss */
.modal-dialog.pdfviewer {
  width: 90%;
}
/* line 14, ../../../scss/_modals.scss */
.modal-dialog.pdfviewer .modal-content {
  height: 90vh;
  overflow-y: auto;
}
/* line 18, ../../../scss/_modals.scss */
.modal-dialog.pdfviewer .modal-content .modal-body {
  height: calc(100% - 45px);
}
/* line 21, ../../../scss/_modals.scss */
.modal-dialog.pdfviewer .modal-content .modal-body #viewer {
  height: 100%;
  width: 100%;
}

/* line 29, ../../../scss/_modals.scss */
.modal-content {
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 38, ../../../scss/_modals.scss */
.modal-header {
  padding: 5px 15px;
  border-bottom-color: #e2e7eb;
}
/* line 42, ../../../scss/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 47, ../../../scss/_modals.scss */
.modal-body {
  padding: 0;
}

/* line 51, ../../../scss/_modals.scss */
.modal-footer {
  border-top-color: #e2e7eb;
  padding: 14px 15px 15px;
}

/* line 57, ../../../scss/_modals.scss */
.modal-message .modal-dialog {
  width: 100%;
}
/* line 61, ../../../scss/_modals.scss */
.modal-message .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 67, ../../../scss/_modals.scss */
.modal-message .modal-header, .modal-message .modal-body, .modal-message .modal-footer {
  width: 60%;
  border: none;
  margin: 0 auto;
}

/* line 74, ../../../scss/_modals.scss */
.modal-backdrop {
  background-color: #ffffff;
}
/* line 77, ../../../scss/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* line 86, ../../../scss/_modals.scss */
.modal-styled .modal-header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: rgba(36, 32, 39, 0.9);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 94, ../../../scss/_modals.scss */
.modal-styled .modal-header .modal-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-transform: none;
  margin: 0;
}
/* line 102, ../../../scss/_modals.scss */
.modal-styled .modal-header .modal-title svg {
  margin-right: 10px;
  margin-top: 5px;
}
/* line 108, ../../../scss/_modals.scss */
.modal-styled .modal-header h3 {
  color: #fff;
}
/* line 112, ../../../scss/_modals.scss */
.modal-styled .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
/* line 117, ../../../scss/_modals.scss */
.modal-styled .modal-header .close:hover {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* line 126, ../../../scss/_modals.scss */
.modal-styled .modal-content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
/* line 134, ../../../scss/_modals.scss */
.modal-styled .modal-footer {
  padding: 10px 15px 10px 10px;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 0;
}

/* line 1, ../../../scss/_navigation.scss */
#header {
  background: #FFF;
}

/* line 5, ../../../scss/_navigation.scss */
.header {
  z-index: 1020;
}

/* line 9, ../../../scss/_navigation.scss */
.navbar {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 15, ../../../scss/_navigation.scss */
.navbar.navbar-default {
  /*background: #fff;*/
  -webkit-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

/* line 22, ../../../scss/_navigation.scss */
.navbar-brand {
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
}
/* line 30, ../../../scss/_navigation.scss */
.navbar-brand img {
  margin-left: 0;
}

/* line 36, ../../../scss/_navigation.scss */
.navbar-default .navbar-brand {
  color: #313a43;
}
/* line 39, ../../../scss/_navigation.scss */
.navbar-default .navbar-brand span {
  color: #667483;
  font-size: 14px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 100;
}
/* line 47, ../../../scss/_navigation.scss */
.navbar-default .navbar-brand:hover {
  color: #000;
}
/* line 53, ../../../scss/_navigation.scss */
.navbar-default .navbar-toggle .icon-bar {
  background: #333;
}

/* line 59, ../../../scss/_navigation.scss */
.navbar-logo {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  border: 10px solid transparent;
  border-color: #4DCACA #31A3A3 #1D8888;
  opacity: 0.9;
}

/* line 68, ../../../scss/_navigation.scss */
.navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
}
/* line 74, ../../../scss/_navigation.scss */
.navbar-toggle:hover, .navbar-toggle:focus {
  background: none !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 81, ../../../scss/_navigation.scss */
.navbar-nav > li > a {
  line-height: 20px;
  padding: 17px 15px;
  font-size: 13px;
}

/* line 88, ../../../scss/_navigation.scss */
.navbar-default .navbar-nav > li > a {
  color: #585663;
}
/* line 91, ../../../scss/_navigation.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 99, ../../../scss/_navigation.scss */
.navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
  background: none !important;
  color: #333;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

/* line 107, ../../../scss/_navigation.scss */
.navbar-form {
  margin: 12px 0;
}
/* line 110, ../../../scss/_navigation.scss */
.navbar-form .form-control {
  width: 200px;
  padding: 5px 15px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* line 118, ../../../scss/_navigation.scss */
.navbar-form .form-control:focus {
  width: 300px;
  animation: expand .2s;
  -webkit-animation: expand .2s;
}
/* line 125, ../../../scss/_navigation.scss */
.navbar-form .btn-search {
  position: absolute;
  right: 15px;
  top: 12px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  background: none;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}

/* line 140, ../../../scss/_navigation.scss */
.fade .navbar-form .form-control {
  -webkit-animation: none;
}

/* line 145, ../../../scss/_navigation.scss */
.navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #eee;
}
/* line 148, ../../../scss/_navigation.scss */
.navbar-nav > li > .dropdown-menu.media-list .media-heading {
  font-weight: 600;
}
/* line 153, ../../../scss/_navigation.scss */
.navbar-nav > li > a .label {
  position: absolute;
  top: 7px;
  right: 3px;
  display: block;
  background: #ff5b57;
  line-height: 12px;
  font-weight: 300;
  padding: .3em .6em .3em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 169, ../../../scss/_navigation.scss */
.navbar-user img {
  float: left;
  width: 30px;
  height: 30px;
  margin: -5px 10px 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 180, ../../../scss/_navigation.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

/* line 184, ../../../scss/_navigation.scss */
.sidebar {
  width: 260px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 54px;
  background: #414c58;
  z-index: 10;
}
/* line 196, ../../../scss/_navigation.scss */
.sidebar .nav > li:before, .sidebar .nav > li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 202, ../../../scss/_navigation.scss */
.sidebar .nav > li a {
  padding: 8px 20px;
  line-height: 20px;
  color: #CCC;
  background: #313a43;
  border-bottom: 1px solid #282f37;
}
/* line 209, ../../../scss/_navigation.scss */
.sidebar .nav > li a:before, .sidebar .nav > li a:after {
  content: '';
  clear: both;
  display: table;
}
/* line 215, ../../../scss/_navigation.scss */
.sidebar .nav > li a:hover, .sidebar .nav > li a:focus {
  background: #37404A;
  color: #FFF;
}
/* line 220, ../../../scss/_navigation.scss */
.sidebar .nav > li a svg {
  float: left;
  margin-right: 15px;
  width: 18px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  margin-top: 2px;
}
/* line 230, ../../../scss/_navigation.scss */
.sidebar .nav > li a .badge {
  margin-top: 2px;
  padding: 4px 6px;
  background: #1b1f24;
  font-weight: 300;
  font-size: 10px;
}
/* line 240, ../../../scss/_navigation.scss */
.sidebar .nav > li.active > a {
  color: #FFFFFF;
  background: #c62128;
}
/* line 244, ../../../scss/_navigation.scss */
.sidebar .nav > li.active > a:hover, .sidebar .nav > li.active > a:focus {
  color: #FFFFFF;
  background: #e8252d;
}

/* line 254, ../../../scss/_navigation.scss */
.sidebar .nav li a .caret {
  float: right;
  margin-top: 9px;
}

/* line 259, ../../../scss/_navigation.scss */
.sidebar .has-sub.active > .sub-menu {
  display: block;
}

/* line 264, ../../../scss/_navigation.scss */
.sidebar .sub-menu {
  list-style-type: none;
  padding: 10px 0 10px 10px;
  margin: 0;
  background: #282f37;
  position: relative;
  display: none;
}
/* line 272, ../../../scss/_navigation.scss */
.sidebar .sub-menu:before {
  content: '';
  position: absolute;
  left: 29px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #1d2329;
}
/* line 282, ../../../scss/_navigation.scss */
.sidebar .sub-menu .sub-menu {
  padding: 0 0 0 25px;
  background: none;
}
/* line 286, ../../../scss/_navigation.scss */
.sidebar .sub-menu .sub-menu:before {
  content: '';
  position: absolute;
  left: 44px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #1d2329;
}
/* line 297, ../../../scss/_navigation.scss */
.sidebar .sub-menu > li > a {
  padding: 5px 20px 5px 12px;
  display: block;
  font-weight: 400;
  color: #889097;
  text-decoration: none;
  text-transform: none;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  background: none;
  border-bottom: none;
}
/* line 310, ../../../scss/_navigation.scss */
.sidebar .sub-menu > li > a:hover, .sidebar .sub-menu > li > a:focus {
  color: #fff;
  background: none;
}
/* line 315, ../../../scss/_navigation.scss */
.sidebar .sub-menu > li > a > svg {
  margin-right: 10px;
  width: 14px;
  text-align: center;
  margin-bottom: 3px;
}
/* line 324, ../../../scss/_navigation.scss */
.sidebar .sub-menu li.active > a {
  color: #fff;
}
/* line 327, ../../../scss/_navigation.scss */
.sidebar .sub-menu li.active > a:before {
  color: #c62128;
}
/* line 331, ../../../scss/_navigation.scss */
.sidebar .sub-menu li.active > a:hover, .sidebar .sub-menu li.active > a:focus {
  color: #fff;
}
/* line 335, ../../../scss/_navigation.scss */
.sidebar .sub-menu li.active > a .caret {
  float: right;
}

/* line 343, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-header {
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 11px;
  color: #6d7983;
}
/* line 350, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-header a {
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 355, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-header a:hover, .sidebar .nav > li.nav-header a:focus {
  background: none;
  color: #fff;
}
/* line 360, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-header a i, .sidebar .nav > li.nav-header a svg {
  float: none;
  margin: 0;
}

/* line 367, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-profile {
  padding: 20px;
  color: #fff;
  background: #202427;
  border-bottom: 1px solid #202427;
}
/* line 373, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-profile a {
  padding: 0;
}
/* line 377, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-profile .image {
  float: left;
  width: 50px;
  height: 42px;
  margin-top: 2px;
  margin-right: 15px;
  overflow: hidden;
}
/* line 385, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-profile .image img {
  max-width: 100%;
  max-height: 100%;
  /* TEMP */
  border-radius: 50%;
}
/* line 392, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-profile .info {
  font-size: 14px;
}
/* line 395, ../../../scss/_navigation.scss */
.sidebar .nav > li.nav-profile .info small {
  display: block;
  color: #999;
}

/* line 403, ../../../scss/_navigation.scss */
.sidebar-minified .content {
  margin-left: 60px;
}
/* line 407, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar {
  width: 60px;
}
/* line 410, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .profile {
  display: none;
}
/* line 414, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .slimScrollDiv {
  overflow: visible !important;
}
/* line 417, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .slimScrollDiv > div {
  overflow: visible !important;
}
/* line 422, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .caret {
  position: absolute;
  top: 9px;
  right: 9px;
  border: 4px solid transparent;
  border-left: 4px solid;
}
/* line 430, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .nav > li > a {
  padding: 12px 16px;
}
/* line 435, ../../../scss/_navigation.scss */
.sidebar-minified .footer {
  margin-left: 85px;
}

/* line 440, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .nav-profile,
.sidebar-minified .sidebar .nav-header,
.sidebar-minified .sidebar .nav > li > a > span {
  display: none;
}

/* line 447, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .sub-menu .caret {
  top: 10px;
}
/* line 451, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .sub-menu:before {
  display: none;
}

/* line 456, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .nav > li > a > i, .sidebar-minified .sidebar .nav > li > a > svg {
  margin: 2px 0 0 0;
}

/* line 460, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  display: none;
  padding: 10px 0 10px 10px;
  margin: -1px 0 0 0;
  background: #232a2f;
}

/* line 471, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .nav > li.has-sub.active > a,
.sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.sidebar-minified .sidebar .nav > li.has-sub.active:focus > a {
  background: #c62128;
}

/* line 477, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar .nav > li.has-sub:hover > a,
.sidebar-minified .sidebar .nav > li.has-sub:focus > a {
  background: #232a2f;
}

/* line 482, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar li.has-sub:hover > .sub-menu,
.sidebar-minified .sidebar li.has-sub:focus > .sub-menu {
  display: block !important;
  overflow: visible !important;
}

/* line 488, ../../../scss/_navigation.scss */
.sidebar .nav > li > a.sidebar-minify-btn {
  margin: 10px 0;
  float: right;
  padding: 5px 20px 5px 10px !important;
  background: #313a43;
  color: #fff;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

/* line 499, ../../../scss/_navigation.scss */
.sidebar .nav > li > a.sidebar-minify-btn:before {
  content: '\f100' !important;
  font-family: 'Font Awesome 5 Pro';
}

/* line 504, ../../../scss/_navigation.scss */
.sidebar-minified .sidebar-minify-btn:before, .sidebar-minified .sidebar-minify-btn:before {
  content: '\f101' !important;
  font-family: 'Font Awesome 5 Pro';
}

/* line 509, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .content {
  margin-right: 60px;
  margin-left: 0;
}

/* line 514, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .footer {
  margin-right: 85px;
  margin-left: 25px;
}

/* line 519, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .sub-menu {
  left: auto !important;
  right: 100%;
}

/* line 524, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .nav > li.has-sub > a .caret {
  position: absolute;
  left: 5px;
  border: 4px solid transparent;
  border-right: 4px solid;
}

/* line 531, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .sidebar .sub-menu .caret {
  left: 0;
  top: 10px;
  border-left: 4px solid transparent !important;
  border-right: 4px solid !important;
}

/* line 538, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .sidebar .nav li.has-sub > .sub-menu {
  padding: 10px 30px 10px 0;
}

/* line 542, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .sidebar .sub-menu:before {
  right: 26px;
  left: auto;
}

/* line 547, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .sidebar .sub-menu > li > a:before {
  right: 0;
  left: auto;
  margin-right: -6px;
  margin-left: 0;
}

/* line 554, ../../../scss/_navigation.scss */
.sidebar-minified.page-with-right-sidebar .sidebar-minify-btn i:before {
  content: '\f100';
}

/* line 558, ../../../scss/_navigation.scss */
.slimScrollBar {
  width: 5px !important;
  right: 0 !important;
}

/* line 563, ../../../scss/_navigation.scss */
.breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
}
/* line 568, ../../../scss/_navigation.scss */
.breadcrumb > li {
  line-height: 28px;
}
/* line 571, ../../../scss/_navigation.scss */
.breadcrumb > li a {
  color: #333;
}

/* line 577, ../../../scss/_navigation.scss */
.footer {
  z-index: 1020;
  padding: 10px 0;
  margin: 0 25px 0 285px;
  border-top: 1px solid #CAD0D6;
  line-height: 30px;
  font-size: 12px;
}

/* line 586, ../../../scss/_navigation.scss */
.dropdown-menu {
  /*border: none;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  font-size: 12px;*/
  z-index: 1051;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 597, ../../../scss/_navigation.scss */
.dropdown-menu > li > a {
  padding: 5px 15px;
}
/* line 600, ../../../scss/_navigation.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #edf0f5;
}
/* line 606, ../../../scss/_navigation.scss */
.dropdown-menu > .active > a {
  background: #c62128;
}
/* line 609, ../../../scss/_navigation.scss */
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #e8252d;
}
/* line 615, ../../../scss/_navigation.scss */
.dropdown-menu .divider {
  border-color: #eee;
}
/* line 619, ../../../scss/_navigation.scss */
.dropdown-menu.media-list {
  max-width: 280px;
  padding: 0;
}
/* line 623, ../../../scss/_navigation.scss */
.dropdown-menu.media-list p {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 628, ../../../scss/_navigation.scss */
.dropdown-menu.media-list .dropdown-header {
  padding: 10px 20px !important;
  background: #fafafa;
}
/* line 633, ../../../scss/_navigation.scss */
.dropdown-menu.media-list > .media {
  margin-top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}
/* line 639, ../../../scss/_navigation.scss */
.dropdown-menu.media-list > .media a {
  display: block;
  padding: 10px 20px !important;
}
/* line 644, ../../../scss/_navigation.scss */
.dropdown-menu.media-list > .media a:hover .media-heading, .dropdown-menu.media-list > .media a:active .media-heading, .dropdown-menu.media-list > .media a:focus .media-heading {
  color: #242a30;
}
/* line 647, ../../../scss/_navigation.scss */
.dropdown-menu.media-list > .media a:hover .media-heading:hover, .dropdown-menu.media-list > .media a:hover .media-heading:active, .dropdown-menu.media-list > .media a:hover .media-heading:focus, .dropdown-menu.media-list > .media a:active .media-heading:hover, .dropdown-menu.media-list > .media a:active .media-heading:active, .dropdown-menu.media-list > .media a:active .media-heading:focus, .dropdown-menu.media-list > .media a:focus .media-heading:hover, .dropdown-menu.media-list > .media a:focus .media-heading:active, .dropdown-menu.media-list > .media a:focus .media-heading:focus {
  color: #242a30;
}
/* line 654, ../../../scss/_navigation.scss */
.dropdown-menu.media-list > .media .media-object {
  height: 36px;
  width: 36px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 10px;
}
/* line 669, ../../../scss/_navigation.scss */
.dropdown-menu .dropdown-footer {
  padding: 10px 20px;
}
/* line 673, ../../../scss/_navigation.scss */
.dropdown-menu > li.dropdown-footer > a {
  padding: 0 !important;
  display: inline !important;
}
/* line 678, ../../../scss/_navigation.scss */
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
  background: none !important;
  text-decoration: underline !important;
}

/* line 685, ../../../scss/_navigation.scss */
.nav > li > a {
  color: #6e7179;
}

/* line 689, ../../../scss/_navigation.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  color: #333;
  background: #fafafa;
}

/* line 695, ../../../scss/_navigation.scss */
.nav-tabs {
  max-height: 41px;
  overflow: hidden;
}

/* line 700, ../../../scss/_navigation.scss */
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}

/* line 712, ../../../scss/_navigation.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  color: #242a30;
}

/* line 721, ../../../scss/_navigation.scss */
.nav-tabs > li,
.nav-tabs.nav-justified > li {
  margin-bottom: 0;
}

/* line 726, ../../../scss/_navigation.scss */
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 20px;
  background-color: #e9ecef;
  border-bottom: 0 !important;
  text-transform: uppercase;
}

/* line 734, ../../../scss/_navigation.scss */
.nav-tabs > li > a i, .nav-tabs > li > a svg {
  margin-right: 8px;
}

/* line 738, ../../../scss/_navigation.scss */
.nav-tabs > li > a:hover {
  background: #dee2e6 !important;
}

/* line 742, ../../../scss/_navigation.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #4b5561 !important;
  color: #ffffff;
}

/* line 747, ../../../scss/_navigation.scss */
.nav-pills {
  margin-bottom: 10px;
}

/* line 751, ../../../scss/_navigation.scss */
.nav-pills > li + li {
  margin-left: 5px;
}

/* line 755, ../../../scss/_navigation.scss */
.nav-pills > li > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 761, ../../../scss/_navigation.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #c62128;
}

/* line 767, ../../../scss/_navigation.scss */
.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 5px;
}

/* 3.12 Component - Tab Content */
/* line 773, ../../../scss/_navigation.scss */
.tab-content {
  margin-bottom: 20px;
  background: #fff;
  border: none;
  border-radius: 5px 5px 0 0;
}

/* line 780, ../../../scss/_navigation.scss */
.nav-tabs + .tab-content {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ddd;
  border-top: none;
}

/* line 788, ../../../scss/_navigation.scss */
.tags-panel .form-control {
  height: 33px;
}

/* line 792, ../../../scss/_navigation.scss */
.tags-panel .btn {
  padding: 8px 12px;
}

/* 3.13 Component - Accordion Panel */
/* line 797, ../../../scss/_navigation.scss */
.panel-title a {
  display: block;
}

/* line 801, ../../../scss/_navigation.scss */
.panel-title > a:hover,
.panel-title > a:focus {
  text-decoration: none;
}

/* line 807, ../../../scss/_navigation.scss */
.tab-pane .table {
  margin-bottom: 0;
}
/* line 810, ../../../scss/_navigation.scss */
.tab-pane .table .panel-heading {
  padding: 5px 0 !important;
}
/* line 814, ../../../scss/_navigation.scss */
.tab-pane .table .panel-title {
  line-height: 35px;
}
/* line 817, ../../../scss/_navigation.scss */
.tab-pane .table .panel-title .pull-right {
  line-height: 35px;
}
/* line 821, ../../../scss/_navigation.scss */
.tab-pane .table .panel-title i, .tab-pane .table .panel-title svg {
  margin-right: 5px;
}
/* line 824, ../../../scss/_navigation.scss */
.tab-pane .table .panel-title i.pull-right, .tab-pane .table .panel-title svg.pull-right {
  margin: 10px 0;
}
/* line 829, ../../../scss/_navigation.scss */
.tab-pane .table .panel-title span {
  margin-left: 5px;
}
/* line 834, ../../../scss/_navigation.scss */
.tab-pane .table .panel-body {
  padding: 0;
}
/* line 838, ../../../scss/_navigation.scss */
.tab-pane .table .panel-group {
  margin-bottom: 10px;
}
/* line 842, ../../../scss/_navigation.scss */
.tab-pane .table .panel-footer {
  padding: 10px 0 10px 15px;
  line-height: 21px;
}
/* line 846, ../../../scss/_navigation.scss */
.tab-pane .table .panel-footer .key {
  line-height: 21px;
}
/* line 855, ../../../scss/_navigation.scss */
.tab-pane .form-horizontal .table td a:link, .tab-pane .form-horizontal .table td a:visited {
  display: block;
}
/* line 860, ../../../scss/_navigation.scss */
.tab-pane .form-horizontal .table a.accordion-toggle {
  margin: 0;
  display: block;
  padding: 0 15px;
  line-height: 35px;
}
/* line 868, ../../../scss/_navigation.scss */
.tab-pane .form-horizontal .table-hover > tbody > tr:hover > th {
  background: #fff !important;
}
/* line 873, ../../../scss/_navigation.scss */
.tab-pane .alert {
  border-radius: 0;
}

/* line 878, ../../../scss/_navigation.scss */
.action-menu {
  z-index: 9;
  position: fixed;
  left: 275px;
  right: 15px;
  bottom: 0;
  width: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 55px;
  text-align: left;
  padding: 12px 12px 12px 15px;
  margin: 0;
  /* Fallback for web browsers that don't support RGBa */
  background-color: #313a43;
  /* RGBa with 0.6 opacity */
  background-color: rgba(75, 85, 97, 0.85);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#414c58, endColorstr=#414c58);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#414c58, endColorstr=#414c58)";
}

/* line 901, ../../../scss/_navigation.scss */
.sidebar-minified .action-menu {
  left: 75px;
}

/* line 1, ../../../scss/_notifications.scss */
.gritter-item-wrapper {
  background: none !important;
  overflow: hidden !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px;
}

/* line 9, ../../../scss/_notifications.scss */
.gritter-top,
.gritter-bottom,
.gritter-item {
  background: #333 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

/* line 16, ../../../scss/_notifications.scss */
.gritter-close,
.gritter-light .gritter-close {
  left: auto !important;
  right: 15px !important;
  top: 0 !important;
  background: #ff5b57 !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  display: block !important;
}

/* line 28, ../../../scss/_notifications.scss */
.gritter-close:before,
.gritter-light .gritter-close:before {
  content: '\f00d' !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 9px !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  color: #fff !important;
  text-indent: 0 !important;
  position: absolute !important;
  text-align: center !important;
  right: 0 !important;
  top: 0 !important;
}

/* line 44, ../../../scss/_notifications.scss */
.gritter-with-image {
  width: 210px !important;
}

/* line 48, ../../../scss/_notifications.scss */
.gritter-image {
  margin: 2px 10px 0 0 !important;
}

/* line 52, ../../../scss/_notifications.scss */
.gritter-title {
  font-size: 12px !important;
  line-height: 16px !important;
  padding-bottom: 2px !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-shadow: none !important;
}

/* line 61, ../../../scss/_notifications.scss */
.gritter-light .gritter-title {
  color: #333 !important;
  font-weight: 600 !important;
}

/* line 66, ../../../scss/_notifications.scss */
.gritter-item {
  font-family: 'Open Sans' !important;
  color: #aaa !important;
  font-size: 11px !important;
  padding: 2px 15px 5px !important;
}

/* line 73, ../../../scss/_notifications.scss */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
  background: #fff !important;
  background: rgba(255, 255, 255, 0.98) !important;
  color: #999 !important;
}

/* line 81, ../../../scss/_notifications.scss */
.investment-note {
  padding: 17px;
  margin: 0;
  background: url(../images/backgrounds/bg_slant_dark_grey.png);
  color: #EEE;
  text-align: center;
  text-shadow: 1px 1px 0 #666666;
}
/* line 89, ../../../scss/_notifications.scss */
.investment-note strong {
  font-weight: bold;
  color: #FFF;
}
/* line 95, ../../../scss/_notifications.scss */
.investment-note a:link, .investment-note a:visited {
  color: #FFF;
}
/* line 99, ../../../scss/_notifications.scss */
.investment-note a:hover, .investment-note a:active {
  text-decoration: underline;
}

/* line 1, ../../../scss/_pagination.scss */
.row > div.paginate-info {
  padding-top: 12px;
  position: sticky;
  left: 1px;
}

/* line 7, ../../../scss/_pagination.scss */
div.paginate {
  text-align: right;
  margin: 0;
}
/* line 11, ../../../scss/_pagination.scss */
div.paginate .pagination {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  position: sticky;
  right: 11px;
}

/* line 20, ../../../scss/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  color: #222;
}

/* line 25, ../../../scss/_pagination.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #c62128;
  border-color: #e8252d;
  cursor: default;
}

/* line 38, ../../../scss/_pagination.scss */
.pager > li > a {
  color: #222;
}

/* line 42, ../../../scss/_pagination.scss */
.form-horizontal .table td .pagination a:link, .form-horizontal .table .pagination td a:visited {
  margin-top: 0;
}

/* line 1, ../../../scss/_panels.scss */
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 10, ../../../scss/_panels.scss */
.panel.panel-no-rounded-corner .panel-heading {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 15px;
  border: none;
}
/* line 18, ../../../scss/_panels.scss */
.panel.panel-no-rounded-corner .panel-body {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 24, ../../../scss/_panels.scss */
.panel.panel-no-rounded-corner .panel-footer {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 31, ../../../scss/_panels.scss */
.panel.panel-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  z-index: 1080;
}
/* line 41, ../../../scss/_panels.scss */
.panel.panel-expand .panel-body {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 40px;
  overflow-y: scroll;
  z-index: 1020;
}
/* line 51, ../../../scss/_panels.scss */
.panel.panel-expand .panel-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 60, ../../../scss/_panels.scss */
.panel.panel-loading .panel-body {
  position: relative;
}
/* line 63, ../../../scss/_panels.scss */
.panel.panel-loading .panel-body .panel-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  animation: fadeIn .2s;
  -webkit-animation: fadeIn .2s;
  z-index: 1020;
}
/* line 78, ../../../scss/_panels.scss */
.panel.panel-loading.panel-expand .panel-body {
  position: absolute;
}

/* line 84, ../../../scss/_panels.scss */
.panel-expand {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 89, ../../../scss/_panels.scss */
.panel-expand .height-xs, .panel-expand .height-sm, .panel-expand .height-md, .panel-expand .height-lg, .panel-expand .height-full {
  height: 100% !important;
}
/* line 93, ../../../scss/_panels.scss */
.panel-expand .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 98, ../../../scss/_panels.scss */
.panel-expand .panel-heading .fa.fa-expand:before {
  content: '\f066';
}
/* line 103, ../../../scss/_panels.scss */
.panel-expand .panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 110, ../../../scss/_panels.scss */
.panel-heading {
  border: none !important;
}
/* line 114, ../../../scss/_panels.scss */
.panel-heading .btn-group .btn {
  margin-top: -7px;
}
/* line 117, ../../../scss/_panels.scss */
.panel-heading .btn-group .btn.btn-xs {
  margin-top: -1px;
}
/* line 121, ../../../scss/_panels.scss */
.panel-heading .btn-group .btn.btn-sm {
  margin-top: -5px;
}
/* line 128, ../../../scss/_panels.scss */
.panel-heading .label.pull-left, .panel-heading .label.pull-right {
  line-height: 15px;
}
/* line 134, ../../../scss/_panels.scss */
.panel-heading .progress.pull-left, .panel-heading .progress.pull-right {
  width: 40%;
  min-width: 120px;
}
/* line 140, ../../../scss/_panels.scss */
.panel-heading + .table, .panel-heading + .slimScrollDiv {
  border-top: 1px solid #eee;
}
/* line 144, ../../../scss/_panels.scss */
.panel-heading + .alert {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 151, ../../../scss/_panels.scss */
.panel-heading .nav-tabs {
  margin-top: -10px;
  margin-right: -15px;
}
/* line 155, ../../../scss/_panels.scss */
.panel-heading .nav-tabs > li > a {
  padding: 10px 15px;
  line-height: 20px;
}

/* line 162, ../../../scss/_panels.scss */
.panel-heading-btn {
  float: right;
}
/* line 165, ../../../scss/_panels.scss */
.panel-heading-btn > a {
  margin-left: 8px;
}

/* line 171, ../../../scss/_panels.scss */
.panel-with-tabs .panel-heading {
  background: #c1ccd1 !important;
  color: #333 !important;
}

/* line 178, ../../../scss/_panels.scss */
.tab-pane .panel-heading {
  padding: 5px 15px 0;
}
/* line 182, ../../../scss/_panels.scss */
.tab-pane h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
}
/* line 190, ../../../scss/_panels.scss */
.tab-pane .text-left h3 {
  text-align: left;
}
/* line 196, ../../../scss/_panels.scss */
.tab-pane .text-right h3 {
  text-align: right;
}
/* line 201, ../../../scss/_panels.scss */
.tab-pane h4.heading {
  border-radius: 0;
}
/* line 204, ../../../scss/_panels.scss */
.tab-pane h4.heading:first-child {
  border-radius: 0 3px 0 0;
}

/* line 211, ../../../scss/_panels.scss */
.form-group .panel-accordion {
  border: 1px solid #eee;
  border-radius: 3px;
}
/* line 217, ../../../scss/_panels.scss */
.form-group .panel-accordion .panel-default > .panel-heading .panel-title {
  line-height: 20px;
  font-size: 13px;
}
/* line 221, ../../../scss/_panels.scss */
.form-group .panel-accordion .panel-default > .panel-heading .panel-title small {
  color: #CCC;
  font-size: 85%;
}
/* line 226, ../../../scss/_panels.scss */
.form-group .panel-accordion .panel-default > .panel-heading .panel-title a.accordion-toggle {
  margin: -10px -15px;
  padding: 10px 15px;
  color: #777;
}
/* line 232, ../../../scss/_panels.scss */
.form-group .panel-accordion .panel-default > .panel-heading .panel-title a[aria-expanded="true"].accordion-toggle {
  color: #777;
}
/* line 236, ../../../scss/_panels.scss */
.form-group .panel-accordion .panel-default > .panel-heading .panel-title .pull-right {
  line-height: 20px;
  color: #CCC;
}

/* line 246, ../../../scss/_panels.scss */
.panel-toolbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  background: #fff;
}
/* line 252, ../../../scss/_panels.scss */
.panel-toolbar + .form-control {
  margin: -1px 0 0;
  border-right: none;
  border-left: none;
}

/* line 259, ../../../scss/_panels.scss */
.form-control + .panel-footer {
  border-top: none;
}

/* line 263, ../../../scss/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 266, ../../../scss/_panels.scss */
.panel-body.no-border {
  border: none !important;
}
/* line 270, ../../../scss/_panels.scss */
.panel-body.panel-table, .panel-body.panel-form, .panel-body.no-padding, .panel-body.panel-full-width {
  padding: 0 !important;
}
/* line 274, ../../../scss/_panels.scss */
.panel-body.with-table > .table {
  border: 0;
  margin: 0;
}
/* line 279, ../../../scss/_panels.scss */
.panel-body.with-table > .table tr:last-child th, .panel-body.with-table > .table tr:last-child td {
  border-bottom: 0;
}
/* line 286, ../../../scss/_panels.scss */
.panel-body .switch-list > div {
  display: flex;
  margin-bottom: 10px;
}
/* line 290, ../../../scss/_panels.scss */
.panel-body .switch-list > div div.switch-label {
  width: 50%;
}
/* line 294, ../../../scss/_panels.scss */
.panel-body .switch-list > div div.switch {
  width: 50%;
  text-align: right;
}
/* line 298, ../../../scss/_panels.scss */
.panel-body .switch-list > div div.switch .ibutton-label-off span {
  right: 7px;
}
/* line 303, ../../../scss/_panels.scss */
.panel-body .switch-list > div:last-child {
  margin-bottom: 0;
}

/* line 310, ../../../scss/_panels.scss */
.panel-footer {
  background: #fff;
  border-top: 1px solid #eee;
}

/* line 315, ../../../scss/_panels.scss */
.panel .tab-content {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: none;
}

/* line 323, ../../../scss/_panels.scss */
.panel-default > .panel-heading {
  background: #fafafa;
}
/* line 326, ../../../scss/_panels.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  border-top: 1px solid #eee;
}

/* line 334, ../../../scss/_panels.scss */
.panel-inverse > .panel-heading {
  background: rgba(65, 76, 88, 0.95);
  height: 3em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
}
/* line 341, ../../../scss/_panels.scss */
.panel-inverse > .panel-heading .panel-title {
  font-size: 1.1em;
}
/* line 344, ../../../scss/_panels.scss */
.panel-inverse > .panel-heading .panel-title small {
  font-size: 80%;
}
/* line 349, ../../../scss/_panels.scss */
.panel-inverse > .panel-heading:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 356, ../../../scss/_panels.scss */
.panel-success > .panel-heading {
  background: #008746;
  color: #fff;
}

/* line 363, ../../../scss/_panels.scss */
.panel-warning > .panel-heading {
  background: #c47d15;
  color: #fff;
}

/* line 370, ../../../scss/_panels.scss */
.panel-danger > .panel-heading {
  background: #cc4946;
  color: #fff;
}

/* line 377, ../../../scss/_panels.scss */
.panel-primary > .panel-heading {
  background: #e8252d;
  color: #fff;
}

/* line 384, ../../../scss/_panels.scss */
.panel-info > .panel-heading {
  background: #3a92ab;
  color: #fff;
}

/* line 390, ../../../scss/_panels.scss */
.square {
  border-radius: 0;
}

/* line 1, ../../../scss/_steps.scss */
.step_icon {
  width: 60px;
  padding-bottom: 10px;
  float: left;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
}
/* line 8, ../../../scss/_steps.scss */
.step_icon:hover {
  width: 65px;
}

/* line 14, ../../../scss/_steps.scss */
div.steps {
  height: 280px;
}
/* line 17, ../../../scss/_steps.scss */
div.steps:before {
  position: absolute;
  content: " ";
  left: 40px;
  top: 50px;
  height: 100%;
  border-left: 3px solid #e1e1e1;
  z-index: -1;
}

/* line 29, ../../../scss/_steps.scss */
.step_title {
  font-weight: 400 !important;
  color: #343a40 !important;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  margin-left: 20px;
  text-transform: uppercase;
}

/* line 39, ../../../scss/_steps.scss */
.setup-panel li {
  margin-top: 25px;
  display: block;
}
/* line 44, ../../../scss/_steps.scss */
.setup-panel a {
  left: 15px;
  color: #343a40 !important;
  text-decoration: none;
}

/* line 51, ../../../scss/_steps.scss */
.setup-content {
  border: 1px solid #ccc;
  border-bottom: none;
}
/* line 55, ../../../scss/_steps.scss */
.setup-content h2 {
  color: #ffffff;
  font-weight: 600;
  background: #313a43;
  margin-top: 0 !important;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 10px;
}
/* line 68, ../../../scss/_steps.scss */
.setup-content .row.form-group {
  margin: 20px -10px !important;
}
/* line 72, ../../../scss/_steps.scss */
.setup-content .form-bordered h4.heading .form-group {
  padding: 10px 15px 10px 10px;
}
/* line 76, ../../../scss/_steps.scss */
.setup-content .table.table-bordered {
  border-left: 0;
  border-right: 0;
}
/* line 80, ../../../scss/_steps.scss */
.setup-content .table.table-bordered th, .setup-content .table.table-bordered td {
  border-left: 0;
  border-right: 0;
}
/* line 86, ../../../scss/_steps.scss */
.setup-content.tab-content {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 93, ../../../scss/_steps.scss */
.form-bordered .acc-wizard-step {
  margin: 0;
  border: none;
  background: none;
}

/* line 100, ../../../scss/_steps.scss */
.stepwizard-row {
  display: table-row;
}
/* line 103, ../../../scss/_steps.scss */
.stepwizard-row:before {
  top: 65px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100px;
  background-color: #ccc;
  z-index: 50;
}

/* line 115, ../../../scss/_steps.scss */
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
/* line 120, ../../../scss/_steps.scss */
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  color: #2AB572 !important;
  font-weight: 600 !important;
  opacity: 0.4;
}

/* line 127, ../../../scss/_steps.scss */
.stepwizard-step {
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

/* line 132, ../../../scss/_steps.scss */
.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600 !important;
}

/* line 142, ../../../scss/_steps.scss */
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #999;
  display: none;
}
/* line 148, ../../../scss/_steps.scss */
.progress.customer-avatar, .progress.user-avatar, .progress.agency-logo, .progress.image-upload {
  position: absolute;
  width: 180px;
  height: 20px;
  top: 230px;
  z-index: 100000;
  left: 40px;
}
/* line 160, ../../../scss/_steps.scss */
.progress.product-image-upload {
  position: relative;
}
/* line 163, ../../../scss/_steps.scss */
.progress.product-image-upload .progress-bar-label {
  text-align: center;
  color: #fff;
}

/* line 170, ../../../scss/_steps.scss */
.progress-xs {
  height: 5px;
}
/* line 173, ../../../scss/_steps.scss */
.progress-xs .progress-bar {
  line-height: 5px;
}

/* line 178, ../../../scss/_steps.scss */
.progress-sm {
  height: 10px;
}
/* line 181, ../../../scss/_steps.scss */
.progress-sm .progress-bar {
  line-height: 10px;
}

/* line 186, ../../../scss/_steps.scss */
.progress-lg {
  height: 30px;
}
/* line 189, ../../../scss/_steps.scss */
.progress-lg .progress-bar {
  line-height: 30px;
}

/* line 194, ../../../scss/_steps.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  box-shadow: inset 0px 1px 2px rgba(100, 100, 100, 0.6);
  background: #c62128;
  border-radius: 4px;
}
/* line 209, ../../../scss/_steps.scss */
.progress-bar.progress-bar-success {
  background-color: #f46f37;
}
/* line 213, ../../../scss/_steps.scss */
.progress-bar.progress-bar-info {
  background-color: #49b6d6;
}
/* line 217, ../../../scss/_steps.scss */
.progress-bar.progress-bar-warning {
  background-color: #f59c1a;
}
/* line 221, ../../../scss/_steps.scss */
.progress-bar.progress-bar-danger {
  background-color: #ff5b57;
}
/* line 225, ../../../scss/_steps.scss */
.progress-bar.progress-bar-inverse {
  background-color: #2d353c;
}

/* line 230, ../../../scss/_steps.scss */
.progress-bar-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

/* line 240, ../../../scss/_steps.scss */
.image-zip-file .progress-bar-label {
  top: inherit;
}

/* line 244, ../../../scss/_steps.scss */
.progress-film-file-upload {
  position: absolute;
  width: 180px;
  height: 20px;
  left: 100px;
  top: 20px;
}

/* line 252, ../../../scss/_steps.scss */
.acc-wizard .panel-default > .panel-heading {
  padding: 10px 15px;
  border: none;
}

/* line 257, ../../../scss/_steps.scss */
.acc-wizard .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
}

/* line 261, ../../../scss/_steps.scss */
.acc-wizard .panel-default .panel-title span.number {
  background: #ccc;
  position: absolute;
  top: 7px;
  height: 1.8em;
  width: 1.8em;
  line-height: 1.8em;
  border: 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 2em;
  margin-left: -2.5em;
}

/* line 276, ../../../scss/_steps.scss */
.acc-wizard .panel-group .panel {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}

/* line 282, ../../../scss/_steps.scss */
.acc-wizard .panel-default .panel-title {
  margin: 0 0 0 2.5em;
}

/* line 286, ../../../scss/_steps.scss */
.acc-wizard .panel-default .panel-heading.active {
  background: #49b6d6;
  color: #fff;
}

/* line 292, ../../../scss/_steps.scss */
.acc-wizard .panel-default .panel-heading.active .panel-title a[aria-expanded="true"] {
  color: #FFFFFF;
}

/* line 297, ../../../scss/_steps.scss */
.acc-wizard .panel-default .panel-title a[aria-expanded="true"] span.number {
  color: #49b6d6;
  background: #fff;
}

/* line 302, ../../../scss/_steps.scss */
.acc-wizard .panel-group .panel + .panel {
  margin-top: 0;
}

/* line 306, ../../../scss/_steps.scss */
.bwizard-steps {
  font-size: 14px !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  display: table !important;
  width: 100% !important;
}
/* line 313, ../../../scss/_steps.scss */
.bwizard-steps li {
  float: none !important;
  display: table-cell !important;
  padding: 15px !important;
  line-height: 20px !important;
  background: #f0f3f4 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 323, ../../../scss/_steps.scss */
.bwizard-steps li:before, .bwizard-steps li:after {
  border: none !important;
}
/* line 327, ../../../scss/_steps.scss */
.bwizard-steps li:hover, .bwizard-steps li:focus {
  background: #d3dadf !important;
}
/* line 331, ../../../scss/_steps.scss */
.bwizard-steps li small {
  font-size: 11px !important;
  color: #999 !important;
  display: block !important;
  line-height: 14px !important;
}
/* line 338, ../../../scss/_steps.scss */
.bwizard-steps li a {
  margin-left: 30px !important;
  display: block !important;
  text-decoration: none !important;
}
/* line 344, ../../../scss/_steps.scss */
.bwizard-steps li.active {
  background: #c62128 !important;
}
/* line 347, ../../../scss/_steps.scss */
.bwizard-steps li.active:hover, .bwizard-steps li.active:focus {
  background: #e8252d !important;
}
/* line 351, ../../../scss/_steps.scss */
.bwizard-steps li.active small {
  color: #b2e6e6 !important;
}
/* line 355, ../../../scss/_steps.scss */
.bwizard-steps li.active .label {
  background: #008746 !important;
}
/* line 361, ../../../scss/_steps.scss */
.bwizard-steps.clickable li:hover:not(.active) a, .bwizard-steps.clickable li:focus:not(.active) a {
  color: #333 !important;
}
/* line 366, ../../../scss/_steps.scss */
.bwizard-steps .label {
  float: left !important;
  padding: 0 !important;
  height: 20px !important;
  width: 20px !important;
  line-height: 20px !important;
  text-align: center !important;
  margin-right: 10px !important;
  top: 0 !important;
  background: #6d7479 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* line 382, ../../../scss/_steps.scss */
.progress-section {
  padding: 0 0 20px;
}
/* line 385, ../../../scss/_steps.scss */
.progress-section .progress {
  border-radius: 50px;
  height: 25px;
  background-color: #ffffff;
  margin-bottom: 5px;
  background: none;
  display: block;
}
/* line 394, ../../../scss/_steps.scss */
.progress-section .progress-bar {
  background-color: #c62128;
  border-radius: 50px;
  color: #ffffff;
  font-size: 90%;
  -webkit-font-smoothing: initial;
  text-align: center;
  padding: 0 15px;
}
/* line 403, ../../../scss/_steps.scss */
.progress-section .progress-bar.progress-upload {
  border-radius: 0;
  background-color: #c62128;
}
/* line 408, ../../../scss/_steps.scss */
.progress-section .progress-bar.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
/* line 416, ../../../scss/_steps.scss */
.progress-section .progress-bar.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
/* line 422, ../../../scss/_steps.scss */
.progress-section .progress-step {
  padding: 0 10px 0 0 !important;
}
/* line 425, ../../../scss/_steps.scss */
.progress-section .progress-step h3 {
  padding: 5px 10px 5px 5px;
  background-color: #c62128;
  text-align: right;
  border-radius: 50px;
  margin-top: 1px;
  color: #ffffff;
}
/* line 434, ../../../scss/_steps.scss */
.progress-section .progress-step:after {
  position: absolute;
  top: 5px;
  left: -4px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #c62128;
  border-bottom: 7px solid transparent;
  content: "";
}

/* line 451, ../../../scss/_steps.scss */
.pager li > a:focus, .pager li > a:hover {
  background-color: #e8252d;
  border-color: #e8252d;
}
/* line 458, ../../../scss/_steps.scss */
.pager li.disabled > a {
  color: #fff !important;
  background-color: #777 !important;
  border-color: #777 !important;
  cursor: not-allowed !important;
}
/* line 464, ../../../scss/_steps.scss */
.pager li.disabled > a:focus, .pager li.disabled > a:hover {
  color: #fff !important;
  background-color: #777 !important;
  border-color: #777 !important;
  cursor: not-allowed !important;
}

/* line 477, ../../../scss/_steps.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #e8252d;
  border-color: #e8252d;
}

/* line 1, ../../../scss/_tables.scss */
.table {
  border-color: #e2e7eb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
}
/* line 11, ../../../scss/_tables.scss */
.table > thead > tr > th {
  color: #242a30;
  font-weight: 600;
  border-color: #e2e7eb;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 19, ../../../scss/_tables.scss */
.table > thead > tr > th .dropdown-menu li a {
  color: #333;
  font-size: 13px;
}
/* line 25, ../../../scss/_tables.scss */
.table > thead > tr > td {
  border-color: #e2e7eb;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 36, ../../../scss/_tables.scss */
.table > tbody > tr > th {
  border-color: #e2e7eb;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 43, ../../../scss/_tables.scss */
.table > tbody > tr > td {
  border-color: #e2e7eb;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 49, ../../../scss/_tables.scss */
.table > tbody > tr > td:first-child {
  border-left: none !important;
}
/* line 53, ../../../scss/_tables.scss */
.table > tbody > tr > td.input-cell {
  padding: 8px;
  min-width: 120px;
}
/* line 57, ../../../scss/_tables.scss */
.table > tbody > tr > td.input-cell .input-group:not(.input-daterange):not(.bootstrap-timepicker) {
  margin-bottom: 0;
}
/* line 62, ../../../scss/_tables.scss */
.table > tbody > tr > td i, .table > tbody > tr > td svg {
  vertical-align: middle;
}
/* line 65, ../../../scss/_tables.scss */
.table > tbody > tr > td i.fa-lg, .table > tbody > tr > td svg.fa-lg {
  font-size: 25px;
}
/* line 71, ../../../scss/_tables.scss */
.table > tbody > tr > td.file-icon i, .table > tbody > tr > td.file-icon svg {
  vertical-align: sub;
}
/* line 74, ../../../scss/_tables.scss */
.table > tbody > tr > td.file-icon i.fa-lg, .table > tbody > tr > td.file-icon svg.fa-lg {
  font-size: 20px;
}
/* line 85, ../../../scss/_tables.scss */
.table > tfoot > tr > th {
  border-color: #e2e7eb;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 92, ../../../scss/_tables.scss */
.table > tfoot > tr > td {
  border-color: #e2e7eb;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 101, ../../../scss/_tables.scss */
.table > div {
  color: #242a30;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 108, ../../../scss/_tables.scss */
.table > div > div.row.attribute-title {
  border-bottom: 2px solid #ddd;
  line-height: 40px;
}
/* line 113, ../../../scss/_tables.scss */
.table > div > div.row > div {
  padding: 0 20px 0 15px;
}
/* line 117, ../../../scss/_tables.scss */
.table > div > div.row table > tbody > tr > td {
  padding: 10px 20px;
}
/* line 123, ../../../scss/_tables.scss */
.table [class*=" fund-"] {
  display: none !important;
}
/* line 127, ../../../scss/_tables.scss */
.table [class*=" campaign-"] {
  display: none !important;
}
/* line 131, ../../../scss/_tables.scss */
.table a.campaign-0 {
  display: block !important;
}

/* line 139, ../../../scss/_tables.scss */
.table-condensed > thead > tr > th {
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 145, ../../../scss/_tables.scss */
.table-condensed > thead > tr > td {
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 155, ../../../scss/_tables.scss */
.table-condensed > tbody > tr > th {
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 161, ../../../scss/_tables.scss */
.table-condensed > tbody > tr > td {
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 171, ../../../scss/_tables.scss */
.table-condensed > tfoot > tr > th {
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 177, ../../../scss/_tables.scss */
.table-condensed > tfoot > tr > td {
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
}

/* line 191, ../../../scss/_tables.scss */
.table-hover > tbody > tr > td .icheck .icheckbox-flat-aero,
.table-hover > tbody > tr > th .icheck .icheckbox-flat-aero,
.table-hover > thead > tr > td .icheck .icheckbox-flat-aero,
.table-hover > thead > tr > th .icheck .icheckbox-flat-aero {
  margin: 0;
}
/* line 196, ../../../scss/_tables.scss */
.table-hover > tbody > tr > td .checkbox span.icheck,
.table-hover > tbody > tr > th .checkbox span.icheck,
.table-hover > thead > tr > td .checkbox span.icheck,
.table-hover > thead > tr > th .checkbox span.icheck {
  margin-right: 0;
}

/* line 201, ../../../scss/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f5f5;
}
/* line 207, ../../../scss/_tables.scss */
.table-hover > tbody > tr:hover > td .icheck .icheckbox-flat-aero:not(.checked),
.table-hover > tbody > tr:hover > th .icheck .icheckbox-flat-aero:not(.checked) {
  background: url(../../../images/controls/icheck-white.png) no-repeat;
}

/* line 214, ../../../scss/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f0f3f5;
}

/* line 219, ../../../scss/_tables.scss */
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tfoot > tr > td {
  border-color: #999 !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 229, ../../../scss/_tables.scss */
.table.table-inverse,
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th {
  color: #fff;
}

/* line 236, ../../../scss/_tables.scss */
.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
  border: none;
}

/* line 245, ../../../scss/_tables.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: #dbf0f7;
  border-color: #b6e2ef;
}

/* line 261, ../../../scss/_tables.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background: #cceeee;
  border-color: #99dede;
}

/* line 277, ../../../scss/_tables.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background: #ffdedd;
  border-color: #ffbdbc;
}

/* line 293, ../../../scss/_tables.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background: #fdebd1;
  border-color: #fbd7a3;
}

/* line 309, ../../../scss/_tables.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background: #f0f3f5;
  border-color: #e2e7e9;
}

/* line 328, ../../../scss/_tables.scss */
.table tbody a small.subtitle {
  clear: both;
  display: block;
  line-height: 10px;
  margin-bottom: 15px;
  color: #999;
}
/* line 337, ../../../scss/_tables.scss */
.table tbody small.subtitle {
  clear: both;
  display: block;
  line-height: 0;
  margin-bottom: 15px;
  color: #999;
}
/* line 348, ../../../scss/_tables.scss */
.table td a i.text-center {
  display: block;
  font-size: 15px;
}
/* line 355, ../../../scss/_tables.scss */
.table .grid-image {
  display: block !important;
  text-align: center;
  border: 1px solid #eee;
  margin: 10px;
}

/* line 363, ../../../scss/_tables.scss */
.table-hover > tbody > tr:hover .grid-image {
  background: #fff;
}

/* line 367, ../../../scss/_tables.scss */
td.blank-cell {
  background-color: #e8ecf0;
}

/* line 371, ../../../scss/_tables.scss */
.table-bordered {
  border-left: none;
  border-right: none;
}
/* line 375, ../../../scss/_tables.scss */
.table-bordered thead tr,
.table-bordered tfoot tr {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeeeeee', GradientType=0);
}
/* line 385, ../../../scss/_tables.scss */
.table-bordered thead tr th,
.table-bordered tfoot tr th {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom-width: 1px;
  vertical-align: middle;
}
/* line 395, ../../../scss/_tables.scss */
.table-bordered.table-highlight {
  border-top-color: #111;
}
/* line 399, ../../../scss/_tables.scss */
.table-bordered.table-highlight thead tr:first-child {
  background-image: none;
  background-color: #313a43;
}
/* line 403, ../../../scss/_tables.scss */
.table-bordered.table-highlight thead tr:first-child th {
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #313a43;
}
/* line 413, ../../../scss/_tables.scss */
.table-bordered td:last-child {
  border-left: none;
  border-right: none;
}

/* line 423, ../../../scss/_tables.scss */
.table-bordered .form-horizontal.table-highlight thead tr:first-child {
  background-color: #3a3a3a;
  background-image: unset;
}
/* line 427, ../../../scss/_tables.scss */
.table-bordered .form-horizontal.table-highlight thead tr:first-child th {
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #3a3a3a;
}

/* line 437, ../../../scss/_tables.scss */
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  font-weight: 600;
}

/* line 448, ../../../scss/_tables.scss */
.table thead a {
  color: #fff;
}
/* line 454, ../../../scss/_tables.scss */
.table tbody a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
/* line 459, ../../../scss/_tables.scss */
.table tbody a:link, .table tbody a:visited {
  display: block;
  text-decoration: none;
  overflow: hidden;
  color: #666;
}
/* line 469, ../../../scss/_tables.scss */
.table tbody .file-icon a svg, .table tbody .file-icon a i {
  font-size: 20px;
  vertical-align: text-bottom;
}
/* line 477, ../../../scss/_tables.scss */
.table .short-cell {
  width: 78px;
  text-align: center;
}
/* line 482, ../../../scss/_tables.scss */
.table .short-number {
  text-align: right;
}
/* line 486, ../../../scss/_tables.scss */
.table td.right-cell {
  font-weight: bold;
  text-align: right;
}
/* line 491, ../../../scss/_tables.scss */
.table strong.report-no-wrap {
  font-weight: 500;
  overflow: hidden;
}
/* line 496, ../../../scss/_tables.scss */
.table .field-no-wrap {
  overflow: hidden;
}
/* line 499, ../../../scss/_tables.scss */
.table .field-no-wrap.w-150 {
  max-width: 150px;
}
/* line 504, ../../../scss/_tables.scss */
.table .field-no-wrap.w-200 {
  max-width: 200px;
}
/* line 508, ../../../scss/_tables.scss */
.table .field-no-wrap.w-300 {
  max-width: 300px;
}
/* line 512, ../../../scss/_tables.scss */
.table .field-no-wrap.w-400 {
  max-width: 400px;
}

/* line 518, ../../../scss/_tables.scss */
.form-horizontal .table > thead > tr > th,
.form-horizontal .table > tbody > tr > th,
.form-horizontal .table > tfoot > tr > th,
.form-horizontal .table > thead > tr > td,
.form-horizontal .table > tbody > tr > td,
.form-horizontal .table > tfoot > tr > td {
  border-color: #e2e7eb;
  padding: 10px 15px;
  line-height: normal;
}

/* line 529, ../../../scss/_tables.scss */
.form-horizontal .table > thead > tr.multi-select-row > th {
  border-bottom: 1px dotted #e2e7eb;
  padding: 10px 10px 0;
}

/* line 535, ../../../scss/_tables.scss */
.form-horizontal .table td a:link, .form-horizontal .table td a:visited {
  display: inline-block;
}

/* line 539, ../../../scss/_tables.scss */
.form-horizontal .table td a.btn:link, .form-horizontal .table td a.btn:visited {
  display: block;
  margin: 0;
}

/* line 544, ../../../scss/_tables.scss */
.form-horizontal .table td div.paginate a:link, .form-horizontal .table td div.paginate a:visited {
  display: block;
  margin: 0;
}

/* line 549, ../../../scss/_tables.scss */
.grid {
  margin: 0 0 20px;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}
/* line 555, ../../../scss/_tables.scss */
.grid td {
  padding: 10px;
  color: #5b5f5d;
  border: 1px solid #FFF;
  border-left: 0;
  vertical-align: top;
  background: #f6f8f7;
}
/* line 563, ../../../scss/_tables.scss */
.grid td input {
  width: 95%;
  background-color: #FFFFFF;
}
/* line 568, ../../../scss/_tables.scss */
.grid td.highlight-positive {
  background: #aad87e;
}
/* line 572, ../../../scss/_tables.scss */
.grid td.highlight-negative {
  background: #ffdb4c;
}
/* line 576, ../../../scss/_tables.scss */
.grid td.text-left {
  text-align: left !important;
}
/* line 580, ../../../scss/_tables.scss */
.grid td.text-center {
  text-align: center !important;
}
/* line 584, ../../../scss/_tables.scss */
.grid td.text-right {
  text-align: right !important;
}
/* line 588, ../../../scss/_tables.scss */
.grid td.blank-cell {
  background-color: transparent !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
/* line 596, ../../../scss/_tables.scss */
.grid th {
  padding: 10px;
  color: #5b5f5d;
  vertical-align: top;
  background: #ecf0ee;
  border-top: 1px solid #e8ecf0;
  text-align: left;
  font-weight: bold;
}
/* line 605, ../../../scss/_tables.scss */
.grid th.title-one-column {
  text-align: left !important;
  border-radius: 5px 5px 0 0;
}
/* line 609, ../../../scss/_tables.scss */
.grid th.title-one-column .fa-2x {
  font-size: 24px;
  margin-right: 6px;
}
/* line 615, ../../../scss/_tables.scss */
.grid th.title-left {
  text-align: left !important;
  border-radius: 5px 0 0 0;
}
/* line 619, ../../../scss/_tables.scss */
.grid th.title-left .fa-2x {
  font-size: 24px;
  margin-right: 6px;
}
/* line 625, ../../../scss/_tables.scss */
.grid th.title-right {
  text-align: right !important;
  vertical-align: middle;
  border-radius: 0 5px 0 0;
}
/* line 631, ../../../scss/_tables.scss */
.grid th.text-left {
  text-align: left !important;
}
/* line 635, ../../../scss/_tables.scss */
.grid th.text-center {
  text-align: center !important;
}
/* line 639, ../../../scss/_tables.scss */
.grid th.text-right {
  text-align: right !important;
}
/* line 643, ../../../scss/_tables.scss */
.grid th.branded-title {
  line-height: initial;
}
/* line 647, ../../../scss/_tables.scss */
.grid th.blank-cell {
  background-color: transparent !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* line 656, ../../../scss/_tables.scss */
.grid tr.highlighted td, .grid tr.highlighted th {
  background: #d4eac7;
}

/* line 660, ../../../scss/_tables.scss */
.grid tr.key table td {
  padding: 0 10px;
  border: none;
}
/* line 664, ../../../scss/_tables.scss */
.grid tr.key table td.highlight-positive {
  width: 20px;
  padding: 0 5px;
  border: 1px solid white;
}
/* line 670, ../../../scss/_tables.scss */
.grid tr.key table td.highlight-negative {
  width: 20px;
  padding: 0 5px;
  border: 1px solid white;
}

/* line 678, ../../../scss/_tables.scss */
.grid-legend {
  overflow: hidden;
}

/* line 682, ../../../scss/_tables.scss */
.grid-search .input-lg {
  height: 34px;
  border-color: #b6c2c9;
  max-width: 200px;
  background-color: #ffffff !important;
}

/* line 692, ../../../scss/_tables.scss */
.grid tr.title-row th {
  text-align: left;
  color: #FFF;
  background: #009344;
  /*@include box-shadow;*/
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 25px;
  max-width: 100px;
}
/* line 701, ../../../scss/_tables.scss */
.grid tr.title-row th a {
  color: #ffffff;
  vertical-align: top;
  border-bottom: 1px dotted #ffffff;
  float: right;
}
/* line 709, ../../../scss/_tables.scss */
.grid tr.title-row.danger th {
  background: #DD1C24;
}
/* line 713, ../../../scss/_tables.scss */
.grid tr.title-row.warning th {
  background: #ffba00;
}
/* line 717, ../../../scss/_tables.scss */
.grid tr.title-row.info th {
  background: #5bc0de;
}
/* line 722, ../../../scss/_tables.scss */
.grid tr.total-row {
  margin-bottom: 5px;
}
/* line 725, ../../../scss/_tables.scss */
.grid tr.total-row td {
  background: #d4eac7;
  color: #111;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* line 732, ../../../scss/_tables.scss */
.grid tr.total-row td.text-right {
  font-size: 15px;
  font-weight: bold;
  text-align: right !important;
}
/* line 741, ../../../scss/_tables.scss */
.grid tr th.last-updated {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 748, ../../../scss/_tables.scss */
.grid tr.empty-row td {
  background-color: transparent;
  height: 10px;
}
/* line 754, ../../../scss/_tables.scss */
.grid p.table-disclaimer {
  margin: 0 !important;
  color: #8b9691 !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
/* line 761, ../../../scss/_tables.scss */
.grid .investment-options {
  position: relative;
}
/* line 764, ../../../scss/_tables.scss */
.grid .investment-options .btn-link {
  color: #fff;
  padding: 0 5px 0 0;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 771, ../../../scss/_tables.scss */
.grid .investment-options a.btn-link {
  background-color: transparent;
  border-bottom: none;
}
/* line 775, ../../../scss/_tables.scss */
.grid .investment-options a.btn-link:focus, .grid .investment-options a.btn-link:hover {
  text-decoration: underline;
}
/* line 780, ../../../scss/_tables.scss */
.grid .investment-options .dropdown-toggle {
  outline: none;
}
/* line 784, ../../../scss/_tables.scss */
.grid .investment-options .dropdown-menu li a {
  color: #333;
  vertical-align: middle;
  border-bottom: none;
  float: none;
  text-shadow: none;
}
/* line 793, ../../../scss/_tables.scss */
.grid .btn {
  float: none;
  display: inline-block;
}
/* line 797, ../../../scss/_tables.scss */
.grid .btn + .dropdown-toggle {
  margin-left: -4px;
}
/* line 802, ../../../scss/_tables.scss */
.grid .dropdown {
  top: 20px;
}

/* line 807, ../../../scss/_tables.scss */
.table-responsive {
  /*overflow-x: visible !important;
  overflow-y: visible !important;*/
  border: none;
  /*border-radius: 3px;*/
}
/* line 814, ../../../scss/_tables.scss */
.table-responsive .table-bordered td, .table-responsive .table-bordered th {
  white-space: nowrap;
}

/* line 820, ../../../scss/_tables.scss */
.stats-table {
  margin: 0;
}
/* line 823, ../../../scss/_tables.scss */
.stats-table th {
  padding: 7px;
  width: 25%;
  font-size: 12px;
  background: #DAE0BF;
  color: #333;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: left;
}
/* line 834, ../../../scss/_tables.scss */
.stats-table td {
  padding: 7px;
  text-align: center;
  width: 25%;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 13px;
}
/* line 843, ../../../scss/_tables.scss */
.stats-table .t-header th {
  background: #3e8b3a;
  color: #FFF;
  font-size: 14px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
}
/* line 853, ../../../scss/_tables.scss */
.stats-table .t-highlight th {
  background: #063;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
}
/* line 860, ../../../scss/_tables.scss */
.stats-table .t-highlight td {
  background: #649f34;
  text-transform: uppercase;
  font-size: 10px;
  color: #FFF;
}

/* line 869, ../../../scss/_tables.scss */
.table.process-table {
  background-color: #ffffff !important;
  margin-bottom: 0px !important;
}
/* line 873, ../../../scss/_tables.scss */
.table.process-table thead {
  background-color: #e9ecef;
}
/* line 876, ../../../scss/_tables.scss */
.table.process-table thead th {
  border-bottom: none !important;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #dee2e6 !important;
  line-height: 30px;
}
/* line 889, ../../../scss/_tables.scss */
.table.process-table tbody tr th {
  background-color: #f5f5f5;
  border-bottom: none !important;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #e9ecef !important;
  line-height: 30px;
}
/* line 900, ../../../scss/_tables.scss */
.table.process-table tbody tr td {
  border: 1px solid #e9ecef;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
  color: #6c757d;
  padding: 5px 10px;
}
/* line 910, ../../../scss/_tables.scss */
.table.process-table tbody tr td:hover {
  color: #212529;
  cursor: pointer;
}
/* line 915, ../../../scss/_tables.scss */
.table.process-table tbody tr td .instructions {
  line-height: 16px;
  font-size: 11px;
  padding-bottom: 5px;
}
/* line 921, ../../../scss/_tables.scss */
.table.process-table tbody tr td .birthday {
  color: #f77e7e;
  padding-left: 10px;
}
/* line 927, ../../../scss/_tables.scss */
.table.process-table tbody tr i, .table.process-table tbody tr svg {
  font-size: 14px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  padding-top: 0;
  color: #ffffff;
  margin-top: 10px;
}
/* line 937, ../../../scss/_tables.scss */
.table.process-table tbody tr a {
  color: #6c757d;
  text-decoration: none;
}
/* line 941, ../../../scss/_tables.scss */
.table.process-table tbody tr a:hover {
  color: #212529;
  cursor: pointer;
}

/* line 952, ../../../scss/_tables.scss */
.process-table td:hover {
  cursor: default !important;
  color: #4b5561 !important;
}
/* line 958, ../../../scss/_tables.scss */
.process-table a {
  color: #0b80e4 !important;
}
/* line 961, ../../../scss/_tables.scss */
.process-table a:hover, .process-table a:focus {
  text-decoration: none !important;
  color: #0b5ea7 !important;
  outline: none !important;
}
/* line 968, ../../../scss/_tables.scss */
.process-table .process-detail {
  width: 660px;
}
/* line 973, ../../../scss/_tables.scss */
.process-table .view-clients i, .process-table .view-clients svg {
  float: right;
  color: #9ba6b3 !important;
  font-size: 13px;
}
/* line 979, ../../../scss/_tables.scss */
.process-table .view-clients:hover {
  color: #495057 !important;
  cursor: pointer;
}

/* line 987, ../../../scss/_tables.scss */
.dataTables_length select {
  border: 1px solid #bec0c4;
  background: #edf0f5;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}

/* line 1002, ../../../scss/_tables.scss */
.dataTables_filter input {
  border: 1px solid #edf0f5;
  background: #edf0f5;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-left: 10px;
}
/* line 1015, ../../../scss/_tables.scss */
.dataTables_filter input:focus {
  outline: 0;
  border-color: #bec0c4;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

/* line 1027, ../../../scss/_tables.scss */
.table-notes > tbody > tr > td {
  height: 40px;
  line-height: 30px;
  vertical-align: top;
  padding: 5px 10px;
}

/* line 1, ../../../scss/_text.scss */
.semi-bold {
  font-weight: 600;
}

/* line 5, ../../../scss/_text.scss */
.f-w-100 {
  font-weight: 100 !important;
}

/* line 9, ../../../scss/_text.scss */
.f-w-200 {
  font-weight: 200 !important;
}

/* line 13, ../../../scss/_text.scss */
.f-w-300 {
  font-weight: 300 !important;
}

/* line 17, ../../../scss/_text.scss */
.f-w-400 {
  font-weight: 400 !important;
}

/* line 21, ../../../scss/_text.scss */
.f-w-500 {
  font-weight: 500 !important;
}

/* line 25, ../../../scss/_text.scss */
.f-w-600 {
  font-weight: 600 !important;
}

/* line 29, ../../../scss/_text.scss */
.f-w-700 {
  font-weight: 700 !important;
}

/* line 33, ../../../scss/_text.scss */
.text-center {
  text-align: center !important;
}

/* line 37, ../../../scss/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 41, ../../../scss/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 45, ../../../scss/_text.scss */
.text-inverse {
  color: #2d353c !important;
}

/* line 49, ../../../scss/_text.scss */
.text-success {
  color: #8cc63f !important;
}

/* line 53, ../../../scss/_text.scss */
.text-info {
  color: #49b6d6 !important;
}

/* line 57, ../../../scss/_text.scss */
a.text-info[disabled="disabled"] {
  color: #999 !important;
}

/* line 61, ../../../scss/_text.scss */
a.text-info[disabled="disabled"]:hover, a.text-info[disabled="disabled"]:active, a.text-info[disabled="disabled"]:active {
  text-decoration: none;
  cursor: default;
}

/* line 66, ../../../scss/_text.scss */
.text-primary {
  color: #c62128 !important;
}

/* line 70, ../../../scss/_text.scss */
.text-warning {
  color: #f59c1a !important;
}

/* line 74, ../../../scss/_text.scss */
.text-danger {
  color: #ff5b57 !important;
}

/* line 78, ../../../scss/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 82, ../../../scss/_text.scss */
.highlight {
  background-color: #FFFEC6;
  font-weight: bold;
}

/* line 87, ../../../scss/_text.scss */
.underlined {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  clear: both;
}
/* line 92, ../../../scss/_text.scss */
.underlined.dashed {
  border-bottom: 1px dashed #ccc;
}

/* line 97, ../../../scss/_text.scss */
.help-text {
  color: #888;
  font-size: 12px;
  padding-left: 12px;
}

/* line 1, ../../../scss/_tooltips.scss */
.tooltip {
  word-wrap: break-word;
}

/* line 5, ../../../scss/_tooltips.scss */
.tooltip-inner {
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1, ../../../scss/_utilities.scss */
.row {
  margin: 0 -10px;
}
/* line 4, ../../../scss/_utilities.scss */
.row > [class*="col-"] {
  padding: 0 10px;
}
/* line 8, ../../../scss/_utilities.scss */
.row.row-space-0 {
  margin: 0;
}
/* line 11, ../../../scss/_utilities.scss */
.row.row-space-0 > [class*="col-"] {
  padding: 0;
}
/* line 16, ../../../scss/_utilities.scss */
.row.row-space-2 {
  margin: 0 -1px;
}
/* line 19, ../../../scss/_utilities.scss */
.row.row-space-2 > [class*="col-"] {
  padding: 0 1px;
}
/* line 24, ../../../scss/_utilities.scss */
.row.row-space-4 {
  margin: 0 -2px;
}
/* line 27, ../../../scss/_utilities.scss */
.row.row-space-4 > [class*="col-"] {
  padding: 0 2px;
}
/* line 32, ../../../scss/_utilities.scss */
.row.row-space-6 {
  margin: 0 -3px;
}
/* line 35, ../../../scss/_utilities.scss */
.row.row-space-6 > [class*="col-"] {
  padding: 0 3px;
}
/* line 40, ../../../scss/_utilities.scss */
.row.row-space-8 {
  margin: 0 -4px;
}
/* line 43, ../../../scss/_utilities.scss */
.row.row-space-8 > [class*="col-"] {
  padding: 0 4px;
}
/* line 48, ../../../scss/_utilities.scss */
.row.row-space-10 {
  margin: 0 -5px;
}
/* line 51, ../../../scss/_utilities.scss */
.row.row-space-10 > [class*="col-"] {
  padding: 0 5px;
}
/* line 56, ../../../scss/_utilities.scss */
.row.row-space-12 {
  margin: 0 -6px;
}
/* line 59, ../../../scss/_utilities.scss */
.row.row-space-12 > [class*="col-"] {
  padding: 0 6px;
}
/* line 64, ../../../scss/_utilities.scss */
.row.row-space-14 {
  margin: 0 -7px;
}
/* line 67, ../../../scss/_utilities.scss */
.row.row-space-14 > [class*="col-"] {
  padding: 0 7px;
}
/* line 72, ../../../scss/_utilities.scss */
.row.row-space-16 {
  margin: 0 -8px;
}
/* line 75, ../../../scss/_utilities.scss */
.row.row-space-16 > [class*="col-"] {
  padding: 0 8px;
}
/* line 80, ../../../scss/_utilities.scss */
.row.row-space-18 {
  margin: 0 -9px;
}
/* line 83, ../../../scss/_utilities.scss */
.row.row-space-18 > [class*="col-"] {
  padding: 0 9px;
}
/* line 88, ../../../scss/_utilities.scss */
.row.row-space-20 {
  margin: 0 -10px;
}
/* line 91, ../../../scss/_utilities.scss */
.row.row-space-20 > [class*="col-"] {
  padding: 0 10px;
}
/* line 96, ../../../scss/_utilities.scss */
.row.row-space-22 {
  margin: 0 -11px;
}
/* line 99, ../../../scss/_utilities.scss */
.row.row-space-22 > [class*="col-"] {
  padding: 0 11px;
}
/* line 104, ../../../scss/_utilities.scss */
.row.row-space-24 {
  margin: 0 -12px;
}
/* line 107, ../../../scss/_utilities.scss */
.row.row-space-24 > [class*="col-"] {
  padding: 0 12px;
}
/* line 112, ../../../scss/_utilities.scss */
.row.row-space-26 {
  margin: 0 -13px;
}
/* line 115, ../../../scss/_utilities.scss */
.row.row-space-26 > [class*="col-"] {
  padding: 0 13px;
}
/* line 120, ../../../scss/_utilities.scss */
.row.row-space-28 {
  margin: 0 -14px;
}
/* line 123, ../../../scss/_utilities.scss */
.row.row-space-28 > [class*="col-"] {
  padding: 0 14px;
}
/* line 128, ../../../scss/_utilities.scss */
.row.row-space-30 {
  margin: 0 -15px;
}
/* line 131, ../../../scss/_utilities.scss */
.row.row-space-30 > [class*="col-"] {
  padding: 0 15px;
}

/* line 137, ../../../scss/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 141, ../../../scss/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 145, ../../../scss/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 149, ../../../scss/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 153, ../../../scss/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 157, ../../../scss/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 161, ../../../scss/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 165, ../../../scss/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 169, ../../../scss/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 173, ../../../scss/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 177, ../../../scss/_utilities.scss */
.m-auto {
  margin: 0 auto !important;
}

/* line 181, ../../../scss/_utilities.scss */
.m-0 {
  margin: 0px !important;
}

/* line 185, ../../../scss/_utilities.scss */
.m-1 {
  margin: 1px !important;
}

/* line 189, ../../../scss/_utilities.scss */
.m-2 {
  margin: 2px !important;
}

/* line 193, ../../../scss/_utilities.scss */
.m-3 {
  margin: 3px !important;
}

/* line 197, ../../../scss/_utilities.scss */
.m-4 {
  margin: 4px !important;
}

/* line 201, ../../../scss/_utilities.scss */
.m-5 {
  margin: 5px !important;
}

/* line 205, ../../../scss/_utilities.scss */
.m-10 {
  margin: 10px !important;
}

/* line 209, ../../../scss/_utilities.scss */
.m-15 {
  margin: 15px !important;
}

/* line 213, ../../../scss/_utilities.scss */
.m-20 {
  margin: 20px !important;
}

/* line 217, ../../../scss/_utilities.scss */
.m-25 {
  margin: 25px !important;
}

/* line 221, ../../../scss/_utilities.scss */
.m-30 {
  margin: 30px !important;
}

/* line 225, ../../../scss/_utilities.scss */
.m-35 {
  margin: 35px !important;
}

/* line 229, ../../../scss/_utilities.scss */
.m-40 {
  margin: 40px !important;
}

/* line 233, ../../../scss/_utilities.scss */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 237, ../../../scss/_utilities.scss */
.m-t-1 {
  margin-top: 1px !important;
}

/* line 241, ../../../scss/_utilities.scss */
.m-t-2 {
  margin-top: 2px !important;
}

/* line 245, ../../../scss/_utilities.scss */
.m-t-3 {
  margin-top: 3px !important;
}

/* line 249, ../../../scss/_utilities.scss */
.m-t-4 {
  margin-top: 4px !important;
}

/* line 253, ../../../scss/_utilities.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 257, ../../../scss/_utilities.scss */
.m-t-7 {
  margin-top: 7px !important;
}

/* line 261, ../../../scss/_utilities.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 265, ../../../scss/_utilities.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 269, ../../../scss/_utilities.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 273, ../../../scss/_utilities.scss */
.m-t-25 {
  margin-top: 25px !important;
}

/* line 277, ../../../scss/_utilities.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 281, ../../../scss/_utilities.scss */
.m-t-35 {
  margin-top: 35px !important;
}

/* line 285, ../../../scss/_utilities.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 289, ../../../scss/_utilities.scss */
.m-r-0 {
  margin-right: 0px !important;
}

/* line 293, ../../../scss/_utilities.scss */
.m-r-1 {
  margin-right: 1px !important;
}

/* line 297, ../../../scss/_utilities.scss */
.m-r-2 {
  margin-right: 2px !important;
}

/* line 301, ../../../scss/_utilities.scss */
.m-r-3 {
  margin-right: 3px !important;
}

/* line 305, ../../../scss/_utilities.scss */
.m-r-4 {
  margin-right: 4px !important;
}

/* line 309, ../../../scss/_utilities.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 313, ../../../scss/_utilities.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 317, ../../../scss/_utilities.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 321, ../../../scss/_utilities.scss */
.m-r-20 {
  margin-right: 20px !important;
}

/* line 325, ../../../scss/_utilities.scss */
.m-r-25 {
  margin-right: 25px !important;
}

/* line 329, ../../../scss/_utilities.scss */
.m-r-30 {
  margin-right: 30px !important;
}

/* line 333, ../../../scss/_utilities.scss */
.m-r-35 {
  margin-right: 35px !important;
}

/* line 337, ../../../scss/_utilities.scss */
.m-r-40 {
  margin-right: 40px !important;
}

/* line 341, ../../../scss/_utilities.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 345, ../../../scss/_utilities.scss */
.m-b-1 {
  margin-bottom: 1px !important;
}

/* line 349, ../../../scss/_utilities.scss */
.m-b-2 {
  margin-bottom: 2px !important;
}

/* line 353, ../../../scss/_utilities.scss */
.m-b-3 {
  margin-bottom: 3px !important;
}

/* line 357, ../../../scss/_utilities.scss */
.m-b-4 {
  margin-bottom: 4px !important;
}

/* line 361, ../../../scss/_utilities.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 365, ../../../scss/_utilities.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 369, ../../../scss/_utilities.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 373, ../../../scss/_utilities.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 377, ../../../scss/_utilities.scss */
.m-b-25 {
  margin-bottom: 25px !important;
}

/* line 381, ../../../scss/_utilities.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 385, ../../../scss/_utilities.scss */
.m-b-35 {
  margin-bottom: 35px !important;
}

/* line 389, ../../../scss/_utilities.scss */
.m-b-40 {
  margin-bottom: 40px !important;
}

/* line 393, ../../../scss/_utilities.scss */
.m-l-0 {
  margin-left: 0px !important;
}

/* line 397, ../../../scss/_utilities.scss */
.m-l-1 {
  margin-left: 1px !important;
}

/* line 401, ../../../scss/_utilities.scss */
.m-l-2 {
  margin-left: 2px !important;
}

/* line 405, ../../../scss/_utilities.scss */
.m-l-3 {
  margin-left: 3px !important;
}

/* line 409, ../../../scss/_utilities.scss */
.m-l-4 {
  margin-left: 4px !important;
}

/* line 413, ../../../scss/_utilities.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 417, ../../../scss/_utilities.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 421, ../../../scss/_utilities.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 425, ../../../scss/_utilities.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 429, ../../../scss/_utilities.scss */
.m-l-25 {
  margin-left: 25px !important;
}

/* line 433, ../../../scss/_utilities.scss */
.m-l-30 {
  margin-left: 30px !important;
}

/* line 437, ../../../scss/_utilities.scss */
.m-l-35 {
  margin-left: 35px !important;
}

/* line 441, ../../../scss/_utilities.scss */
.m-l-40 {
  margin-left: 40px !important;
}

/* line 445, ../../../scss/_utilities.scss */
.p-0 {
  padding: 0px !important;
}

/* line 449, ../../../scss/_utilities.scss */
.p-1 {
  padding: 1px !important;
}

/* line 453, ../../../scss/_utilities.scss */
.p-2 {
  padding: 2px !important;
}

/* line 457, ../../../scss/_utilities.scss */
.p-3 {
  padding: 3px !important;
}

/* line 461, ../../../scss/_utilities.scss */
.p-4 {
  padding: 4px !important;
}

/* line 465, ../../../scss/_utilities.scss */
.p-5 {
  padding: 5px !important;
}

/* line 469, ../../../scss/_utilities.scss */
.p-10 {
  padding: 10px !important;
}

/* line 473, ../../../scss/_utilities.scss */
.p-15 {
  padding: 15px !important;
}

/* line 477, ../../../scss/_utilities.scss */
.p-20 {
  padding: 20px !important;
}

/* line 481, ../../../scss/_utilities.scss */
.p-25 {
  padding: 25px !important;
}

/* line 485, ../../../scss/_utilities.scss */
.p-30 {
  padding: 30px !important;
}

/* line 489, ../../../scss/_utilities.scss */
.p-35 {
  padding: 35px !important;
}

/* line 493, ../../../scss/_utilities.scss */
.p-40 {
  padding: 40px !important;
}

/* line 497, ../../../scss/_utilities.scss */
.p-t-0 {
  padding-top: 0px !important;
}

/* line 501, ../../../scss/_utilities.scss */
.p-t-1 {
  padding-top: 1px !important;
}

/* line 505, ../../../scss/_utilities.scss */
.p-t-2 {
  padding-top: 2px !important;
}

/* line 509, ../../../scss/_utilities.scss */
.p-t-3 {
  padding-top: 3px !important;
}

/* line 513, ../../../scss/_utilities.scss */
.p-t-4 {
  padding-top: 4px !important;
}

/* line 517, ../../../scss/_utilities.scss */
.p-t-5 {
  padding-top: 5px !important;
}

/* line 521, ../../../scss/_utilities.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 525, ../../../scss/_utilities.scss */
.p-t-15 {
  padding-top: 15px !important;
}

/* line 529, ../../../scss/_utilities.scss */
.p-t-20 {
  padding-top: 20px !important;
}

/* line 533, ../../../scss/_utilities.scss */
.p-t-25 {
  padding-top: 25px !important;
}

/* line 537, ../../../scss/_utilities.scss */
.p-t-30 {
  padding-top: 30px !important;
}

/* line 541, ../../../scss/_utilities.scss */
.p-t-35 {
  padding-top: 35px !important;
}

/* line 545, ../../../scss/_utilities.scss */
.p-t-40 {
  padding-top: 40px !important;
}

/* line 549, ../../../scss/_utilities.scss */
.p-r-0 {
  padding-right: 0px !important;
}

/* line 553, ../../../scss/_utilities.scss */
.p-r-1 {
  padding-right: 1px !important;
}

/* line 557, ../../../scss/_utilities.scss */
.p-r-2 {
  padding-right: 2px !important;
}

/* line 561, ../../../scss/_utilities.scss */
.p-r-3 {
  padding-right: 3px !important;
}

/* line 565, ../../../scss/_utilities.scss */
.p-r-4 {
  padding-right: 4px !important;
}

/* line 569, ../../../scss/_utilities.scss */
.p-r-5 {
  padding-right: 5px !important;
}

/* line 573, ../../../scss/_utilities.scss */
.p-r-10 {
  padding-right: 10px !important;
}

/* line 577, ../../../scss/_utilities.scss */
.p-r-15 {
  padding-right: 15px !important;
}

/* line 581, ../../../scss/_utilities.scss */
.p-r-20 {
  padding-right: 20px !important;
}

/* line 585, ../../../scss/_utilities.scss */
.p-r-25 {
  padding-right: 25px !important;
}

/* line 589, ../../../scss/_utilities.scss */
.p-r-30 {
  padding-right: 30px !important;
}

/* line 593, ../../../scss/_utilities.scss */
.p-r-35 {
  padding-right: 35px !important;
}

/* line 597, ../../../scss/_utilities.scss */
.p-r-40 {
  padding-right: 40px !important;
}

/* line 601, ../../../scss/_utilities.scss */
.p-b-0 {
  padding-bottom: 0px !important;
}

/* line 605, ../../../scss/_utilities.scss */
.p-b-1 {
  padding-bottom: 1px !important;
}

/* line 609, ../../../scss/_utilities.scss */
.p-b-2 {
  padding-bottom: 2px !important;
}

/* line 613, ../../../scss/_utilities.scss */
.p-b-3 {
  padding-bottom: 3px !important;
}

/* line 617, ../../../scss/_utilities.scss */
.p-b-4 {
  padding-bottom: 4px !important;
}

/* line 621, ../../../scss/_utilities.scss */
.p-b-5 {
  padding-bottom: 5px !important;
}

/* line 625, ../../../scss/_utilities.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 629, ../../../scss/_utilities.scss */
.p-b-15 {
  padding-bottom: 15px !important;
}

/* line 633, ../../../scss/_utilities.scss */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 637, ../../../scss/_utilities.scss */
.p-b-25 {
  padding-bottom: 25px !important;
}

/* line 641, ../../../scss/_utilities.scss */
.p-b-30 {
  padding-bottom: 30px !important;
}

/* line 645, ../../../scss/_utilities.scss */
.p-b-35 {
  padding-bottom: 35px !important;
}

/* line 649, ../../../scss/_utilities.scss */
.p-b-40 {
  padding-bottom: 40px !important;
}

/* line 653, ../../../scss/_utilities.scss */
.p-l-0 {
  padding-left: 0px !important;
}

/* line 657, ../../../scss/_utilities.scss */
.p-l-1 {
  padding-left: 1px !important;
}

/* line 661, ../../../scss/_utilities.scss */
.p-l-2 {
  padding-left: 2px !important;
}

/* line 665, ../../../scss/_utilities.scss */
.p-l-3 {
  padding-left: 3px !important;
}

/* line 669, ../../../scss/_utilities.scss */
.p-l-4 {
  padding-left: 4px !important;
}

/* line 673, ../../../scss/_utilities.scss */
.p-l-5 {
  padding-left: 5px !important;
}

/* line 677, ../../../scss/_utilities.scss */
.p-l-10 {
  padding-left: 10px !important;
}

/* line 681, ../../../scss/_utilities.scss */
.p-l-15 {
  padding-left: 15px !important;
}

/* line 685, ../../../scss/_utilities.scss */
.p-l-20 {
  padding-left: 20px !important;
}

/* line 689, ../../../scss/_utilities.scss */
.p-l-25 {
  padding-left: 25px !important;
}

/* line 693, ../../../scss/_utilities.scss */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 697, ../../../scss/_utilities.scss */
.p-l-35 {
  padding-left: 35px !important;
}

/* line 701, ../../../scss/_utilities.scss */
.p-l-40 {
  padding-left: 40px !important;
}

/* line 705, ../../../scss/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 709, ../../../scss/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 713, ../../../scss/_utilities.scss */
.no-rounded-corner {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 719, ../../../scss/_utilities.scss */
.rounded-corner {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* line 725, ../../../scss/_utilities.scss */
.no-border {
  border: 0 !important;
}

/* line 729, ../../../scss/_utilities.scss */
.border-top-1 {
  border-top: 1px solid #eee !important;
}

/* line 733, ../../../scss/_utilities.scss */
.border-right-1 {
  border-right: 1px solid #eee !important;
}

/* line 737, ../../../scss/_utilities.scss */
.border-bottom-1 {
  border-bottom: 1px solid #eee !important;
}

/* line 741, ../../../scss/_utilities.scss */
.border-left-1 {
  border-left: 1px solid #eee !important;
}

/* line 745, ../../../scss/_utilities.scss */
.no-box-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 750, ../../../scss/_utilities.scss */
.height-xs {
  height: 150px !important;
}

/* line 754, ../../../scss/_utilities.scss */
.height-sm {
  height: 300px !important;
}

/* line 758, ../../../scss/_utilities.scss */
.height-md {
  height: 450px !important;
}

/* line 762, ../../../scss/_utilities.scss */
.height-lg {
  height: 600px !important;
}

/* line 766, ../../../scss/_utilities.scss */
.height-full {
  height: 100% !important;
}

/* line 770, ../../../scss/_utilities.scss */
.width-xs {
  width: 150px !important;
}

/* line 774, ../../../scss/_utilities.scss */
.width-sm {
  width: 300px !important;
}

/* line 778, ../../../scss/_utilities.scss */
.width-md {
  width: 450px !important;
}

/* line 782, ../../../scss/_utilities.scss */
.width-lg {
  width: 600px !important;
}

/* line 786, ../../../scss/_utilities.scss */
.width-full {
  width: 100% !important;
}

/* line 790, ../../../scss/_utilities.scss */
.affix-top {
  position: static;
}

/* line 794, ../../../scss/_utilities.scss */
.affix {
  position: fixed;
  margin-top: -50px !important;
}

/* line 799, ../../../scss/_utilities.scss */
.no-left-padding {
  padding-left: 0;
}

/* line 803, ../../../scss/_utilities.scss */
.moxie-shim-html5 {
  left: 0 !important;
}

/* line 807, ../../../scss/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 811, ../../../scss/_utilities.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 816, ../../../scss/_utilities.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 821, ../../../scss/_utilities.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 826, ../../../scss/_utilities.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 831, ../../../scss/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 835, ../../../scss/_utilities.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 840, ../../../scss/_utilities.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 845, ../../../scss/_utilities.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 850, ../../../scss/_utilities.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 855, ../../../scss/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 859, ../../../scss/_utilities.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 864, ../../../scss/_utilities.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 869, ../../../scss/_utilities.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 874, ../../../scss/_utilities.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 879, ../../../scss/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 883, ../../../scss/_utilities.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 888, ../../../scss/_utilities.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 893, ../../../scss/_utilities.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 898, ../../../scss/_utilities.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 903, ../../../scss/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 907, ../../../scss/_utilities.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 912, ../../../scss/_utilities.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 917, ../../../scss/_utilities.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 922, ../../../scss/_utilities.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 927, ../../../scss/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 931, ../../../scss/_utilities.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 936, ../../../scss/_utilities.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 941, ../../../scss/_utilities.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 946, ../../../scss/_utilities.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 951, ../../../scss/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 955, ../../../scss/_utilities.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 960, ../../../scss/_utilities.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 965, ../../../scss/_utilities.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 970, ../../../scss/_utilities.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 975, ../../../scss/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 979, ../../../scss/_utilities.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 984, ../../../scss/_utilities.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 989, ../../../scss/_utilities.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 994, ../../../scss/_utilities.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 999, ../../../scss/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 1003, ../../../scss/_utilities.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 1008, ../../../scss/_utilities.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 1013, ../../../scss/_utilities.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 1018, ../../../scss/_utilities.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 1023, ../../../scss/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 1027, ../../../scss/_utilities.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 1032, ../../../scss/_utilities.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 1037, ../../../scss/_utilities.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 1042, ../../../scss/_utilities.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 1047, ../../../scss/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 1051, ../../../scss/_utilities.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 1056, ../../../scss/_utilities.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 1061, ../../../scss/_utilities.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 1066, ../../../scss/_utilities.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 1071, ../../../scss/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 1075, ../../../scss/_utilities.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 1080, ../../../scss/_utilities.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 1085, ../../../scss/_utilities.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 1090, ../../../scss/_utilities.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 1095, ../../../scss/_utilities.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 1099, ../../../scss/_utilities.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 1104, ../../../scss/_utilities.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 1109, ../../../scss/_utilities.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 1114, ../../../scss/_utilities.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 1119, ../../../scss/_utilities.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 1123, ../../../scss/_utilities.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 1128, ../../../scss/_utilities.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 1133, ../../../scss/_utilities.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 1138, ../../../scss/_utilities.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 1143, ../../../scss/_utilities.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 1147, ../../../scss/_utilities.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 1152, ../../../scss/_utilities.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 1157, ../../../scss/_utilities.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 1162, ../../../scss/_utilities.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 1167, ../../../scss/_utilities.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 1171, ../../../scss/_utilities.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 1176, ../../../scss/_utilities.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 1181, ../../../scss/_utilities.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 1186, ../../../scss/_utilities.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 1191, ../../../scss/_utilities.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 1195, ../../../scss/_utilities.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 1200, ../../../scss/_utilities.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 1205, ../../../scss/_utilities.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 1210, ../../../scss/_utilities.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 1215, ../../../scss/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 1219, ../../../scss/_utilities.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 1224, ../../../scss/_utilities.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 1229, ../../../scss/_utilities.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 1234, ../../../scss/_utilities.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* line 1239, ../../../scss/_utilities.scss */
.m-sm-0 {
  margin: 0 !important;
}

/* line 1243, ../../../scss/_utilities.scss */
.mt-sm-0,
.my-sm-0 {
  margin-top: 0 !important;
}

/* line 1248, ../../../scss/_utilities.scss */
.mr-sm-0,
.mx-sm-0 {
  margin-right: 0 !important;
}

/* line 1253, ../../../scss/_utilities.scss */
.mb-sm-0,
.my-sm-0 {
  margin-bottom: 0 !important;
}

/* line 1258, ../../../scss/_utilities.scss */
.ml-sm-0,
.mx-sm-0 {
  margin-left: 0 !important;
}

/* line 1263, ../../../scss/_utilities.scss */
.m-sm-1 {
  margin: 0.25rem !important;
}

/* line 1267, ../../../scss/_utilities.scss */
.mt-sm-1,
.my-sm-1 {
  margin-top: 0.25rem !important;
}

/* line 1272, ../../../scss/_utilities.scss */
.mr-sm-1,
.mx-sm-1 {
  margin-right: 0.25rem !important;
}

/* line 1277, ../../../scss/_utilities.scss */
.mb-sm-1,
.my-sm-1 {
  margin-bottom: 0.25rem !important;
}

/* line 1282, ../../../scss/_utilities.scss */
.ml-sm-1,
.mx-sm-1 {
  margin-left: 0.25rem !important;
}

/* line 1287, ../../../scss/_utilities.scss */
.m-sm-2 {
  margin: 0.5rem !important;
}

/* line 1291, ../../../scss/_utilities.scss */
.mt-sm-2,
.my-sm-2 {
  margin-top: 0.5rem !important;
}

/* line 1296, ../../../scss/_utilities.scss */
.mr-sm-2,
.mx-sm-2 {
  margin-right: 0.5rem !important;
}

/* line 1301, ../../../scss/_utilities.scss */
.mb-sm-2,
.my-sm-2 {
  margin-bottom: 0.5rem !important;
}

/* line 1306, ../../../scss/_utilities.scss */
.ml-sm-2,
.mx-sm-2 {
  margin-left: 0.5rem !important;
}

/* line 1311, ../../../scss/_utilities.scss */
.m-sm-3 {
  margin: 1rem !important;
}

/* line 1315, ../../../scss/_utilities.scss */
.mt-sm-3,
.my-sm-3 {
  margin-top: 1rem !important;
}

/* line 1320, ../../../scss/_utilities.scss */
.mr-sm-3,
.mx-sm-3 {
  margin-right: 1rem !important;
}

/* line 1325, ../../../scss/_utilities.scss */
.mb-sm-3,
.my-sm-3 {
  margin-bottom: 1rem !important;
}

/* line 1330, ../../../scss/_utilities.scss */
.ml-sm-3,
.mx-sm-3 {
  margin-left: 1rem !important;
}

/* line 1335, ../../../scss/_utilities.scss */
.m-sm-4 {
  margin: 1.5rem !important;
}

/* line 1339, ../../../scss/_utilities.scss */
.mt-sm-4,
.my-sm-4 {
  margin-top: 1.5rem !important;
}

/* line 1344, ../../../scss/_utilities.scss */
.mr-sm-4,
.mx-sm-4 {
  margin-right: 1.5rem !important;
}

/* line 1349, ../../../scss/_utilities.scss */
.mb-sm-4,
.my-sm-4 {
  margin-bottom: 1.5rem !important;
}

/* line 1354, ../../../scss/_utilities.scss */
.ml-sm-4,
.mx-sm-4 {
  margin-left: 1.5rem !important;
}

/* line 1359, ../../../scss/_utilities.scss */
.m-sm-5 {
  margin: 3rem !important;
}

/* line 1363, ../../../scss/_utilities.scss */
.mt-sm-5,
.my-sm-5 {
  margin-top: 3rem !important;
}

/* line 1368, ../../../scss/_utilities.scss */
.mr-sm-5,
.mx-sm-5 {
  margin-right: 3rem !important;
}

/* line 1373, ../../../scss/_utilities.scss */
.mb-sm-5,
.my-sm-5 {
  margin-bottom: 3rem !important;
}

/* line 1378, ../../../scss/_utilities.scss */
.ml-sm-5,
.mx-sm-5 {
  margin-left: 3rem !important;
}

/* line 1383, ../../../scss/_utilities.scss */
.p-sm-0 {
  padding: 0 !important;
}

/* line 1387, ../../../scss/_utilities.scss */
.pt-sm-0,
.py-sm-0 {
  padding-top: 0 !important;
}

/* line 1392, ../../../scss/_utilities.scss */
.pr-sm-0,
.px-sm-0 {
  padding-right: 0 !important;
}

/* line 1397, ../../../scss/_utilities.scss */
.pb-sm-0,
.py-sm-0 {
  padding-bottom: 0 !important;
}

/* line 1402, ../../../scss/_utilities.scss */
.pl-sm-0,
.px-sm-0 {
  padding-left: 0 !important;
}

/* line 1407, ../../../scss/_utilities.scss */
.p-sm-1 {
  padding: 0.25rem !important;
}

/* line 1411, ../../../scss/_utilities.scss */
.pt-sm-1,
.py-sm-1 {
  padding-top: 0.25rem !important;
}

/* line 1416, ../../../scss/_utilities.scss */
.pr-sm-1,
.px-sm-1 {
  padding-right: 0.25rem !important;
}

/* line 1421, ../../../scss/_utilities.scss */
.pb-sm-1,
.py-sm-1 {
  padding-bottom: 0.25rem !important;
}

/* line 1426, ../../../scss/_utilities.scss */
.pl-sm-1,
.px-sm-1 {
  padding-left: 0.25rem !important;
}

/* line 1431, ../../../scss/_utilities.scss */
.p-sm-2 {
  padding: 0.5rem !important;
}

/* line 1435, ../../../scss/_utilities.scss */
.pt-sm-2,
.py-sm-2 {
  padding-top: 0.5rem !important;
}

/* line 1440, ../../../scss/_utilities.scss */
.pr-sm-2,
.px-sm-2 {
  padding-right: 0.5rem !important;
}

/* line 1445, ../../../scss/_utilities.scss */
.pb-sm-2,
.py-sm-2 {
  padding-bottom: 0.5rem !important;
}

/* line 1450, ../../../scss/_utilities.scss */
.pl-sm-2,
.px-sm-2 {
  padding-left: 0.5rem !important;
}

/* line 1455, ../../../scss/_utilities.scss */
.p-sm-3 {
  padding: 1rem !important;
}

/* line 1459, ../../../scss/_utilities.scss */
.pt-sm-3,
.py-sm-3 {
  padding-top: 1rem !important;
}

/* line 1464, ../../../scss/_utilities.scss */
.pr-sm-3,
.px-sm-3 {
  padding-right: 1rem !important;
}

/* line 1469, ../../../scss/_utilities.scss */
.pb-sm-3,
.py-sm-3 {
  padding-bottom: 1rem !important;
}

/* line 1474, ../../../scss/_utilities.scss */
.pl-sm-3,
.px-sm-3 {
  padding-left: 1rem !important;
}

/* line 1479, ../../../scss/_utilities.scss */
.p-sm-4 {
  padding: 1.5rem !important;
}

/* line 1483, ../../../scss/_utilities.scss */
.pt-sm-4,
.py-sm-4 {
  padding-top: 1.5rem !important;
}

/* line 1488, ../../../scss/_utilities.scss */
.pr-sm-4,
.px-sm-4 {
  padding-right: 1.5rem !important;
}

/* line 1493, ../../../scss/_utilities.scss */
.pb-sm-4,
.py-sm-4 {
  padding-bottom: 1.5rem !important;
}

/* line 1498, ../../../scss/_utilities.scss */
.pl-sm-4,
.px-sm-4 {
  padding-left: 1.5rem !important;
}

/* line 1503, ../../../scss/_utilities.scss */
.p-sm-5 {
  padding: 3rem !important;
}

/* line 1507, ../../../scss/_utilities.scss */
.pt-sm-5,
.py-sm-5 {
  padding-top: 3rem !important;
}

/* line 1512, ../../../scss/_utilities.scss */
.pr-sm-5,
.px-sm-5 {
  padding-right: 3rem !important;
}

/* line 1517, ../../../scss/_utilities.scss */
.pb-sm-5,
.py-sm-5 {
  padding-bottom: 3rem !important;
}

/* line 1522, ../../../scss/_utilities.scss */
.pl-sm-5,
.px-sm-5 {
  padding-left: 3rem !important;
}

/* line 1527, ../../../scss/_utilities.scss */
.m-sm-n1 {
  margin: -0.25rem !important;
}

/* line 1531, ../../../scss/_utilities.scss */
.mt-sm-n1,
.my-sm-n1 {
  margin-top: -0.25rem !important;
}

/* line 1536, ../../../scss/_utilities.scss */
.mr-sm-n1,
.mx-sm-n1 {
  margin-right: -0.25rem !important;
}

/* line 1541, ../../../scss/_utilities.scss */
.mb-sm-n1,
.my-sm-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 1546, ../../../scss/_utilities.scss */
.ml-sm-n1,
.mx-sm-n1 {
  margin-left: -0.25rem !important;
}

/* line 1551, ../../../scss/_utilities.scss */
.m-sm-n2 {
  margin: -0.5rem !important;
}

/* line 1555, ../../../scss/_utilities.scss */
.mt-sm-n2,
.my-sm-n2 {
  margin-top: -0.5rem !important;
}

/* line 1560, ../../../scss/_utilities.scss */
.mr-sm-n2,
.mx-sm-n2 {
  margin-right: -0.5rem !important;
}

/* line 1565, ../../../scss/_utilities.scss */
.mb-sm-n2,
.my-sm-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 1570, ../../../scss/_utilities.scss */
.ml-sm-n2,
.mx-sm-n2 {
  margin-left: -0.5rem !important;
}

/* line 1575, ../../../scss/_utilities.scss */
.m-sm-n3 {
  margin: -1rem !important;
}

/* line 1579, ../../../scss/_utilities.scss */
.mt-sm-n3,
.my-sm-n3 {
  margin-top: -1rem !important;
}

/* line 1584, ../../../scss/_utilities.scss */
.mr-sm-n3,
.mx-sm-n3 {
  margin-right: -1rem !important;
}

/* line 1589, ../../../scss/_utilities.scss */
.mb-sm-n3,
.my-sm-n3 {
  margin-bottom: -1rem !important;
}

/* line 1594, ../../../scss/_utilities.scss */
.ml-sm-n3,
.mx-sm-n3 {
  margin-left: -1rem !important;
}

/* line 1599, ../../../scss/_utilities.scss */
.m-sm-n4 {
  margin: -1.5rem !important;
}

/* line 1603, ../../../scss/_utilities.scss */
.mt-sm-n4,
.my-sm-n4 {
  margin-top: -1.5rem !important;
}

/* line 1608, ../../../scss/_utilities.scss */
.mr-sm-n4,
.mx-sm-n4 {
  margin-right: -1.5rem !important;
}

/* line 1613, ../../../scss/_utilities.scss */
.mb-sm-n4,
.my-sm-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 1618, ../../../scss/_utilities.scss */
.ml-sm-n4,
.mx-sm-n4 {
  margin-left: -1.5rem !important;
}

/* line 1623, ../../../scss/_utilities.scss */
.m-sm-n5 {
  margin: -3rem !important;
}

/* line 1627, ../../../scss/_utilities.scss */
.mt-sm-n5,
.my-sm-n5 {
  margin-top: -3rem !important;
}

/* line 1632, ../../../scss/_utilities.scss */
.mr-sm-n5,
.mx-sm-n5 {
  margin-right: -3rem !important;
}

/* line 1637, ../../../scss/_utilities.scss */
.mb-sm-n5,
.my-sm-n5 {
  margin-bottom: -3rem !important;
}

/* line 1642, ../../../scss/_utilities.scss */
.ml-sm-n5,
.mx-sm-n5 {
  margin-left: -3rem !important;
}

/* line 1647, ../../../scss/_utilities.scss */
.m-sm-auto {
  margin: auto !important;
}

/* line 1651, ../../../scss/_utilities.scss */
.mt-sm-auto,
.my-sm-auto {
  margin-top: auto !important;
}

/* line 1656, ../../../scss/_utilities.scss */
.mr-sm-auto,
.mx-sm-auto {
  margin-right: auto !important;
}

/* line 1661, ../../../scss/_utilities.scss */
.mb-sm-auto,
.my-sm-auto {
  margin-bottom: auto !important;
}

/* line 1666, ../../../scss/_utilities.scss */
.ml-sm-auto,
.mx-sm-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  /* line 1672, ../../../scss/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 1676, ../../../scss/_utilities.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 1681, ../../../scss/_utilities.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 1686, ../../../scss/_utilities.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 1691, ../../../scss/_utilities.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 1696, ../../../scss/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 1700, ../../../scss/_utilities.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 1705, ../../../scss/_utilities.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 1710, ../../../scss/_utilities.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 1715, ../../../scss/_utilities.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 1720, ../../../scss/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 1724, ../../../scss/_utilities.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 1729, ../../../scss/_utilities.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 1734, ../../../scss/_utilities.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 1739, ../../../scss/_utilities.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 1744, ../../../scss/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 1748, ../../../scss/_utilities.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 1753, ../../../scss/_utilities.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 1758, ../../../scss/_utilities.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 1763, ../../../scss/_utilities.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 1768, ../../../scss/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 1772, ../../../scss/_utilities.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 1777, ../../../scss/_utilities.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 1782, ../../../scss/_utilities.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 1787, ../../../scss/_utilities.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 1792, ../../../scss/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 1796, ../../../scss/_utilities.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 1801, ../../../scss/_utilities.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 1806, ../../../scss/_utilities.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 1811, ../../../scss/_utilities.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 1816, ../../../scss/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 1820, ../../../scss/_utilities.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 1825, ../../../scss/_utilities.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 1830, ../../../scss/_utilities.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 1835, ../../../scss/_utilities.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 1840, ../../../scss/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 1844, ../../../scss/_utilities.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 1849, ../../../scss/_utilities.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 1854, ../../../scss/_utilities.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 1859, ../../../scss/_utilities.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 1864, ../../../scss/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 1868, ../../../scss/_utilities.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 1873, ../../../scss/_utilities.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 1878, ../../../scss/_utilities.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 1883, ../../../scss/_utilities.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 1888, ../../../scss/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 1892, ../../../scss/_utilities.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 1897, ../../../scss/_utilities.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 1902, ../../../scss/_utilities.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 1907, ../../../scss/_utilities.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 1912, ../../../scss/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 1916, ../../../scss/_utilities.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 1921, ../../../scss/_utilities.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 1926, ../../../scss/_utilities.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 1931, ../../../scss/_utilities.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 1936, ../../../scss/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 1940, ../../../scss/_utilities.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 1945, ../../../scss/_utilities.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 1950, ../../../scss/_utilities.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 1955, ../../../scss/_utilities.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 1960, ../../../scss/_utilities.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 1964, ../../../scss/_utilities.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 1969, ../../../scss/_utilities.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 1974, ../../../scss/_utilities.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 1979, ../../../scss/_utilities.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 1984, ../../../scss/_utilities.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 1988, ../../../scss/_utilities.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 1993, ../../../scss/_utilities.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 1998, ../../../scss/_utilities.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 2003, ../../../scss/_utilities.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 2008, ../../../scss/_utilities.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 2012, ../../../scss/_utilities.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 2017, ../../../scss/_utilities.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 2022, ../../../scss/_utilities.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 2027, ../../../scss/_utilities.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 2032, ../../../scss/_utilities.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 2036, ../../../scss/_utilities.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 2041, ../../../scss/_utilities.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 2046, ../../../scss/_utilities.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 2051, ../../../scss/_utilities.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 2056, ../../../scss/_utilities.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 2060, ../../../scss/_utilities.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 2065, ../../../scss/_utilities.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 2070, ../../../scss/_utilities.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 2075, ../../../scss/_utilities.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 2080, ../../../scss/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 2084, ../../../scss/_utilities.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 2089, ../../../scss/_utilities.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 2094, ../../../scss/_utilities.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 2099, ../../../scss/_utilities.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 2106, ../../../scss/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 2110, ../../../scss/_utilities.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 2115, ../../../scss/_utilities.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 2120, ../../../scss/_utilities.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 2125, ../../../scss/_utilities.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 2130, ../../../scss/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 2134, ../../../scss/_utilities.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 2139, ../../../scss/_utilities.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 2144, ../../../scss/_utilities.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 2149, ../../../scss/_utilities.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 2154, ../../../scss/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 2158, ../../../scss/_utilities.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 2163, ../../../scss/_utilities.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 2168, ../../../scss/_utilities.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 2173, ../../../scss/_utilities.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 2178, ../../../scss/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 2182, ../../../scss/_utilities.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 2187, ../../../scss/_utilities.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 2192, ../../../scss/_utilities.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 2197, ../../../scss/_utilities.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 2202, ../../../scss/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 2206, ../../../scss/_utilities.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 2211, ../../../scss/_utilities.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 2216, ../../../scss/_utilities.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 2221, ../../../scss/_utilities.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 2226, ../../../scss/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 2230, ../../../scss/_utilities.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 2235, ../../../scss/_utilities.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 2240, ../../../scss/_utilities.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 2245, ../../../scss/_utilities.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 2250, ../../../scss/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 2254, ../../../scss/_utilities.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 2259, ../../../scss/_utilities.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 2264, ../../../scss/_utilities.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 2269, ../../../scss/_utilities.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 2274, ../../../scss/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 2278, ../../../scss/_utilities.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 2283, ../../../scss/_utilities.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 2288, ../../../scss/_utilities.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 2293, ../../../scss/_utilities.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 2298, ../../../scss/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 2302, ../../../scss/_utilities.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 2307, ../../../scss/_utilities.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 2312, ../../../scss/_utilities.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 2317, ../../../scss/_utilities.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 2322, ../../../scss/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 2326, ../../../scss/_utilities.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 2331, ../../../scss/_utilities.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 2336, ../../../scss/_utilities.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 2341, ../../../scss/_utilities.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 2346, ../../../scss/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 2350, ../../../scss/_utilities.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 2355, ../../../scss/_utilities.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 2360, ../../../scss/_utilities.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 2365, ../../../scss/_utilities.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 2370, ../../../scss/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 2374, ../../../scss/_utilities.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 2379, ../../../scss/_utilities.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 2384, ../../../scss/_utilities.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 2389, ../../../scss/_utilities.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 2394, ../../../scss/_utilities.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 2398, ../../../scss/_utilities.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 2403, ../../../scss/_utilities.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 2408, ../../../scss/_utilities.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 2413, ../../../scss/_utilities.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 2418, ../../../scss/_utilities.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 2422, ../../../scss/_utilities.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 2427, ../../../scss/_utilities.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 2432, ../../../scss/_utilities.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 2437, ../../../scss/_utilities.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 2442, ../../../scss/_utilities.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 2446, ../../../scss/_utilities.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 2451, ../../../scss/_utilities.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 2456, ../../../scss/_utilities.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 2461, ../../../scss/_utilities.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 2466, ../../../scss/_utilities.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 2470, ../../../scss/_utilities.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 2475, ../../../scss/_utilities.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 2480, ../../../scss/_utilities.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 2485, ../../../scss/_utilities.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 2490, ../../../scss/_utilities.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 2494, ../../../scss/_utilities.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 2499, ../../../scss/_utilities.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 2504, ../../../scss/_utilities.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 2509, ../../../scss/_utilities.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 2514, ../../../scss/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 2518, ../../../scss/_utilities.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 2523, ../../../scss/_utilities.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 2528, ../../../scss/_utilities.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 2533, ../../../scss/_utilities.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 2540, ../../../scss/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 2544, ../../../scss/_utilities.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 2549, ../../../scss/_utilities.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 2554, ../../../scss/_utilities.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 2559, ../../../scss/_utilities.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 2564, ../../../scss/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 2568, ../../../scss/_utilities.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 2573, ../../../scss/_utilities.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 2578, ../../../scss/_utilities.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 2583, ../../../scss/_utilities.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 2588, ../../../scss/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 2592, ../../../scss/_utilities.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 2597, ../../../scss/_utilities.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 2602, ../../../scss/_utilities.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 2607, ../../../scss/_utilities.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 2612, ../../../scss/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 2616, ../../../scss/_utilities.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 2621, ../../../scss/_utilities.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 2626, ../../../scss/_utilities.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 2631, ../../../scss/_utilities.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 2636, ../../../scss/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 2640, ../../../scss/_utilities.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 2645, ../../../scss/_utilities.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 2650, ../../../scss/_utilities.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 2655, ../../../scss/_utilities.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 2660, ../../../scss/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 2664, ../../../scss/_utilities.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 2669, ../../../scss/_utilities.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 2674, ../../../scss/_utilities.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 2679, ../../../scss/_utilities.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 2684, ../../../scss/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 2688, ../../../scss/_utilities.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 2693, ../../../scss/_utilities.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 2698, ../../../scss/_utilities.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 2703, ../../../scss/_utilities.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 2708, ../../../scss/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 2712, ../../../scss/_utilities.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 2717, ../../../scss/_utilities.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 2722, ../../../scss/_utilities.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 2727, ../../../scss/_utilities.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 2732, ../../../scss/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 2736, ../../../scss/_utilities.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 2741, ../../../scss/_utilities.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 2746, ../../../scss/_utilities.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 2751, ../../../scss/_utilities.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 2756, ../../../scss/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 2760, ../../../scss/_utilities.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 2765, ../../../scss/_utilities.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 2770, ../../../scss/_utilities.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 2775, ../../../scss/_utilities.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 2780, ../../../scss/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 2784, ../../../scss/_utilities.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 2789, ../../../scss/_utilities.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 2794, ../../../scss/_utilities.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 2799, ../../../scss/_utilities.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 2804, ../../../scss/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 2808, ../../../scss/_utilities.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 2813, ../../../scss/_utilities.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 2818, ../../../scss/_utilities.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 2823, ../../../scss/_utilities.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 2828, ../../../scss/_utilities.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 2832, ../../../scss/_utilities.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 2837, ../../../scss/_utilities.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 2842, ../../../scss/_utilities.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 2847, ../../../scss/_utilities.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 2852, ../../../scss/_utilities.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 2856, ../../../scss/_utilities.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 2861, ../../../scss/_utilities.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 2866, ../../../scss/_utilities.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 2871, ../../../scss/_utilities.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 2876, ../../../scss/_utilities.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 2880, ../../../scss/_utilities.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 2885, ../../../scss/_utilities.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 2890, ../../../scss/_utilities.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 2895, ../../../scss/_utilities.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 2900, ../../../scss/_utilities.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 2904, ../../../scss/_utilities.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 2909, ../../../scss/_utilities.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 2914, ../../../scss/_utilities.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 2919, ../../../scss/_utilities.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 2924, ../../../scss/_utilities.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 2928, ../../../scss/_utilities.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 2933, ../../../scss/_utilities.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 2938, ../../../scss/_utilities.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 2943, ../../../scss/_utilities.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 2948, ../../../scss/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 2952, ../../../scss/_utilities.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 2957, ../../../scss/_utilities.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 2962, ../../../scss/_utilities.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 2967, ../../../scss/_utilities.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 1, ../../../scss/_wells.scss */
.well {
  padding: 10px;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 7, ../../../scss/_wells.scss */
.well.page-has-tabs {
  margin-top: 39px;
  background: none;
  border: none;
  padding: 0 10px;
}
/* line 14, ../../../scss/_wells.scss */
.well.page-has-no-tabs {
  margin-top: 0;
  background: none;
  border: none;
  padding: 0 10px;
}

/* line 22, ../../../scss/_wells.scss */
.well-without-border {
  padding: 5px 25px;
  background: #fff;
}

/* line 27, ../../../scss/_wells.scss */
.well-extendable {
  resize: vertical;
  overflow: auto;
  min-height: 200px;
  border: 1px solid #e9ecef !important;
  height: 250px;
}
/* line 34, ../../../scss/_wells.scss */
.well-extendable span.text {
  height: 80px;
}
/* line 38, ../../../scss/_wells.scss */
.well-extendable .product-image {
  width: 100px;
  min-width: 100px;
  padding: 0 20px 0 0;
}
/* line 44, ../../../scss/_wells.scss */
.well-extendable .product-details {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  margin-bottom: 10px;
}
/* line 52, ../../../scss/_wells.scss */
.well-extendable .product-info .badge {
  margin-left: 10px;
}
/* line 57, ../../../scss/_wells.scss */
.well-extendable .product-name {
  font-weight: 600;
}
/* line 61, ../../../scss/_wells.scss */
.well-extendable .product-sku {
  display: block;
}
/* line 65, ../../../scss/_wells.scss */
.well-extendable .product-attributes {
  display: block;
}

/* line 72, ../../../scss/_wells.scss */
.form-horizontal .well .btn.btn-default {
  margin-bottom: 10px;
}
/* line 77, ../../../scss/_wells.scss */
.form-horizontal .well-without-border {
  padding: 15px 15px 0;
}
/* line 80, ../../../scss/_wells.scss */
.form-horizontal .well-without-border .btn.btn-default {
  margin-bottom: 10px;
}

/* line 86, ../../../scss/_wells.scss */
.well-sm {
  padding: 10px;
}

/* line 90, ../../../scss/_wells.scss */
.well-lg {
  padding: 30px;
}

/* line 1, ../../../scss/_widget.scss */
.widget {
  border-radius: 3px;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  overflow: hidden;
}
/* line 8, ../../../scss/_widget.scss */
.widget.widget-stats {
  position: relative;
}

/* line 13, ../../../scss/_widget.scss */
.widget-container {
  border-radius: 3px;
  margin-bottom: 20px;
}
/* line 17, ../../../scss/_widget.scss */
.widget-container .widget {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 25, ../../../scss/_widget.scss */
.widget-state .state-info h4 {
  font-size: 12px;
  margin: 5px 0;
  color: #fff;
}
/* line 31, ../../../scss/_widget.scss */
.widget-state .state-info p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 38, ../../../scss/_widget.scss */
.widget-state .state-icon {
  float: right;
  font-size: 42px;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  margin-left: 15px;
  color: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 51, ../../../scss/_widget.scss */
.widget-state .state-link a {
  display: block;
  margin: 15px -15px -15px;
  padding: 7px 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.4);
  text-align: right;
  color: #ddd;
  font-weight: 300;
  text-decoration: none;
}
/* line 62, ../../../scss/_widget.scss */
.widget-state .state-link a:hover, .widget-state .state-link a:focus {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* line 72, ../../../scss/_widget.scss */
.widget-stats .stats-info h4 {
  font-size: 12px;
  margin: 5px 0;
  color: #fff;
}
/* line 78, ../../../scss/_widget.scss */
.widget-stats .stats-info p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 85, ../../../scss/_widget.scss */
.widget-stats .stats-icon {
  font-size: 42px;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  margin-left: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 99, ../../../scss/_widget.scss */
.widget-stats .stats-icon.stats-icon-lg {
  font-size: 52px;
  top: 12px;
  right: 21px;
}
/* line 106, ../../../scss/_widget.scss */
.widget-stats .stats-link {
  clear: both;
  display: block;
}
/* line 111, ../../../scss/_widget.scss */
.widget-stats .stats-link.clearfix a {
  cursor: pointer;
}
/* line 116, ../../../scss/_widget.scss */
.widget-stats .stats-link a {
  display: block;
  margin: 15px -15px -15px;
  padding: 7px 15px;
  background: url(../images/backgrounds/black-0.4.png);
  background: rgba(0, 0, 0, 0.4);
  text-align: right;
  color: #ddd;
  font-weight: 300;
  text-decoration: none;
  cursor: default;
  clear: both;
}
/* line 129, ../../../scss/_widget.scss */
.widget-stats .stats-link a:hover, .widget-stats .stats-link a:focus {
  background: url(../images/backgrounds/black-0.6.png);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
/* line 135, ../../../scss/_widget.scss */
.widget-stats .stats-link a.underlined {
  border-bottom: 1px dashed #888;
}
/* line 140, ../../../scss/_widget.scss */
.widget-stats .stats-link .small a {
  text-align: left;
}
/* line 143, ../../../scss/_widget.scss */
.widget-stats .stats-link .small a .title {
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 85%;
}
/* line 152, ../../../scss/_widget.scss */
.widget-stats .stats-title {
  position: relative;
  line-height: 1.1;
  font-size: 12px;
  margin: 2px 0 7px;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}
/* line 161, ../../../scss/_widget.scss */
.widget-stats .stats-desc {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin-bottom: 0;
}
/* line 168, ../../../scss/_widget.scss */
.widget-stats .stats-number {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
/* line 174, ../../../scss/_widget.scss */
.widget-stats .stats-progress {
  background: url("../images/backgrounds/black-0.2.png");
  background: rgba(0, 0, 0, 0.2);
  height: 2px;
  margin: 0 -15px -15px;
  display: block;
}
/* line 181, ../../../scss/_widget.scss */
.widget-stats .stats-progress .progress-bar {
  background: #fff;
}
/* line 186, ../../../scss/_widget.scss */
.widget-stats .stats-collapsible-container {
  margin: 0px -15px -15px;
  padding: 7px 15px;
}
/* line 191, ../../../scss/_widget.scss */
.widget-stats .stats-collapsible {
  margin: -14px -15px 15px;
  padding: 0px 15px;
  clear: both;
}

/* line 198, ../../../scss/_widget.scss */
.ui-widget {
  font-size: 13px;
}

/* ACCORDIAN */
/* line 2, ../../../scss/_accordian.scss */
.accordion-card {
  background-color: #eef4f7;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 2;
}
/* line 9, ../../../scss/_accordian.scss */
.accordion-card h2 {
  margin-bottom: 2px;
}
/* line 13, ../../../scss/_accordian.scss */
.accordion-card h6 {
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
/* line 20, ../../../scss/_accordian.scss */
.accordion-card p {
  font-size: 13px;
  line-height: 2;
}
/* line 25, ../../../scss/_accordian.scss */
.accordion-card button {
  display: contents;
  color: #333;
  font-size: 11px;
}
/* line 30, ../../../scss/_accordian.scss */
.accordion-card button:hover {
  text-decoration: none;
  color: #333333;
}
/* line 37, ../../../scss/_accordian.scss */
.accordion-card span i, .accordion-card span svg {
  color: #c62128;
  font-size: 18px;
  padding-top: unset;
}
/* line 44, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header {
  padding: 8px 0;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
}
/* line 53, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header a {
  border-radius: 50px;
  border: none;
}
/* line 58, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header .btn {
  letter-spacing: 1px;
  font-weight: 600;
}
/* line 63, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header i, .accordion-card .accordion-card-header svg {
  font-size: 15px;
  color: #c62128;
  vertical-align: text-bottom;
  margin: 0 10px 0 0;
}
/* line 70, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header img {
  margin-top: -2px;
}
/* line 74, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header span {
  /*vertical-align: top;*/
}
/* line 77, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header span i, .accordion-card .accordion-card-header span svg {
  float: right;
  color: #c62128;
  margin: 2px 0 0 6px;
  font-size: 12px;
}
/* line 85, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header a {
  color: #333333;
}
/* line 88, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-header a:hover {
  color: #333333;
}
/* line 94, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body {
  margin-top: 10px;
  border-top: 1px dotted #e7e7e7;
  padding: 15px 0 0;
}
/* line 99, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body ul {
  padding-left: 20px;
  list-style: none;
  font-size: 14px;
  font-weight: normal;
}
/* line 105, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body ul li {
  list-style: none;
  font-size: 13px;
}
/* line 109, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body ul li a {
  color: #333333;
  font-weight: normal;
}
/* line 114, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #c62128;
  font-weight: 300;
  margin: 0 8px 0 -18px;
}
/* line 124, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body h4 {
  margin: 10px 0;
  font-size: 13px;
  text-align: left;
  font-weight: 600;
}
/* line 131, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body p.text-small {
  margin-top: 1rem;
}
/* line 135, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body a {
  color: #c62128;
}
/* line 138, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body a:hover {
  color: #e8252d;
}
/* line 142, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body a.btn {
  color: #FFFFFF;
}
/* line 145, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body a.btn:hover {
  color: #FFFFFF;
}
/* line 151, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body table {
  background-color: #F6F9FB;
  margin-bottom: 20px;
}
/* line 155, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body table thead {
  background-color: #e0ebf0;
}
/* line 158, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body table thead h3 {
  margin-bottom: 0;
}
/* line 163, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body table a {
  color: #c62128;
}
/* line 166, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body table a:hover {
  color: #e8252d;
}
/* line 172, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body .performance-graph {
  margin-bottom: 30px;
}
/* line 176, ../../../scss/_accordian.scss */
.accordion-card .accordion-card-body .highlight {
  border-radius: 20px;
}
/* line 181, ../../../scss/_accordian.scss */
.accordion-card.accordion-card-white {
  background-color: #ffffff;
}
/* line 185, ../../../scss/_accordian.scss */
.accordion-card .list-group-item {
  padding: .75rem;
}
/* line 188, ../../../scss/_accordian.scss */
.accordion-card .list-group-item:hover {
  background-color: #f8f9fa;
  cursor: default;
}
/* line 193, ../../../scss/_accordian.scss */
.accordion-card .list-group-item.recommended {
  display: inline-block;
  padding-left: 25px;
  margin-left: 15px;
}
/* line 199, ../../../scss/_accordian.scss */
.accordion-card .list-group-item .text-uppercase-light {
  margin-bottom: 5px;
}
/* line 204, ../../../scss/_accordian.scss */
.accordion-card p.friendly-note {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 10px 0 0;
  color: #c62128;
}

/* line 214, ../../../scss/_accordian.scss */
.example-box {
  background-color: #eaf1f5;
  font-size: 10px;
  padding: 20px;
  border-radius: 8px;
}

/* line 222, ../../../scss/_accordian.scss */
.panel-accordion > .panel-heading {
  border: none;
  background: #313a43;
  height: 40px;
}
/* line 229, ../../../scss/_accordian.scss */
.panel-accordion > .panel-heading .panel-title a:hover, .panel-accordion > .panel-heading .panel-title a:focus, .panel-accordion > .panel-heading .panel-title a:active, .panel-accordion > .panel-heading .panel-title a[aria-expanded="true"] {
  color: #FFFFFF;
}
/* line 237, ../../../scss/_accordian.scss */
.panel-accordion .panel-footer .pull-right {
  margin-right: 10px;
}
/* line 242, ../../../scss/_accordian.scss */
.panel-accordion .panel-accordion {
  border: 1px solid #eee;
}
/* line 245, ../../../scss/_accordian.scss */
.panel-accordion .panel-accordion > .panel-heading {
  background: #eee;
  border: none;
  color: #313a43;
}
/* line 252, ../../../scss/_accordian.scss */
.panel-accordion .panel-accordion > .panel-heading .panel-title a:hover, .panel-accordion .panel-accordion > .panel-heading .panel-title a:focus, .panel-accordion .panel-accordion > .panel-heading .panel-title a:active, .panel-accordion .panel-accordion > .panel-heading .panel-title a[aria-expanded="true"] {
  color: #FFFFFF;
}

/* Sections */
/*******************************
FEATURES SECTION AND CARDS
*******************************/
/* line 5, ../../../scss/sections/_cards.scss */
.feature-section {
  display: flex;
  flex-flow: wrap;
  margin: 20px 0;
  row-gap: 20px;
}
/* line 11, ../../../scss/sections/_cards.scss */
.feature-section .feature-card {
  background-color: #EEF4F7;
  overflow-x: clip;
  height: 100%;
  margin-bottom: 20px;
}
/* line 17, ../../../scss/sections/_cards.scss */
.feature-section .feature-card:hover {
  background-color: #2bb673;
}
/* line 22, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-small {
  padding: 30px 20px;
  align-items: baseline;
}
/* line 27, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-small .feature-card-content p {
  margin: 30px 0 0;
  color: #494949;
  font-size: 14px;
  line-height: 25px;
}
/* line 37, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-small:hover .feature-card-content p {
  color: #ffffff;
}
/* line 44, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-space {
  margin-bottom: 0;
}
/* line 47, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-space a {
  text-decoration: none;
}
/* line 50, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-space a:hover {
  text-decoration: none;
}
/* line 54, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-space a:focus {
  text-decoration: none;
}
/* line 61, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-content h2 {
  font-weight: 700;
  color: #333333;
  font-size: 1.25em;
}
/* line 66, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-content h2 svg {
  margin-right: 10px;
  height: 100px;
  max-width: 100%;
}
/* line 72, ../../../scss/sections/_cards.scss */
.feature-section .feature-card-content h2 img {
  margin-right: 10px;
  height: 100px;
}
/* line 80, ../../../scss/sections/_cards.scss */
.feature-section .disabled .feature-card, .feature-section .aspNetDisabled .feature-card {
  background-color: #c1c1c1;
}
/* line 83, ../../../scss/sections/_cards.scss */
.feature-section .disabled .feature-card:hover, .feature-section .aspNetDisabled .feature-card:hover {
  background-color: #c1c1c1;
}

/* line 89, ../../../scss/sections/_cards.scss */
.dashboard-card {
  margin: 0 10px 0;
  z-index: unset;
  border-radius: 15px;
}
/* line 94, ../../../scss/sections/_cards.scss */
.dashboard-card svg {
  vertical-align: middle;
}
/* line 101, ../../../scss/sections/_cards.scss */
.dashboard-card .feature-card-small:hover .feature-card-content p {
  color: #494949;
}

/* line 109, ../../../scss/sections/_cards.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 114, ../../../scss/sections/_cards.scss */
span.unpublished {
  font-size: 10px;
  text-transform: uppercase;
  color: red;
  padding-left: 5px;
}

/*******************************
DISCOUNT CARD TYPES
*******************************/
/* line 124, ../../../scss/sections/_cards.scss */
.panel {
  border: none;
}

/* line 128, ../../../scss/sections/_cards.scss */
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 25px 0;
}
/* line 134, ../../../scss/sections/_cards.scss */
.cards a:hover {
  text-decoration: none;
}
/* line 138, ../../../scss/sections/_cards.scss */
.cards > div {
  flex: 1 1 25%;
  min-width: 220px;
  padding: 25px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  margin-top: 0;
}
/* line 150, ../../../scss/sections/_cards.scss */
.cards > div:hover:not(.disabled-block), .cards > div:active:not(.disabled-block) {
  border-color: #c62128;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.08);
  background: #7ee7b5;
}
/* line 156, ../../../scss/sections/_cards.scss */
.cards > div a {
  display: flex;
}
/* line 159, ../../../scss/sections/_cards.scss */
.cards > div a:hover, .cards > div a:active {
  color: #c62128;
}
/* line 164, ../../../scss/sections/_cards.scss */
.cards > div.selected {
  border-color: #28a745;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.12);
  background: #7ee7b5;
}
/* line 170, ../../../scss/sections/_cards.scss */
.cards > div svg {
  margin-right: 10px;
  height: 2.5em;
  vertical-align: middle;
}
/* line 176, ../../../scss/sections/_cards.scss */
.cards > div h5 {
  margin: 0 0 6px 0;
  font-size: 1.1em;
  font-weight: 600;
}
/* line 182, ../../../scss/sections/_cards.scss */
.cards > div p {
  margin: 0;
  font-size: 0.97em;
  color: #555;
}
/* line 188, ../../../scss/sections/_cards.scss */
.cards > div.disabled-block:not(.selected) {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(80%);
  cursor: not-allowed;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
/* line 197, ../../../scss/sections/_cards.scss */
.cards > div.disabled-block:not(.selected) a:hover, .cards > div.disabled-block:not(.selected) a:active {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  color: #2bb673;
}
/* line 208, ../../../scss/sections/_cards.scss */
.cards.disabled {
  margin-bottom: 15px;
}
/* line 211, ../../../scss/sections/_cards.scss */
.cards.disabled > div {
  display: none;
}
/* line 214, ../../../scss/sections/_cards.scss */
.cards.disabled > div.selected {
  display: block;
  border-radius: 0 0 3px 3px;
  border: 0;
}

/* line 2, ../../../scss/sections/_emails.scss */
.email-client .bar-mid {
  /*height: 80px;*/
  background: #FFF;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 2px;
}
/* line 11, ../../../scss/sections/_emails.scss */
.email-client .bar-mid .details {
  padding: 20px 0px 20px 0px;
  /*float: left;*/
  min-width: 320px;
  width: 100%;
}
/* line 17, ../../../scss/sections/_emails.scss */
.email-client .bar-mid .details .avatar {
  width: 38px;
  height: 38px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 20px;
}
/* line 26, ../../../scss/sections/_emails.scss */
.email-client .bar-mid .details .text {
  /*float: left;*/
  width: 45%;
  display: inline-block;
}
/* line 31, ../../../scss/sections/_emails.scss */
.email-client .bar-mid .details .text p {
  color: #8e9aad;
  font-size: 13px;
  padding-bottom: 2px;
}

/* line 41, ../../../scss/sections/_emails.scss */
.nav-inbox > li > a {
  padding: 8px 15px;
}
/* line 44, ../../../scss/sections/_emails.scss */
.nav-inbox > li > a i, .nav-inbox > li > a svg {
  font-size: 14px;
}

/* line 49, ../../../scss/sections/_emails.scss */
.table.table-email {
  line-height: 20px;
  margin-bottom: 0;
}
/* line 53, ../../../scss/sections/_emails.scss */
.table.table-email .email-header-link {
  color: #333;
}
/* line 57, ../../../scss/sections/_emails.scss */
.table.table-email .email-select {
  width: 20px;
  font-size: 14px;
}
/* line 61, ../../../scss/sections/_emails.scss */
.table.table-email .email-select a {
  color: #999;
}
/* line 66, ../../../scss/sections/_emails.scss */
.table.table-email .email-btn {
  color: #ccc;
  font-size: 14px;
  margin-right: 15px;
}
/* line 71, ../../../scss/sections/_emails.scss */
.table.table-email .email-btn + .email-btn {
  margin-left: -12px;
}
/* line 75, ../../../scss/sections/_emails.scss */
.table.table-email .email-btn:hover, .table.table-email .email-btn:focus {
  color: #999;
}
/* line 80, ../../../scss/sections/_emails.scss */
.table.table-email .email-sender {
  padding-right: 25px;
}
/* line 85, ../../../scss/sections/_emails.scss */
.table.table-email thead tr.active th {
  background: none;
}
/* line 92, ../../../scss/sections/_emails.scss */
.table.table-email tr:hover td {
  background: #fafafa;
}
/* line 97, ../../../scss/sections/_emails.scss */
.table.table-email tr.active td.email-select i:before, .table.table-email tr.active th.email-select i:before {
  content: '\f14a';
}

/* line 103, ../../../scss/sections/_emails.scss */
.email-footer {
  border-top: 1px solid #ccc;
  padding: 15px 8px;
  line-height: 26px;
}

/* line 109, ../../../scss/sections/_emails.scss */
.email-btn-row {
  margin-bottom: 15px;
}
/* line 112, ../../../scss/sections/_emails.scss */
.email-btn-row .btn + .btn {
  margin-left: 5px;
}

/* line 117, ../../../scss/sections/_emails.scss */
.email-content {
  background: #fff;
  padding: 15px;
}

/* line 1, ../../../scss/sections/_errors.scss */
.error {
  margin: 0 auto;
  text-align: center;
}

/* line 6, ../../../scss/sections/_errors.scss */
.error-code {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60%;
  color: #2d353c;
  font-size: 96px;
  line-height: 100px;
}

/* line 16, ../../../scss/sections/_errors.scss */
.error-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  padding-top: 15px;
  background: #2d353c;
}

/* line 26, ../../../scss/sections/_errors.scss */
.error-message {
  color: #fff;
  font-size: 24px;
}

/* line 31, ../../../scss/sections/_errors.scss */
.error-desc {
  font-size: 12px;
  color: #647788;
}

/* line 36, ../../../scss/sections/_errors.scss */
ul.icons-list {
  padding-left: 0;
}
/* line 39, ../../../scss/sections/_errors.scss */
ul.icons-list > li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 25px;
}
/* line 44, ../../../scss/sections/_errors.scss */
ul.icons-list > li i, ul.icons-list > li svg {
  margin-right: 8px;
}
/* line 48, ../../../scss/sections/_errors.scss */
ul.icons-list > li strong {
  margin-right: 5px;
}

/* line 1, ../../../scss/sections/_invoice.scss */
.invoice-company {
  font-size: 20px;
}

/* line 5, ../../../scss/sections/_invoice.scss */
.invoice-header {
  padding: 20px;
}

/* line 9, ../../../scss/sections/_invoice.scss */
.invoice-from, .invoice-to {
  padding-right: 20px;
}

/* line 13, ../../../scss/sections/_invoice.scss */
.invoice-date {
  text-align: right;
  padding-left: 20px;
}

/* line 18, ../../../scss/sections/_invoice.scss */
.invoice-content .table-responsive {
  margin: 0;
}

/* line 22, ../../../scss/sections/_invoice.scss */
.invoice-price {
  background: #ddd;
  display: table;
  width: 100%;
}
/* line 27, ../../../scss/sections/_invoice.scss */
.invoice-price small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
/* line 33, ../../../scss/sections/_invoice.scss */
.invoice-price .invoice-price-left, .invoice-price .invoice-price-right {
  display: table-cell;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle;
}
/* line 42, ../../../scss/sections/_invoice.scss */
.invoice-price .invoice-price-left .sub-price, .invoice-price .invoice-price-right .sub-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13px;
}
/* line 49, ../../../scss/sections/_invoice.scss */
.invoice-price .invoice-price-row {
  display: table;
  float: left;
}
/* line 54, ../../../scss/sections/_invoice.scss */
.invoice-price .invoice-price-right {
  width: 25%;
  background: #2d353c;
  color: #fff;
  font-size: 28px;
  text-align: right;
  vertical-align: bottom;
  font-weight: 300;
}
/* line 63, ../../../scss/sections/_invoice.scss */
.invoice-price .invoice-price-right small {
  display: block;
  opacity: 0.6;
  top: 10px;
  left: 10px;
  font-size: 12px;
}

/* line 74, ../../../scss/sections/_invoice.scss */
.table-invoice .product-image {
  width: 100px;
  padding: 0 20px 0 0;
  float: left;
}
/* line 81, ../../../scss/sections/_invoice.scss */
.table-invoice tr:first-child .product-image {
  border-top: none !important;
}

/* line 88, ../../../scss/sections/_invoice.scss */
.product-gallery .product-image {
  float: none;
}
/* line 92, ../../../scss/sections/_invoice.scss */
.product-gallery .product-details {
  width: unset;
  float: none;
}
/* line 97, ../../../scss/sections/_invoice.scss */
.product-gallery .price-details {
  float: none;
}

/* line 102, ../../../scss/sections/_invoice.scss */
.invoice-total-row {
  padding: 0 !important;
}

/* line 106, ../../../scss/sections/_invoice.scss */
.invoice-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 10px;
}

/* line 112, ../../../scss/sections/_invoice.scss */
.invoice-note {
  color: #999;
  margin-top: 80px;
  font-size: 85%;
}

/* line 1, ../../../scss/sections/_login.scss */
body.login-page {
  background: #202427;
}

/* line 5, ../../../scss/sections/_login.scss */
.login {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -279px 0 0;
}
/* line 12, ../../../scss/sections/_login.scss */
.login .login-header {
  /*position: absolute;
  top: -150px;
  left: 50%;
  right: 0;
  width: 450px;
  padding: 0 30px;
  margin-left: -225px;*/
  margin-top: 30px;
  font-weight: 300;
  color: #FFF;
        /*.icon {
	        position: absolute;
	        right: 40px;
	        top: -2px;
	        opacity: 0.1;
	        filter: alpha(opacity=10);

	        i {
		        font-size: 70px;
	        }
        }*/
}
/* line 24, ../../../scss/sections/_login.scss */
.login .login-header .brand {
  padding: 0;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
            /*.logo {
		        border: 14px solid transparent;
		        border-color: #4DCACA #31A3A3 #1D8888;
		        width: 28px;
		        height: 28px;
		        position: relative;
		        font-size: 0;
		        margin: 0 10px 10px 0;
		        top: -9px;
	        }*/
}
/* line 30, ../../../scss/sections/_login.scss */
.login .login-header .brand h3 {
  color: #ffffff;
}
/* line 34, ../../../scss/sections/_login.scss */
.login .login-header .brand img {
  margin: 20px auto;
  display: block;
}
/* line 49, ../../../scss/sections/_login.scss */
.login .login-header .brand small {
  font-size: 13px;
  display: block;
}
/* line 67, ../../../scss/sections/_login.scss */
.login .login-content {
  padding: 15px 40px 30px;
  color: #999;
  width: 450px;
  margin: 0 auto;
}
/* line 73, ../../../scss/sections/_login.scss */
.login .login-content p {
  margin: 20px 0;
  color: #657587;
}
/* line 79, ../../../scss/sections/_login.scss */
.login .login-form {
  background: #FFF;
  padding: 20px 20px 10px;
  border-radius: 3px 3px 0 0;
}
/* line 84, ../../../scss/sections/_login.scss */
.login .login-form .form-group {
  padding: 0;
}
/* line 87, ../../../scss/sections/_login.scss */
.login .login-form .form-group .form-control {
  border: 1px solid #d2dce2;
}
/* line 90, ../../../scss/sections/_login.scss */
.login .login-form .form-group .form-control:focus {
  border-color: #B5C1C8;
  box-shadow: 0 0 10px rgba(43, 182, 115, 0.3);
}
/* line 98, ../../../scss/sections/_login.scss */
.login .login-footer {
  text-align: center;
  display: block;
  line-height: 16px;
}
/* line 104, ../../../scss/sections/_login.scss */
.login p.login-footer {
  font-size: 12px;
  color: #4e5b68;
}
/* line 109, ../../../scss/sections/_login.scss */
.login .card-container {
  margin: 0 auto;
  width: 450px;
  padding: 15px 40px;
}

/* line 116, ../../../scss/sections/_login.scss */
.login-buttons {
  text-align: center;
}
/* line 119, ../../../scss/sections/_login.scss */
.login-buttons .btn {
  margin: 0 0 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0 0 3px 3px;
}

/* line 1, ../../../scss/sections/_menus.scss */
.menu-item-icon {
  display: table-cell;
  /*background: whitesmoke url(../images/backgrounds/checkerboard.png);*/
  background: #ffffff;
  border: solid 5px white;
  overflow: hidden;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  vertical-align: middle;
}
/* line 12, ../../../scss/sections/_menus.scss */
.menu-item-icon img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
}

/* line 21, ../../../scss/sections/_menus.scss */
.menu-item-icon-container {
  margin: 30px 0 0 15px;
  display: block;
}

/* line 2, ../../../scss/sections/_pages.scss */
.page-without-sidebar .content {
  margin-left: 0;
}

/* line 8, ../../../scss/sections/_pages.scss */
.page-with-right-sidebar .sidebar {
  left: auto;
  right: 0;
}
/* line 13, ../../../scss/sections/_pages.scss */
.page-with-right-sidebar .content {
  margin-left: 0;
  margin-right: 220px;
}
/* line 18, ../../../scss/sections/_pages.scss */
.page-with-right-sidebar .footer {
  margin-left: 25px;
  margin-right: 245px;
}

/* line 2, ../../../scss/sections/_profiles.scss */
#sidebar .profile {
  width: 100%;
  padding: 30px 20px;
  background-color: #37404A;
  border-bottom: 1px solid #37404A;
  margin: 0;
}
/* line 9, ../../../scss/sections/_profiles.scss */
#sidebar .profile img {
  border-radius: 100%;
  width: 120%;
  float: left;
}
/* line 16, ../../../scss/sections/_profiles.scss */
#sidebar .profile .profile-description h2 {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px dotted #6c757d;
  margin-top: 12px !important;
  padding-bottom: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 27, ../../../scss/sections/_profiles.scss */
#sidebar .profile .profile-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #adb5bd !important;
}

/* line 1, ../../../scss/sections/_reengagement.scss */
.axis-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 50px;
}

/* line 8, ../../../scss/sections/_reengagement.scss */
.axis-heading-vertical {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 16, ../../../scss/sections/_reengagement.scss */
.axis-heading-vertical div {
  /* FF3.5+ */
  -moz-transform: rotate(-90deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90deg);
  /* Standard */
  transform: rotate(-90deg);
}

/* line 28, ../../../scss/sections/_reengagement.scss */
.row-heading, .col-heading {
  background-color: #ffffff;
  border: 1px solid #ececec;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
}

/* line 38, ../../../scss/sections/_reengagement.scss */
td.table-cell {
  border: 1px solid #e9edee;
  border-color: rgba(180, 180, 180, 0.2);
  text-align: center;
  width: 14%;
  height: 100px;
  padding: 5px;
}

/* line 48, ../../../scss/sections/_reengagement.scss */
div.group-label {
  text-align: center;
  width: 90%;
  border-radius: 1px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2) !important;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 2px;
  position: relative;
  top: 0px;
  margin-left: 7px;
}
/* line 61, ../../../scss/sections/_reengagement.scss */
div.group-label.loyals {
  position: relative;
  left: 54%;
}
/* line 66, ../../../scss/sections/_reengagement.scss */
div.group-label.invisibles {
  position: relative;
  left: 54%;
}
/* line 71, ../../../scss/sections/_reengagement.scss */
div.group-label.promising {
  position: relative;
  top: 54%;
  left: 54%;
}
/* line 77, ../../../scss/sections/_reengagement.scss */
div.group-label.unengaged {
  position: relative;
  left: 54%;
}

/* line 85, ../../../scss/sections/_reengagement.scss */
td.goners {
  background-color: #eb3424;
}
/* line 89, ../../../scss/sections/_reengagement.scss */
td.invisibles {
  background-color: #f29300;
}
/* line 93, ../../../scss/sections/_reengagement.scss */
td.loyals {
  background-color: #8cc63f;
}
/* line 97, ../../../scss/sections/_reengagement.scss */
td.sleepers {
  background-color: #7e8a84;
}
/* line 101, ../../../scss/sections/_reengagement.scss */
td.drifters {
  background-color: #ff5b57;
}
/* line 105, ../../../scss/sections/_reengagement.scss */
td.promising {
  background-color: #41c4dd;
}
/* line 109, ../../../scss/sections/_reengagement.scss */
td.newbies {
  background-color: #ebd621;
}
/* line 113, ../../../scss/sections/_reengagement.scss */
td.unengaged {
  background-color: #e9edee;
}

/* line 1, ../../../scss/sections/_reminders.scss */
#top-stats {
  margin: -20px -25px 20px !important;
  padding: 20px 20px 30px;
  background-color: #e9ecef;
}

/* line 7, ../../../scss/sections/_reminders.scss */
h2.category-title {
  font-size: 13px;
  margin: 0 !important;
  padding-top: 10px;
  padding: 10px 0 30px 10px;
}

/* line 14, ../../../scss/sections/_reminders.scss */
.category-title {
  letter-spacing: 1px;
  margin: 0 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 21, ../../../scss/sections/_reminders.scss */
.category-title span {
  color: #dee2e6;
  padding-left: 10px;
}
/* line 25, ../../../scss/sections/_reminders.scss */
.category-title span a {
  color: #dee2e6;
}
/* line 29, ../../../scss/sections/_reminders.scss */
.category-title span i, .category-title span svg {
  font-size: 15px;
}
/* line 33, ../../../scss/sections/_reminders.scss */
.category-title span .active {
  color: #6c757d;
}

/* line 41, ../../../scss/sections/_reminders.scss */
.dashboard-widget-tasks .dashboard-task-summary li {
  padding: 20px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 48, ../../../scss/sections/_reminders.scss */
.dashboard-widget-tasks .dashboard-task-summary li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 57, ../../../scss/sections/_reminders.scss */
.summary-block {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 20px;
  margin-bottom: 10px;
}
/* line 66, ../../../scss/sections/_reminders.scss */
.summary-block h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px !important;
  color: #333333;
}
/* line 73, ../../../scss/sections/_reminders.scss */
.summary-block h3 {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 15px 0 5px !important;
  color: #adb5bd;
}
/* line 81, ../../../scss/sections/_reminders.scss */
.summary-block h3 i, .summary-block h3 svg {
  padding-right: 5px;
  font-size: 10px;
  vertical-align: unset;
  font-family: "Font Awesome 5 Pro";
}
/* line 89, ../../../scss/sections/_reminders.scss */
.summary-block hr {
  border-top: 1px dotted #dee2e6;
  margin: 15px 0 10px !important;
}
/* line 94, ../../../scss/sections/_reminders.scss */
.summary-block span {
  font-size: 11px;
  float: right;
}
/* line 99, ../../../scss/sections/_reminders.scss */
.summary-block .update-status {
  color: #adb5bd;
}
/* line 104, ../../../scss/sections/_reminders.scss */
.summary-block .stats-icon i, .summary-block .stats-icon svg {
  float: right;
  font-size: 50px;
  padding-top: 6px;
  opacity: 0.3;
  font-family: "Font Awesome 5 Pro";
}

/* line 114, ../../../scss/sections/_reminders.scss */
.upcoming-task {
  background-color: #f4a622 !important;
}

/* line 118, ../../../scss/sections/_reminders.scss */
.high-priority-task {
  background-color: #fe5a59 !important;
}

/* line 122, ../../../scss/sections/_reminders.scss */
.completed-task {
  background-color: #50d266 !important;
}

/* line 126, ../../../scss/sections/_reminders.scss */
.incomplete-task {
  background-color: #ffd14e !important;
}

/* line 130, ../../../scss/sections/_reminders.scss */
.new-task {
  background-color: #50c2e9 !important;
}

/* line 134, ../../../scss/sections/_reminders.scss */
.upcoming-list-item {
  border-left: 10px solid #f4a622;
}

/* line 138, ../../../scss/sections/_reminders.scss */
.high-priority-list-item {
  border-left: 10px solid #fe5a59;
}

/* line 142, ../../../scss/sections/_reminders.scss */
.completed-list-item {
  border-left: 10px solid #50d266;
}

/* line 146, ../../../scss/sections/_reminders.scss */
.incomplete-list-item {
  border-left: 10px solid #ffd14e;
}

/* line 150, ../../../scss/sections/_reminders.scss */
.new-list-item {
  border-left: 10px solid #50c2e9;
}

/* line 154, ../../../scss/sections/_reminders.scss */
.upcoming-icon {
  color: #f4a622;
}

/* line 158, ../../../scss/sections/_reminders.scss */
.high-priority-icon {
  color: #fe5a59;
}

/* line 162, ../../../scss/sections/_reminders.scss */
.completed-icon {
  color: #50d266;
}

/* line 166, ../../../scss/sections/_reminders.scss */
.incomplete-icon {
  color: #ffd14e;
}

/* line 170, ../../../scss/sections/_reminders.scss */
.new-icon {
  color: #50c2e9;
}

/* line 174, ../../../scss/sections/_reminders.scss */
.top-stats-increase {
  border-left: 10px solid #15ca55 !important;
}

/* line 178, ../../../scss/sections/_reminders.scss */
.top-stats-decrease {
  border-left: 10px solid #ff5b53 !important;
}

/* line 182, ../../../scss/sections/_reminders.scss */
.growth-increase {
  color: #15ca55;
}

/* line 186, ../../../scss/sections/_reminders.scss */
.growth-decrease {
  color: #ff5b53;
}

/* line 190, ../../../scss/sections/_reminders.scss */
.upcoming-block {
  border-left: 10px solid #f4a622 !important;
}

/* line 194, ../../../scss/sections/_reminders.scss */
.high-priority-block {
  border-left: 10px solid #fe5a59 !important;
}

/* line 198, ../../../scss/sections/_reminders.scss */
.incomplete-block {
  border-left: 10px solid #ffd14e !important;
}

/* line 202, ../../../scss/sections/_reminders.scss */
.new-block {
  border-left: 10px solid #50c2e9 !important;
}

/* line 206, ../../../scss/sections/_reminders.scss */
.fc-v-event, .fc-h-event {
  border: 1px solid #c62128 !important;
  background-color: #c62128 !important;
}
/* line 210, ../../../scss/sections/_reminders.scss */
.fc-v-event .fc-event-time, .fc-h-event .fc-event-time {
  flex-shrink: unset !important;
}
/* line 214, ../../../scss/sections/_reminders.scss */
.fc-v-event .fc-event-title, .fc-h-event .fc-event-title {
  padding: 2px 5px !important;
}

/* line 220, ../../../scss/sections/_reminders.scss */
.fc-theme-standard .fc-col-header {
  height: 40px !important;
}
/* line 223, ../../../scss/sections/_reminders.scss */
.fc-theme-standard .fc-col-header th.fc-col-header-cell, .fc-theme-standard .fc-col-header th.fc-timegrid-axis {
  color: #ffffff;
  border: 1px solid #313a43;
  background-color: #313a43;
  vertical-align: middle;
}
/* line 229, ../../../scss/sections/_reminders.scss */
.fc-theme-standard .fc-col-header th.fc-col-header-cell a, .fc-theme-standard .fc-col-header th.fc-timegrid-axis a {
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 239, ../../../scss/sections/_reminders.scss */
.fc-theme-standard .fc-list-day th .fc-cell-shaded {
  color: #ffffff;
  border: 1px solid #313a43 !important;
  background: #313a43 !important;
  background-color: #313a43 !important;
  vertical-align: middle;
}
/* line 246, ../../../scss/sections/_reminders.scss */
.fc-theme-standard .fc-list-day th .fc-cell-shaded a {
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1, ../../../scss/sections/_reports.scss */
#report-viewer {
  height: 981px;
  overflow: hidden;
}

/* line 6, ../../../scss/sections/_reports.scss */
strong.key-name {
  text-transform: uppercase;
  margin-right: 10px;
}

/* line 11, ../../../scss/sections/_reports.scss */
.key-item {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 17, ../../../scss/sections/_reports.scss */
.key-item-colour-indicator {
  border-width: 1px;
  border-style: solid;
  margin-right: 5px;
  float: left;
  width: 20px;
  height: 20px;
  display: inline-block;
}
/* line 26, ../../../scss/sections/_reports.scss */
.key-item-colour-indicator.label-info {
  background: #dbf0f7;
  border-color: #b6e2ef;
}
/* line 31, ../../../scss/sections/_reports.scss */
.key-item-colour-indicator.label-success {
  background: #cceeee;
  border-color: #99dede;
}
/* line 36, ../../../scss/sections/_reports.scss */
.key-item-colour-indicator.label-danger {
  background: #ffdedd;
  border-color: #ffbdbc;
}
/* line 41, ../../../scss/sections/_reports.scss */
.key-item-colour-indicator.label-warning {
  background: #fdebd1;
  border-color: #fbd7a3;
}
/* line 46, ../../../scss/sections/_reports.scss */
.key-item-colour-indicator.label-active {
  background: #f0f3f5;
  border-color: #e2e7e9;
}

/* line 52, ../../../scss/sections/_reports.scss */
.table-cell-comparison {
  display: flex;
  align-items: center;
}
/* line 56, ../../../scss/sections/_reports.scss */
.table-cell-comparison span {
  margin-left: 5px;
}

/* line 61, ../../../scss/sections/_reports.scss */
.report-table {
  width: 100%;
  margin-bottom: 1rem;
}

/* line 66, ../../../scss/sections/_reports.scss */
.report-table th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
}

/* line 72, ../../../scss/sections/_reports.scss */
.table > tbody > tr > td.comparison-cell {
  padding: 0;
  white-space: nowrap;
}

/* line 77, ../../../scss/sections/_reports.scss */
.comparison-cell-container {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 3px 10px;
  white-space: nowrap;
}

/* line 85, ../../../scss/sections/_reports.scss */
.current-value {
  margin-right: 12px;
}

/* line 89, ../../../scss/sections/_reports.scss */
.comparison-container {
  color: #666;
  font-size: 0.9em;
}

/* line 94, ../../../scss/sections/_reports.scss */
.comparison-value {
  margin-right: 4px;
}

/* line 98, ../../../scss/sections/_reports.scss */
.percentage-change {
  color: #666;
}

/* line 102, ../../../scss/sections/_reports.scss */
.percentage-change.positive {
  color: #28a745;
}

/* line 106, ../../../scss/sections/_reports.scss */
.percentage-change.negative {
  color: #dc3545;
}

/* line 110, ../../../scss/sections/_reports.scss */
.calculated-row {
  font-weight: bold;
  background-color: #f8f9fa;
}

/* line 1, ../../../scss/sections/_search.scss */
.result-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 7, ../../../scss/sections/_search.scss */
.result-list:before, .result-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 13, ../../../scss/sections/_search.scss */
.result-list > li {
  background: #fff;
  box-shadow: 0 1px #ccc;
  border-radius: 3px;
  overflow: hidden;
}
/* line 19, ../../../scss/sections/_search.scss */
.result-list > li:before, .result-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 25, ../../../scss/sections/_search.scss */
.result-list > li + li {
  margin-top: 10px;
}
/* line 29, ../../../scss/sections/_search.scss */
.result-list > li > div {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  position: relative;
}
/* line 37, ../../../scss/sections/_search.scss */
.result-list .result-image {
  width: 240px;
  padding: 0;
  overflow: hidden;
  background: #2d353c;
  vertical-align: middle;
}
/* line 44, ../../../scss/sections/_search.scss */
.result-list .result-image a {
  display: block;
}
/* line 47, ../../../scss/sections/_search.scss */
.result-list .result-image a:hover, .result-list .result-image a:focus {
  opacity: 0.8;
}
/* line 52, ../../../scss/sections/_search.scss */
.result-list .result-image img {
  width: 100%;
}
/* line 57, ../../../scss/sections/_search.scss */
.result-list .title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 24px;
}
/* line 62, ../../../scss/sections/_search.scss */
.result-list .title a {
  color: #333;
}
/* line 67, ../../../scss/sections/_search.scss */
.result-list .location {
  color: #999;
}
/* line 71, ../../../scss/sections/_search.scss */
.result-list .desc {
  margin-bottom: 20px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}
/* line 79, ../../../scss/sections/_search.scss */
.result-list .btn-row a {
  color: #666;
  font-size: 20px;
  line-height: 14px;
  opacity: 0.2;
}
/* line 85, ../../../scss/sections/_search.scss */
.result-list .btn-row a:hover, .result-list .btn-row a:focus {
  opacity: 1;
}
/* line 89, ../../../scss/sections/_search.scss */
.result-list .btn-row a + a {
  margin-left: 10px;
}
/* line 94, ../../../scss/sections/_search.scss */
.result-list .result-price {
  width: 240px;
  font-size: 28px;
  text-align: center;
  border-left: 1px dashed #ddd;
  padding-top: 30px;
}
/* line 101, ../../../scss/sections/_search.scss */
.result-list .result-price small {
  display: block;
  font-size: 12px;
  color: #999;
}
/* line 107, ../../../scss/sections/_search.scss */
.result-list .result-price .btn {
  margin-top: 30px;
}

/* line 1, ../../../scss/sections/_segments.scss */
.form-horizontal.form-bordered .form-group > div.row {
  border-left: none;
}

/* line 5, ../../../scss/sections/_segments.scss */
#ctl03_ctl00_pnlSegmentClauses .form-group:last-of-type {
  padding-bottom: 0;
  background: red;
}

/* line 10, ../../../scss/sections/_segments.scss */
.conditional-and {
  position: absolute;
  left: 50%;
  height: 25px;
  line-height: 20px;
  width: 50px;
  margin-top: 6px;
}

/* line 19, ../../../scss/sections/_segments.scss */
.final-conditional-and {
  position: absolute;
  left: 50%;
  top: calc(100% - 42px);
}

/* line 25, ../../../scss/sections/_segments.scss */
.final-conditional-and-connector {
  border-right: 1px solid #ddd;
  width: 65px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

/* line 34, ../../../scss/sections/_segments.scss */
.is-child-row .conditional-or-child {
  height: 30px;
  line-height: 23px;
  width: 50px;
  position: absolute;
  left: 20px;
  background-color: #777;
  z-index: 1;
}
/* line 44, ../../../scss/sections/_segments.scss */
.is-child-row .conditional-and-child {
  height: 30px;
  line-height: 23px;
  width: 50px;
  position: absolute;
  left: 50px;
  background-color: #c0c0c0;
  z-index: 1;
}
/* line 54, ../../../scss/sections/_segments.scss */
.is-child-row .bootstrap-select {
  padding-left: 70px !important;
}
/* line 57, ../../../scss/sections/_segments.scss */
.is-child-row .bootstrap-select.is-conditional-and {
  padding-left: 100px !important;
}

/* line 1, ../../../scss/sections/_todo-list.scss */
.todolist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 6, ../../../scss/sections/_todo-list.scss */
.todolist > li {
  border-bottom: 1px solid #ddd;
}
/* line 9, ../../../scss/sections/_todo-list.scss */
.todolist > li > a {
  display: block;
  color: #333;
}
/* line 13, ../../../scss/sections/_todo-list.scss */
.todolist > li > a:hover, .todolist > li > a:focus {
  background: #fafafa;
  text-decoration: none;
}
/* line 17, ../../../scss/sections/_todo-list.scss */
.todolist > li > a:hover .todolist-input i:before,
.todolist > li > a:hover .todolist-input i:before, .todolist > li > a:focus .todolist-input i:before,
.todolist > li > a:focus .todolist-input i:before {
  content: '\f14a';
  opacity: 0.4;
  color: #2d353c;
}
/* line 28, ../../../scss/sections/_todo-list.scss */
.todolist > li.active > a .todolist-title {
  text-decoration: line-through;
}
/* line 32, ../../../scss/sections/_todo-list.scss */
.todolist > li.active > a .todolist-input i:before, .todolist > li.active > a:hover .todolist-input i:before, .todolist > li.active > a:focus .todolist-input i:before {
  content: '\f14a';
  color: #c62128;
  opacity: 1.0;
}

/* line 42, ../../../scss/sections/_todo-list.scss */
.todolist-input {
  display: table-cell;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #ddd;
  padding-left: 15px;
}
/* line 50, ../../../scss/sections/_todo-list.scss */
.todolist-input i, .todolist-input svg {
  display: block;
  width: 14px;
  text-align: center;
}

/* line 57, ../../../scss/sections/_todo-list.scss */
.todolist-title {
  display: table-cell;
  padding: 10px;
  padding-right: 15px;
}

/* line 1, ../../../scss/sections/_task-card.scss */
.task-card {
  padding: 30px 30px 70px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: transform 0.5s ease;
  justify-content: space-around;
  margin-bottom: 30px;
}
/* line 9, ../../../scss/sections/_task-card.scss */
.task-card a:hover {
  text-decoration: none;
}
/* line 14, ../../../scss/sections/_task-card.scss */
.task-card .title .task-status {
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  padding: 5px;
}
/* line 22, ../../../scss/sections/_task-card.scss */
.task-card .title .task-status i, .task-card .title .task-status svg {
  font-size: 25px;
  color: #ffffff;
  height: 30px;
  width: 30px;
}
/* line 30, ../../../scss/sections/_task-card.scss */
.task-card .title .task-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 36, ../../../scss/sections/_task-card.scss */
.task-card .title .task-title h3 {
  margin-top: 6px !important;
  padding-left: 10px;
  line-height: 1.7;
  font-size: 18px !important;
}
/* line 45, ../../../scss/sections/_task-card.scss */
.task-card p {
  font-weight: 400;
}
/* line 48, ../../../scss/sections/_task-card.scss */
.task-card p span {
  padding-top: 15px;
  font-size: 13px;
}
/* line 53, ../../../scss/sections/_task-card.scss */
.task-card p .content-left {
  color: #6c757d;
  float: left;
}
/* line 59, ../../../scss/sections/_task-card.scss */
.task-card .task-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #6c757d;
}
/* line 67, ../../../scss/sections/_task-card.scss */
.task-card .content-right {
  float: right;
}

/* line 2, ../../../scss/sections/_widget-box.scss */
.widget-title {
  margin: 0 auto 60px;
  max-width: 500px;
}
/* line 6, ../../../scss/sections/_widget-box.scss */
.widget-title h1 {
  font-size: 30px;
  color: #22222c;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 17, ../../../scss/sections/_widget-box.scss */
.widget-box .widget-nav {
  padding: 20px 20px 0 20px;
  margin-top: 30px;
  border-top: 2px #eef4f7 dotted;
}
/* line 22, ../../../scss/sections/_widget-box.scss */
.widget-box .widget-nav li {
  list-style: none;
}
/* line 26, ../../../scss/sections/_widget-box.scss */
.widget-box .widget-nav span.next {
  float: left;
}
/* line 30, ../../../scss/sections/_widget-box.scss */
.widget-box .widget-nav span.previous {
  float: right;
}
/* line 35, ../../../scss/sections/_widget-box.scss */
.widget-box .step-title {
  text-align: center;
  border-bottom: 2px #eef4f7 dotted;
  margin-bottom: 25px;
}
/* line 41, ../../../scss/sections/_widget-box.scss */
.widget-box h4 {
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-bottom: 10px;
}
/* line 49, ../../../scss/sections/_widget-box.scss */
.widget-box hr {
  border-top: 2px #eef4f7 dotted;
  margin: 0 0 35px 0;
}
/* line 54, ../../../scss/sections/_widget-box.scss */
.widget-box .underlined {
  text-transform: none;
  margin-bottom: 15px;
}
/* line 59, ../../../scss/sections/_widget-box.scss */
.widget-box .adjust-percent {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
/* line 64, ../../../scss/sections/_widget-box.scss */
.widget-box .adjust-percent input {
  margin: 0 10px 0 0;
  background-color: #ffffff;
  text-align: center;
}
/* line 70, ../../../scss/sections/_widget-box.scss */
.widget-box .adjust-percent i, .widget-box .adjust-percent svg {
  color: #1298c5;
}
/* line 73, ../../../scss/sections/_widget-box.scss */
.widget-box .adjust-percent i:hover, .widget-box .adjust-percent i:focus, .widget-box .adjust-percent svg:hover, .widget-box .adjust-percent svg:focus {
  text-decoration: none;
  color: #0c627f;
  outline: none;
}
/* line 82, ../../../scss/sections/_widget-box.scss */
.widget-box .table-checkbox {
  width: 25px;
  padding: 10px !important;
}

/* line 88, ../../../scss/sections/_widget-box.scss */
.widget-form {
  text-align: left;
  margin-top: 20px;
}
/* line 92, ../../../scss/sections/_widget-box.scss */
.widget-form .card {
  color: #adb5bd;
  width: 153px;
  height: 135px;
  background-color: #eef1f3;
  border-radius: 15px !important;
  margin-bottom: 20px;
  text-align: center;
  justify-content: space-evenly;
}
/* line 102, ../../../scss/sections/_widget-box.scss */
.widget-form .card i, .widget-form .card svg {
  font-size: 35px;
}
/* line 106, ../../../scss/sections/_widget-box.scss */
.widget-form .card .option-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  /*margin-top: 10px;*/
}
/* line 114, ../../../scss/sections/_widget-box.scss */
.widget-form .card:focus {
  transition: all ease-in-out 0.5s;
  color: #ffffff;
  background-color: #c62128;
}
/* line 122, ../../../scss/sections/_widget-box.scss */
.widget-form .radio-pics [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 129, ../../../scss/sections/_widget-box.scss */
.widget-form .radio-pics [type="radio"] + label {
  cursor: pointer;
}
/* line 132, ../../../scss/sections/_widget-box.scss */
.widget-form .radio-pics [type="radio"] + label:hover {
  transition: all ease-in-out 0.5s;
  color: #FFFFFF;
  background-color: #c62128;
}
/* line 139, ../../../scss/sections/_widget-box.scss */
.widget-form .radio-pics [type="radio"]:checked + label {
  color: #FFFFFF;
  background-color: #c62128;
}
/* line 146, ../../../scss/sections/_widget-box.scss */
.widget-form .radio-pics .disabled [type="radio"] + label:hover, .widget-form .radio-pics [disabled] [type="radio"] + label:hover {
  cursor: default;
  color: #6c757d;
  background-color: #eef1f3;
  transition: none;
}
/* line 155, ../../../scss/sections/_widget-box.scss */
.widget-form .radio-pics .disabled [type="radio"]:checked + label:hover, .widget-form .radio-pics [disabled] [type="radio"]:checked + label:hover {
  color: #FFFFFF;
  background-color: #c62128;
  transition: none;
}
/* line 164, ../../../scss/sections/_widget-box.scss */
.widget-form .money-input {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
/* line 169, ../../../scss/sections/_widget-box.scss */
.widget-form .money-input input {
  margin: 0 10px;
}
/* line 174, ../../../scss/sections/_widget-box.scss */
.widget-form .form-group-right {
  border-left: 2px dotted #e2e7eb;
}
/* line 178, ../../../scss/sections/_widget-box.scss */
.widget-form .same-address {
  float: none;
  margin-top: -5px;
}
/* line 183, ../../../scss/sections/_widget-box.scss */
.widget-form .compulsary {
  color: #d8334a;
}
/* line 189, ../../../scss/sections/_widget-box.scss */
.widget-form #children > div > h4 {
  clear: both;
  padding: 0 25px;
  margin: 20px 0;
}
/* line 196, ../../../scss/sections/_widget-box.scss */
.widget-form #children .child-heading {
  margin-top: 30px;
}
/* line 200, ../../../scss/sections/_widget-box.scss */
.widget-form #children .child-label {
  width: 100px;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 25px;
  background: #c62128;
  color: #FFFFFF;
  border-radius: 0 4px 4px 0;
}
/* line 211, ../../../scss/sections/_widget-box.scss */
.widget-form #children .child-label i, .widget-form #children .child-label svg {
  font-size: 25px;
  padding-top: 5px;
}

/* line 2, ../../../scss/sections/_calculators.scss */
.calculator .radio-pics .form-check {
  font-size: 12px;
  line-height: 2.4 !important;
  color: #6c757d;
  padding-left: 0;
  text-transform: uppercase;
}
/* line 9, ../../../scss/sections/_calculators.scss */
.calculator .radio-pics .form-check .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
/* line 18, ../../../scss/sections/_calculators.scss */
.calculator .radio-pics .form-check .card i, .calculator .radio-pics .form-check .card svg {
  width: auto;
}
/* line 24, ../../../scss/sections/_calculators.scss */
.calculator .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.75rem;
}
/* line 32, ../../../scss/sections/_calculators.scss */
.calculator .choice {
  font-size: 12px;
  line-height: 2.4 !important;
  color: #6c757d;
  padding-left: 0;
}
/* line 38, ../../../scss/sections/_calculators.scss */
.calculator .choice label {
  margin-bottom: 0;
}
/* line 41, ../../../scss/sections/_calculators.scss */
.calculator .choice label:hover {
  background-color: #e8252d;
  border-radius: 15px !important;
  color: #FFFFFF;
}

/* line 2, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .btn-supply {
  background: none !important;
  border: none !important;
}
/* line 7, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .disabled-control {
  cursor: not-allowed;
}
/* line 11, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .btn-supply-remove {
  position: absolute;
  right: 0;
  background: none;
  border: none;
}
/* line 18, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .color-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
/* line 26, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .nAnalysisChild {
  margin-left: 7px;
}
/* line 30, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .dFlex {
  display: flex !important;
}
/* line 34, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .overlay-product-variants {
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 43, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .overlay-product-variants .overlay-message {
  text-align: center;
}
/* line 48, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .display-none {
  display: none;
}
/* line 52, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .variant-list-item {
  margin-top: 10px;
  cursor: grab;
  list-style-type: none;
}
/* line 58, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .variant-edit-list-item {
  display: flex;
  align-items: center;
}
/* line 63, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .w-100 {
  width: 100px;
}
/* line 67, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .mw-300 {
  max-width: 300px;
}
/* line 71, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .missing-reqiuired-btn {
  outline: 2px solid red;
  outline-offset: 2px;
}
/* line 76, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .validation-icon {
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  width: fit-content;
}
/* line 83, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .error-modal {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* line 93, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .errorListContainer {
  list-style-type: none;
  padding: 5px;
  margin: 0;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  width: 100%;
}
/* line 103, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .editFeaturesButton {
  position: absolute;
  right: 20px;
}
/* line 108, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .bullet-list-item {
  position: relative !important;
  cursor: grab;
  margin-top: 10px;
}
/* line 113, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .bullet-list-item button {
  top: 0 !important;
}
/* line 118, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .product-variants-container {
  margin-left: 5px;
}
/* line 121, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .product-variants-container div {
  cursor: grab;
}
/* line 128, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .product-variant-item-heading h3 {
  text-align: left;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef !important;
}
/* line 136, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .product-variant-item-heading ul {
  padding: 0;
}
/* line 141, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .equal-height {
  display: flex;
  flex-wrap: wrap;
}
/* line 146, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* line 151, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .equal-height .well {
  flex-grow: 1;
  height: 100%;
  margin-bottom: 0;
}
/* line 157, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .accept-reject-radio td {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
/* line 163, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .note {
  padding: 10px;
}
/* line 167, ../../../scss/sections/_supplier-portal.scss */
.supplier-product-template .auto-resize {
  resize: none;
  overflow-y: hidden;
  box-sizing: border-box;
  transition: height 0.1s ease-out;
  overflow: hidden;
  min-height: 54px;
}

/* line 1, ../../../scss/sections/_subscription-dashboard.scss */
.subscription-top-charts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

/* line 7, ../../../scss/sections/_subscription-dashboard.scss */
.subscription-top-charts > div {
  display: flex;
  flex-direction: column;
}

/* line 12, ../../../scss/sections/_subscription-dashboard.scss */
.subscription-top-charts > div > .widget-state {
  flex: 1;
}

@media screen and (max-width: 600px) {
  /* line 17, ../../../scss/sections/_subscription-dashboard.scss */
  .subscription-top-charts {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Plugins */
/* line 1, ../../../scss/plugins/_autocomplete.scss */
.ui-widget {
  font-family: 'Open Sans';
  font-size: 12px;
}

/* line 6, ../../../scss/plugins/_autocomplete.scss */
.ui-autocomplete {
  /*padding: 5px 0 !important;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #ccc !important;*/
  position: absolute;
  z-index: 10000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block !important;
}
/* line 27, ../../../scss/plugins/_autocomplete.scss */
.ui-autocomplete > li {
  padding: 3px 20px;
}
/* line 30, ../../../scss/plugins/_autocomplete.scss */
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}

/* line 36, ../../../scss/plugins/_autocomplete.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: #c62128 !important;
  color: #fff !important;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 51, ../../../scss/plugins/_autocomplete.scss */
.ui-menu .ui-menu-item a {
  padding: 5px 10px;
}

/* line 55, ../../../scss/plugins/_autocomplete.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 59, ../../../scss/plugins/_autocomplete.scss */
.pac-container {
  z-index: 2000;
}

/* line 1, ../../../scss/plugins/_calendar.scss */
.external-event {
  padding: 15px !important;
  margin-bottom: 5px !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 0.7) !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

/* line 11, ../../../scss/plugins/_calendar.scss */
.calendar-event .external-event h5 {
  color: #fff !important;
  margin: 0 0 5px !important;
}

/* line 16, ../../../scss/plugins/_calendar.scss */
.calendar-event .external-event p {
  margin: 0 !important;
  line-height: 16px !important;
  font-weight: 300 !important;
}

/* line 22, ../../../scss/plugins/_calendar.scss */
.fc-content {
  clear: none !important;
}

/* line 26, ../../../scss/plugins/_calendar.scss */
.fc-state-highlight {
  background: #f0f3f4 !important;
}

/* line 30, ../../../scss/plugins/_calendar.scss */
.fc-widget-header, .fc-widget-content {
  border-color: #e2e7eb !important;
}

/* line 34, ../../../scss/plugins/_calendar.scss */
.fc-widget-header {
  color: #242a30 !important;
  font-weight: 600 !important;
  padding: 3px 15px !important;
}

/* line 40, ../../../scss/plugins/_calendar.scss */
.fc-grid .fc-day-number {
  padding: 3px 5px !important;
}

/* line 44, ../../../scss/plugins/_calendar.scss */
.fc-content .fc-event {
  border: none !important;
  padding: 5px !important;
  text-align: center !important;
  background: #c62128;
}

/* line 51, ../../../scss/plugins/_calendar.scss */
.fc-event-time {
  font-size: 13px !important;
  margin-right: 5px !important;
}

/* line 56, ../../../scss/plugins/_calendar.scss */
.fc-event .fc-event-title {
  font-size: 13px !important;
  display: block !important;
  padding: 0 5px 2px !important;
}

/* line 62, ../../../scss/plugins/_calendar.scss */
.fc-event .fc-event-title small {
  display: block !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 16px !important;
  color: #ccc !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 71, ../../../scss/plugins/_calendar.scss */
.fc-event .fc-event-icons {
  font-size: 18px !important;
  display: block !important;
}

/* line 76, ../../../scss/plugins/_calendar.scss */
.fc-event-container a:hover,
.fc-event-container a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

/* line 82, ../../../scss/plugins/_calendar.scss */
.fc-state-default {
  background: #fff !important;
  border: 1px solid #ccc !important;
  line-height: 1.42857143 !important;
  padding: 6px 12px !important;
  color: #333 !important;
  font-weight: normal !important;
  height: auto !important;
}

/* line 92, ../../../scss/plugins/_calendar.scss */
.fc-header .fc-button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
}

/* line 98, ../../../scss/plugins/_calendar.scss */
.fc-header .fc-button:not(.fc-state-disabled):hover,
.fc-header .fc-button:not(.fc-state-disabled):focus {
  background: #eee !important;
}

/* line 103, ../../../scss/plugins/_calendar.scss */
.fc-header .fc-button.fc-state-down,
.fc-header .fc-button.fc-state-active {
  background: #eee !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

/* line 110, ../../../scss/plugins/_calendar.scss */
.fc-text-arrow {
  font-size: 14px !important;
  line-height: 16px !important;
}

/* line 115, ../../../scss/plugins/_calendar.scss */
.fc-header-title h2 {
  line-height: 31px !important;
  font-size: 24px !important;
}

/* line 121, ../../../scss/plugins/_calendar.scss */
.fc-timegrid-event .fc-event-time {
  padding: 0px 5px !important;
  font-size: 11px !important;
}

/* line 1, ../../../scss/plugins/_charts.scss */
.legendColorBox > div {
  margin-right: 5px !important;
  border-radius: 5px !important;
  margin-top: 1px !important;
  border: none !important;
}

/* line 8, ../../../scss/plugins/_charts.scss */
.legend > table tr td.legendColorBox {
  padding-left: 5px !important;
}

/* line 12, ../../../scss/plugins/_charts.scss */
.legend > table tr td {
  padding: 4px 0 5px 0 !important;
}

/* line 16, ../../../scss/plugins/_charts.scss */
.legend > div {
  border-radius: 4px !important;
  background: #000 !important;
}

/* line 21, ../../../scss/plugins/_charts.scss */
.legend > table tr td.legendLabel {
  padding-right: 10px !important;
  color: #fff;
}

/* line 26, ../../../scss/plugins/_charts.scss */
.legend > table tr + tr td {
  padding-top: 0px !important;
}

/* line 30, ../../../scss/plugins/_charts.scss */
.legendColorBox > div > div {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border-width: 4px !important;
}

/* line 37, ../../../scss/plugins/_charts.scss */
.tickLabel, .legendLabel {
  font-size: 11px !important;
}

/* line 41, ../../../scss/plugins/_charts.scss */
.flot-tooltip {
  position: absolute;
  display: none;
  border: 0;
  padding: 6px 10px 7px;
  color: #fff;
  font-size: 11px;
  background: #333;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  opacity: 1.0;
  z-index: 10000 !important;
}

/* line 55, ../../../scss/plugins/_charts.scss */
.jqstooltip {
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #333 !important;
  width: auto !important;
  height: auto !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

/* line 1, ../../../scss/plugins/_colourpicker.scss */
.colorpicker {
  border: 1px solid #ddd !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

/* line 8, ../../../scss/plugins/_colourpicker.scss */
.colorpicker-hue, .colorpicker-alpha {
  margin-bottom: 0;
}

/* line 1, ../../../scss/plugins/_combobox.scss */
.combobox-container {
  display: table;
  border-collapse: separate;
  width: 100%;
}
/* line 6, ../../../scss/plugins/_combobox.scss */
.combobox-container input, .combobox-container .uneditable-input {
  border: 1px solid #edf0f5;
  background: #edf0f5;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px 0 0 4px !important;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* line 20, ../../../scss/plugins/_combobox.scss */
.combobox-container input:focus, .combobox-container .uneditable-input:focus {
  outline: 0;
  border-color: #d8dce2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
/* line 28, ../../../scss/plugins/_combobox.scss */
.combobox-container input {
  display: table-cell !important;
  width: 1% !important;
  padding: 5px 10px !important;
  white-space: nowrap;
  float: none !important;
  background: #d6d8dd !important;
  color: #555 !important;
}
/* line 38, ../../../scss/plugins/_combobox.scss */
.combobox-container.add-on {
  display: table-cell !important;
  width: 1% !important;
  padding: 5px 10px !important;
  white-space: nowrap;
  float: none !important;
  background: #d6d8dd !important;
  color: #555 !important;
}
/* line 48, ../../../scss/plugins/_combobox.scss */
.combobox-container .icon-remove:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-style: normal;
  position: absolute;
  right: -2px;
  top: 1px;
  text-shadow: none;
}

/* line 60, ../../../scss/plugins/_combobox.scss */
.btn .combobox-clear {
  margin: 0 !important;
  width: 8px !important;
  position: relative;
  opacity: 1.0;
}

/* line 1, ../../../scss/plugins/_datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #eee !important;
}

/* line 8, ../../../scss/plugins/_datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background: #c62128 !important;
  color: #FFFFFF !important;
}

/* line 33, ../../../scss/plugins/_datepicker.scss */
.datepicker {
  min-width: 250px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  z-index: 1151 !important;
  /* this resolves an issue with the datepicker in a modal appearing behind the modal */
}
/* line 40, ../../../scss/plugins/_datepicker.scss */
.datepicker table {
  width: 100%;
}
/* line 44, ../../../scss/plugins/_datepicker.scss */
.datepicker.dropdown-menu {
  min-width: 250px;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
}

/* line 53, ../../../scss/plugins/_datepicker.scss */
.datepicker-dropdown:before {
  border-bottom-color: #ddd !important;
}
/* line 57, ../../../scss/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: #ddd !important;
}

/* line 62, ../../../scss/plugins/_datepicker.scss */
.date-selector {
  padding: 10px;
  text-align: right;
}

/* line 68, ../../../scss/plugins/_datepicker.scss */
.input-daterange .form-control {
  border: 1px solid #ccc;
}
/* line 71, ../../../scss/plugins/_datepicker.scss */
.input-daterange .form-control:focus, .input-daterange .form-control[disabled]:focus, .input-daterange .form-control[readonly]:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid #e9ecef !important;
}
/* line 80, ../../../scss/plugins/_datepicker.scss */
.input-daterange .input-group-addon {
  background: #d6d8dd !important;
  border: none !important;
  text-shadow: none !important;
}
/* line 85, ../../../scss/plugins/_datepicker.scss */
.input-daterange .input-group-addon:first-child {
  border-radius: 0;
}
/* line 89, ../../../scss/plugins/_datepicker.scss */
.input-daterange .input-group-addon.right {
  border-radius: 3px;
}
/* line 93, ../../../scss/plugins/_datepicker.scss */
.input-daterange .input-group-addon .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 97, ../../../scss/plugins/_datepicker.scss */
.input-daterange .input-group-addon .btn:last-child:not(:first-child), .input-daterange .input-group-addon .dropdown-toggle:not(:first-child) {
  border-radius: 0 3px 3px 0;
}

/* line 103, ../../../scss/plugins/_datepicker.scss */
.irs-from, .irs-to, .irs-single {
  background: #2d353c !important;
}

/* line 108, ../../../scss/plugins/_datepicker.scss */
.datepicker-full-width .datepicker-inline {
  width: 100%;
}

/* line 1, ../../../scss/plugins/_draggable.scss */
.ui-sortable .panel-heading {
  cursor: move;
}

/* line 5, ../../../scss/plugins/_draggable.scss */
.ui-sortable.ui-sortable-disabled .panel-heading {
  cursor: default;
}

/* line 9, ../../../scss/plugins/_draggable.scss */
.ui-sortable-placeholder {
  border: 1px dashed #82868b !important;
  visibility: visible !important;
  background: none;
  margin: 0 !important;
}

/* line 16, ../../../scss/plugins/_draggable.scss */
.panel.ui-sortable-placeholder {
  margin: -1px -1px 19px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* line 1, ../../../scss/plugins/_maps.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 16px !important;
  height: 16px !important;
}

/* line 6, ../../../scss/plugins/_maps.scss */
.jvectormap-label {
  padding: 3px 6px !important;
  border: none !important;
  background: #333 !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

/* line 13, ../../../scss/plugins/_maps.scss */
.sidebar-minified .map {
  left: 60px;
}

/* line 17, ../../../scss/plugins/_maps.scss */
.map {
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 260px;
  right: 0;
  z-index: 0;
}

/* line 26, ../../../scss/plugins/_maps.scss */
.map-embedded {
  height: 400px;
  width: 100%;
}
/* line 30, ../../../scss/plugins/_maps.scss */
.map-embedded .map_frame {
  height: 100%;
  width: 100%;
  clear: both;
}
/* line 36, ../../../scss/plugins/_maps.scss */
.map-embedded.small {
  height: 200px;
  border-bottom: 1px solid #eee;
}

/* line 43, ../../../scss/plugins/_maps.scss */
.map-header-embedded .row {
  clear: both;
  margin: 20px 10px;
}
/* line 48, ../../../scss/plugins/_maps.scss */
.map-header-embedded small {
  font-size: 13px;
}
/* line 52, ../../../scss/plugins/_maps.scss */
.map-header-embedded .search {
  padding: 0 40px 0 0;
}
/* line 56, ../../../scss/plugins/_maps.scss */
.map-header-embedded .btn-primary {
  line-height: 20px;
}

/* line 61, ../../../scss/plugins/_maps.scss */
.map-header {
  background: white;
  background: rgba(255, 255, 255, 0.97);
  padding: 0 15px 10px 15px;
  position: absolute;
  top: 115px;
  right: 0;
  left: 270px;
  z-index: 1;
  border-radius: 3px 0 0 3px;
}
/* line 72, ../../../scss/plugins/_maps.scss */
.map-header small {
  margin: 0;
  font-size: 14px;
  color: #888;
}
/* line 78, ../../../scss/plugins/_maps.scss */
.map-header .search {
  width: 40%;
  padding: 0 40px 0 15px;
}
/* line 83, ../../../scss/plugins/_maps.scss */
.map-header .btn-primary {
  line-height: 20px;
}
/* line 87, ../../../scss/plugins/_maps.scss */
.map-header .input-group:not(.input-daterange):not(.bootstrap-timepicker) {
  display: grid;
}
/* line 91, ../../../scss/plugins/_maps.scss */
.map-header .form-control {
  width: 100% !important;
  display: block !important;
}

/* line 97, ../../../scss/plugins/_maps.scss */
.content.content-full-width .map-header h1.page-header {
  margin: 15px 0 5px;
}

/* line 101, ../../../scss/plugins/_maps.scss */
.map-form {
  position: absolute;
  bottom: 0;
  left: 260px;
  right: 45px;
}
/* line 107, ../../../scss/plugins/_maps.scss */
.map-form .tab-content {
  margin-bottom: 0;
  border: none;
}
/* line 112, ../../../scss/plugins/_maps.scss */
.map-form .jvectormap-zoomin {
  width: 20px !important;
  height: 20px !important;
  font-size: 14px;
  line-height: 14px;
  left: 15px;
  top: 60px;
}
/* line 121, ../../../scss/plugins/_maps.scss */
.map-form .jvectormap-zoomout {
  width: 20px !important;
  height: 20px !important;
  font-size: 14px;
  line-height: 14px;
  left: 15px;
  top: 90px;
}

/* line 131, ../../../scss/plugins/_maps.scss */
.map-float-table {
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
}

/* line 139, ../../../scss/plugins/_maps.scss */
.map-content {
  padding: 0 25px;
  z-index: 100;
  position: relative;
}

/* line 1, ../../../scss/plugins/_parsley.scss */
.parsley-error-list {
  padding: 0;
}

/* line 6, ../../../scss/plugins/_parsley.scss */
.parsley-validated .parsley-error {
  color: #333 !important;
  background: #ffdedd !important;
  border-color: #ff5b57 !important;
}
/* line 11, ../../../scss/plugins/_parsley.scss */
.parsley-validated .parsley-error:focus {
  color: #333 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}
/* line 18, ../../../scss/plugins/_parsley.scss */
.parsley-validated .parsley-success {
  color: #333 !important;
  background: #cceeee !important;
  border-color: #f46f37 !important;
}
/* line 23, ../../../scss/plugins/_parsley.scss */
.parsley-validated .parsley-success:focus {
  color: #333 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* line 32, ../../../scss/plugins/_parsley.scss */
ul.parsley-errors-list:empty {
  display: none;
}

/* line 36, ../../../scss/plugins/_parsley.scss */
[data-toggle=buttons] > .btn > span > input[type=radio], [data-toggle=buttons] > .btn > span > input[type=checkbox] {
  display: none;
}

/* line 1, ../../../scss/plugins/_select.scss */
body .bootstrap-select .btn:focus {
  outline: none !important;
}

/* line 5, ../../../scss/plugins/_select.scss */
.bootstrap-select {
  border: none !important;
}
/* line 8, ../../../scss/plugins/_select.scss */
.bootstrap-select .btn.btn-default {
  color: #333333 !important;
  background: #f8f9fa;
  border-color: #e9ecef;
  line-height: 18px;
  text-transform: none;
  font-size: 13px;
}
/* line 16, ../../../scss/plugins/_select.scss */
.bootstrap-select .btn.btn-default:focus, .bootstrap-select .btn.btn-default.focus {
  background: #f8f9fa !important;
  border-color: #B5C1C8 !important;
  color: #333333 !important;
}
/* line 22, ../../../scss/plugins/_select.scss */
.bootstrap-select .btn.btn-default:active, .bootstrap-select .btn.btn-default.active {
  background: #f8f9fa;
  border-color: #B5C1C8;
  color: #333333 !important;
}
/* line 27, ../../../scss/plugins/_select.scss */
.bootstrap-select .btn.btn-default:active:focus, .bootstrap-select .btn.btn-default:active.focus, .bootstrap-select .btn.btn-default.active:focus, .bootstrap-select .btn.btn-default.active.focus {
  background: #f8f9fa !important;
  border-color: #B5C1C8 !important;
}
/* line 32, ../../../scss/plugins/_select.scss */
.bootstrap-select .btn.btn-default:active:hover, .bootstrap-select .btn.btn-default.active:hover {
  background: #f8f9fa !important;
  border-color: #B5C1C8 !important;
}
/* line 38, ../../../scss/plugins/_select.scss */
.bootstrap-select .btn.btn-default:hover {
  background: #f8f9fa;
  border-color: #B5C1C8;
  color: #333333 !important;
}
/* line 46, ../../../scss/plugins/_select.scss */
.bootstrap-select.form-control .dropdown-header {
  text-transform: uppercase;
  background-color: #343a40;
  color: #ffffff;
  line-height: 25px;
}
/* line 53, ../../../scss/plugins/_select.scss */
.bootstrap-select.form-control .divider {
  display: none;
}
/* line 60, ../../../scss/plugins/_select.scss */
.bootstrap-select.open > .dropdown-toggle.btn-default {
  background: #f8f9fa;
  border-color: #B5C1C8;
  color: #333333 !important;
}
/* line 65, ../../../scss/plugins/_select.scss */
.bootstrap-select.open > .dropdown-toggle.btn-default.focus, .bootstrap-select.open > .dropdown-toggle.btn-default:focus, .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
  background: #f8f9fa !important;
  border-color: #B5C1C8 !important;
}
/* line 73, ../../../scss/plugins/_select.scss */
.bootstrap-select.disabled {
  background: #f4f6f9 !important;
  color: #333333;
}
/* line 77, ../../../scss/plugins/_select.scss */
.bootstrap-select.disabled .btn.btn-default {
  background: none;
  border: none;
  color: #333333;
  text-transform: none;
  font-size: 13px;
  opacity: 0.8;
}
/* line 85, ../../../scss/plugins/_select.scss */
.bootstrap-select.disabled .btn.btn-default:hover, .bootstrap-select.disabled .btn.btn-default:active, .bootstrap-select.disabled .btn.btn-default:focus {
  box-shadow: none !important;
  pointer-events: none;
}
/* line 95, ../../../scss/plugins/_select.scss */
.bootstrap-select .dropdown-menu li a span.text {
  display: flex !important;
}
/* line 100, ../../../scss/plugins/_select.scss */
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em;
  text-transform: uppercase;
  font-size: 75%;
}
/* line 105, ../../../scss/plugins/_select.scss */
.bootstrap-select .dropdown-menu li small.text-muted {
  margin-top: 4px;
}
/* line 116, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li a span.text {
  height: 80px;
  margin-bottom: 10px;
}
/* line 121, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li a .product-image {
  width: 100px;
  padding: 0 20px 0 0;
  min-width: 80px;
  flex-basis: 100px;
  float: none;
}
/* line 129, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li a .product-details {
  text-overflow: ellipsis;
  width: calc(100% - 95px);
}
/* line 134, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li a .product-name {
  font-weight: 600;
}
/* line 138, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li a .product-sku {
  display: block;
}
/* line 142, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li a .product-attributes {
  display: block;
}
/* line 149, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"] .dropdown-menu li.selected a svg {
  margin-top: 32px;
  font-size: 18px;
  color: #2bb673;
}
/* line 160, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"].include-stock .out-of-stock {
  color: red;
}
/* line 164, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"].include-stock .out-of-stock-allow-out-of-stock-orders {
  color: limegreen;
}
/* line 170, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-search"].include-prices .price-details {
  text-align: right;
  flex-basis: calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: 80px;
  text-overflow: ellipsis;
  margin-right: 10px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
/* line 189, ../../../scss/plugins/_select.scss */
.bootstrap-select[class*="product-category-search"] .dropdown-menu li.selected a svg {
  margin-top: 0;
  font-size: 18px;
  color: #2bb673;
}
/* line 200, ../../../scss/plugins/_select.scss */
.bootstrap-select.dropup .dropdown-menu {
  bottom: auto;
  margin-bottom: 0;
}
/* line 205, ../../../scss/plugins/_select.scss */
.bootstrap-select .status {
  padding: 5px 10px;
}

/* line 210, ../../../scss/plugins/_select.scss */
.user-selector {
  display: inline-block;
  width: 370px;
  margin-bottom: 20px;
}
/* line 216, ../../../scss/plugins/_select.scss */
.user-selector .bootstrap-select .btn {
  background-color: #fff !important;
}

/* line 1, ../../../scss/plugins/_tagit.scss */
.ui-widget-content {
  border: none;
  /*background: none;
  color: unset;*/
}

/* line 7, ../../../scss/plugins/_tagit.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 3px;
}

/* line 12, ../../../scss/plugins/_tagit.scss */
.tagit .ui-icon-close {
  background: none !important;
  height: 22px !important;
  width: 16px !important;
  text-indent: 0 !important;
}
/* line 19, ../../../scss/plugins/_tagit.scss */
.tagit .ui-icon-close:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  color: #fff;
}
/* line 27, ../../../scss/plugins/_tagit.scss */
.tagit.white .ui-icon-close:before {
  color: #000;
}

/* line 36, ../../../scss/plugins/_tagit.scss */
ul.tagit li.tagit-choice-editable {
  background: #b6c2c9 !important;
  border: none !important;
  color: #fff !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding-right: 24px !important;
  overflow: hidden;
}
/* line 48, ../../../scss/plugins/_tagit.scss */
ul.tagit li.tagit-choice .tagit-close {
  right: 2px !important;
  line-height: 22px !important;
  text-align: center !important;
  top: 0 !important;
  margin: 0 !important;
}
/* line 55, ../../../scss/plugins/_tagit.scss */
ul.tagit li.tagit-choice .tagit-close:hover, ul.tagit li.tagit-choice .tagit-close:focus {
  text-decoration: none !important;
}
/* line 58, ../../../scss/plugins/_tagit.scss */
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before, ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
  color: #666;
  color: rgba(0, 0, 0, 0.4);
}
/* line 68, ../../../scss/plugins/_tagit.scss */
ul.tagit.inverse li.tagit-choice-editable {
  background: #2d353c !important;
}
/* line 75, ../../../scss/plugins/_tagit.scss */
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before, ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
  color: #666;
  color: rgba(255, 255, 255, 0.4);
}
/* line 85, ../../../scss/plugins/_tagit.scss */
ul.tagit.white li.tagit-choice-editable {
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #000 !important;
}
/* line 93, ../../../scss/plugins/_tagit.scss */
ul.tagit.primary li.tagit-choice-editable {
  background: #c62128 !important;
}
/* line 99, ../../../scss/plugins/_tagit.scss */
ul.tagit.info li.tagit-choice-editable {
  background: #49b6d6 !important;
}
/* line 105, ../../../scss/plugins/_tagit.scss */
ul.tagit.success li.tagit-choice-editable {
  background: #f46f37 !important;
}
/* line 111, ../../../scss/plugins/_tagit.scss */
ul.tagit.warning li.tagit-choice-editable {
  background: #f59c1a !important;
}
/* line 117, ../../../scss/plugins/_tagit.scss */
ul.tagit.danger li.tagit-choice-editable {
  background: #ff5b57 !important;
}

/* line 125, ../../../scss/plugins/_tagit.scss */
.disabled .ui-icon-close {
  display: none;
}
/* line 129, ../../../scss/plugins/_tagit.scss */
.disabled .tagit-new {
  display: none;
}

/* line 1, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu + .form-control {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 7, ../../../scss/plugins/_timepicker.scss */
.input-group.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu + .form-control {
  border-radius: 0;
}

/* line 12, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker-widget table td {
  padding: 0 5px;
}
/* line 15, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker-widget table td input {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: center;
}
/* line 22, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker-widget table td a {
  display: block;
  text-align: center;
  padding: 5px 0;
}
/* line 27, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker-widget table td a:hover {
  background: #e8252d !important;
  border: none !important;
  color: #FFFFFF;
}
/* line 35, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 5px;
  border-color: #fff;
}
/* line 39, ../../../scss/plugins/_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.open {
  border: 1px solid #ddd !important;
  max-width: 200px;
  display: block;
}

/* line 3, ../../../scss/plugins/_treeview.scss */
.treeview td.icheck {
  line-height: 30px;
  vertical-align: middle;
}
/* line 8, ../../../scss/plugins/_treeview.scss */
.treeview td .icheckbox-flat-aero {
  margin-left: 5px;
  vertical-align: middle;
}
/* line 14, ../../../scss/plugins/_treeview.scss */
.treeview .icheck {
  padding-left: 5px;
  display: inline;
}
/* line 19, ../../../scss/plugins/_treeview.scss */
.treeview div > div table span.icheck {
  font-size: 0.9em !important;
}

/* iCheck.js Flat skin, aero
----------------------------------- */
/* line 5, ../../../scss/plugins/_icheck.scss */
.form-inline .checkbox label, .form-inline .radio label {
  display: flex;
  min-height: unset;
}
/* line 10, ../../../scss/plugins/_icheck.scss */
.form-inline .checkbox span, .form-inline .radio span {
  top: unset;
}

/* line 16, ../../../scss/plugins/_icheck.scss */
.icheck {
  display: flex;
  margin-bottom: 10px;
}

/* line 21, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero, .iradio-flat-aero {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url(../../../clients/semex/images/controls/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
}
/* line 32, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero + label, .iradio-flat-aero + label {
  margin-left: 10px;
  text-align: left;
}

/* line 38, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero {
  background-position: 0 0;
}
/* line 41, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero.checked {
  background-position: -22px 0;
}
/* line 44, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero.checked.disabled {
  background-position: -66px 0;
}
/* line 49, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero.disabled {
  background-position: -44px 0;
  cursor: default;
}
/* line 54, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero.indeterminate {
  background: url(../../../clients/semex/images/controls/icheck.png) no-repeat;
  display: inline-block;
}
/* line 58, ../../../scss/plugins/_icheck.scss */
.icheckbox-flat-aero.indeterminate:before {
  content: "";
  position: absolute;
  width: .7em;
  height: .3em;
  background-color: #c62128;
  left: 27%;
  right: 25%;
  top: 40%;
  bottom: 25%;
}

/* line 72, ../../../scss/plugins/_icheck.scss */
.iradio-flat-aero {
  background-position: -88px 0;
}
/* line 75, ../../../scss/plugins/_icheck.scss */
.iradio-flat-aero.checked {
  background-position: -110px 0;
}
/* line 78, ../../../scss/plugins/_icheck.scss */
.iradio-flat-aero.checked.disabled {
  background-position: -154px 0;
}
/* line 83, ../../../scss/plugins/_icheck.scss */
.iradio-flat-aero.disabled {
  background-position: -132px 0;
  cursor: default;
}

/* line 90, ../../../scss/plugins/_icheck.scss */
.radio span, .checkbox span {
  position: relative;
  /*top: 6px;*/
  margin-right: 10px;
}
/* line 96, ../../../scss/plugins/_icheck.scss */
.radio label, .checkbox label {
  margin-left: 10px;
  text-align: left;
}

/* line 103, ../../../scss/plugins/_icheck.scss */
.form-group .icheck, .panel-body .icheck {
  margin-bottom: 0;
}
/* line 106, ../../../scss/plugins/_icheck.scss */
.form-group .icheck label, .panel-body .icheck label {
  margin-left: 0;
  padding-left: 10px;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 115, ../../../scss/plugins/_icheck.scss */
  .icheckbox-flat-aero, .iradio-flat-aero {
    background-image: url(../../../clients/semex/images/controls/icheck@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
/* line 1, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-container * {
  box-sizing: border-box;
}

/* line 5, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-container {
  height: 40px;
}
/* line 8, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-container .tab-content {
  clear: left;
  border: none;
}
/* line 13, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 19, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tabs-fixed-container {
  float: left;
  height: 40px;
  overflow: hidden;
  width: 100%;
}
/* line 25, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
  margin-right: 5px;
}

/* line 31, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tabs-movable-container {
  position: relative;
}
/* line 34, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

/* line 39, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0;
}

/* line 43, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow {
  color: #2bb673;
  display: none;
  float: left;
  font-size: 12px;
  height: 40px;
  padding-left: 8px;
  padding-top: 11px;
  width: 25px;
  cursor: pointer;
}
/* line 54, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
  margin-left: -25px;
}
/* line 58, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow:hover {
  color: #26a166;
}
/* line 62, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer;
}
/* line 66, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default;
}
/* line 70, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}
/* line 74, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default;
}
/* line 79, ../../../scss/plugins/_scrollingtabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial;
}

/* Responsive */
@media (max-width: 1680px) {
  /* line 2, ../../../scss/_responsive.scss */
  .btn-responsive-stack {
    float: unset !important;
    margin-top: 10px;
    display: block;
    width: 160px;
  }
}
@media (max-width: 992px) {
  /* line 11, ../../../scss/_responsive.scss */
  .pull-md-left {
    float: left;
  }

  /* line 15, ../../../scss/_responsive.scss */
  .pull-md-right {
    float: right;
  }

  /* line 19, ../../../scss/_responsive.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 23, ../../../scss/_responsive.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 27, ../../../scss/_responsive.scss */
  h4.heading span {
    float: none !important;
    display: block;
  }

  /* line 32, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group {
    border-bottom: 1px solid #eee;
  }
  /* line 35, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group > .control-label {
    padding: 0 15px;
    border: none;
  }
  /* line 40, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group > div {
    border: none;
  }

  /* line 46, ../../../scss/_responsive.scss */
  .result-list .result-image {
    width: 200px;
  }
  /* line 50, ../../../scss/_responsive.scss */
  .result-list .result-price {
    width: 200px;
  }

  /* line 56, ../../../scss/_responsive.scss */
  .map .map-attached-form {
    bottom: 0;
  }

  /* line 62, ../../../scss/_responsive.scss */
  .map-header h1 {
    font-size: 14px;
    font-weight: bold;
  }
  /* line 67, ../../../scss/_responsive.scss */
  .map-header .search {
    width: 100%;
    padding: 0 30px 0 0;
    font-size: 14px;
    font-weight: normal;
  }

  /* line 75, ../../../scss/_responsive.scss */
  .navbar-brand {
    width: auto;
    max-width: 460px;
  }

  /* line 80, ../../../scss/_responsive.scss */
  #sidebar .profile img {
    width: 100%;
    float: none;
  }

  /* line 85, ../../../scss/_responsive.scss */
  .gallery .image {
    width: 33%;
  }

  /* line 89, ../../../scss/_responsive.scss */
  .well.has-tabs {
    margin-top: 20px;
  }

  /* line 93, ../../../scss/_responsive.scss */
  .spinner {
    margin: -20px -20px 0 -20px;
  }

  /* line 98, ../../../scss/_responsive.scss */
  .sidebar-minified .action-menu {
    left: 15px;
  }
  /* line 102, ../../../scss/_responsive.scss */
  .sidebar-minified.sidebar-toggled .action-menu {
    left: 75px;
  }

  /* line 107, ../../../scss/_responsive.scss */
  .sidebar-toggled .sidebar {
    left: 0;
    animation: sidebarSlideIn .2s;
    -webkit-animation: sidebarSlideIn .2s;
  }

  /* line 113, ../../../scss/_responsive.scss */
  .sidebar {
    position: fixed;
    left: -260px;
    padding-top: 0;
    z-index: 1020;
  }

  /* line 120, ../../../scss/_responsive.scss */
  .content {
    margin-left: 0;
    padding: 20px;
  }

  /* line 125, ../../../scss/_responsive.scss */
  .steps {
    display: none;
  }

  /* line 129, ../../../scss/_responsive.scss */
  ul.tagit li {
    width: 60% !important;
  }

  /* line 133, ../../../scss/_responsive.scss */
  .invoice-date {
    text-align: left;
  }

  /* line 138, ../../../scss/_responsive.scss */
  .bootstrap-select.available-products .dropdown-menu li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 143, ../../../scss/_responsive.scss */
  .bootstrap-select.available-products .dropdown-menu li a {
    height: 105px !important;
  }
  /* line 148, ../../../scss/_responsive.scss */
  .bootstrap-select.available-products .dropdown-menu .product-details {
    width: calc(100% - 100px);
  }
  /* line 152, ../../../scss/_responsive.scss */
  .bootstrap-select.available-products .dropdown-menu .price-details {
    float: left;
    text-align: left;
    width: calc(100% - 100px);
  }
}
@media (max-width: 820px) {
  /* line 161, ../../../scss/_responsive.scss */
  .page-header {
    margin: 10px 0 20px;
  }

  /* line 165, ../../../scss/_responsive.scss */
  .col-md-4 {
    margin-top: 0;
  }

  /* line 169, ../../../scss/_responsive.scss */
  .pull-sm-left {
    float: left;
  }

  /* line 173, ../../../scss/_responsive.scss */
  .pull-sm-right {
    float: right;
  }

  /* line 177, ../../../scss/_responsive.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 181, ../../../scss/_responsive.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 185, ../../../scss/_responsive.scss */
  body {
    padding-top: 0 !important;
  }

  /* line 190, ../../../scss/_responsive.scss */
  .page-with-right-sidebar .sidebar {
    left: auto;
    right: -220px;
  }
  /* line 195, ../../../scss/_responsive.scss */
  .page-with-right-sidebar .content {
    margin-right: 0;
  }
  /* line 199, ../../../scss/_responsive.scss */
  .page-with-right-sidebar .footer {
    margin-right: 20px;
  }

  /* line 204, ../../../scss/_responsive.scss */
  .navbar-header {
    float: left;
  }

  /* line 208, ../../../scss/_responsive.scss */
  .navbar-toggle {
    display: block;
    float: right;
  }

  /* line 213, ../../../scss/_responsive.scss */
  .content {
    margin-left: 0 !important;
  }
  /* line 216, ../../../scss/_responsive.scss */
  .content.content-full-width .breadcrumb {
    margin: 20px;
  }

  /* line 222, ../../../scss/_responsive.scss */
  .sidebar-minifed .content {
    margin-left: 0 !important;
  }

  /* line 227, ../../../scss/_responsive.scss */
  .navbar.navbar-fixed-top {
    position: relative;
    margin: 0;
  }

  /* line 232, ../../../scss/_responsive.scss */
  .navbar-brand {
    width: auto;
    max-width: 345px;
  }

  /* line 237, ../../../scss/_responsive.scss */
  .navbar-nav {
    margin: 0;
  }
  /* line 240, ../../../scss/_responsive.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 244, ../../../scss/_responsive.scss */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    float: left;
    min-width: 160px;
    border-top: 1px solid #eee;
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  }
  /* line 257, ../../../scss/_responsive.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
  }
  /* line 262, ../../../scss/_responsive.scss */
  .navbar-nav.navbar-right .open .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 268, ../../../scss/_responsive.scss */
  .navbar-right {
    float: right;
  }

  /* line 272, ../../../scss/_responsive.scss */
  .navbar-left {
    float: left;
  }

  /* line 276, ../../../scss/_responsive.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #edf0f5;
  }

  @keyframes sidebarSlideIn {
    from {
      left: -220px;
    }
    to {
      left: 0;
    }
  }
  @-webkit-keyframes sidebarSlideIn {
    from {
      left: -220px;
    }
    to {
      left: 0;
    }
  }
  /* line 301, ../../../scss/_responsive.scss */
  .sidebar-toggled .sidebar {
    left: 0;
    animation: sidebarSlideIn .2s;
    -webkit-animation: sidebarSlideIn .2s;
  }

  /* line 307, ../../../scss/_responsive.scss */
  .sidebar {
    position: fixed;
    left: -260px;
    padding-top: 0;
    z-index: 1020;
  }

  /* line 314, ../../../scss/_responsive.scss */
  .sidebar-bg {
    position: initial;
    background: none;
  }

  /* line 321, ../../../scss/_responsive.scss */
  .sidebar-minified.page-with-right-sidebar .content {
    margin-right: 0;
  }
  /* line 325, ../../../scss/_responsive.scss */
  .sidebar-minified.page-with-right-sidebar .footer {
    margin-right: 20px;
  }

  /* line 331, ../../../scss/_responsive.scss */
  .action-menu {
    left: 15px;
    text-align: center;
  }

  /* line 336, ../../../scss/_responsive.scss */
  .content {
    margin-left: 0;
    padding: 20px;
  }

  /* line 341, ../../../scss/_responsive.scss */
  .breadcrumb {
    float: none !important;
    margin-bottom: 20px;
  }

  /* line 346, ../../../scss/_responsive.scss */
  .footer {
    margin: 0 20px;
  }

  /* line 350, ../../../scss/_responsive.scss */
  .table-responsive .table > thead > tr > th,
  .table-responsive .table > tbody > tr > th,
  .table-responsive .table > tfoot > tr > th,
  .table-responsive .table > thead > tr > td,
  .table-responsive .table > tbody > tr > td,
  .table-responsive .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 359, ../../../scss/_responsive.scss */
  .dataTables_wrapper {
    padding: 15px;
    min-width: 767px;
  }

  /* line 365, ../../../scss/_responsive.scss */
  .login .login-header {
    width: 100% !important;
    left: 0;
    margin: 30px 0 0;
  }
  /* line 370, ../../../scss/_responsive.scss */
  .login .login-header .brand {
    font-size: 22px;
  }
  /* line 375, ../../../scss/_responsive.scss */
  .login .login-content {
    width: 100% !important;
    padding: 15px 20px 30px;
  }

  /* line 381, ../../../scss/_responsive.scss */
  .invoice-company .pull-right {
    float: none !important;
    display: block;
  }

  /* line 386, ../../../scss/_responsive.scss */
  .invoice .table-responsive {
    margin-bottom: 20px;
    width: 99%;
  }

  /* line 391, ../../../scss/_responsive.scss */
  .invoice-from, .invoice-to, .invoice-date {
    display: block !important;
    text-align: left !important;
    padding: 0 !important;
  }

  /* line 397, ../../../scss/_responsive.scss */
  .invoice-to, .invoice-date {
    margin-top: 20px !important;
  }

  /* line 402, ../../../scss/_responsive.scss */
  .invoice-price .invoice-price-left {
    display: block;
    width: 100% !important;
    float: left !important;
    padding: 10px !important;
  }
  /* line 408, ../../../scss/_responsive.scss */
  .invoice-price .invoice-price-left .sub-price {
    padding: 0px 10px !important;
    display: block !important;
    text-align: center !important;
  }
  /* line 415, ../../../scss/_responsive.scss */
  .invoice-price .invoice-price-right {
    display: block;
    width: 100% !important;
    float: left !important;
    padding: 10px !important;
    text-align: center !important;
  }
  /* line 422, ../../../scss/_responsive.scss */
  .invoice-price .invoice-price-right small {
    position: relative !important;
    display: block;
    left: 0 !important;
    top: 0 !important;
  }
  /* line 430, ../../../scss/_responsive.scss */
  .invoice-price .invoice-price-row {
    float: none !important;
    width: 100% !important;
    display: block !important;
  }

  /* line 438, ../../../scss/_responsive.scss */
  .result-list .result-image {
    width: 160px;
  }
  /* line 442, ../../../scss/_responsive.scss */
  .result-list .result-price {
    width: 100px;
    font-size: 20px;
  }
  /* line 447, ../../../scss/_responsive.scss */
  .result-list > li > div {
    padding: 15px;
  }

  /* line 452, ../../../scss/_responsive.scss */
  .map {
    top: 110px !important;
    left: 0 !important;
  }

  /* line 457, ../../../scss/_responsive.scss */
  .map-header {
    top: 170px !important;
    left: 10px !important;
    padding: 0 20px 10px 10px;
  }

  /* line 463, ../../../scss/_responsive.scss */
  .map-form {
    left: 0;
  }

  /* line 467, ../../../scss/_responsive.scss */
  .content.content-full-width .map-header h1.page-header {
    margin: 5px 0;
  }

  /* line 471, ../../../scss/_responsive.scss */
  .gallery .image {
    width: 50%;
  }

  /* line 475, ../../../scss/_responsive.scss */
  .vertical-box, .vertical-box .vertical-column {
    display: block !important;
  }

  /* line 479, ../../../scss/_responsive.scss */
  .width-xs, .width-sm, .width-md, .width-lg, .width-full {
    width: 100% !important;
  }

  /* line 483, ../../../scss/_responsive.scss */
  .fc-event .fc-event-title small {
    display: none !important;
  }

  /* line 487, ../../../scss/_responsive.scss */
  .calendar {
    display: block;
    width: 100% !important;
  }

  /* line 492, ../../../scss/_responsive.scss */
  .calendar {
    margin-left: 0 !important;
  }

  /* line 496, ../../../scss/_responsive.scss */
  .fc-button-today {
    float: left !important;
  }

  /* line 500, ../../../scss/_responsive.scss */
  .fc-header-left,
  .fc-header-center,
  .fc-header-right {
    text-align: center !important;
    width: 100% !important;
    display: table !important;
  }

  /* line 508, ../../../scss/_responsive.scss */
  .calendar-event .external-event {
    width: 100% !important;
  }
  /* line 511, ../../../scss/_responsive.scss */
  .calendar-event .external-event h5 {
    margin: 0 !important;
  }
  /* line 515, ../../../scss/_responsive.scss */
  .calendar-event .external-event p, .calendar-event .external-event i {
    display: none !important;
  }

  /* line 520, ../../../scss/_responsive.scss */
  .fc-header-left {
    text-align: right !important;
  }

  /* line 524, ../../../scss/_responsive.scss */
  .fc-header-center {
    margin-top: -46px !important;
  }
  /* line 527, ../../../scss/_responsive.scss */
  .fc-header-center h2 {
    font-size: 18px !important;
  }

  /* line 532, ../../../scss/_responsive.scss */
  .fc-header-left .fc-header-space,
  .fc-event .fc-event-icons {
    display: none !important;
  }

  /* line 538, ../../../scss/_responsive.scss */
  .bwizard-steps li {
    float: left !important;
    width: 100% !important;
  }

  /* line 544, ../../../scss/_responsive.scss */
  .panel-title small {
    display: block;
  }

  /* line 548, ../../../scss/_responsive.scss */
  .affix {
    position: static;
    margin-top: 0px !important;
  }

  /* line 553, ../../../scss/_responsive.scss */
  ul.tagit li {
    width: 96% !important;
  }

  /* line 557, ../../../scss/_responsive.scss */
  .input-group {
    width: 100%;
    margin-bottom: 10px;
    		/*.form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    			border-radius: 5px !important;
    		}
    
    		.form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    			border-radius: 5px !important;
    		}*/
  }
  /* line 569, ../../../scss/_responsive.scss */
  .input-group .input-group-btn {
    display: block;
    margin-bottom: 10px !important;
  }

  /* line 577, ../../../scss/_responsive.scss */
  .well-extendable .product-info .badge {
    margin-left: 0;
  }

  /* line 588, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"] .dropdown-menu li a span.text {
    height: unset;
    flex-wrap: wrap;
    display: flex !important;
  }
  /* line 594, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"] .dropdown-menu li a .product-image {
    width: 80px;
    flex-basis: 80px;
  }
  /* line 599, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"] .dropdown-menu li a .product-details {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 604, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"] .dropdown-menu li a .product-name {
    font-weight: 600;
  }
  /* line 608, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"] .dropdown-menu li a .product-sku {
    display: block;
  }
  /* line 612, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"] .dropdown-menu li a .product-attributes {
    display: block;
  }
  /* line 620, ../../../scss/_responsive.scss */
  .bootstrap-select[class*="product-search"].include-prices .price-details {
    text-align: left;
  }

  /* line 629, ../../../scss/_responsive.scss */
  .modal-content .modal-footer .icheck.pull-left {
    float: none !important;
  }
  /* line 633, ../../../scss/_responsive.scss */
  .modal-content .modal-footer .btn.btn-tertiary {
    float: left;
  }

  /* line 641, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group {
    display: block;
    padding: 10px 0 0;
  }
  /* line 645, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group .col-md-4, .form-horizontal.form-bordered .form-group .col-sm-4 {
    width: 100%;
  }
  /* line 649, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group .col-md-8, .form-horizontal.form-bordered .form-group .col-sm-8 {
    width: 100%;
  }
  /* line 653, ../../../scss/_responsive.scss */
  .form-horizontal.form-bordered .form-group .control-label {
    text-align: left;
  }
}
@media (max-width: 540px) {
  /* line 663, ../../../scss/_responsive.scss */
  .tab-pane h4.heading {
    clear: both;
  }

  /* line 669, ../../../scss/_responsive.scss */
  .form-horizontal .form-group {
    padding: 0;
  }
  /* line 673, ../../../scss/_responsive.scss */
  .form-horizontal .control-label {
    padding: 0 15px;
  }
  /* line 677, ../../../scss/_responsive.scss */
  .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding: 0;
    margin: 0;
  }

  /* line 684, ../../../scss/_responsive.scss */
  .login .card-container {
    width: 320px;
    padding: 15px 20px;
  }
  /* line 689, ../../../scss/_responsive.scss */
  .login .login-form h4 {
    margin-top: 0;
  }
  /* line 693, ../../../scss/_responsive.scss */
  .login .login-header {
    margin: 20px 0 0;
  }

  /* line 698, ../../../scss/_responsive.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0;
    width: 100%;
  }

  /* line 703, ../../../scss/_responsive.scss */
  .navbar-nav {
    width: 100%;
    text-align: center;
  }

  /* line 708, ../../../scss/_responsive.scss */
  .navbar-toggle {
    padding-right: 0;
    margin-right: 0;
  }

  /* line 713, ../../../scss/_responsive.scss */
  .navbar-brand {
    max-width: 200px;
    padding-left: 0;
  }

  /* line 718, ../../../scss/_responsive.scss */
  .navbar-nav > li {
    display: inline-block;
    float: none;
    position: unset;
  }

  /* line 724, ../../../scss/_responsive.scss */
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
  }

  /* line 728, ../../../scss/_responsive.scss */
  .bootstrap-select .dropdown-menu {
    max-width: 100%;
    /*min-width: auto !important;*/
  }

  /* line 734, ../../../scss/_responsive.scss */
  .result-list .result-image {
    width: 100%;
    float: none;
  }
  /* line 738, ../../../scss/_responsive.scss */
  .result-list .result-image a {
    position: relative;
  }
  /* line 744, ../../../scss/_responsive.scss */
  .result-list > li > div {
    display: block;
    width: 100%;
  }
  /* line 749, ../../../scss/_responsive.scss */
  .result-list > li > .result-price {
    border-left: none;
    border-top: 1px dashed #ddd;
    width: 100%;
    padding: 15px;
  }
  /* line 757, ../../../scss/_responsive.scss */
  .result-list .btn-row {
    text-align: center;
  }
  /* line 761, ../../../scss/_responsive.scss */
  .result-list .result-price .btn {
    margin-top: 15px;
  }

  /* line 766, ../../../scss/_responsive.scss */
  .invoice .table-responsive {
    width: 96%;
  }

  /* line 770, ../../../scss/_responsive.scss */
  .gallery .image {
    width: 100%;
  }
}
/* This fixes an issue where the page jogs to the left / right when a modal is opened this feature was added to make the modals work more responsively, so you could scroll down and see a modal if the screen was too short. It also stops the background from being scrollable while a modal is up. We are fixing this issue on desktop only - hence the media query.*/
@media (min-width: 980px) {
  /* line 777, ../../../scss/_responsive.scss */
  .modal {
    overflow-y: auto;
  }

  /* line 781, ../../../scss/_responsive.scss */
  .modal-open {
    overflow: auto;
  }
}
/* line 7, ../scss/custom.scss */
.navbar-brand img {
  margin-top: -15px;
}

/* line 11, ../scss/custom.scss */
body.login-page {
  background: #f8f9fa;
}
/* line 14, ../scss/custom.scss */
body.login-page .login-form {
  border: 1px solid #eee;
  border-bottom: 0;
}

/* line 20, ../scss/custom.scss */
.login {
  top: 40%;
}
/* line 24, ../scss/custom.scss */
.login .login-header .brand h3 {
  color: #242a30;
  margin-top: 0;
}
/* line 29, ../scss/custom.scss */
.login .login-header .brand img {
  margin-bottom: 0;
}

/* line 35, ../scss/custom.scss */
.form-control.field-types {
  border-radius: 0;
  /* border-top: 1px solid #e9ecef !important; */
  border: none !important;
  border-top: 2px solid #e9ecef !important;
}
