﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
/* line 1, ../scss/base/_buttons.scss */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 22, ../scss/base/_buttons.scss */
button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #11519a;
  color: #fff;
}
/* line 28, ../scss/base/_buttons.scss */
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 32, ../scss/base/_buttons.scss */
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #1565c0;
}

/* line 1, ../scss/base/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 8, ../scss/base/_forms.scss */
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

/* line 14, ../scss/base/_forms.scss */
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

/* line 20, ../scss/base/_forms.scss */
input,
select,
textarea {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
}

/* line 28, ../scss/base/_forms.scss */
    [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
        appearance: none;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
        margin-bottom: 0.75em;
        padding: 0.5em;
        transition: border-color 150ms ease;
        width: 100%;
    }
/* line 40, ../scss/base/_forms.scss */
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
/* line 44, ../scss/base/_forms.scss */
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
  outline: none;
}
/* line 50, ../scss/base/_forms.scss */
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
/* line 54, ../scss/base/_forms.scss */
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
/* line 59, ../scss/base/_forms.scss */
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

/* line 64, ../scss/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 68, ../scss/base/_forms.scss */
[type="checkbox"],
[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

/* line 74, ../scss/base/_forms.scss */
[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 79, ../scss/base/_forms.scss */
select {
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 1, ../scss/base/_layout.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../scss/base/_layout.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 11, ../scss/base/_layout.scss */
html,
body {
  height: 100%;
}

/* line 1, ../scss/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, ../scss/base/_lists.scss */
dl {
  margin: 0;
}

/* line 12, ../scss/base/_lists.scss */
dt {
  font-weight: 600;
  margin: 0;
}

/* line 17, ../scss/base/_lists.scss */
dd {
  margin: 0;
}

/* line 1, ../scss/base/_media.scss */
figure {
  margin: 0;
}

/* line 5, ../scss/base/_media.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, ../scss/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, ../scss/base/_tables.scss */
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, ../scss/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

/* line 20, ../scss/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../scss/base/_typography.scss */
body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 8, ../scss/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

/* line 20, ../scss/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 24, ../scss/base/_typography.scss */
a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease;
  cursor: pointer;
}
/* line 29, ../scss/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #104c90;
}

/* line 36, ../scss/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/* line 1, ../scss/base/_tooltips.scss */
.tooltip > .tooltip-inner {
  background-color: #1565c0;
  color: #FFFFFF;
  border: 1px solid #1565c0;
  padding: 8px;
  font-size: 14px;
}

/* line 9, ../scss/base/_tooltips.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #1565c0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 15, ../scss/base/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 20, ../scss/base/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 25, ../scss/base/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 29, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 35, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 43, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 58, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 65, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 69, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 73, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 76, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 79, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 82, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 90, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 93, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 104, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 115, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 126, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 137, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 148, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 159, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 170, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 181, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 192, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 195, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 206, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 213, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 218, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 222, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 227, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 232, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 235, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 241, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 252, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 263, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 266, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 269, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 274, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 280, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 285, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 292, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 296, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 299, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 310, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 316, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 319, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 325, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 334, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 337, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 342, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 345, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 351, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 355, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 358, ../scss/base/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 361, ../scss/base/_bootstrap-datetimepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 364, ../scss/base/_bootstrap-datetimepicker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2, ../scss/app/pages/_motp-property-info.scss */
.form-label.green {
  background-color: #d6e3bc;
}
/* line 5, ../scss/app/pages/_motp-property-info.scss */
.form-label.blue {
  background-color: #c6d9f1;
}
/* line 8, ../scss/app/pages/_motp-property-info.scss */
.form-label.red {
  background-color: #f2dbdb;
}

/* line 13, ../scss/app/pages/_motp-property-info.scss */
.nav-tabs {
  margin: 0;
  margin-bottom: 20px;
}
/* line 17, ../scss/app/pages/_motp-property-info.scss */
.nav-tabs li a {
  border: 1px solid #ddd;
  color: #000;
  background-color: #fcfcfc;
  -webkit-box-shadow: inset 0px -31px 29px -35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -31px 29px -35px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -31px 29px -35px rgba(0, 0, 0, 0.2);
}
/* line 24, ../scss/app/pages/_motp-property-info.scss */
.nav-tabs li a.active {
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
/* line 29, ../scss/app/pages/_motp-property-info.scss */
.nav-tabs li a:hover {
  background-color: #F5F5F5;
}

/* line 36, ../scss/app/pages/_motp-property-info.scss */
.terms-checkbox {
  font-size: 1.3em;
}

/* line 2, ../scss/app/pages/_add-property.scss */
.property-information .has-caption {
  position: relative;
}
@media (min-width: 992px) {
  /* line 5, ../scss/app/pages/_add-property.scss */
  .property-information p.caption {
    position: absolute;
    left: 100%;
    top: 25px;
    width: 356px;
    padding-left: 27px;
  }
}

/* line 2, ../scss/app/pages/_add-payment.scss */
.button-list button {
  min-width: 200px;
  margin-right: 20px;
}

/* line 9, ../scss/app/pages/_add-payment.scss */
.payment-amount .padding-left {
  padding-left: 16px;
}

/* line 2, ../scss/app/pages/_dashboard.scss */
.dashboard button {
  width: 100%;
  text-align: center;
}

/* line 2, ../scss/app/pages/_faq.scss */
.faq .question {
  font-weight: bold;
}
/* line 5, ../scss/app/pages/_faq.scss */
.faq .answer {
  margin-bottom: 25px;
  text-align: justify;
}

@font-face {
  font-family: 'ico';
  src: url("fonts/ico.eot?97334248");
  src: url("fonts/ico.eot?97334248#iefix") format("embedded-opentype"), url("fonts/ico.woff2?97334248") format("woff2"), url("fonts/ico.woff?97334248") format("woff"), url("fonts/ico.ttf?97334248") format("truetype"), url("fonts/ico.svg?97334248#ico") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ico';
    src: url('fonts/ico.svg?97334248#ico') format('svg');
  }
}
*/
/* line 25, ../scss/app/core/_fonts.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ico";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 60, ../scss/app/core/_fonts.scss */
.icon-phone:before {
  content: '\e800';
}

/* 'εáÇ' */
/* line 61, ../scss/app/core/_fonts.scss */
.icon-info:before {
  content: '\e801';
}

/* 'εáü' */
/* line 62, ../scss/app/core/_fonts.scss */
.icon-chevron-left:before {
  content: '\e802';
}

/* 'εáé' */
/* line 63, ../scss/app/core/_fonts.scss */
.icon-chevron-right:before {
  content: '\e803';
}

/* 'εáâ' */
/* line 64, ../scss/app/core/_fonts.scss */
.icon-down-open:before {
  content: '\f004';
}

/* '∩Çä' */
/* line 65, ../scss/app/core/_fonts.scss */
.icon-up-open:before {
  content: '\f005';
}

/* '∩Çà' */
/* line 67, ../scss/app/core/_fonts.scss */
.icon-chevron-left,
.icon-chevron-right {
  font-size: 0.7em;
  line-height: 1.0em;
}
/* line 72, ../scss/app/core/_fonts.scss */
.icon-chevron-left:before,
.icon-chevron-right:before {
  position: relative;
  top: -0.1em;
}

/* line 1, ../scss/app/core/_typography.scss */
strong {
  font-weight: 800;
}

/* line 5, ../scss/app/core/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

/* line 14, ../scss/app/core/_typography.scss */
h1 {
  margin-bottom: 1.0rem;
  font-size: 3.4rem;
  font-weight: 800;
}

/* line 20, ../scss/app/core/_typography.scss */
h2 {
  margin-bottom: 2.0rem;
  font-size: 3.0rem;
  font-weight: 800;
}

/* line 26, ../scss/app/core/_typography.scss */
h3 {
  margin-bottom: 1.0rem;
  font-size: 2.4rem;
  font-weight: 800;
}

/* line 32, ../scss/app/core/_typography.scss */
h4 {
  margin-bottom: 1.0rem;
  font-size: 2.0rem;
  font-weight: 800;
}

/* line 38, ../scss/app/core/_typography.scss */
h5 {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

/* line 44, ../scss/app/core/_typography.scss */
h6 {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #84C042;
}

/* line 51, ../scss/app/core/_typography.scss */
p {
  margin-bottom: 1.0em;
}
/* line 53, ../scss/app/core/_typography.scss */
p.lead {
    text-align: justify;
  font-size: 1.3rem;
}

/* line 58, ../scss/app/core/_typography.scss */
h2 + h5 {
  margin-top: -15px;
  margin-bottom: 15px;
}

/* line 72, ../scss/app/core/_typography.scss */
.text-center {
  text-align: center;
}

/* line 76, ../scss/app/core/_typography.scss */
.text-left {
  text-align: left;
}

/* line 80, ../scss/app/core/_typography.scss */
.text-right {
  text-align: right;
}

/* line 84, ../scss/app/core/_typography.scss */
.light {
  font-weight: 200;
}

/* line 88, ../scss/app/core/_typography.scss */
.big {
  font-size: 1.2em;
}
@media (min-width: 640px) {
  /* line 88, ../scss/app/core/_typography.scss */
  .big {
    font-size: 1.5em;
  }
}

/* line 95, ../scss/app/core/_typography.scss */
small,
.small {
  line-height: 1.3em;
  font-size: 0.9em;
}

/* line 101, ../scss/app/core/_typography.scss */
.footnote {
  line-height: 1.3em;
  font-size: 0.89em;
  font-style: italic;
}

/* line 107, ../scss/app/core/_typography.scss */
.text-orange {
  color: #e3871e;
}

/* line 1, ../scss/app/core/_base.scss */
html {
  height: 100%;
  font-size: 62.5%;
  background-color: #fff;
}

/* line 7, ../scss/app/core/_base.scss */
body {
  height: 100%;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  color: #4A4A4A;
}

/* line 17, ../scss/app/core/_base.scss */
a {
  color: #00539F;
}

@media (min-width: 1200px) {
  /* line 22, ../scss/app/core/_base.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 992px) {
  /* line 28, ../scss/app/core/_base.scss */
  .container {
    width: 960px;
  }
}
@media (max-width: 639px) {
  /* line 6, ../scss/app/core/_responsive-utilities.scss */
  .hidden-phone {
    display: none;
  }
}
/* line 1, ../scss/app/core/_forms.scss */
form {
  margin: 0;
}

/* line 5, ../scss/app/core/_forms.scss */
input {
  border-radius: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

/* line 11, ../scss/app/core/_forms.scss */
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  height: auto;
  padding: 0.8rem 1.5rem;
  line-height: 1em;
  font-size: 1.4rem;
  border-color: #bebbba;
  border-radius: 0.3rem;
}
/* line 33, ../scss/app/core/_forms.scss */
[type='color'].error,
[type='date'].error,
[type='datetime'].error,
[type='datetime-local'].error,
[type='email'].error,
[type='month'].error,
[type='number'].error,
[type='password'].error,
[type='search'].error,
[type='tel'].error,
[type='text'].error,
[type='time'].error,
[type='url'].error,
[type='week'].error,
input:not([type]).error,
textarea.error {
  border-color: red;
  background-image: url(../../img/Red_x.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 7px center;
}
/* line 40, ../scss/app/core/_forms.scss */
[type='color'].valid,
[type='date'].valid,
[type='datetime'].valid,
[type='datetime-local'].valid,
[type='email'].valid,
[type='month'].valid,
[type='number'].valid,
[type='password'].valid,
[type='search'].valid,
[type='tel'].valid,
[type='text'].valid,
[type='time'].valid,
[type='url'].valid,
[type='week'].valid,
input:not([type]).valid,
textarea.valid {
  background-image: url(../../img/green-check.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 7px center;
}

/* line 48, ../scss/app/core/_forms.scss */
select {
  border: 1px solid #bebbba;
}
/* line 50, ../scss/app/core/_forms.scss */
select.error {
  border-color: red;
}

/* line 55, ../scss/app/core/_forms.scss */
fieldset {
  position: relative;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
}
/* line 59, ../scss/app/core/_forms.scss */
fieldset legend {
  display: block;
  margin-bottom: 1.0rem;
  width: 100%;
  border-bottom: 1px solid #bebbba;
  font-size: 2.0rem;
  font-weight: 300;
}
/* line 67, ../scss/app/core/_forms.scss */
fieldset .row {
  /*margin-bottom: 1.0rem;*/
}

/* line 72, ../scss/app/core/_forms.scss */
.field-header {
  padding: 0.5rem 0;
  margin-bottom: 3.0rem;
  font-weight: 600;
  background-color: #E5E5E5;
  color: #6c6c6c;
}

/* line 80, ../scss/app/core/_forms.scss */
.field-label {
  text-align: right;
}

/* line 84, ../scss/app/core/_forms.scss */
.field-control {
  text-align: right;
}
/* line 86, ../scss/app/core/_forms.scss */
.field-control input {
  margin-bottom: 0;
  text-align: right;
}
/* line 90, ../scss/app/core/_forms.scss */
.field-control span {
  display: block;
  padding: 0.5rem 1.5rem;
}

/* line 96, ../scss/app/core/_forms.scss */
.field-value {
  font-weight: 600;
}

/* line 100, ../scss/app/core/_forms.scss */
label.v-center {
  padding-top: 10px;
}

/* line 104, ../scss/app/core/_forms.scss */
.form-group {
  /*margin-bottom: 2.0rem;*/
}

/* line 109, ../scss/app/core/_forms.scss */
.form-inline .form-group {
  display: inline-block;
  margin-right: 2.0rem;
  vertical-align: middle;
}
/* line 113, ../scss/app/core/_forms.scss */
.form-inline .form-group .form-label {
  padding: 0.8rem 0;
}
/* line 116, ../scss/app/core/_forms.scss */
.form-inline .form-group div.form-control {
  padding: 0.8rem 0;
}

/* line 122, ../scss/app/core/_forms.scss */
.radio-text {
  padding-left: 17px;
}

/* line 1, ../scss/app/core/_buttons.scss */
.btn,
.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
    display: inline-block;
    height: auto;
    margin-bottom: 1.0rem;
    padding: 1.0rem 2.0rem;
    line-height: 1em;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    border-radius: 0.6rem;
    background-color: #84C042;
    color: #242424;
    min-width: 140px;
}
/* line 20, ../scss/app/core/_buttons.scss */
.btn.btn-alt,
.button.btn-alt,
button.btn-alt,
[type='button'].btn-alt,
[type='reset'].btn-alt,
[type='submit'].btn-alt {
  color: #4d4d4d;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #9d9d9d;
  background: #cdcdcd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #b1b1b1));
  background-image: -webkit-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: -moz-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: -ms-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: -o-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: linear-gradient(top, #eaeaea, #b1b1b1);
}
/* line 32, ../scss/app/core/_buttons.scss */
.btn.btn-secondary,
.button.btn-secondary,
button.btn-secondary,
[type='button'].btn-secondary,
[type='reset'].btn-secondary,
[type='submit'].btn-secondary {
  font-weight: 400;
  background-color: #E5E5E5;
}
/* line 36, ../scss/app/core/_buttons.scss */
.btn.btn-clear,
.button.btn-clear,
button.btn-clear,
[type='button'].btn-clear,
[type='reset'].btn-clear,
[type='submit'].btn-clear {
  font-weight: 400;
  background-color: transparent;
  color: #00539F;
}
/* line 41, ../scss/app/core/_buttons.scss */
.btn.btn-small,
.button.btn-small,
button.btn-small,
[type='button'].btn-small,
[type='reset'].btn-small,
[type='submit'].btn-small {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
}
/* line 45, ../scss/app/core/_buttons.scss */
.btn.btn-narrow,
.button.btn-narrow,
button.btn-narrow,
[type='button'].btn-narrow,
[type='reset'].btn-narrow,
[type='submit'].btn-narrow {
  min-width: 1px;
}
.btn-narrow.hide{
    display:none;
}
/* line 48, ../scss/app/core/_buttons.scss */
.btn.btn-big,
.button.btn-big,
button.btn-big,
[type='button'].btn-big,
[type='reset'].btn-big,
[type='submit'].btn-big {
  padding: 1.0rem 4.0rem;
  font-size: 2.4rem;
}
/* line 52, ../scss/app/core/_buttons.scss */
.btn.btn-inline,
.button.btn-inline,
button.btn-inline,
[type='button'].btn-inline,
[type='reset'].btn-inline,
[type='submit'].btn-inline {
  display: inline-block;
  width: auto;
}

/* line 58, ../scss/app/core/_buttons.scss */
.button-container {
  margin-top: 2.0rem;
}
/* line 61, ../scss/app/core/_buttons.scss */
.button-container.payment-method-btns button {
  min-width: 210px;
  margin-right: 15px;
}
/* line 66, ../scss/app/core/_buttons.scss */
.button-container.end-of-form {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 66, ../scss/app/core/_buttons.scss */
  .button-container.end-of-form {
    text-align: left;
  }
  /* line 70, ../scss/app/core/_buttons.scss */
  .button-container.end-of-form .btn-clear {
    padding: 15px 0;
  }
}
/* line 74, ../scss/app/core/_buttons.scss */
.button-container.end-of-form .btn-continue {
  float: right;
}

/* line 1, ../scss/app/core/_lists.scss */
ul,
ol {
  list-style: disc;
  margin: 2.0rem 0 2.0rem 2.0rem;
}
/* line 7, ../scss/app/core/_lists.scss */
ul.list-inline li, nav > ul li,
ol.list-inline li {
  display: inline-block;
  vertical-align: top;
}

/* line 15, ../scss/app/core/_lists.scss */
nav > ul {
  margin: 0;
}

/* line 1, ../scss/app/core/_helpers.scss */
.gary-bg {
  background: #f0f0f0;
  padding: 15px;
}

/* line 6, ../scss/app/core/_helpers.scss */
.bluearrow {
    background-image: url(../../img/bluearrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 50px 3px 11px 46px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: normal;
    position: absolute;
    width: 280px;
    height: 101px;
}

/* line 18, ../scss/app/core/_helpers.scss */
.hide {
  display: none;
}

/* line 22, ../scss/app/core/_helpers.scss */
.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 22, ../scss/app/core/_helpers.scss */
  .show-mobile {
    /*display: block;*/
  }
}

@media (max-width: 767px) {
  /* line 29, ../scss/app/core/_helpers.scss */
  .show-desktop {
    /*display: none;*/
  }
}

/* line 35, ../scss/app/core/_helpers.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 44, ../scss/app/core/_helpers.scss */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
/* line 51, ../scss/app/core/_helpers.scss */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* line 58, ../scss/app/core/_helpers.scss */
.float-right {
  float: right;
}

/* line 62, ../scss/app/core/_helpers.scss */
.float-left {
  float: left;
}

/* line 66, ../scss/app/core/_helpers.scss */
.no-margin {
  margin: 0;
}

/* line 70, ../scss/app/core/_helpers.scss */
.no-padding {
  padding: 0;
}

/* line 1, ../scss/app/core/_images.scss */
img.noImg {
  width: 100%;
  height: 15.0rem;
  background-color: #F6F6F6;
}

/* line 1, ../scss/app/core/_tables.scss */
table {
  margin-bottom: 2.0rem;
  table-layout: inherit;
}
/* line 5, ../scss/app/core/_tables.scss */
table thead {
  border-bottom: 1px solid #89888a;
}
/* line 8, ../scss/app/core/_tables.scss */
table thead th {
  padding: 0.5rem;
  border-bottom: none;
  font-weight: 300;
}
/* line 16, ../scss/app/core/_tables.scss */
table tbody tr:last-child td {
  border-bottom: none;
}
/* line 20, ../scss/app/core/_tables.scss */
table tbody td {
  padding: 1.0rem 0.5rem;
  border-color: #bebbba;
}
/* line 24, ../scss/app/core/_tables.scss */
table tbody td button {
  margin-bottom: 0;
}
/* line 33, ../scss/app/core/_tables.scss */
table tfoot td {
  padding: 0.5rem;
  border-top: 1px solid #bebbba;
  border-bottom: none;
  font-weight: 600;
}
/* line 43, ../scss/app/core/_tables.scss */
table.scheduled-payments td.col-buttons {
  width: 16.0rem;
}
/* line 51, ../scss/app/core/_tables.scss */
table.recent-payments td.col-buttons {
  width: 8.2rem;
}
/* line 57, ../scss/app/core/_tables.scss */
table tr.sp-detail {
  background-color: #F6F6F6;
}
/* line 60, ../scss/app/core/_tables.scss */
table tr.sp-detail td {
  border: none;
}

/* line 67, ../scss/app/core/_tables.scss */
.divTableHeading {
  display: none;
}

/* line 72, ../scss/app/core/_tables.scss */
.divTable.default .divTableCell {
  padding: 5px 0;
}
@media (min-width: 768px) {
  /* line 75, ../scss/app/core/_tables.scss */
  .divTable.default .remove {
    text-align: right;
  }
}
/* line 81, ../scss/app/core/_tables.scss */
.divTable.default.properties {
  border-top: 1px solid #8d8d8d;
}
/* line 84, ../scss/app/core/_tables.scss */
.divTable.default.properties .divTableRow .divTableCell:first-child {
  width: 60%;
}
/* line 90, ../scss/app/core/_tables.scss */
.divTable.default.methods {
  border-top: 1px solid #8d8d8d;
}

@media (min-width: 768px) {
  /* DivTable.com */
  /* line 101, ../scss/app/core/_tables.scss */
  .divTable {
    display: table;
    width: 100%;
  }

  /* line 105, ../scss/app/core/_tables.scss */
  .divTableRow {
    display: table-row;
  }

  /* line 108, ../scss/app/core/_tables.scss */
  .divTableHeading {
    display: table-header-group;
    display: block;
  }

  /* line 112, ../scss/app/core/_tables.scss */
  .divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 10px 3px 0;
  }

  /* line 116, ../scss/app/core/_tables.scss */
  .divTableHeading {
    display: table-header-group;
    font-weight: bold;
  }

  /* line 120, ../scss/app/core/_tables.scss */
  .divTableFoot {
    display: table-footer-group;
    font-weight: bold;
  }

  /* line 124, ../scss/app/core/_tables.scss */
  .divTableBody {
    display: table-row-group;
    border-top: 1px solid #8d8d8d;
  }

  /* line 130, ../scss/app/core/_tables.scss */
  .divTable.default .divTableCell, .divTable.default .divTableHead {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #E5E5E5;
  }
  /* line 134, ../scss/app/core/_tables.scss */
  .divTable.default .divTableCell .mobile-label, .divTable.default .divTableHead .mobile-label {
    display: none;
  }
  /* line 138, ../scss/app/core/_tables.scss */
  .divTable.default .divTableHead {
    border-bottom: 1px solid #89888a;
  }
}
@media (max-width: 767px) {
  /* line 145, ../scss/app/core/_tables.scss */
  .divTableRow {
    padding: 20px 0;
    border-bottom: 1px solid #89888a;
  }
}
/* line 1, ../scss/app/modules/_header.scss */
.logo {
  display: inline-block;
  padding: 1.0rem 0;
}
/* line 4, ../scss/app/modules/_header.scss */
.logo img {
  height: 8.0rem;
}

.defaultlogo img {
    height: 4.8rem;
    padding-top: 5px;
}


@media (max-width: 767px) {
  /* line 4, ../scss/app/modules/_header.scss */
  .logo img {
    height: auto;
    width: 103px;
  }

  .defaultlogo img {
    height: auto;
    width: 103px;
  }
}


   


    /* line 13, ../scss/app/modules/_header.scss */
    .contact-info {
        text-align: right;
    }
        /* line 15, ../scss/app/modules/_header.scss */
        .contact-info ul {
            margin: 0;
            padding: 1.0rem 0;
        }
        /* line 19, ../scss/app/modules/_header.scss */
        .contact-info li {
            margin-left: 2.0rem;
        }
        /* line 22, ../scss/app/modules/_header.scss */
        .contact-info p {
            margin-bottom: 0;
        }
        /* line 25, ../scss/app/modules/_header.scss */
        .contact-info address {
            font-style: normal;
            font-weight: 900;
        }

    /* line 1, ../scss/app/modules/_navbar.scss */
    .navbar {
        font-size: 1.8rem;
        background-color: #05233D; /* new wab backgroud color */
        color: #fff;
        min-height: auto;
        border-radius: 0;
    }
        /* line 8, ../scss/app/modules/_navbar.scss */
        .navbar.alt {
            background-color: #fff;
            border-bottom: 1px solid #ddd;
            color: #4A4A4A;
        }
            /* line 13, ../scss/app/modules/_navbar.scss */
            .navbar.alt a {
                color: #4A4A4A;
            }
        /* line 20, ../scss/app/modules/_navbar.scss */
        .navbar a {
            color: #fff;
        }
        /* line 24, ../scss/app/modules/_navbar.scss */
        .navbar .welcome {
            padding: 1.0rem 0;
            font-weight: bold;
        }

    /* line 30, ../scss/app/modules/_navbar.scss */
    .main-nav {
        text-align: right;
    }
        /* line 33, ../scss/app/modules/_navbar.scss */
        .main-nav a {
            display: inline-block;
            padding: 1.0rem 0;
            font-weight: bold;
        }
        /* line 39, ../scss/app/modules/_navbar.scss */
        .main-nav .nav-icon {
            display: block;
            float: left;
            padding: 0px 7px 0;
        }
            /* line 43, ../scss/app/modules/_navbar.scss */
            .main-nav .nav-icon span {
                width: 20px;
                height: 2px;
                background-color: #fff;
                margin: 3px 0;
                display: block;
            }
    /* line 54, ../scss/app/modules/_navbar.scss */
    .alt .main-nav .nav-icon span {
        background-color: #333;
    }

    /* line 1, ../scss/app/modules/_main-nav.scss */
    .nav-link {
        position: relative;
        padding: 0 10px;
    }
        /* line 6, ../scss/app/modules/_main-nav.scss */
        .nav-link:hover {
            background: #fff;
        }
            /* line 8, ../scss/app/modules/_main-nav.scss */
            .nav-link:hover a {
                color: #4A4A4A;
                text-decoration: none;
            }
            /* line 13, ../scss/app/modules/_main-nav.scss */
            .nav-link:hover .drop-down {
                display: block;
                z-index: 100;
            }
            /* line 18, ../scss/app/modules/_main-nav.scss */
            .nav-link:hover .nav-icon span {
                background-color: #4A4A4A;
            }
        /* line 23, ../scss/app/modules/_main-nav.scss */
        .nav-link .drop-down {
            display: none;
            position: absolute;
            padding-right: 15px;
            width: 280px;
            right: 0;
            text-align: left;
            border: 1px solid #4A4A4A;
            border-top: none;
            background: #fff;
        }
            /* line 36, ../scss/app/modules/_main-nav.scss */
            .nav-link .drop-down > ul > li:last-child {
                border-top: 1px solid #4A4A4A;
                padding: 10px 0;
            }
            /* line 42, ../scss/app/modules/_main-nav.scss */
            .nav-link .drop-down ul {
                margin-top: 0;
            }
                /* line 45, ../scss/app/modules/_main-nav.scss */
                .nav-link .drop-down ul li {
                    display: block;
                }
                    /* line 47, ../scss/app/modules/_main-nav.scss */
                    .nav-link .drop-down ul li a {
                        color: #4A4A4A;
                        font-weight: bold;
                        padding: 5px 0px;
                        font-size: 16px;
                    }
                    /* line 57, ../scss/app/modules/_main-nav.scss */
                    .nav-link .drop-down ul li ul li a {
                        font-weight: normal;
                        padding: 5px 0px;
                        font-size: 14px;
                        color: #767676;
                    }

    /* line 2, ../scss/app/modules/_section.scss */
    main .section {
        padding: 2.0em 0;
    }
        /* line 5, ../scss/app/modules/_section.scss */
        main .section.no-padding {
            padding: 0;
        }
    /* line 14, ../scss/app/modules/_section.scss */
    main .content > *:last-child {
        margin-bottom: 0;
    }

    /* line 1, ../scss/app/modules/_panel.scss */
    .panel {
        margin-bottom: 2.0rem;
        padding: 2.0rem;
        background-color: #F2F8FF;
        border: none;
    }

    /* line 1, ../scss/app/modules/_alert.scss */
    .alert {
        margin-bottom: 2.0rem;
        padding: 2.0rem;
        border: 1px solid #E5E5E5;
    }
        /* line 5, ../scss/app/modules/_alert.scss */
        .alert i {
            font-size: 20px;
            vertical-align: middle;
        }

    @media (max-width: 767px) {
        /* line 1, ../scss/app/modules/_alert.scss */
        .alert {
            text-align: center;
        }
            /* line 12, ../scss/app/modules/_alert.scss */
            .alert i {
                display: block;
                font-size: 20px;
            }
    }

    /* line 19, ../scss/app/modules/_alert.scss */
    .warning {
        color: #E28012;
    }

    /* line 3, ../scss/app/modules/_row.scss */
    .row.with-border > *[class^="col-"] {
        border-left: 1px solid #E5E5E5;
    }
        /* line 6, ../scss/app/modules/_row.scss */
        .row.with-border > *[class^="col-"]:first-child {
            border-left: none;
        }

    /* line 1, ../scss/app/modules/_content.scss */
    .content {
        padding-right: 4.0rem;
    }

    /* line 2, ../scss/app/modules/_steps.scss */
    .steps .step {
        position: relative;
        margin-right: 6.6rem;
        max-width: 10.0rem;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 900;
        opacity: .6;
    }
        /* line 10, ../scss/app/modules/_steps.scss */
        .steps .step.active {
            opacity: 1;
        }
        /* line 13, ../scss/app/modules/_steps.scss */
        .steps .step img {
            margin-bottom: 1.0rem;
        }
        /* line 17, ../scss/app/modules/_steps.scss */
        .steps .step.done:before {
            content: "\f058";
            position: absolute;
            top: 25px;
            color: #00b000;
            right: 23px;
            font-size: 20px;
            font-family: FontAwesome;
        }
        /* line 27, ../scss/app/modules/_steps.scss */
        .steps .step:after {
            content: ' ';
            position: absolute;
            top: 0;
            right: -4.6rem;
            display: block;
            width: 2.6rem;
            height: 4.4rem;
            background: url(../../img/g-arrow-right.svg) 0 0 no-repeat;
        }
        /* line 37, ../scss/app/modules/_steps.scss */
        .steps .step:last-child:after {
            display: none;
            margin-right: 0;
        }

    @media (max-width: 767px) {
        /* line 1, ../scss/app/modules/_steps.scss */
        .steps {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
            /* line 44, ../scss/app/modules/_steps.scss */
            .steps .step {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-right: 0;
                padding: 0 5px 0 0;
            }
                /* line 48, ../scss/app/modules/_steps.scss */
                .steps .step figcaption {
                    font-size: 10px;
                    line-height: 13px;
                }
                /* line 52, ../scss/app/modules/_steps.scss */
                .steps .step img {
                    max-height: 30px;
                }
                /* line 55, ../scss/app/modules/_steps.scss */
                .steps .step:after {
                    background-size: 10px;
                    top: 14px;
                    right: -15px;
                }
    }

    /* line 1, ../scss/app/modules/_breadcrumbs.scss */
    .breadcrumbs {
        padding: 0;
    }
        /* line 5, ../scss/app/modules/_breadcrumbs.scss */
        .breadcrumbs ul li {
            padding-right: 10px;
        }
            /* line 8, ../scss/app/modules/_breadcrumbs.scss */
            .breadcrumbs ul li:after {
                content: ">";
                padding-left: 14px;
            }
            /* line 14, ../scss/app/modules/_breadcrumbs.scss */
            .breadcrumbs ul li:last-child:after {
                display: none;
            }

    /* line 1, ../scss/app/modules/_dash-nav.scss */
    .dash-nav {
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 767px) {
        /* line 1, ../scss/app/modules/_dash-nav.scss */
        .dash-nav {
            display: block;
        }
    }
    /* line 10, ../scss/app/modules/_dash-nav.scss */
    .dash-nav .dash-nav-item {
        font-size: 1.4rem;
        font-weight: 900;
        margin: 0 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
    }
    /* line 10, ../scss/app/modules/_dash-nav.scss */
    .dash-nav .dash-nav-item {
        text-align: center;
        padding: 8px;
        flex: 1;
    }
        /* line 19, ../scss/app/modules/_dash-nav.scss */
        .dash-nav .dash-nav-item .white {
            display: none;
        }
        /* line 47, ../scss/app/modules/_dash-nav.scss */
        .dash-nav .dash-nav-item img {
            margin-bottom: 1.0rem;
            height: 50px;
        }
        /* line 51, ../scss/app/modules/_dash-nav.scss */
        .dash-nav .dash-nav-item a {
            color: #4A4A4A;
        }

    @media (min-width: 768px) {
        /* line 22, ../scss/app/modules/_dash-nav.scss */
        .dash-nav .dash-nav-item:hover {
            background: #61be61;
        }
            /* line 24, ../scss/app/modules/_dash-nav.scss */
            .dash-nav .dash-nav-item:hover a {
                color: #fff;
            }
            /* line 27, ../scss/app/modules/_dash-nav.scss */
            .dash-nav .dash-nav-item:hover .white {
                display: inline;
            }
            /* line 30, ../scss/app/modules/_dash-nav.scss */
            .dash-nav .dash-nav-item:hover .gray {
                display: none;
            }
        /* line 34, ../scss/app/modules/_dash-nav.scss */
        .dash-nav .dash-nav-item.active {
            background: #61be61;
        }
            /* line 36, ../scss/app/modules/_dash-nav.scss */
            .dash-nav .dash-nav-item.active a {
                color: #fff;
            }
            /* line 39, ../scss/app/modules/_dash-nav.scss */
            .dash-nav .dash-nav-item.active .white {
                display: inline;
            }
            /* line 42, ../scss/app/modules/_dash-nav.scss */
            .dash-nav .dash-nav-item.active .gray {
                display: none;
            }
        /* line 8, ../scss/app/modules/_dash-nav.scss */
        .dash-nav.hasarrow {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 767px) {
        /* Reduce the padding of the section for mobile */
        section.section {
            padding: 5px;
        }
        /* Ensure the navigation is displayed as flex and allows wrapping */
        .dash-nav {
            display: flex;
            flex-wrap: wrap; /* this allows items to wrap to the next line if they don't fit */
            justify-content: center; /* this centers the items horizontally */
        }
            /* Set the flex-basis (initial main size) of the items to 40% to allow two items per row */
            .dash-nav .dash-nav-item {
                flex-basis: 40%; /* or less, depending on the desired width */
                padding: 4px; /* adjust padding as needed */
                box-sizing: border-box; /* to ensure padding is included in the width */
            }

                /* Further styling for the images and text */
                .dash-nav .dash-nav-item img {
                    width: auto; /* keep your image width as set before */
                    max-height: 32px;
                    margin-bottom: 0; /* remove additional margin */
                }

                .dash-nav .dash-nav-item figcaption {
                    margin-top: auto; /* adjust top margin */
                    font-size: 12px; /* adjust font size as needed */
                }

                /* Additional styling to ensure text and images are aligned */
                .dash-nav .dash-nav-item a,
                .dash-nav .dash-nav-item figure {
                    display: block; /* Change display to block if needed */
                }
    }

    /* line 1, ../scss/app/modules/_mobile-table.scss */
    .scheduled-payments-mobile, .recent-payments-mobile {
        margin-bottom: 30px;
    }
        /* line 3, ../scss/app/modules/_mobile-table.scss */
        .scheduled-payments-mobile > ul, .recent-payments-mobile > ul {
            border-top: 1px solid #4A4A4A;
            list-style: none;
            padding: 0;
            margin: 0;
        }
            /* line 8, ../scss/app/modules/_mobile-table.scss */
            .scheduled-payments-mobile > ul > li, .recent-payments-mobile > ul > li {
                border-bottom: 1px solid #E5E5E5;
                padding: 10px 0;
            }
                /* line 12, ../scss/app/modules/_mobile-table.scss */
                .scheduled-payments-mobile > ul > li > ul, .recent-payments-mobile > ul > li > ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }
                    /* line 16, ../scss/app/modules/_mobile-table.scss */
                    .scheduled-payments-mobile > ul > li > ul > li, .recent-payments-mobile > ul > li > ul > li {
                        padding: 5px 0;
                    }

    /* line 1, ../scss/app/modules/_search-history.scss */
    .panel.search-histoy {
        padding-bottom: 0;
    }
        /* line 3, ../scss/app/modules/_search-history.scss */
        .panel.search-histoy fieldset {
            margin: 0;
        }
            /* line 5, ../scss/app/modules/_search-history.scss */
            .panel.search-histoy fieldset .update-btn {
                margin: 25px 0 0;
                width: 100%;
            }
            /* line 9, ../scss/app/modules/_search-history.scss */
            .panel.search-histoy fieldset .date {
                margin-bottom: 10.500px;
            }

    /* line 2, ../scss/app/modules/_modals.scss */
    .modal button.btn {
        margin-bottom: 0;
    }
    /* line 5, ../scss/app/modules/_modals.scss */
    .modal .modal-body {
        padding: 30px 25px 15px;
    }
    /* line 8, ../scss/app/modules/_modals.scss */
    .modal .modal-footer {
        text-align: left;
        border-top: 0px solid #e5e5e5;
        padding: 0 25px 30px;
    }

    @media (min-width: 768px) {
        /* line 15, ../scss/app/modules/_modals.scss */
        .modal .modal-sm {
            width: 400px;
        }
    }

    /* line 1, ../scss/app/modules/_error-messages.scss */
    .error-message-box {
        visibility: hidden;
    }
        /* line 3, ../scss/app/modules/_error-messages.scss */
        .error-message-box .error-message {
            display: block;
            font-size: 12px;
        }
        /* line 7, ../scss/app/modules/_error-messages.scss */
        .error-message-box.errors {
            /*display: block;*/
            visibility: visible;
        }
            /* line 9, ../scss/app/modules/_error-messages.scss */
            .error-message-box.errors .error-message.bad {
                visibility: visible;
                color: #b50000;
            }
            /* line 12, ../scss/app/modules/_error-messages.scss */
            .error-message-box.errors .error-message.good {
                visibility: hidden;
                color: green;
            }

        .error-message-box.multiple .error-message.good {
            visibility: visible;
            color: green;
        }
        /* line 17, ../scss/app/modules/_error-messages.scss */
        .error-message-box.multiple .error-message::before {
            visibility: visible;
            content: "✖ ";
        }
        /* line 20, ../scss/app/modules/_error-messages.scss */
        .error-message-box.multiple .error-message.good::before {
            visibility: visible;
            content: "✓ ";
        }

    /* line 27, ../scss/app/modules/_error-messages.scss */
    .form-control:focus + .error-message-box {
        visibility: visible;
    }

    a:visited, a:link {
        text-decoration: none !important;
        border-bottom: none !important;
    }

    a:hover {
        text-decoration: underline !important;
    }


    /*# sourceMappingURL=styles.css.map */
    a:visited, a:link {
        text-decoration: none !important;
        border-bottom: none !important;
    }

    a:hover {
        text-decoration: underline !important;
    }

    /*password eye*/
    .eye-click {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 10px;
        padding-top: 10px;
        cursor: pointer;
        color: black;
    }

    div:has(> .eye-click) {
        position: relative;
    }