[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, p {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
}

.lc-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 10px;
}

.lc-control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
  background: #fff;
  text-align: left;
  padding: 30px;
  height: 310px;
  margin: 10px;
}

@media (max-width: 430px) {
  .lc-control-group {
    width: 100%;
  }
}

.lc-control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.lc-control:hover input:not([disabled]) ~ .lc-control__indicator {
  border-color: #666;
}

.lc-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.lc-control input:focus ~ .lc-control__indicator {
  border-color: #666;
}

.lc-control input:checked ~ .lc-control__indicator {
  background: #fff;
}

.lc-control input:checked ~ .lc-control__indicator:after {
  display: block;
}

.lc-control input:disabled ~ .lc-control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.lc-control .lc-control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #ccc;
}

.lc-control .lc-control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.lc-control.lc-control--checkbox .lc-control__indicator {
  border-radius: 3px;
}

.lc-control.lc-control--checkbox .lc-control__indicator:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 12px;
  border: solid #326fa8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lc-control.lc-control--checkbox .lc-control__indicator input:disabled ~ .lc-control__indicator:after {
  border-color: #7b7b7b;
}

.lc-control.lc-control--radio .lc-control__indicator {
  border-radius: 50%;
}

.lc-control.lc-control--radio .lc-control__indicator:after {
  left: 4px;
  top: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #326fa8;
}

/** Select **/
.lc-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.lc-select .lc-select-label {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0px;
}

.lc-select .lc-select-label select {
  margin-top: 4px;
}

.lc-select .lc-select-label .select__arrow {
  position: absolute;
  top: 30px;
  right: 8px;
  width: 24px;
  height: 15px;
  pointer-events: none;
  background-image: url(../images/arrow-down-ico.png);
}

.lc-select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 5px 6px;
  outline: 0;
  border: solid 0.6px #979797 !important;
  border-radius: 0;
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.3px;
  height: 35px;
  background-color: #fff;
  color: #333333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.lc-select select::-ms-expand {
  display: none;
}

.lc-select select:focus {
  color: #333333;
  background: #f2f2f2;
}

.lc-select select:focus ~ .select__arrow {
  border-top-color: #333333;
}

.lc-select select:hover {
  color: #333333;
  background: #f2f2f2;
}

.lc-select select:hover ~ .select__arrow {
  border-top-color: #333333;
}

.lc-select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.lc-select select:disabled ~ .select__arrow {
  border-top-color: #f2f2f2;
}

.lc-select .select__arrow {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 15px;
  pointer-events: none;
  background-image: url(../images/arrow-down-ico.png);
}

/** Buttons **/
.lc-button {
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: normal;
  padding: 12px 30px;
}

.lc-button:hover {
  text-decoration: underline;
  color: #ffffff;
}

.lc-button.white-button {
  border: solid 1px #333333;
  color: #333333;
  background-color: #ffffff;
}

.lc-button.red-button {
  border: solid 1px #cf0a2c;
  background-color: #cf0a2c;
  color: #ffffff;
}

.lc-button.blue-button {
  height: 40px;
  background-color: #326fa8;
  color: #ffffff;
}

.lc-action-button {
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  color: #333333;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: normal;
}

.lc-action-button.back-button:hover {
  color: #333333;
}

.lc-action-button.back-button:before {
  content: '';
  width: 7.5px;
  height: 7.5px;
  margin-right: 5px;
  border-top: solid 1.2px #333333;
  border-left: solid 1.2px #333333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  float: left;
  display: block;
  top: 2.5px;
  position: relative;
}

/** Links **/
.lc-link {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.26px;
  color: #326fa8;
  text-decoration: none;
}

.lc-link.question-answer-link:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  border: solid 0.6px #326fa8;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  content: '?';
}

.lc-link.alert-link::after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  border: solid 0.6px #326fa8;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  content: '!';
}

.lc-link:hover {
  text-decoration: underline;
}

