.lightbox {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.lightbox .content {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  padding: 16px;
  border: 16px solid #155a9b;
  background-color: #ffffff;
  z-index: 1002;
  overflow: auto;
  text-align: center;
  font-size: 3em;
}
.clear {
  clear: both;
}
@media (max-width: 767px) {
  .fixed-sm {
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}
.disabled {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
}
.finish-render-target {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.text-strong {
  font-weight: bold;
}
.text-em {
  font-style: italic;
}
.text-offscreen {
  text-indent: -9999px;
}
.section-border-top,
.section-border-bottom {
  border-color: #84a5c5;
  border-width: 0;
}
.section-border-top {
  border-style: outset;
  border-top-width: 2px;
}
.section-border-bottom {
  border-style: inset;
  border-bottom-width: 2px;
}
.buffer-top {
  margin-top: 0.3em;
}
.buffer-right {
  margin-right: 0.3em;
}
.buffer-bottom {
  margin-bottom: 0.3em;
}
.buffer-left {
  margin-left: 0.3em;
}
.cursor-link {
  cursor: pointer;
}
.simulated-link {
  background-color: transparent;
  border: none;
}
body {
  font-size: 87.5%;
  background: #f0f0f0;
}
label {
  font-weight: normal;
}
label > * {
  touch-action: manipulation;
}
a,
.simulated-link,
.full-screen-header .navigation-item a,
.navigation-item a {
  text-decoration: none;
  color: #155a9b;
  outline: none !important;
  cursor: pointer;
}
a.btn:hover,
a.btn:focus {
  text-decoration: none;
}
a:hover,
.simulated-link:hover,
.full-screen-header .navigation-item a:hover,
.navigation-item a:hover {
  text-decoration: underline;
  color: #092641;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.fa.pull-left {
  margin-right: 0;
}
.fa.pull-right {
  margin-left: 0;
}
a .fa,
.btn .fa {
  margin-right: 0.3em;
}
input[type=checkbox],
input[type=radio] {
  margin: 0 0.3em 0 0;
  vertical-align: middle;
}
input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: default;
}
input[type=date] {
  line-height: 1.42857143;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: text;
}
@media (min-width: 992px) {
  .inline-form-control {
    display: inline-block;
    margin-right: 1em;
  }
  select.form-control {
    width: auto;
  }
  .iapply-repeater-table-container select.form-control {
    width: 100%;
  }
  .input-group .input-group-btn ~ .form-control {
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .form-control {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inline-form-control {
    display: block;
    margin-right: 0;
  }
}
.body-content {
  margin: 0 auto;
  color: #333333;
}
.body-content.page-content.full-screen-container {
  margin-top: 76px;
}
@media (min-width: 992px) {
  .body-content {
    max-width: 80%;
  }
  .body-content.page-content {
    padding-top: 1em;
  }
  .body-content.full-screen-container {
    max-width: 100%;
    padding-top: 0;
  }
  .body-content.full-screen-container .form-content {
    padding: 0;
    border-style: none;
  }
  .body-content.full-screen-container .page-section {
    padding: 6em 2em 12em;
  }
  .form-content {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    border: 1px solid #cccccc;
    background: #fff;
    padding: 1em;
  }
}
@media (max-width: 991px) {
  .section-blob {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    border: 1px solid #cccccc;
    background: #fff;
    padding: 1em;
    margin: 1em 0;
  }
  .body-content.full-screen-container .form-content {
    padding: 0;
    border-style: none;
  }
  .body-content.full-screen-container .page-section {
    padding: 4em 1em 20em;
  }
}
.warning-message {
  background-color: #ffd87a;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
}
.page-notifications {
  position: fixed;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.page-notifications > ul {
  padding-left: 0;
  margin: 0;
}
.page-notifications > ul li {
  list-style: none outside none;
  margin-bottom: 30px;
}
.page-notifications > ul ul {
  text-align: left;
}
.page-notifications > ul ul li {
  margin-bottom: initial;
}
.notification-message {
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.notification-message.notification-info {
  background-color: khaki;
  border-color: gold;
  color: #333333;
}
.notification-message.notification-error {
  background-color: lightcoral;
  border-color: darkred;
  color: black;
}
@media (max-width: 1199px) {
  .warning-message {
    padding: 10px;
    margin-bottom: 0;
  }
  .preview-button {
    margin-top: 10px;
  }
}
.loading-spinner {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 6em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 3em;
}
.loading-spinner:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
}
@media (min-width: 992px) {
  .loading-spinner.no-desktop {
    visibility: hidden;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .loading-spinner.no-tablet {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .loading-spinner.no-mobile {
    visibility: hidden;
  }
}
.iapply-fluid-table .row {
  padding: 0.4em 0;
}
.iapply-fluid-table .alt-row {
  background-color: #eaeaf0;
}
.iapply-fluid-table .header-row .iapply-control-label {
  float: none;
}
.iapply-fluid-table .item-row,
.iapply-fluid-table .footer-row {
  border-top: 1px outset #333333;
}
.vertical-form .iapply-text-container,
.vertical-form .iapply-text-control {
  width: 100%;
}
.vertical-form .iapply-control-label {
  width: auto;
}
.vertical-form .iapply-control-label,
.vertical-form .iapply-control-container {
  display: table;
  float: none;
}
.flipswitch-container {
  float: left;
}
.flipswitch-container .flipswitch-on-btn,
.flipswitch-container .flipswitch-off-btn {
  width: 120px;
  zoom: 1;
}
.flipswitch-container .flipswitch-on-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-align: right;
}
.flipswitch-container .flipswitch-on-btn .flipswitch-on-indicator {
  margin-left: 0.3em;
  margin-right: 0;
}
.flipswitch-container .flipswitch-off-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  text-align: left;
}
.flipswitch-container .btn-iapply {
  margin: 0;
}
.flipswitch-container .btn-iapply:hover {
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .flipswitch-on-btn,
  .flipswitch-off-btn {
    min-height: 3em;
    line-height: 2em;
  }
}
.visible-xs.ng-hide,
.visible-sm.ng-hide,
.visible-md.ng-hide,
.visible-lg.ng-hide {
  display: none!important;
}
.btn {
  outline: none !important;
}
.btn[disabled] {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.full-screen-container .btn-success {
  margin: 0 2px;
}
.btn-iapply {
  background-color: #1b74c8;
  border: 1px solid #1b74c8;
  color: #ffffff;
  margin: 0 2px;
}
.btn-iapply:active,
.btn-iapply:visited,
.btn-iapply:focus {
  color: #ffffff;
}
.btn-iapply:hover {
  background-color: #155a9b;
  border: 1px solid #cccccc;
  color: #ffffff;
  cursor: pointer;
}
.btn-iapply:hover .input-group-addon:first-child {
  border-right: none;
}
.btn-group .btn-iapply:first-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .btn-block-md,
  .btn-block-lg {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin: 0.2em auto;
    text-align: center;
    min-height: 3em;
    line-height: 2em;
  }
  .btn-block-md {
    width: 60%;
  }
  .btn-block-lg {
    width: 100%;
  }
  .btn:not(.toggle, .dropdown-toggle),
  .btn-iapply:not(.toggle, .dropdown-toggle) {
    font-size: 1.5em !important;
  }
}
@media (max-width: 767px) {
  .btn-block-md {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .modal.large .modal-dialog {
    width: 900px;
  }
}
.modal-title {
  color: #1b74c8;
  font-weight: bold;
  margin-bottom: 0;
}
.modal-footer {
  margin-top: 0;
}
.daterangepicker .calendar,
.daterangepicker.opensright .calendar,
.daterangepicker .ranges,
.daterangepicker.opensright .ranges {
  float: left;
}
.dropdown-header {
  font-size: inherit;
}
.select2-container {
  border: 1px solid #cccccc;
}
.select2-container .select2-choice {
  height: 34px;
}
.select2-container-multi .select2-choices {
  border: none;
}
.form-control.select2-container.select2-dropdown-open,
.select2-drop-active {
  border-color: #66afe9;
}
@media (min-width: 992px) {
  .select2-container {
    width: auto;
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .select2-input {
    width: 100% !important;
  }
  .select2-results li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
  }
}
.error-icon {
  color: darkred;
  vertical-align: middle;
  margin-right: 0.3em;
}
.ajax-loading {
  background: url("ajax-spinner.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 24px;
  width: 24px;
  margin: 3px 6px;
}
.has-icon {
  position: relative;
}
.field-icon-inner {
  position: absolute;
  top: 2px;
  right: 0px;
}
.responsive-option-control .field-icon-inner {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 992px) {
  .dashboard-container {
    max-width: 96%;
  }
}
.dashboard-section {
  padding: 10px;
}
.dashboard-section:nth-last-child(1) {
  border-bottom: none;
}
.dashboard-section.panel,
.dashboard-section.panel + .panel {
  border: none;
  margin-top: 0;
}
.product-header-row {
  color: #111;
  background-color: #BDC3C7;
  text-indent: 1.3em;
}
.application-list {
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
.application-list.no-data {
  overflow-x: inherit;
}
.application-list .item-row {
  background-color: #dadfe1;
}
.application-list .item-row .inline-header {
  border-right: 1px outset #333;
  padding-left: 15px;
}
.application-list .item-row.alt-row {
  background-color: #ecf0f1;
}
.application-list .search-field-label,
.application-list .search-field-value {
  word-break: break-all;
  word-wrap: break-word;
}
.application-list-actions {
  margin-top: 15px;
  margin-bottom: 6px;
}
.application-list-table td,
.application-list-table th {
  white-space: nowrap;
}
.application-list-table td div {
  min-height: 26px;
}
.application-list-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0f1;
}
.application-list-table > tbody > tr:nth-of-type(even) {
  background-color: #dadfe1;
}
@media (max-width: 991px) {
  .application-list-table .visible-sm,
  .application-list-table .visible-xs {
    display: table-row-group !important;
  }
  .application-list-table .visible-sm td:first-child,
  .application-list-table .visible-xs td:first-child {
    width: 30%;
    border-right: 1px solid;
  }
}
.application-history .panel-group {
  margin: 0;
}
.application-history .panel-group h4 {
  font-size: 100%;
}
.application-history .panel-group a.accordion-toggle {
  color: #333;
}
.application-history .panel-group .panel {
  border-radius: inherit;
  margin: 0;
}
.application-history .panel-group .panel-body {
  border-style: none;
  padding: 0 15px 0 15px;
}
.application-history .panel-group .row div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.application-history .panel-default > .panel-heading {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.application-history .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-style: none;
}
.application-history .panel-heading {
  padding: inherit;
  border-style: none;
}
.application-history .panel {
  margin-bottom: inherit;
  background: none;
  border-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .dashboard-section .form-action-container {
    padding: 0.8em 0;
    width: 100%;
  }
  .dashboard-section a,
  .dashboard-section .form-action-container > span {
    font-size: 130%;
  }
  .application-list .inline-header {
    padding: 0.2em 0;
  }
  .application-list .sync-toggle {
    margin-top: 10px;
  }
  .application-list .sync-toggle label {
    background-color: #efefef;
    font-size: 14px;
  }
}
.application-filter {
  margin-top: 10px;
}
.application-filter .button-panel {
  margin-bottom: 10px;
}
.application-filter .filter-pane {
  padding: 15px;
  background-color: #fafafa;
  border-width: 1px;
  border-color: #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  margin-bottom: 10px;
}
.footer-row .footer-actions {
  padding-top: 0.5em;
}
.footer-row .pagination {
  margin: 0;
}
.footer-row .pagination > .disabled > a,
.footer-row .pagination > .disabled > a:hover,
.footer-row .pagination > .disabled > a:focus,
.footer-row .pagination > li > a,
.footer-row .pagination > li > a:hover,
.footer-row .pagination > li > a:focus {
  cursor: default;
}
.footer-row .select2-choice {
  height: 27px;
}
.footer-row .select2-container {
  min-width: 0;
  margin-left: 1em;
}
.footer-row .pagination-count {
  margin-top: 0.5em;
}
@media (max-width: 991px) {
  .footer-row .select2-container {
    max-width: 120px;
  }
}
.application-summary-pie {
  height: 200px;
  width: 400px;
}
.application-summary-pie .pieLabel {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
  color: #ffffff;
  font-size: 80%;
  padding: 2px;
  text-align: center;
}
.chart-title {
  margin: 10px 0 0 0;
}
.legend-container table {
  margin-top: 1.5em;
}
.legend-container .legendColorBox,
.legend-container .legendLabel {
  padding-top: 1em;
}
.legend-container .legendColorBox {
  padding-right: 1em;
}
.legend-container .legendLabel {
  vertical-align: middle;
  padding-right: 2em;
}
@media (max-width: 767px) {
  .application-summary-pie {
    width: 100%;
  }
}
.break-word {
  word-wrap: break-word;
}
.footer {
  padding-bottom: 30px;
}
.version-info {
  color: #333333;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  font-size: 0.8em;
  font-style: italic;
  margin-top: 1em;
  margin-right: 1.5em;
}
.application-content,
.summary-application-content {
  position: relative;
}
.full-screen-container .summary-application-content {
  max-width: 80%;
  margin: 1em auto;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
  border: 1px solid #cccccc;
  background: #fff;
  padding: 1em;
}
.iapply-form-title,
.iapply-page-title,
.summary-page-title {
  color: #155a9b;
  word-wrap: break-word;
}
.iapply-page-title {
  padding-bottom: 0.3em;
  margin: 0;
}
.iapply-page-title i {
  font-size: 16px;
}
.summary-page-title {
  margin: 0.5em 0;
}
.mandatory:before {
  content: "* ";
  color: red;
}
.page-section {
  border-style: none;
  padding: 0;
}
.page-section .iapply-datepicker-control,
.page-section .iapply-timepicker-control {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.page-section .input-group-addon {
  width: inherit;
}
.page-section .nav-btn {
  margin: 2em 0 0;
}
.page-section .iapply-radio-container [section-button] {
  display: inline-block;
}
.iapply-control-container {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
}
.iapply-control-label,
.iapply-control-container {
  margin-bottom: 0.4em;
}
.iapply-control-outer-container {
  border-radius: 4px;
  padding: 2px 4px;
  vertical-align: middle;
}
.iapply-hidden-outer-container {
  display: none;
}
.datepicker thead tr th {
  vertical-align: middle;
}
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px;
}
.datepicker.dropdown-menu tbody {
  height: 180px;
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.timepicker.dropdown-menu {
  padding: 0 4px;
}
.datepicker.dropdown-menu button,
.timepicker.dropdown-menu button {
  outline: 0;
  border: 0;
}
.datepicker.dropdown-menu tbody button,
.timepicker.dropdown-menu tbody button {
  padding: 6px;
}
.iapply-calculation-control .iapply-combo-control,
.iapply-datepicker-control,
.iapply-timepicker-control,
.iapply-text-control,
.iapply-textarea-control,
.iapply-geolocation-control {
  border: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .iapply-control-outer-container.floating {
    float: left;
    margin: 0 2em 0 0;
  }
  .iapply-control-outer-container.floating .iapply-control-s,
  .iapply-control-outer-container.floating .iapply-control-m,
  .iapply-control-outer-container.floating .iapply-control-l,
  .iapply-control-outer-container.floating .iapply-control-xl {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .iapply-control-xs {
    width: 10%;
    max-width: 10%;
  }
  .iapply-control-s {
    width: 25%;
    max-width: 25%;
  }
  .iapply-control-m {
    width: 50%;
    max-width: 50%;
  }
  .iapply-control-l {
    width: 75%;
    max-width: 75%;
  }
  .iapply-control-xl {
    width: 100%;
    max-width: 100%;
  }
  .iapply-repeater-table-container .iapply-control-s,
  .iapply-repeater-table-container .iapply-control-m,
  .iapply-repeater-table-container .iapply-control-l,
  .iapply-repeater-table-container .iapply-control-xl {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .inline input,
  .inline label,
  .inline select,
  .inline textarea,
  .inline .responsive-option-control {
    display: inline;
  }
  .no-label-mandatory {
    padding-right: 0.5em;
  }
}
@media (max-width: 991px) {
  .iapply-text-control.iapply-control-s,
  .iapply-text-control.iapply-control-m,
  .iapply-text-control.iapply-control-l,
  .iapply-text-control.iapply-control-xl {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .iapply-calculation-control .iapply-combo-control .iapply-datepicker-control .iapply-textarea-control .iapply-timepicker-control .iapply-geolocation-control {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .update-geolocation {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .iapply-search-container .dropdown-menu {
    z-index: 9;
    width: 100%;
  }
  .iapply-search-container .dropdown-menu li {
    border-bottom: 1px solid #84a5c5;
  }
  .iapply-search-container .dropdown-menu li a {
    white-space: normal;
  }
  .full-screen-container .summary-application-content {
    max-width: 100%;
  }
}
.responsive-option-control .btn-iapply,
.responsive-option-control .btn-success {
  margin-right: 2em;
}
.iapply-creditcard-outer-container {
  margin-top: 0.5em;
}
.iapply-calculation-control-wrapper {
  white-space: nowrap;
}
@media (min-width: 991px) {
  .iapply-creditcard-control .iapply-control-label-container {
    margin-bottom: 0.4em;
  }
}
@media (max-width: 991px) {
  .iapply-creditcard-control .iapply-control-label-container {
    margin-top: 0.5em;
  }
}
.iapply-creditcard-control .input-wrapper {
  position: relative;
}
.iapply-creditcard-control .cc-icon,
.iapply-creditcard-control .lock-icon {
  display: block;
  position: absolute;
  top: 5px;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
  color: #777;
}
.iapply-creditcard-control .cc-icon {
  left: 6px;
}
.iapply-creditcard-control .cc-icon.fa-cc-amex {
  color: #0D7ABF;
}
.iapply-creditcard-control .cc-icon.fa-cc-visa {
  color: #1a1f71;
}
.iapply-creditcard-control .cc-icon.fa-cc-mastercard {
  color: #000066;
}
.iapply-creditcard-control .lock-icon {
  right: 8px;
  font-size: 16px;
}
.iapply-creditcard-control .iapply-creditcard-number-input {
  padding-left: 42px;
}
.iapply-creditcard-control .iapply-creditcard-expiry {
  display: inline-block;
  width: 120px;
  margin-right: 8px;
}
.iapply-creditcard-control .iapply-creditcard-expiry input {
  display: inline-block;
  width: 55px;
}
.iapply-creditcard-control .iapply-creditcard-cvn {
  clear: none;
  width: 120px;
  display: inline-block;
  float: right;
}
.iapply-creditcard-control .iapply-creditcard-cvn .input-wrapper {
  display: inline-block;
}
.iapply-creditcard-control .iapply-creditcard-cvn input {
  display: inline-block;
  width: 5.5em;
}
@media (min-width: 360px) {
  .iapply-creditcard-control {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .iapply-control-outer-container.iapply-calculation-outer-container,
  .iapply-control-outer-container.iapply-combo-outer-container,
  .iapply-control-outer-container.iapply-checkbox-outer-container,
  .iapply-control-outer-container.iapply-checkboxgroup-outer-container,
  .iapply-control-outer-container.iapply-datepicker-outer-container,
  .iapply-control-outer-container.iapply-filebrowser-outer-container,
  .iapply-control-outer-container.iapply-geolocation-outer-container,
  .iapply-control-outer-container.iapply-html-outer-container,
  .iapply-control-outer-container.iapply-repeater-outer-container,
  .iapply-control-outer-container.iapply-radio-outer-container,
  .iapply-control-outer-container.iapply-signaturepad-outer-container,
  .iapply-control-outer-container.iapply-text-outer-container,
  .iapply-control-outer-container.iapply-timepicker-outer-container,
  .iapply-control-outer-container.iapply-likert-outer-container,
  .iapply-control-outer-container.iapply-creditcard-outer-container,
  .iapply-control-outer-container.iapply-photobooth-outer-container,
  .iapply-control-outer-container.iapply-search-outer-container,
  .iapply-control-outer-container.iapply-twofactorverification-outer-container {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    border: 1px solid #cccccc;
    background: #fff;
    padding: 1em;
    margin: 1em 0;
  }
  .iapply-likert-question-container {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.067);
    border: 1px solid #cccccc;
    background: #fff;
    padding: 1em;
    margin: 1em 0;
  }
}
.repeater-control-label {
  margin-top: 0.5em;
}
.iapply-control-label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  float: left;
  white-space: normal;
}
.summary-control-label {
  float: left;
  min-width: 30%;
  max-width: 30%;
  width: 30%;
}
.iapply-control-label-container span.mandatory {
  vertical-align: top;
}
.iapply-control-label-container {
  white-space: nowrap;
}
.iapply-control-label-container .tooltip {
  white-space: normal;
}
@media (min-width: 992px) {
  .iapply-control-label {
    float: none;
  }
  .iapply-control-label-container {
    padding-top: 0.5em;
  }
}
@media (max-width: 991px) {
  .iapply-control-label {
    font-size: 120%;
  }
  .iapply-control-label {
    float: none;
  }
  .iapply-control-label-container {
    padding-top: 0;
  }
}
.iapply-checkbox-item-control,
.iapply-checkboxgroup-item-control,
.iapply-radio-item-control {
  line-height: 2em;
  margin-right: 0.8em;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .iapply-radio-item-control,
  -item-control .iapply-checkboxgroup {
    display: block;
  }
  .responsive-option-control label {
    margin: 0 auto;
    background: #f6f6f6;
    border-color: #cccccc;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    padding: .8em 2.5em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    word-wrap: break-word;
    min-height: 3em;
    line-height: 2em;
  }
  .responsive-option-control label span {
    pointer-events: none;
  }
  .responsive-option-control label.selected {
    background: #1b74c8;
    border-color: #155a9b;
    color: white;
  }
  .responsive-option-control > :first-child,
  .responsive-option-control > :first-child label {
    border-top-right-radius: 0.3125em;
    border-top-left-radius: 0.3125em;
  }
  .responsive-option-control > :last-child,
  .responsive-option-control > :last-child label {
    border-bottom-right-radius: 0.3125em;
    border-bottom-left-radius: 0.3125em;
  }
  .responsive-option-control input {
    position: absolute;
    left: .466em;
    width: 22px;
    height: 22px;
    outline: 0 !important;
  }
}
.iapply-likert-table {
  width: 100%;
  table-layout: fixed;
}
.iapply-likert-table td {
  text-align: center;
  padding: 6px;
}
.iapply-likert-table td label,
.iapply-likert-table td input {
  margin: 0;
}
@media (max-width: 991px) {
  .iapply-likert-table td {
    text-align: left;
    display: block;
  }
  .iapply-likert-table td .scale-description {
    display: inline-block !important;
    vertical-align: middle;
  }
  .iapply-likert-table td.scale-container {
    background: whitesmoke;
    border-bottom: 2px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
  }
  .iapply-likert-table td.scale-container.i0 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid lightgray;
  }
  .iapply-likert-table td.scale-container:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-width: 1px;
  }
}
.iapply-likert-table tr td:first-child {
  text-align: left;
}
.iapply-likert-container .iapply-likert-question-label {
  float: none;
}
.iapply-likert-label {
  background: none repeat scroll 0 0 #155a9b;
  color: #ffffff;
  padding: 0.4em;
  width: 100%;
}
@media (max-width: 991px) {
  .iapply-likert-container .iapply-fluid-table .item-row {
    border-top: none;
  }
  .iapply-likert-container .iapply-fluid-table .alt-row {
    background-color: transparent;
  }
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.file-description {
  font-size: 90%;
  font-style: italic;
}
.fileupload-queue {
  margin: 10px 20px;
}
.fileupload-queue li {
  padding: 2px 15px;
}
.fileupload-header,
.fileupload-name {
  line-height: 2em;
}
.fileupload-name {
  min-width: 200px;
  margin-right: 10px;
}
.fileupload-actions .loader {
  vertical-align: middle;
}
.fileupload-actions .icon-inner {
  line-height: 1.8em;
}
.fileupload-start .icon-outer,
.fileupload-start .icon-inner {
  color: #53c653;
}
.fileupload-start:hover .icon-outer,
.fileupload-start:hover .icon-inner {
  color: #339933;
}
.fileupload-cancel .icon-outer,
.fileupload-delete .icon-outer,
.fileupload-cancel .icon-inner,
.fileupload-delete .icon-inner {
  color: #fab000;
}
.fileupload-cancel:hover .icon-outer,
.fileupload-delete:hover .icon-outer,
.fileupload-cancel:hover .icon-inner,
.fileupload-delete:hover .icon-inner {
  color: #c78c00;
}
.fileupload-start,
.fileupload-cancel,
.fileupload-delete {
  background: transparent;
  border: 0;
  padding: 0.2em 0 0 0;
}
.iapply-filebrowser-control .drop-zone {
  border: 1px solid #cccccc;
  height: 50px;
  width: 50px;
}
.iapply-filebrowser-control.access-read .fileinput-button,
.iapply-filebrowser-control.access-read button {
  display: none;
}
@media (max-width: 991px) {
  .max-filesize {
    text-align: center;
  }
}
.geolocation-map {
  padding-top: 5px;
  clear: both;
}
.iapply-repeater-label {
  margin-bottom: 0;
}
.bootstrap-timepicker-widget .form-control {
  padding: 0;
}
.bootstrap-timepicker .input-group-addon i {
  height: auto;
  width: auto;
}
.signature-container {
  max-width: 300px;
  padding: 10px 0;
}
.signature-preamble {
  margin: 0;
}
.signature-data {
  border: 1px solid #cccccc;
  height: 150px;
  width: 100%;
}
.signature-reset {
  margin-top: 0.5em;
}
.signature-reset.access-read {
  display: none;
}
.signature-image {
  max-width: 30%;
  width: auto;
  height: auto;
  float: left;
}
.signature-image-container .signature-image {
  margin-left: 5%;
}
.iapply-repeater-label {
  background: none repeat scroll 0 0 #155a9b;
  color: #ffffff;
  padding: 0.4em;
  width: 100%;
}
@media (max-width: 991px) {
  .iapply-repeater-control .btn-block-lg {
    white-space: normal;
  }
}
.repeater-add,
.repeater-edit,
.repeater-remove {
  cursor: pointer;
}
.repeater-add i {
  font-size: 20px;
  color: green;
}
.repeater-edit {
  font-size: 16px;
  color: #1b74c8;
}
.repeater-remove {
  font-size: 16px;
  color: darkred;
}
.repeater-actions button[disabled] {
  display: none;
}
.repeater-row-number {
  margin-top: 0.5em;
}
.summary-control-outer-container .repeater-row-number {
  font-style: italic;
}
.iapply-repeater-table-container .repeater-control-label {
  display: inline-block;
}
.iapply-repeater-table-container .mobile-tooltip {
  float: none;
  display: inline-block;
}
.iapply-repeater-table-container,
.iapply-repeater-page-container {
  border: 1px solid #a6c9e2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none;
  padding: 5px;
  margin-bottom: 4px;
}
.iapply-repeater-table-container .item-row .repeater-actions,
.iapply-repeater-page-container .item-row .repeater-actions {
  margin-top: 0.5em;
}
.iapply-repeater-table-container .sub-header-row,
.iapply-repeater-page-container .sub-header-row {
  background: #f5f5f5;
  color: #333;
  padding: 10px 15px;
}
.iapply-repeater-page-container .repeater-page-rows .item-row:hover {
  background: #4a99e2;
  color: white;
  cursor: pointer;
}
.iapply-repeater-page-container .repeater-page-rows .item-row .validation-error {
  border: 1px solid #a94442;
  border-radius: 1px;
  margin-bottom: 1px;
}
.iapply-repeater-page-container .summary-control-value {
  margin-left: 0;
}
.iapply-repeater-page-container .item-row .repeater-actions {
  margin-top: 0;
}
.iapply-repeater-page-container .repeater-row-number {
  margin-top: 0;
  white-space: nowrap;
}
.iapply-repeater-page-container .repeater-edit {
  margin-right: 2px;
  font-size: 16px;
  color: #1b74c8;
  cursor: pointer;
}
.iapply-repeater-page-container .fa-exclamation-triangle {
  color: orange;
}
.iapply-repeater-page-container .fa-check {
  color: green;
}
@media (min-width: 768px) {
  .iapply-repeater-page-container .cell .row {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .iapply-repeater-page-container i {
    font-size: 22px;
  }
  .iapply-repeater-page-container .repeater-actions-mobile {
    margin: 0;
    border-bottom: 1px dashed lightgray;
  }
  .iapply-repeater-page-container .repeater-actions-mobile > div:nth-child(2) {
    text-align: center;
  }
  .iapply-repeater-page-container .repeater-row-number-mobile {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cecece;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    margin-top: -3px;
  }
}
.repeater-page {
  padding-top: 12px;
}
.repeater-page-loading {
  text-align: center;
  color: gray;
  margin-top: 12px;
}
.iapply-group-label {
  cursor: pointer;
  background: none repeat scroll 0 0 #155a9b;
  color: #ffffff;
  padding: 0.4em;
  width: 100%;
}
.full-screen-container .section {
  position: relative;
}
.full-screen-container .section-label {
  cursor: default;
  background: none;
  color: inherit;
  font-size: x-large;
  padding: 0.4em 0;
}
.full-screen-container .fp-bg {
  background-size: cover;
  background-position: center 80%;
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.full-screen-container .fp-tableCell {
  vertical-align: inherit;
}
.iapply-group-container {
  max-width: 100%;
  width: 100%;
}
.tooltip-container {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}
.tooltip-unique-container {
  display: inline-block;
}
.iapply-tooltip {
  display: inline;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  color: green;
  cursor: help;
}
.iapply-tooltip.tooltip-unique {
  cursor: default;
}
.iapply-likert-label .iapply-tooltip {
  color: #f1c77d;
}
.inline-tooltip {
  margin: 0.5em 0;
  opacity: 1;
  position: static;
}
.inline-tooltip .tooltip-inner {
  max-width: 100%;
}
.mobile-tooltip {
  float: right;
}
@media (min-width: 992px) {
  .mobile-tooltip {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-tooltip {
    display: none;
  }
}
@media (max-width: 991px) {
  .tooltip-container,
  .tooltip-unique-container {
    display: block;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .iapply-checkbox-outer-container {
    position: relative;
    font-size: 120%;
  }
  .iapply-checkbox-outer-container .iapply-tooltip {
    position: absolute;
    top: 10px;
  }
  .iapply-checkbox-outer-container .iapply-checkbox-item-control.bump {
    margin-top: 16px;
  }
}
.iapply-photobooth-container .photo-booth-preview {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  max-width: 300px;
}
.iapply-photobooth-container .photo-booth-preview video {
  border: 1px dashed #d3d3d3;
  border-radius: 6px;
  max-width: 300px;
}
.iapply-photobooth-container .take-photo-container {
  display: block;
}
.iapply-photobooth-container .photo-booth-snapshot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
.iapply-photobooth-container .photo-booth-snapshot .fileStatus {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 4px;
  top: 4px;
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
.iapply-photobooth-container .photo-booth-snapshot .fileStatus img.photo-canvas {
  display: none;
  border-radius: 6px;
  border: 1px dashed #d3d3d3;
  max-width: 300px;
}
.iapply-photobooth-container .photo-booth-snapshot .fileStatus img.loader {
  vertical-align: middle;
}
.twofactor-verification-control .alert {
  display: table;
  width: 100%;
  padding: 13px;
  border: none;
  color: #333;
}
.twofactor-verification-control .alert.alert-info {
  background-color: #E1F3F8;
}
.twofactor-verification-control .alert.alert-success {
  background-color: #E6F3E4;
  margin-bottom: 0;
}
.twofactor-verification-control .alert.alert-danger {
  background-color: #FFE4E1;
}
.twofactor-verification-control .alert.alert-warning {
  background-color: #FFEFD5;
}
.twofactor-verification-control .alert > div {
  display: table-cell;
  vertical-align: middle;
}
.twofactor-verification-control .alert > div:first-child {
  width: 40px;
}
.twofactor-verification-control .alert img {
  vertical-align: middle;
}
.twofactor-verification-control .alert h3 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 6px;
}
.twofactor-verification-control .alert p {
  margin: 0;
  line-height: 1.2;
}
.twofactor-verification-control .alert .fa {
  font-size: 26px;
}
.twofactor-verification-control .two-factor-verification-not-verified {
  margin-top: 4px;
}
.twofactor-verification-control .two-factor-verification-not-verified h4 {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}
.twofactor-verification-control .two-factor-verification-not-verified hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.twofactor-verification-control .two-factor-verification-not-verified .verify-code {
  cursor: not-allowed;
}
.twofactor-verification-control .two-factor-verification-not-verified .verify-code input {
  cursor: not-allowed;
}
.twofactor-verification-control .two-factor-verification-not-verified .verify-code h4 {
  color: lightgray;
}
.twofactor-verification-control .two-factor-verification-not-verified .verify-code.code-sent {
  cursor: default;
}
.twofactor-verification-control .two-factor-verification-not-verified .verify-code.code-sent input {
  cursor: default;
}
.twofactor-verification-control .two-factor-verification-not-verified .verify-code.code-sent h4 {
  color: #333;
}
@media (min-width: 768px) {
  .twofactor-verification-control .form-inline .form-group {
    vertical-align: top;
  }
}
.twofactor-verification-control input[type='number'] {
  -moz-appearance: textfield;
}
.twofactor-verification-control input::-webkit-outer-spin-button,
.twofactor-verification-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.validation-error {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.075);
}
.validation-error:focus {
  border: 1px solid #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.validation-error.iapply-combo-control,
.validation-error.iapply-datepicker-control,
.validation-error.iapply-timepicker-control,
.validation-error.iapply-text-control,
.validation-error.iapply-textarea-control,
.validation-error.signature-data {
  background-color: #fff1f1;
}
.validation-error.iapply-creditcard-control {
  border: none;
  box-shadow: none;
}
.iapply-control-error-message {
  display: block;
  color: darkred;
  font-size: 90%;
  margin-top: 4px;
  line-height: 16px;
}
.summary-group-label,
.summary-likert-label,
.summary-repeater-label {
  background: none repeat scroll 0 0 #155a9b;
  color: #ffffff;
  padding: 0.4em;
  float: none;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.summary-group-label h5,
.summary-likert-label h5,
.summary-repeater-label h5 {
  margin-bottom: 0;
}
.summary-subpage-label {
  float: none;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.summary-subpage-label h5 {
  margin-bottom: 0;
}
.summary-text-outer-container .summary-control-value {
  white-space: pre-wrap;
}
.summary-control-repeater-item > .summary-calculation-outer-container,
.summary-control-repeater-item > .summary-combo-outer-container,
.summary-control-repeater-item > .summary-datepicker-outer-container,
.summary-control-repeater-item > .summary-filebrowser-outer-container,
.summary-control-repeater-item > .summary-html-outer-container,
.summary-control-repeater-item > .summary-label-outer-container,
.summary-control-repeater-item > .summary-text-outer-container,
.summary-control-repeater-item > .summary-timepicker-outer-container,
.summary-control-repeater-item > .summary-radio-outer-container,
.summary-control-repeater-item > .summary-checkboxgroup-outer-container,
.summary-control-repeater-item > .summary-checkbox-outer-container,
.summary-control-repeater-item > .summary-geolocation-outer-container,
.summary-control-repeater-item > .summary-signaturepad-outer-container,
.summary-control-repeater-item > .summary-twofactorverification-outer-container {
  border-bottom: 1px solid #cccccc;
}
.summary-group-outer-container > .summary-control-group {
  border-bottom: 1px solid #cccccc;
}
.summary-calculation-outer-container,
.summary-checkboxgroup-outer-container,
.summary-checkbox-outer-container,
.summary-combo-outer-container,
.summary-datepicker-outer-container,
.summary-filebrowser-outer-container,
.summary-geolocation-outer-container,
.summary-html-outer-container,
.summary-label-outer-container,
.summary-likert-question-outer-container,
.summary-text-outer-container,
.summary-timepicker-outer-container,
.summary-radio-outer-container,
.summary-signaturepad-outer-container,
.summary-twofactorverification-outer-container {
  padding: 5px 0 5px 4px;
}
.summary-control-repeater > .summary-control-repeater-item {
  border-left: 5px solid transparent;
}
.summary-control-repeater > .alt-repeater-summary-row {
  border-left-color: #155a9b;
}
.summary-control-repeater-item {
  margin-bottom: 10px;
}
.summary-control-value {
  float: left;
  width: auto;
  margin-left: 5%;
}
.summary-photo-booth img {
  max-height: 40px;
  border: 1px solid lightgray;
  padding: 1px;
  border-radius: 2px;
}
.survey-summary {
  display: flex;
  padding-left: 5%;
}
.survey-summary > div {
  min-width: initial;
  max-width: initial;
  float: none;
}
.survey-summary > div:first-child {
  width: 80%;
}
.survey-summary > div:last-child {
  width: 20%;
  text-align: right;
  padding-right: 15px;
}
.survey-summary > div.summary-control-value {
  margin-left: 0;
}
.survey-summary > div .user-answers {
  padding-left: 0;
  list-style: none;
}
.survey-summary > div .user-answers > li {
  padding: 4px 0;
}
.survey-summary > div .user-answers > li:first-child {
  padding-top: 0;
}
.survey-summary > div .user-answers > li > span {
  display: table;
  width: 100%;
  line-height: 1.2em;
}
.survey-summary i.fa {
  display: table-cell;
  min-width: 13px;
  width: 16px;
}
@media (max-width: 991px) {
  .geolocation-coords-summary {
    word-break: break-all;
    word-wrap: break-word;
  }
}
.full-screen-header .navigation-item {
  display: inline-table;
  vertical-align: middle;
  white-space: nowrap;
}
.full-screen-header .navigation-item.active > .navigation-text {
  box-shadow: none;
}
.full-screen-header .navigation-item .page-indicator {
  right: 0;
  margin-right: 0;
}
.full-screen-header .nav-content {
  margin: 0 340px 0 230px;
}
.full-screen-header .nav-content.nav-menu-1-row {
  padding-top: 26px;
}
.full-screen-header .nav-content.nav-menu-2-row {
  padding-top: 14px;
}
.full-screen-header .nav-content.nav-menu-3-row {
  padding-top: 0;
}
.full-screen-header .nav-content ul {
  border-radius: 0;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.full-screen-header .nav-content > ul {
  box-shadow: none;
}
.full-screen-header .nav-content > ul > li .navigation-text {
  position: relative;
  border-style: none;
  padding: 5px 15px;
}
.full-screen-header .nav-content > ul > li:first-child > .navigation-text {
  box-shadow: none;
}
.full-screen-header .nav-content > ul > li.active > .navigation-text {
  border: 0;
  color: #155a9b;
  background-color: transparent;
  text-shadow: none;
  text-decoration: underline;
  padding: 5px 15px;
}
.full-screen-header .navbar-right-wrapper {
  max-width: 370px;
}
.navigation-item {
  list-style-type: none;
  word-wrap: break-word;
}
.navigation-item a,
.navigation-item a:hover {
  text-decoration: none;
}
.navigation-item.active > .navigation-text {
  text-indent: 0;
}
.navigation-item .navigation-text,
.full-screen-header .navigation-item,
.navigation-item {
  color: #155a9b;
}
.navigation-item .page-indicator {
  position: absolute;
  right: 0.4em;
}
.nav-content {
  position: relative;
}
.nav-content ul {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 6px;
}
.nav-content > ul {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.065);
}
.nav-content > ul > li .navigation-text {
  display: block;
  margin: 0 0 -1px;
  padding: 9px 10px;
  border: 1px solid #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-content > ul > li:first-child > .navigation-text {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.nav-content > ul > li:last-child > .navigation-text {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.nav-content > ul > li.active > .navigation-text {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #155a9b;
  color: #ffffff;
}
.nav-content .nav-lock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  border-radius: 6px;
  text-align: center;
  font-size: 32px;
  color: gray;
}
.nav-content .nav-lock i {
  vertical-align: middle;
}
.nav-content ul > li > ul > li > .navigation-text {
  padding-left: 15px;
  font-size: 90%;
}
.active-submenu > .navigation-text {
  font-weight: bold;
  border-right: 5px solid #155a9b !important;
}
.navbar-right-wrapper {
  padding: 0 15px;
}
.form-navigation {
  margin-top: 1em;
  padding: 1em 0;
}
.full-screen-container .form-navigation {
  position: relative;
  margin-top: 0;
  padding: 1em;
  min-height: 62px;
  border-style: none;
  background-color: #FFF;
}
.full-screen-container .page-validation-summary-section .fp-bg {
  background-color: #f08080;
}
.full-screen-container .progress-indicator {
  position: absolute;
  left: 100px;
  width: 80%;
}
.full-screen-container .progress-indicator .row {
  padding: 10px 0;
  margin: 0;
  max-width: 100%;
  font-size: 14px;
}
.full-screen-container .progress-indicator .progress {
  width: 100%;
  height: 12px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin: 0;
}
.full-screen-container .progress-indicator .progress .bar {
  overflow: hidden;
  height: 100%;
  background-color: #1B74C8;
}
.fixed-footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.fixed-footer .validation-container {
  background-color: #f08080;
}
.fixed-footer .row {
  padding: 1em 0;
  margin: 0 auto;
  max-width: 80%;
}
@media (max-width: 991px) {
  .form-navigation {
    padding: 1em 0;
  }
  .form-navigation > div {
    width: 100%;
  }
  .full-screen-container .progress-indicator {
    position: relative;
    left: 0;
    width: 100%;
    clear: both;
  }
  .full-screen-container .page-section .btn-iapply:not(.input-group-addon) {
    width: 50%;
  }
  .full-screen-container .page-section .btn-iapply:not(.input-group-addon).fileinput-button {
    width: 100%;
  }
  .full-screen-container .page-section .iapply-datepicker-container .input-group {
    min-width: 187px;
  }
  .full-screen-container .page-section .iapply-datepicker-container .input-group .input-group-addon {
    width: 18px;
  }
  .full-screen-container .page-section .iapply-timepicker-container .input-group {
    min-width: 187px;
  }
  .full-screen-container .page-section .iapply-timepicker-container .input-group .input-group-addon {
    width: 18px;
  }
  .full-screen-container .page-section .iapply-timepicker-container .input-group input {
    line-height: 22px;
  }
  .full-screen-container .page-section .iapply-radio-container [section-button]:not(:last-of-type) {
    margin-right: 2em;
  }
  .full-screen-container .page-section .iapply-radio-container [section-button] .btn-iapply {
    width: 100%;
  }
  .full-screen-container .form-navigation .btn-block-lg {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .full-screen-container .iapply-control-outer-container {
    background-color: transparent;
    border-style: none;
    box-shadow: none;
  }
}
header {
  height: 76px;
}
.full-screen-header {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 3;
}
.full-screen-header .header-inner {
  margin-bottom: 0;
}
.full-screen-header .header-inner .body-content {
  max-width: 100%;
}
.header-outer {
  background-color: #f0f0f0;
}
.header-inner {
  background: #ffffff;
  min-height: 76px;
}
.header-inner .brand-logo {
  background-repeat: no-repeat;
  background-position: 0 0 ;
  height: 76px;
  width: 200px;
}
.header-inner .body-content {
  position: relative;
}
.header-inner .mobile-back-btn {
  margin-top: 15px;
  margin-left: 15px;
}
.navbar {
  margin-bottom: 0;
  border-style: none;
  position: relative;
}
.navbar-toggle-container {
  height: 65px;
  position: relative;
}
.offline-indicator {
  margin-right: 15px;
  margin-top: 3px;
}
.offline-indicator .fa-stack {
  margin-right: 0.5em;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  .brandmark {
    float: left;
  }
}
.brandmark-container {
  position: relative;
  padding: 0 15px;
  z-index: 10;
}
.brandmark-container .brandmark.no-link {
  cursor: default;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    min-height: 3em;
    line-height: 2em;
    line-height: 20px;
  }
  .brandmark-container .brandmark {
    display: inline-block;
  }
  .brandmark-container-center {
    position: absolute;
    width: 16.6667%;
    left: 41.6667%;
    text-align: center;
  }
}
.user-display-name {
  text-align: right;
  margin-top: 10px;
  min-height: 1em;
}
.top-menu {
  overflow: hidden;
}
.top-menu .nav {
  padding-right: 0px;
  border-radius: 6px;
}
.top-menu .nav > li > .simulated-link,
.top-menu .nav > li > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}
.top-menu .nav > li > .simulated-link {
  background-color: transparent;
  border: none;
  line-height: 20px;
  padding: 15px;
}
.product-avatar-offline {
  background-image: url("../images/iapply_logo_dark.png");
}
@media (max-width: 991px) {
  .header-inner .brand-logo {
    height: 63px;
    width: 63px;
  }
}
@media (max-width: 767px) {
  .top-menu {
    box-shadow: none;
  }
  .top-menu .nav {
    margin: 10px -5px;
  }
  .top-menu .nav:last-child {
    margin-bottom: 40px;
  }
  .top-menu .nav > li {
    border-width: 1px;
    border-style: none;
    text-align: center;
  }
  .top-menu .nav > li:first-child {
    border-top: none;
  }
  .top-menu .nav > li:not(:last-child) {
    border-bottom-style: inset;
  }
  .top-menu .nav > li a:hover {
    background-color: transparent;
  }
  .top-menu .nav > li .simulated-link {
    line-height: 20px;
    padding: 10px 0;
    width: 100%;
  }
  .top-menu.collapsing,
  .top-menu.in {
    margin-bottom: 2em;
  }
  .user-display-name {
    text-align: center;
    margin-right: 0;
  }
  .navbar-nav {
    background-color: #fff;
  }
  .top-menu,
  .top-menu-toggle {
    background-color: transparent;
    border: none;
    background-color: #25598b;
    color: white;
    padding: 10px;
  }
  .top-menu,
  .top-menu li,
  .top-menu-toggle {
    border-color: rgba(40, 94, 142, 0.75);
  }
  .top-menu-toggle,
  .top-menu-toggle:hover,
  .top-menu-toggle:focus,
  .top-menu-toggle:active {
    font-size: 2.5em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    position: absolute;
    bottom: -2px;
    right: 15px;
    border-bottom-color: transparent;
  }
  .top-menu-toggle.collapsed {
    background-color: white;
    color: #1b74c8;
  }
  .top-menu-toggle:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.login-section {
  border: 1px solid #cccccc;
  margin: 20px auto;
  max-width: 310px;
}
.login-section.two-factor-section {
  max-width: 520px;
}
.forgotten-password {
  cursor: pointer;
  padding-left: 10px;
}
.two-factor-steps li {
  padding: 4px 0px;
  line-height: 20px;
}
.two-factor-steps li img {
  margin: 4px 0 0px;
}
.two-factor-steps li img:nth-child(4) {
  margin-top: 10px;
}
.password-rule-container {
  margin-top: 1em;
  padding: 15px;
}
.password-rule-container .password-rule {
  margin-bottom: 1em;
}
.vault-row {
  margin-bottom: 2em;
}
.vault-product {
  text-align: center;
}
.vault-product.bordered {
  border: 2px solid #e3e3e3;
  padding-bottom: 4em;
  margin-right: 5%;
}
.vault-product img {
  margin: 1em auto;
}
.vault-product .image-colour-1 {
  background: #f3ef7d;
}
.vault-product .image-colour-2 {
  background: #ffc48c;
}
.vault-product .image-colour-3 {
  background: #ff9e9d;
}
.vault-product .image-colour-4 {
  background: #aecdd7;
}
.vault-product .image-colour-5 {
  background: #c9efef;
}
.vault-product .vault-title {
  font-weight: bold;
  margin: 0.5em 0;
  text-align: center;
  word-break: break-word;
  font-size: 1.5em;
  display: block;
}
.vault-product .dropdown-toggle i {
  margin-right: 0;
}
.vault-product .button-section {
  width: 100%;
  position: absolute;
  bottom: 1em;
  margin-left: -15px;
  padding: 0 1em;
}
.vault-product .button-section.center-block {
  margin-left: auto;
}
.category-label {
  white-space: initial;
  margin-right: 1em;
  line-height: 2em;
}
.category-label-colour-1 {
  background: #c0392b;
}
.category-label-colour-2 {
  background: #446cb3;
}
.category-label-colour-3 {
  background: #26a65b;
}
.category-label-colour-4 {
  background: #34495e;
}
.category-label-colour-5 {
  background: #f27935;
}
.vault-search-panel .link-list a {
  display: block;
  word-break: break-all;
  font-size: 1.1em;
}
.vault-search-panel .link-list a.selected {
  font-weight: bold;
}
.vault-search-panel .link-list i {
  font-size: 1.2em;
}
.product-header {
  background-color: whitesmoke;
  padding: 1em;
  margin-bottom: 1em;
}
.product-avatar {
  background-color: white;
  height: 200px;
  width: 200px;
}
.product-avatar-container {
  margin-bottom: 1em;
}
.product-actions {
  margin: 1em 0;
}
.product-categories-container {
  padding-top: 1em;
  border-top: 1px solid #cccccc;
}
.product-header {
  text-align: center;
}
@media (min-width: 991px) {
  .product-header {
    text-align: left;
  }
  .product-avatar-container,
  .product-metadata {
    float: left;
  }
  .product-avatar-container {
    margin: 0 3em 0;
  }
}
@media (min-width: 1200px) {
  .vault-product.first {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .vault-product .dropdown-menu {
    width: 100%;
  }
  .vault-product.bordered {
    margin-right: 0;
  }
  .vault-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.user-profile .user-avatar {
  width: 100px;
}
.user-profile .user-avatar .avatar-image {
  width: 80px;
  height: 80px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
}
.user-profile .profile-data {
  overflow: auto;
}
.app-logos a.app-store {
  margin-right: 0.5em;
  display: inline-block;
}
.app-store.apple {
  width: 116px;
  height: 40px;
  background: url('../images/appstore.png') no-repeat center center;
}
.app-store.google {
  width: 122px;
  height: 40px;
  background: url('../images/googleplay.png') no-repeat center center;
}
.app-store.windows {
  width: 125px;
  height: 40px;
  background: url('../images/windowsstore.png') no-repeat center center;
}
.authenticator-qr-code {
  margin-bottom: 2em;
  background: url('../images/loading.gif') center center no-repeat;
  width: 228px;
  height: 228px;
}
.login-section .authenticator-qr-code {
  width: unset;
  min-height: 228px;
}
.authenticator-string-code,
.two-factor-note-mobile {
  display: none;
  word-break: break-all;
}
.app-logos {
  margin-top: 6em;
}
.inline-image {
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .authenticator-qr-code,
  .two-factor-note {
    display: none;
  }
  .authenticator-string-code,
  .two-factor-note-mobile {
    display: list-item;
  }
  div.authenticator-string-code,
  div.two-factor-note-mobile {
    display: block;
  }
  .authenticator-string-code span {
    font-size: 1.5em;
  }
  .user-display-name a {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 6px;
    border-color: 1px none rgba(40, 94, 142, 0.75);
    min-height: 3em;
    line-height: 2em;
    padding: 10px 15px;
    margin: 10px -5px;
  }
}
.form-control {
  display: inline-block;
}
/****************************************
 * SpinKit-Circles spinner
 ****************************************/
.sk-fading-circle {
  margin: 0 10px;
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/****************************************
 * Inline / Button Spinners
 ****************************************/
@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Styles for old versions of IE */
.three-quarter-spinner {
  font-family: sans-serif;
  font-weight: 100;
  /* :not(:required) hides this rule from IE9 and below */
}
.three-quarter-spinner:not(:required) {
  -webkit-animation: three-quarters 1250ms infinite linear;
  -moz-animation: three-quarters 1250ms infinite linear;
  -ms-animation: three-quarters 1250ms infinite linear;
  -o-animation: three-quarters 1250ms infinite linear;
  animation: three-quarters 1250ms infinite linear;
  border: 3px solid #8c8c8c;
  border-right-color: transparent;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin-left: -26px;
  opacity: 0;
  transition: 0.4s margin ease-out, 0.2s opacity ease-out;
}
.three-quarter-spinner.is-busy {
  transition: 0.2s margin ease-in, 0.4s opacity ease-in;
  margin-left: 5px;
  opacity: 1;
}
.btn-iapply .three-quarter-spinner:not(:required),
.btn-iapply.disabled .three-quarter-spinner:not(:required),
.btn-success .three-quarter-spinner:not(:required),
.btn-success.disabled .three-quarter-spinner:not(:required) {
  border: 3px solid #FFF;
  border-right-color: transparent;
}
@media (max-width: 991px) {
  .three-quarter-spinner.is-busy {
    margin-left: -26px;
  }
  .btn-iapply.disabled .three-quarter-spinner.is-busy {
    margin-left: 5px;
  }
}
.iapply-search-container .manual-search-ctrl {
  width: 75%;
  max-width: 75%;
}
.iapply-search-container .manual-search-ctrl .manual-search {
  width: 60%;
  float: left;
  border-radius: 5px 0 0 5px;
}
.iapply-search-container .manual-search-btn {
  display: inline-block;
  position: relative;
  line-height: 1.4rem;
  width: 6.75%;
  margin-left: 0;
  border: none;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -moz-appearance: none;
  transition: all 0.3s ease 0s;
}
.iapply-search-container .form-control.iapply-text-control.iapply-dynamic-search {
  width: 66.75%;
  max-width: 66.75%;
}
.scrolling-div {
  height: 600px;
  line-height: 3em;
  overflow-y: scroll;
  overflow-x: auto;
  padding: 15px;
  border: 1px solid #a6c9e2;
}
.full-screen-header .nav-content > ul > li:first-child > .navigation-text {
  margin-top: 0 !important;
}
.iapply-filebrowser-control-drag .fileupload-queue {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.fileinput-button-drag {
  width: 100%;
  background-color: #F7F7F7 !important;
  border-radius: 8px;
  border: 2px dashed #BABABA !important;
  color: #202020 !important;
  height: 100px;
}
.fileinput-button-drag span {
  display: block;
  font-size: 14px;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.5px;
  text-align: center;
  color: #202020;
  padding-top: 5px;
}
.fileinput-button-drag span.upload-button-text {
  padding-top: 10px;
}
.fileinput-button-drag span.accepted-files-text,
.fileinput-button-drag span.max-filesize-text {
  font-size: 12px;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #666666;
}
.fileinput-button-drag input {
  width: 100%;
  height: 100px;
}
/*# sourceMappingURL=./style.css.map */