/** Actions confirmation **/
.lc-action-feedback {
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.lc-action-feedback.green {
  color: #2c7d50;
}

.lc-action-feedback.red {
  color: #cf0a2c;
}

.lc-action-feedback img {
  margin-right: 15px;
}

.lc-action-feedback img.global-tick-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.lc-action-feedback img.global-red-x {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/** Modals **/
.lc-modal-container {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  z-index: 2;
}

@media (max-width: 430px) {
  .lc-modal-container .lc-modal {
    width: 100%;
    height: 100%;
  }
}

.lc-modal-container .lc-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: hidden;
  min-width: 300px;
  min-height: 300px;
  padding: 20px;
  background-color: white;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 31;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.lc-modal-container .lc-modal .lc-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lc-modal-container .lc-modal .lc-modal-header h1 {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.63px;
  color: #333333;
}

.lc-modal-container .lc-modal .lc-modal-header .close-icon {
  width: 25px;
  height: 25px;
  background: url(../images/xclose-ico@3x.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.lc-modal-container .lc-modal .lc-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lc-modal-container .lc-modal .lc-modal-footer * {
  vertical-align: middle;
}

.lc-modal-container .lc-modal-overlay {
  position: fixed;
  background-color: rgba(51, 51, 51, 0.6);
  width: 100%;
  top: 0;
  height: calc(100% + 40px);
  z-index: 30;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/** Text inputs **/
.lc-input {
  height: 41px;
  border: solid 0.6px #979797 !important;
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: unset !important;
}

.lc-input.small {
  width: 100px;
}

.lc-input.medium {
  width: 175px;
}

.lc-input.large {
  width: 250px;
}

.lc-input::-webkit-input-placeholder {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.lc-input:-ms-input-placeholder {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.lc-input::-ms-input-placeholder {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.lc-input::placeholder {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.lc-input.lc-input-text {
  padding: 15px;
}

.lc-input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 100;
  margin-bottom: 0px;
}

.lc-input-label .lc-input {
  margin-top: 4px;
}

/** Loaders **/
.loader_ico {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/** Tables  (needs bootstrap)**/
.table {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.table thead {
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table thead tr {
  border: none;
}

.table thead tr th {
  border: none;
  font-weight: normal !important;
  vertical-align: middle;
}

.table tbody tr td, .table tbody tr th {
  vertical-align: middle;
}

/* tabled responsive - use col number to set width */
.lc-table {
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 600px;
  height: 200px;
}

@media (max-width: 430px) {
  .lc-table {
    width: 100%;
  }
}

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

.lc-table.lc-col-2 .lc-table-thead .lc-table-th, .lc-table.lc-col-2 .lc-table-tr .lc-table-td {
  width: 50%;
}

.lc-table.lc-col-3 .lc-table-thead .lc-table-th, .lc-table.lc-col-3 .lc-table-tr .lc-table-td {
  width: 33%;
}

.lc-table.lc-col-4 .lc-table-thead .lc-table-th, .lc-table.lc-col-4 .lc-table-tr .lc-table-td {
  width: 25%;
}

.lc-table .lc-table-thead {
  width: 100%;
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  background-color: #333333;
  color: white;
}

@media (max-width: 430px) {
  .lc-table .lc-table-thead {
    display: none;
  }
}

.lc-table .lc-table-thead .lc-table-th {
  padding: 10px 18px;
  text-transform: uppercase;
  vertical-align: center;
}

.lc-table .lc-table-tbody {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.lc-table .lc-table-tbody .lc-table-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 430px) {
  .lc-table .lc-table-tbody .lc-table-tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lc-table .lc-table-tbody .lc-table-tr .lc-table-td {
  padding: 10px 18px;
  vertical-align: center;
}

.lc-table .lc-table-tbody .lc-table-tr .lc-table-td label {
  display: none;
}

@media (max-width: 430px) {
  .lc-table .lc-table-tbody .lc-table-tr .lc-table-td {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lc-table .lc-table-tbody .lc-table-tr .lc-table-td label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase;
    width: 40%;
    margin-right: 10px;
  }
  .lc-table .lc-table-tbody .lc-table-tr .lc-table-td div {
    width: 60%;
  }
  .lc-table .lc-table-tbody .lc-table-tr .lc-table-td a {
    width: 100%;
  }
}

/* tabled responsive - use col number to set width */
.lc-tabs {
  width: 500px;
}

.lc-tabs .lc-tabs-contents {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lc-tabs .lc-tabs-contents .lc-tabs-header {
  width: 100%;
  height: 45px;
}

.lc-tabs .lc-tabs-contents .lc-tabs-header label {
  cursor: pointer;
  height: 100%;
  font-family: "FuturaBQLight", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
  width: 50%;
}

.lc-tabs .lc-tabs-contents .lc-tabs-header label:hover {
  text-decoration: underline;
}

.lc-tabs .lc-tabs-contents .lc-tabs-header label:after {
  content: '';
  width: 5px;
  height: 5px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 10px;
  margin-top: -3px;
}

.lc-tabs .lc-tabs-contents .lc-tabs-header label.current {
  background-color: #f2f2f2;
  font-family: "FuturaBQMedium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}

.lc-tabs .lc-tabs-contents .lc-tabs-header label.current:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0px;
}

.lc-tabs .lc-tabs-contents input[type=radio] {
  display: none;
}

.lc-tabs .lc-tabs-contents input[type=radio] + div.lc-tabs-header {
  display: none;
}

.lc-tabs .lc-tabs-contents .lc-tabs-content {
  display: none;
  height: 250px;
}

.lc-tabs .lc-tabs-contents input:checked + div.lc-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lc-tabs .lc-tabs-contents input:checked + div.lc-tabs-header + .lc-tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f2f2f2;
  padding: 25px;
}

/* Accordion */
label.lc-accordion {
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

label.lc-accordion:hover {
  text-decoration: underline;
}

label.lc-accordion:after {
  content: '';
  width: 5px;
  height: 5px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 10px;
  margin-top: 5px;
}

div.lc-accordion {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

input.lc-accordion {
  display: none;
}

input.lc-accordion:checked ~ label.lc-accordion:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.lc-accordion:checked ~ div.lc-accordion {
  max-height: 140px;
}

/* Info boxes */
.lc-info-box {
  border: solid 1px #326fa8;
  background-color: white;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.2px;
  color: #222222;
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  padding: 11px;
}

.lc-info-box.blue {
  border: solid 1px #326fa8;
  background-color: rgba(50, 111, 168, 0.24);
}

.lc-info-box.green {
  border: solid 1px #228B22;
  background-color: rgba(152, 251, 152, 0.24);
}

.lc-info-box.red {
  border: solid 1px #B22222;
  background-color: rgba(205, 92, 92, 0.4);
}

/* LOADER */
a.no-underline {
  text-decoration: none;
}

a.no-underline:hover {
  text-decoration: none;
}

.wait-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.wait-loader.white em {
  color: white;
}

.wait-loader em {
  font-size: 20px;
  width: 20px;
  height: 20px;
  z-index: 10000;
  color: #333333;
  text-decoration: none;
  position: relative;
  top: -3px;
}
/*# sourceMappingURL=style_form_components.css.map */