.material-icons {
  font-family: "Material Icons";
  font-size: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: inherit;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons.chevron-up:before {
  content: "\e5ce";
}

.material-icons.chevron-down:before {
  content: "\e5cf";
}

.material-icons.chevron-right:before {
  content: "\e5cc";
}

.material-icons.chevron-left:before {
  content: "\e5cb";
}

.material-icons.calendar:before {
  content: "\e8df";
}

.material-icons.arrow-back:before {
  content: "\e5c4";
}

.material-icons.credit-card:before {
  content: "\e870";
}

.material-icons.spanner:before {
  content: "\e869";
}

.material-icons.messages:before {
  content: "\e0bf";
}

.material-icons.info:before {
  content: "\e88e";
}

.material-icons.search:before {
  content: "\e8b6";
}

.material-icons.cloud-download:before {
  content: "\e2c0";
}

.material-icons.cloud-upload:before {
  content: "\e2c3";
}

.material-icons.more-vert:before {
  content: "\e5d4";
}

.material-icons.trending-up:before {
  content: "\e8e5";
}

.material-icons.report-problem:before {
  content: "\e8b2";
}

.material-icons.report-problem:before {
  content: "\e8b2";
}

.material-icons.flag:before {
  content: "\e153";
}

.material-icons.devices:before {
  content: "\e1b1";
}

.material-icons.desktop-windows:before {
  content: "\e30c";
}

.material-icons.folder-shared:before {
  content: "\e2c9";
}

.material-icons.history:before {
  content: "\e889";
}

.material-icons.account-balance:before {
  content: "\e84f";
}

.material-icons.account-circle:before {
  content: "\e853";
}

.material-icons.access-time:before {
  content: "\e192";
}

.material-icons.person-pin:before {
  content: "\e55a";
}

.material-icons.person-pin:before {
  content: "\e55a";
}

.material-icons.mode-edit:before {
  content: "\e254";
}

.material-icons.attach-file:before {
  content: "\e226";
}

.material-icons.library-add:before {
  content: "\e02e";
}

.material-icons.add-circle:before {
  content: "\e148";
}

.material-icons.close:before {
  content: "\e5cd";
}

.material-icons.assignment-turned-in:before {
  content: "\e862";
}

.material-icons.hourglass-empty:before {
  content: "\e88b";
}

.material-icons.history:before {
  content: "\e889";
}

.material-icons.chevron-right:before {
  content: "\e5cc";
}

.material-icons.place:before {
  content: "\e55f";
}

.material-icons.info:before {
  content: "\e88e";
}

.material-icons.build:before {
  content: "\e869";
}

.material-icons.location-on:before {
  content: "\e0c8";
}

.material-icons.lock-outline:before {
  content: "\e899";
}

/* Rules for sizing the icons */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-20 {
  font-size: 20px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
  line-height: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons.grey-icon {
  color: #999999;
}

/* Rules for vertical align. */
.material-icons.v-align {
  vertical-align: middle;
}

/*==================== BODY CLASSES ====================*/
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.body-section {
  z-index: 0;
}
.body-section > .container {
  padding-top: 20px;
}

/*==================== ANGULAR HREF FIX ====================*/
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

/*==================== CONTAINER SMOOTH CLASSES ====================*/
.container-smooth {
  max-width: 1170px;
}

@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
/*==================== ROW / COLUMN CLASSES ====================*/
/* Remove gutter from Bootstrap cols */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child),
.row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter [class*=col] {
  padding: 0;
}

/* Make Bootstrap col gutter small */
@media (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*==================== IMG CIRCLE CLASSES ====================*/
.img-circle {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #fff;
  background: #b4c5cc center no-repeat;
  background-size: cover;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.img-circle.img-circle-lg {
  width: 120px;
  height: 120px;
  border-width: 4px;
}
.img-circle.img-circle-lg .branding-wrapper {
  width: 80%;
  height: 70px;
  margin: 21px auto;
  background: center no-repeat;
  background-size: contain;
}
.img-circle.img-circle-sm {
  width: 40px;
  height: 40px;
}
.img-circle.inline {
  display: inline-block;
}
.img-circle.contain {
  background-size: contain;
  background-size: 80%;
}
.img-circle.user-roundel {
  background-image: url("/img/no-avatar.jpg");
}

/*==================== IMG SQUARE CLASSES ====================*/
.img-square {
  float: left;
  background: #b4c5cc center no-repeat;
  background-size: cover;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.img-squares-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .img-squares-3 {
    margin-left: -20px;
  }
}
.img-squares-3 .img-square {
  width: 30%;
  margin: 0 1.66% 10px 1.66%;
  padding-bottom: 30%;
}
.img-squares-3 .img-square:last-of-type {
  margin-right: 0;
}

/*==================== IMG FRAME CLASSES ====================*/
.img-frame {
  border: 3px solid #fff;
  background-color: #c3c6d0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.img-frame img {
  width: 100%;
}
.img-frame:empty {
  display: none;
}

/*==================== RESPONSIVE BG IMG CLASSES ====================*/
.bg-img-responsive {
  background-color: #b4c5cc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-img-responsive.bg-img-responsive-3by2 {
  padding-bottom: 66.666%;
}
.bg-img-responsive.bg-img-responsive-2by1 {
  padding-bottom: 50%;
}

/*==================== PROPERTY PRICE CLASSES ====================*/
.property-price-overlay {
  padding: 5px 15px 5px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
.property-price-overlay small {
  color: inherit;
}

/*==================== HR CLASSES ====================*/
hr {
  border-color: #DBDBDB;
}
hr.left {
  margin-left: 0;
}
hr.hr-dashed {
  border-top: 1px dashed #adbcc3;
}

.title-hr {
  border-top: 1px solid #ddd;
}

/*==================== SCROLL CLASSES ====================*/
.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*==================== SAVE FOOTER ====================*/
footer.save-footer {
  background: #fff;
  padding: 20px 30px;
  position: fixed;
  bottom: -80px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.34);
  z-index: 2;
  transition: bottom 0.4s ease-in-out;
}
@media (max-width: 767px) {
  footer.save-footer {
    padding: 15px 20px;
  }
  footer.save-footer strong {
    display: none;
  }
}
footer.save-footer.footer-hide {
  transition: bottom 0.4s ease-in-out, visibility 0s ease-in-out 0.4s, opacity 0s ease-in-out 0.4s;
}
footer.save-footer.footer-show {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
footer.save-footer .btn-default {
  border-width: 2px;
}

.table {
  margin-bottom: 0;
}
.table > thead > tr > th {
  padding: 15px 25px;
}
.table > tbody > tr > td {
  padding: 20px 25px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.4;
  border-top: 1px solid #efeff4;
}
@media (max-width: 767px) {
  .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 10px;
  }
}
.table > thead > tr > th:hover > .material-icons,
.table > thead > tr > td:hover > .material-icons,
.table > tbody > tr > th:hover > .material-icons,
.table > tbody > tr > td:hover > .material-icons,
.table > tfoot > tr > th:hover > .material-icons,
.table > tfoot > tr > td:hover > .material-icons {
  color: #3498db;
}
.table > thead > tr > th > .material-icons,
.table > thead > tr > td > .material-icons,
.table > tbody > tr > th > .material-icons,
.table > tbody > tr > td > .material-icons,
.table > tfoot > tr > th > .material-icons,
.table > tfoot > tr > td > .material-icons {
  font-size: 21px;
  line-height: 0;
  vertical-align: middle;
  color: #90a4ad;
  cursor: pointer;
  transition: color 200ms ease;
}
.table > thead > tr > th .btn-sm,
.table > thead > tr > td .btn-sm,
.table > tbody > tr > th .btn-sm,
.table > tbody > tr > td .btn-sm,
.table > tfoot > tr > th .btn-sm,
.table > tfoot > tr > td .btn-sm {
  margin: -4px 20px -4px 0;
}
.table > thead > tr > th {
  vertical-align: top;
  border-bottom: 0;
  background-color: #383c40;
  color: #fff;
  border-radius: 0 !important;
}

> caption + thead > tr:first-child > th,
> caption + thead > tr:first-child > td,
> colgroup + thead > tr:first-child > th,
> colgroup + thead > tr:first-child > td,
> thead:first-child > tr:first-child > th,
> thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

@media (min-width: 992px) {
  .panel-table-responsive td:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .panel-table-responsive.panel {
    background-color: transparent;
    box-shadow: none;
  }
  .panel-table-responsive.panel.panel-default .panel-heading {
    padding-left: 5px;
    background-color: transparent;
    border-color: transparent;
  }
  .panel-table-responsive .tabletable, .panel-table-responsive .table thead, .panel-table-responsive .table tbody, .panel-table-responsive .table th, .panel-table-responsive .table td, .panel-table-responsive .table tr {
    display: block;
  }
  .panel-table-responsive .table thead > tr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .panel-table-responsive .table tr {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
  .panel-table-responsive .table tr:last-of-type {
    margin-bottom: 0;
  }
  .panel-table-responsive .table tr td {
    padding-left: 135px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #efeff4;
  }
  .panel-table-responsive .table tr td:first-of-type {
    background-color: #383c40;
    color: #fff;
  }
  .panel-table-responsive .table tr td:before {
    width: 120px;
    display: inline;
    position: absolute;
    left: 10px;
    text-align: left;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
  }
  .panel-table-responsive .table tr td:first-of-type:before {
    color: #fff;
  }
  .panel-table-responsive .table tr td.text-nowrap {
    white-space: normal;
  }
  .panel-table-responsive .table tr td.stacked {
    padding-left: 15px;
    text-align: left;
  }
  .panel-table-responsive .table tr td.stacked:before {
    width: 100%;
    display: block;
    position: static;
  }
  .panel-table-responsive .table tr td.no-label {
    padding-left: 15px;
  }
  .panel-table-responsive .table tr td.no-label .btn-sm {
    float: left;
  }
  .panel-table-responsive .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
}
input[type=text], button, textarea, select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
       user-select: text !important;
}

input, button, textarea, select, a {
  outline: none !important;
}

input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  min-height: 5em;
  max-height: 15em;
  resize: vertical;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: 0;
}

input[type=checkbox],
input[type=radio] {
  margin: 2px 0 0;
}

.checkbox, .radio {
  margin-top: 0;
  margin-bottom: 15px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 15px;
}

/*==================== ADDRESS LOOKUP FORM ====================*/
.address-lookup .control-label.col-sm-2 {
  padding-right: 0px;
  padding-left: 0px;
}
.address-lookup .address-title {
  float: left;
}
.address-lookup .address-count {
  float: right;
  margin-top: 10px;
}
.address-lookup .address-list {
  clear: both;
  width: 100%;
  height: 220px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  overflow: scroll;
}
.address-lookup .address-list .address-item {
  min-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.address-lookup .address-list .address-item p {
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.address-lookup .address-list .address-item:hover {
  background-color: #eee;
}

/*=============================================================*/
.form-control {
  border-radius: 0;
  color: #000;
  /*==================== ADDRESS LOOKUP FORM ====================*/
  /*==================== CUSTOM SELECT CLASSES ====================*/
}
.form-control.postcode-input {
  margin-top: 0 !important;
}
.form-control.address-input-m {
  max-width: 40%;
  width: 170px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  margin-top: 20px;
}
.form-control.custom-select {
  position: relative;
  overflow: hidden;
}
.form-control.custom-select > select.form-control {
  width: 125%; /* Fallback for broswers that don't like calc. IE9> */
  width: calc(100% + 35px); /* Hides the default select carets */
  position: absolute;
  top: 0; /* Minus the border width set in .form-control */
  left: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
}
.form-control.custom-select > select.form-control:focus {
  border-color: inherit;
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.25);
}
.form-control.custom-select .caret {
  position: absolute;
  top: 47%;
  right: 10px;
}

/*==================== DELETE ACCOUNT CLASSES ====================*/
.form-group-lg .form-control.confirm-password-input {
  border-radius: 1px;
  font-size: 1em;
}
.form-group-lg .confirm-password-icon {
  color: #b2b2b2;
  font-size: 24px;
  top: 28px;
  right: 13px;
}

/*==================== TOGGLE CLASSES ====================*/
.form-toggle {
  margin-right: 10px;
  display: inline-block;
}
.form-toggle > input {
  opacity: 0;
  z-index: 0;
  position: absolute;
}
.form-toggle > input + label {
  width: 63px;
  height: 36px;
  margin: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 36px;
  border: 1px solid #ccc;
}
.form-toggle > input + label:before, .form-toggle > input + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.form-toggle > input + label:before {
  right: 0;
  border-radius: 36px;
  transition: background 0.4s;
  background-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background-color 0.2s linear, border 0.2s linear;
}
.form-toggle > input + label:after {
  top: -1px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: margin 0.3s;
  background-color: #fff;
}
.form-toggle > input:checked + label:before {
  background-color: #3498db;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.form-toggle > input:focus + label:before {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-toggle > input:checked + label:after {
  margin-left: 25.7142857143px;
}
.form-toggle > input:focus + label:after {
  background-color: #f7f7f7;
}
.form-toggle + label {
  margin-top: 8px;
  vertical-align: top;
}
.form-toggle.emergency-toggle > input:checked + label:before {
  background-color: #E20000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.has-error .form-toggle > input + label {
  border-color: #E20000;
}
.has-error .help-block {
  color: #E20000;
}
.has-error .form-control {
  border-color: #E20000;
}
.has-error .form-control:focus {
  border-color: #E20000;
  box-shadow: 0 0 6px #ff4949;
}

label {
  font-size: 16px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 30px;
}
.form-group.form-group-lg .form-control,
.form-group.form-group-lg select.form-control {
  height: 44px;
  line-height: inherit;
  font-size: 16px;
  border-radius: 2px;
  z-index: 0;
}
.form-group.form-group-lg .form-control + .form-control-feedback,
.form-group.form-group-lg select.form-control + .form-control-feedback {
  width: 52px;
  height: 44px;
  line-height: 44px;
  font-size: 1.2em;
  color: #adbcc3;
}
.form-group.form-group-lg .input-group-addon.select-addon {
  width: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.form-group.form-group-lg .input-group-addon.select-addon > select.form-control {
  width: 125%; /* Fallback for broswers that don't like calc. IE9> */
  width: calc(100% + 35px); /* Hides the default select carets */
  height: 42px;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.form-group.form-group-lg .input-group-addon.select-addon > select.form-control:focus {
  border-color: inherit;
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.25);
}
.form-group.form-group-lg .input-group-addon.select-addon .caret {
  position: absolute;
  top: 47%;
  right: 10px;
  z-index: 1;
}
.form-group .help-block {
  display: none;
}

ul.tick-list {
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
ul.tick-list li:before {
  font-family: "Material Icons";
  content: "\e876";
  padding-right: 7px;
  font-size: 18px;
  vertical-align: middle;
  color: #28912c;
  font-weight: bold;
}

.btn {
  font-weight: 600;
  border-radius: 1px;
  border-width: 2px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
.btn.btn-border {
  color: #000;
  background-color: transparent;
  border: 2px solid #3498db;
}
.btn.btn-border:hover {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn.btn-border.white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-border.white:hover {
  background: rgba(241, 243, 250, 0.003);
}
.btn.btn-primary {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn.btn-primary:hover {
  background-color: #217dbb;
  border-color: #1d6fa5;
}
.btn.btn-primary:focus {
  background-color: #196090;
  border-color: #16527a;
}
.btn.btn-primary.disabled, .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:active {
  pointer-events: none;
  opacity: 0.85;
  color: transparent;
  background-image: url("/img/widgets/btn-loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.btn.btn-border-success {
  padding: 9px 16px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border: 3px solid #28912c;
}
.btn.btn-border-success:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-border-primary {
  padding: 9px 16px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  border: 3px solid #258cd1;
}
.btn.btn-border-primary:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-border-primary:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-link {
  color: #b4c5cc;
}
.btn.btn-link:hover {
  color: #3498db;
}
.btn.btn-default {
  border: 2px solid #adbcc3;
}
.btn.btn-file-upload {
  position: relative;
}
.btn.btn-file-upload > input {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn.btn-file-upload > label {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
}
.btn.btn-lg-p {
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-xl-p {
  padding-left: 33.75px;
  padding-right: 33.75px;
}

.btn-group-md > .btn,
.btn-md {
  padding: 8px 16px;
}
.btn-group-md > .btn.btn-lg-p,
.btn-md.btn-lg-p {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 1px;
}
.btn-group-lg > .btn.btn-lg-p,
.btn-lg.btn-lg-p {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-group-lg > .btn.btn-xl-p,
.btn-lg.btn-xl-p {
  padding-left: 33.75px;
  padding-right: 33.75px;
}

.btn-success {
  background-color: #28912c;
  border-color: #28912c;
}

.btn-success:hover {
  background-color: #227d26;
  border-color: #227d26;
}

.btn-group > .btn {
  border-radius: 3px;
}
.btn-group > .btn-default span {
  font-size: 14px;
}
.btn-group > .btn-default.active {
  font-weight: 700;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group > .btn-default.active:hover {
  cursor: default;
}

.btn-toolbar {
  margin-left: -10px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .btn-responsive {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .btn-responsive-xs {
    width: 100%;
    display: block;
  }
}
.dropdown-toggle .chevron-down {
  margin: -4px 0;
  line-height: 4px;
}

.dropdown-toggle .chevron-down:before {
  vertical-align: sub;
}

.dropdown .dropdown-loading {
  height: 50px;
  cursor: default;
  background-image: url("/img/dropdown-loading-spinner.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.dropdown-menu {
  min-width: 285px;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 20px;
}
.dropdown-menu > li > a:hover {
  font-weight: 600;
}
.dropdown-menu .divider {
  margin: 0;
}

.navbar {
  /*==================== AFFIX NAVBAR CLASSES ====================*/
}
.navbar.navbar-static-top {
  width: 100%;
  min-width: 320px;
  margin-bottom: 0;
  border-width: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.navbar.navbar-static-top ~ .navbar-static-top,
.navbar.navbar-static-top ~ header > .navbar-static-top {
  z-index: auto;
}
.navbar.navbar-inverse {
  background-color: #50086e;
}
.navbar.navbar-inverse .container-fluid .navbar-brand-container {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.navbar.navbar-inverse .container-fluid .navbar-brand-container .navbar-brand {
  padding: 10px 15px;
  height: auto;
  max-width: 280px;
  max-height: 100%;
}
@media (max-width: 480px) {
  .navbar.navbar-inverse .container-fluid .navbar-brand-container .navbar-brand {
    height: auto;
    max-width: 100%;
    max-height: 90px;
  }
}
.navbar.navbar-inverse .container-fluid .navbar-brand-container .agent-name {
  width: 170px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 15px;
  overflow: hidden;
  text-align: right;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
}
.navbar.navbar-inverse .navbar-nav > li > a {
  color: #e6e6e6;
}
.navbar.navbar-inverse .navbar-nav > li > a:focus, .navbar.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar.navbar-inverse .navbar-nav > li.active > a, .navbar.navbar-inverse .navbar-nav:focus, .navbar.navbar-inverse .navbar-nav:hover {
  color: #fff;
  background-color: transparent;
}
.navbar.navbar-inverse .img-circle {
  margin: -29px 0 -21px 0;
}
.navbar.navbar-inverse .navbar-toggle {
  padding: 37px 20px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.navbar.navbar-inverse .navbar-toggle:hover, .navbar.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar.navbar-inverse .navbar-toggle .icon-bar {
  width: 32px;
  border-radius: 0;
}
.navbar.navbar-inverse .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar.navbar-default {
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
  color: #595963;
}
.navbar.navbar-default .navbar-nav .active > a,
.navbar.navbar-default .navbar-nav .active > a:hover {
  color: #000;
  background-color: transparent;
}
.navbar.navbar-default .navbar-form {
  padding: 10px 15px;
  margin: 0 -15px;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}
.navbar .navbar-nav {
  margin: 0;
}
.navbar .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 600;
}
.navbar .secondary-navbar-brand {
  padding: 11px 0 15px 0;
  display: block;
}
.navbar .secondary-navbar-brand img {
  height: 30px;
}
.navbar .dropdown-menu:before {
  content: " ";
  width: 26px;
  height: 26px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@media (min-width: 768px) {
  .navbar.navbar-inverse .container-fluid .navbar-collapse,
.navbar.navbar-inverse .container-fluid .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar.navbar-inverse .navbar-nav > li > a {
    padding: 35px 15px;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    padding: 18px;
    font-size: 14px;
    border-right: 1px solid #f1f3fa;
  }
  .navbar.navbar-default .navbar-nav > li:first-child a {
    border-left: 1px solid #f1f3fa;
  }
  .navbar.navbar-default .navbar-nav > .active > a,
.navbar.navbar-default .navbar-nav > .active > a:hover {
    padding-bottom: 14px;
    border-bottom: 4px solid #3498db;
  }
  .navbar.navbar-default .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar.navbar-default .navbar-form .btn {
    font-size: 16px;
  }
  .navbar .navbar-nav {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-inverse .container-fluid .navbar-collapse,
.navbar.navbar-inverse .container-fluid .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar.navbar-inverse .navbar-nav > .active > a:before {
    content: " ";
    width: 26px;
    height: 26px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    background-color: #75787f;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .navbar.navbar-inverse .navbar-nav > .no-account-header.active > a:before {
    background-color: #fff;
    -ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .navbar.navbar-default .navbar-nav > li > a {
    padding: 18px 20px;
    font-size: 16px;
  }
  .navbar .secondary-navbar-brand {
    padding: 9px 0 9px 0;
  }
  .navbar .secondary-navbar-brand img {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav > li > a {
    display: none;
  }
  .navbar.navbar-default .navbar-nav .active > a {
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .navbar {
    /* Collapses primary nav sooner */
  }
  .navbar.navbar-inverse .navbar-header {
    float: none;
  }
  .navbar.navbar-inverse .navbar-header .navbar-brand-container .navbar-brand {
    margin-left: 0;
  }
  .navbar.navbar-inverse .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar.navbar-inverse .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.navbar-inverse .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar.navbar-inverse .navbar-nav {
    float: none !important;
    margin: -7.5px;
  }
  .navbar.navbar-inverse .navbar-nav > li {
    float: none;
  }
  .navbar.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar.affix.navbar-static-top {
  top: 0;
  z-index: 1000;
}
.navbar.affix.navbar-static-top ~ .body-section {
  margin-top: 60px;
}

/*==================== STANDALONE MOBILE APP STATUS BAR CLASSES ====================*/
@media (orientation: portrait) {
  .standalone .navbar-static-top:first-of-type {
    padding-top: 20px;
  }
}
.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .alert-fixed-top,
.alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}

@media (min-width: 992px) {
  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.alert {
  border-radius: 0px;
}
.alert.alert-default {
  background: #fff;
}
.alert.alert-dashed {
  border: 1px dashed #b4c5cc;
  border-radius: 5px;
  box-shadow: none;
}
.alert.alert-danger {
  background-color: #FEE7E7;
  border-color: #fdcfd6;
}
.alert.alert-success {
  background-color: #C2E7D2;
  border-color: #b0e0bc;
}
.alert.alert-info .media-body strong {
  padding-bottom: 4px;
  display: block;
}
.alert.alert-dismissible {
  position: relative;
  text-align: center;
}
.alert.alert-dismissible img {
  margin-right: 10px;
}
.alert.alert-dismissible > span {
  vertical-align: middle;
}
.alert.alert-dismissible .close {
  font-size: 33px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  padding: 10px 17px;
}
@media (max-width: 767px) {
  .alert.alert-dismissible {
    text-align: left;
  }
  .alert.alert-dismissible span {
    line-height: 14px;
  }
  .alert.alert-dismissible img {
    display: none;
  }
  .alert.alert-dismissible .close {
    top: -4px;
  }
}

li.document > div {
  padding: 20px 20px;
  display: block;
}
li.document video,
li.document img {
  margin-top: 10px;
  width: 100%;
}

.media.media-v-align .media-body,
.media.media-v-align .media-left {
  vertical-align: middle;
}
.media .media-left .media-object {
  position: relative;
}
.media .media-left .media-object .bg-img-responsive {
  min-width: 215px;
}
.media .media-right {
  vertical-align: middle;
}
.media .media-bottom {
  vertical-align: bottom;
}
.media.media-responsive .media-left, .media.media-responsive-xs .media-left {
  padding-right: 25px;
}
.media.media-responsive .media-body .h4, .media.media-responsive-xs .media-body .h4 {
  font-size: 20px;
}
.media.media-responsive .media-body .h4 small, .media.media-responsive-xs .media-body .h4 small {
  color: #000;
  font-size: 70%;
}
.media.media-responsive .media-body .h5 > .material-icons, .media.media-responsive-xs .media-body .h5 > .material-icons {
  vertical-align: middle;
  font-size: 130%;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .media.media-responsive-xs .media-body h4, .media.media-responsive-xs .media-body .h4, .media.media-responsive .media-body h4, .media.media-responsive .media-body .h4 {
    font-size: 18px;
  }
  .media.media-responsive-xs .media-body h5, .media.media-responsive .media-body h5 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .media.media-responsive .media-body,
.media.media-responsive .media-left,
.media.media-responsive .media-right {
    width: 100%;
    display: block;
  }
  .media.media-responsive .media-left {
    padding-right: 0;
  }
  .media.media-responsive .media-right {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .media.media-responsive-xs .media-body,
.media.media-responsive-xs .media-left,
.media.media-responsive-xs .media-right {
    width: 100%;
    display: block;
  }
  .media.media-responsive-xs .media-left {
    padding-right: 0;
  }
  .media.media-responsive-xs .media-right {
    padding-left: 0;
  }
}

li.media {
  margin: 0;
  padding: 10px 15px;
  border-top: 1px solid #efeff4;
}
@media (min-width: 768px) {
  li.media {
    padding: 15px 20px;
  }
}
li.media:first-child {
  border-top: none;
}
li.media.clickable {
  padding: 0;
}
li.media > a {
  padding: 20px 20px;
  display: block;
}
li.media > .media-body > h4 {
  font-size: 16px;
}
li.media > p {
  padding: 15px 5px 0 5px;
}

.panel {
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  /*==================== ROUNDEL WIDGET CLASSES ====================*/
  /*==================== ROUNDEL PANEL HEADER CLASSES ====================*/
  /*==================== SQUARE PANEL HEADER CLASSES ====================*/
}
@media (min-width: 768px) {
  .panel .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.panel.panel-default .panel-heading {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #ccd2d8;
}
.panel.panel-default .panel-heading.panel-heading-secondary {
  padding-bottom: 0px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .panel.panel-default .panel-heading {
    padding: 15px 20px;
  }
}
.panel.clickable > a {
  display: block;
}
.panel .panel-title {
  font-size: 18px;
  font-weight: 600;
}
.panel .panel-title small {
  font-size: 14px;
  color: #595963;
}
.panel.panel-lg-p .panel-body {
  padding: 30px 30px;
}
.panel.panel-primary .panel-heading {
  background-color: #383c40;
  border-color: #383c40;
}
.panel.panel-primary .panel-heading.with-navbar {
  width: 100%;
  float: left;
}
.panel.panel-primary .panel-heading.with-navbar .panel-title {
  float: left;
}
.panel.panel-primary .panel-heading.with-navbar .navbar-right {
  float: right;
  margin: -10px -15px -10px 15px;
}
.panel.panel-primary .panel-heading.with-navbar .navbar-right a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 600;
}
.panel.panel-primary .panel-heading.with-navbar .navbar-right a:hover, .panel.panel-primary .panel-heading.with-navbar .navbar-right a:focus {
  color: #fff;
  background-color: #50565b;
}
.panel.panel-primary .panel-heading.with-navbar .navbar-right a .material-icons {
  margin-right: 5px;
  font-size: 1.25em;
  line-height: 0;
  vertical-align: middle;
}
.panel.panel-table .panel-heading,
.panel.panel-table .panel-body {
  padding: 0;
}
.panel .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel .panel-footer {
  width: 100%;
  background-color: transparent;
  border-color: #ccd2d8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel.roundel-widget {
  padding: 10px;
}
.panel.roundel-widget.roundel-widget-lg h1 {
  font-size: 21px;
}
.panel.roundel-widget .media > .media-body {
  vertical-align: middle;
}
.panel.roundel-widget h1 {
  font-size: 16px;
  font-weight: 600;
}
.panel.roundel-widget h5 {
  margin: 0;
  padding-left: 2px;
}
.panel .roundel-img-header {
  width: 100%;
}
.panel .roundel-img-header .bg-img {
  height: 120px;
  position: relative;
  overflow: hidden;
  background-color: #adbcc3;
}
.panel .roundel-img-header .bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(53, 53, 53, 0.08) 100%);
  box-shadow: inset 0 -5px 7px -7px rgba(0, 0, 0, 0.15);
}
.panel .roundel-img-header .bg-img > img {
  filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="5");
}
.panel .roundel-img-header .bg-img > .full-width-img {
  width: 110%;
  max-width: none;
  margin: -5%;
}
.panel .roundel-img-header .bg-img > .centered-img {
  height: 90px;
  margin: 15px 0;
}
.panel .roundel-img-header .roundel-xl,
.panel .roundel-img-header .img-circle {
  margin: -60px auto 0 auto;
  position: relative;
}
.panel .agent-brand-banner {
  padding: 10px;
  padding-bottom: 5px;
}
.panel .agent-brand-banner .brand-wrapper {
  min-height: 80px;
  padding: 15px 20px;
  background-color: #b4c5cc;
}
.panel .agent-brand-banner .brand-wrapper img {
  max-height: 95px;
}
.panel .nav-justified li > a {
  border-top: 1px solid #efeff4;
}

.panel-alert {
  padding: 10px 10px;
  border: 1px solid #217dbb;
  background-color: #3498db;
}
.panel-alert .media-left {
  padding-right: 5px;
}
.panel-alert .media-left .material-icons {
  font-size: 38px;
  line-height: 36px;
  color: #217dbb;
}
.panel-alert .media-body {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .panel {
    margin-bottom: 15px;
  }
  .panel.roundel-widget-stack {
    min-height: 132px;
  }
  .panel.roundel-widget-stack .media-left {
    padding: 0;
    display: block;
    text-align: center;
  }
  .panel.roundel-widget-stack .media-left .roundel {
    margin: 0 auto 5px auto;
  }
  .panel.roundel-widget-stack .media-body {
    width: auto;
    display: block;
    text-align: center;
  }
  .panel.panel-lg-p > .panel-body {
    padding: 20px 20px;
  }
}
.modal h2 {
  line-height: 30px;
  font-size: 26px;
}
.modal.modal-secondary {
  border: 0;
}
.modal.modal-secondary .modal-dialog {
  margin-top: 10%;
}
.modal.modal-secondary .modal-body {
  padding: 45px 50px;
}
.modal.modal-secondary .modal-body h2 {
  font-size: 24px;
}
.modal.modal-secondary .modal-body ul li {
  font-size: 16px;
}
.modal.modal-secondary .modal-body ul li.h5 {
  font-size: 14px;
}
.modal.modal-secondary .modal-body textarea {
  min-height: 90px;
}
.modal.modal-secondary .modal-body .list-styled li {
  line-height: 24px;
}
.modal.modal-secondary .modal-content {
  border-top: 6px solid #3498db;
  background: #fff;
}
.modal.modal-secondary .modal-footer {
  border-top-color: #EFEFEF;
}
.modal.modal-secondary hr {
  width: 50px;
}
.modal.modal-secondary .close {
  padding-right: 0;
  color: #000;
  font-size: 37px;
  position: absolute;
  top: 9px;
  right: 20px;
}
.modal.modal-secondary .close:hover {
  color: #3498db;
  opacity: 1;
}
.modal.modal-secondary .alert {
  padding: 20px;
}
@media (max-width: 767px) {
  .modal.modal-secondary .modal-dialog {
    width: 345px;
    height: auto;
    margin: 12% auto 0 auto;
  }
  .modal.modal-secondary .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
  .modal.modal-secondary .modal-dialog .modal-content .modal-body h2, .modal.modal-secondary .modal-dialog .modal-content .modal-body .h2 {
    font-size: 18px;
    margin-top: 5px;
  }
  .modal.modal-secondary .modal-dialog .modal-content .modal-body .list-styled {
    padding-left: 20px;
  }
  .modal.modal-secondary .modal-dialog .modal-content .modal-body .list-styled li {
    line-height: 20px;
  }
  .modal.modal-secondary .modal-dialog .modal-content .modal-body ul li {
    font-size: 14px;
  }
  .modal.modal-secondary .close {
    font-size: 27px;
    top: 7px;
    right: 13px;
  }
}
@media (max-width: 360px) {
  .modal.modal-secondary .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal.modal-secondary .modal-body {
    padding: 30px 20px;
  }
  .modal.modal-secondary .modal-body .media-left {
    display: block;
    padding-bottom: 9px;
  }
}

.modal-content {
  position: relative;
  background-color: #f1f3fa;
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0;
}

.modal-header {
  padding: 10px 10px;
  border-bottom: 1px solid #000;
  background-color: #383c40;
  color: #fff;
}
.modal-header .modal-title {
  margin: 0;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 600;
}
.modal-header .modal-title small {
  font-size: 1.4;
  color: #fff;
}
.modal-header .close {
  margin-top: -9px;
  text-shadow: none;
  font-size: 40px;
  font-weight: 300;
  opacity: 1;
  color: #fff;
}

.modal-body {
  position: relative;
  padding: 15px 15px;
}

.modal-footer {
  padding: 15px 15px;
  text-align: right;
  border-top: 1px solid #b4c5cc;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-xl {
    width: 90%;
  }
  .modal-header {
    padding: 15px 15px;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .modal-xl {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0;
  }
  .modal-dialog .modal-content {
    height: 100%;
  }
  .modal-dialog .modal-content .modal-header .img-circle {
    width: 40px;
    height: 40px;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  .modal-dialog .modal-content .modal-header .close {
    margin-top: -5px;
    font-size: 30px;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
  .modal-dialog .modal-content .modal-body h2 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 20px;
  }
  .modal-dialog .modal-content .modal-footer {
    padding: 10px;
  }
  .modal-dialog .modal-content .modal-footer .btn-lg {
    padding: 8px 16px;
    font-size: 16px;
  }
  .modal-dialog .modal-content .modal-footer .btn-lg:first-child {
    float: left;
  }
}
.sub-modal-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  visibility: hidden;
  transition: top 350ms ease, visibility 0ms ease 350ms;
}
.sub-modal-wrapper.sub-modal-open {
  top: 0;
  visibility: visible;
  transition: top 350ms ease, visibility 0ms ease 0ms;
}
.sub-modal-wrapper .sub-modal {
  width: 90%;
  height: 95%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.sub-modal-wrapper .sub-modal .modal-header {
  width: 100%;
  border-bottom: 1px solid #c6c6c5;
  background-color: transparent;
  color: inherit;
}
.sub-modal-wrapper .sub-modal .modal-header .material-icons {
  font-size: 50px;
  line-height: 50px;
}
.sub-modal-wrapper .sub-modal .modal-body {
  width: 100%;
  position: absolute;
  top: 81px;
  bottom: 75px;
  overflow: auto;
}
.sub-modal-wrapper .sub-modal .modal-footer {
  width: 100%;
  text-align: right;
  border-top: 1px solid #b4c5cc;
}
@media (max-width: 768px) {
  .sub-modal-wrapper .sub-modal {
    width: 100%;
    height: 100%;
  }
  .sub-modal-wrapper .sub-modal .modal-header .material-icons {
    font-size: 36px;
    line-height: 36px;
  }
  .sub-modal-wrapper .sub-modal .modal-header h3 {
    font-size: 17px;
  }
  .sub-modal-wrapper .sub-modal .modal-body {
    top: 61px;
    bottom: 60px;
  }
}

.iframe-modal .modal-dialog .modal-content {
  height: 100%;
}
.iframe-modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 61px; /* .modal-header height */
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.iframe-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .iframe-modal .modal-dialog .modal-content .modal-body {
    top: 81px; /* .modal-body size */
  }
}
@media (max-width: 991px) {
  .iframe-modal .modal-dialog .modal-content .loader {
    top: 160px;
  }
  .iframe-modal .modal-dialog .modal-content .loader-text {
    top: 160px;
  }
}
@media (min-width: 768px) {
  .iframe-modal .modal-dialog {
    height: 94%;
    max-height: 850px;
    margin: 2% auto;
  }
}

/*==================== Delete Account Modal ====================*/
.delete-account-modal.modal-body .loader {
  top: 0px;
  font-size: 60px;
  margin: 50px auto;
  margin-bottom: 60px;
}
.delete-account-modal.modal-body label {
  margin-bottom: 9px;
}

.tooltip-inner {
  padding: 5px 10px 6px 10px;
  font-weight: 600;
  background-color: #000;
}

.page-not-found-error {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d7d7d7+100 */
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, #d7d7d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d7d7d7",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: 100%;
  position: absolute;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page-not-found-error {
    padding-top: 25px;
  }
  .page-not-found-error h2 {
    font-size: 18px;
  }
  .page-not-found-error h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.account-header {
  background-color: #75787f;
  color: #fff;
}
.account-header h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.account-header .change-property-link {
  font-size: 13px;
  margin-top: -2px;
  display: block;
  margin-bottom: -4px;
  color: #fff;
  text-decoration: underline;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
  padding-bottom: 4px;
}
.account-header .nav > li > a,
.account-header .nav .open > a {
  padding: 10px;
  margin: 0 -10px;
  color: #fff;
  background-color: transparent;
}
.account-header .nav > li > a:hover,
.account-header .nav .open > a:focus,
.account-header .nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.account-header .navbar-form {
  padding-top: 9px;
  padding-bottom: 9px;
}
.account-header .dropdown .dropdown-toggle .media-body {
  width: auto;
}
.account-header .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  top: 60px;
  overflow: auto;
  max-height: 385px;
}
.account-header .dropdown .dropdown-menu li a {
  padding: 15px 20px;
  border-bottom: 1px solid #f1f3fa;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991px) {
  .account-header .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
@media (min-width: 768px) {
  .account-header h1 {
    font-size: 18px;
  }
  .account-header .dropdown .dropdown-menu {
    right: -10px;
  }
}

.footer .container {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #b4c5cc;
}
.footer .container a {
  color: inherit;
}

.loading-state h1 {
  max-width: 205px;
  height: 13px;
  border-radius: 7px;
  background-color: #b4c5cc;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading-bg;
          animation-name: loading-bg;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(to right, #b4c5cc 35%, #d8e1e5 46%, #d8e1e5 54%, #b4c5cc 65%);
  background-size: 400px 100%;
}
.loading-state p {
  height: 9px;
  border-radius: 15px;
  background-color: #d8e1e5;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading-bg;
          animation-name: loading-bg;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(to right, #d8e1e5 35%, #e5ebed 46%, #e5ebed 54%, #d8e1e5 65%);
  background-size: 400px 100%;
}
.loading-state .media-object .bg-img-responsive, .loading-state .brand-wrapper, .loading-state .bg-img-responsive, .loading-state .roundel {
  background: linear-gradient(to right, #d8e1e5 35%, #e5ebed 46%, #e5ebed 54%, #d8e1e5 65%);
  background-size: 400px 100%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading-bg;
          animation-name: loading-bg;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  box-shadow: none;
}
.loading-state .viewings-list-item.panel .media {
  display: block;
}
.loading-state .viewings-list-item.panel .media .media-body p:nth-of-type(1) {
  max-width: 205px;
  width: 40%;
}
.loading-state .viewings-list-item.panel .media .media-body p:nth-of-type(2) {
  max-width: 265px;
  width: 50%;
}
@media (max-width: 767px) {
  .loading-state .viewings-list-item.panel .media .media-body p:nth-of-type(2) {
    max-width: 235px;
  }
}
.loading-state .viewings-list-item.panel .media .media-body p:nth-of-type(3) {
  max-width: 155px;
  width: 30%;
}
.loading-state .viewings-list-item.panel .media .media-body p:nth-of-type(4) {
  max-width: 305px;
  width: 50%;
}
@media (max-width: 767px) {
  .loading-state .viewings-list-item.panel .media .media-body p:nth-of-type(4) {
    max-width: 235px;
    margin-bottom: 10px;
  }
}
.loading-state .agent-contact-details .panel-body p:nth-of-type(1), .loading-state .property-details .panel-body p:nth-of-type(1) {
  max-width: 205px;
  width: 70%;
}
.loading-state .agent-contact-details .panel-body p:nth-of-type(2), .loading-state .property-details .panel-body p:nth-of-type(2) {
  max-width: 155px;
  width: 50%;
}
.loading-state .agent-contact-details .panel-body p:nth-of-type(3), .loading-state .property-details .panel-body p:nth-of-type(3) {
  max-width: 85px;
  width: 30%;
}
.loading-state .timeline-item p:nth-of-type(1) {
  width: 205px;
}
.loading-state .timeline-item p:nth-of-type(2) {
  width: 155px;
}
.loading-state .timeline-item p:nth-of-type(3) {
  width: 85px;
}
.loading-state .timeline-item:nth-child(2) {
  border-top: 0px;
}
.loading-state .timeline-item:nth-child(2) p:nth-of-type(1) {
  width: 70%;
}
.loading-state .timeline-item:nth-child(2) p:nth-of-type(2) {
  width: 65%;
}
.loading-state .timeline-item:nth-child(2) p:nth-of-type(3) {
  width: 50%;
}
.loading-state .viewings-details-item p:nth-of-type(1) {
  width: 50%;
}
.loading-state .viewings-details-item p:nth-of-type(2) {
  width: 35%;
}
.loading-state .viewings-details-item p:nth-of-type(3) {
  width: 20%;
}
.loading-state .viewings-details-item h1:nth-of-type(2) {
  max-width: 185px;
}
.loading-state .roundel-widget {
  box-shadow: none;
}
.loading-state .roundel-widget .media-left .roundel {
  background-size: 250px 100%;
}
.loading-state .roundel-widget .media-body p:nth-of-type(1) {
  max-width: 155px;
  width: 70%;
}
.loading-state .roundel-widget .media-body p:nth-of-type(2) {
  max-width: 85px;
  width: 40%;
}
@media (max-width: 767px) {
  .loading-state .roundel-widget .media-body p {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .loading-state .roundel-widget .media-body p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .loading-state .dash-list-item .media-body {
    margin-left: 0px;
  }
}
.loading-state .dash-list-item .media-body p:nth-of-type(1) {
  max-width: 205px;
  width: 70%;
}
@media (max-width: 767px) {
  .loading-state .dash-list-item .media-body p:nth-of-type(1) {
    margin-top: 20px;
  }
}
.loading-state .dash-list-item .media-body p:nth-of-type(2) {
  max-width: 155px;
  width: 40%;
}
.loading-state .dash-list-item .media-body p:nth-of-type(3) {
  max-width: 85px;
  width: 20%;
}
.loading-state.loading-state-messages .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.loading-state.loading-state-messages .left-sidebar > .header h1 {
  height: 16px;
  margin-right: 25%;
  float: none;
  border-radius: 8px;
  background-color: #b4c5cc;
}
.loading-state.loading-state-messages .left-sidebar > .header a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: #b4c5cc;
}
.loading-state.loading-state-messages .main-body > .thread-body {
  background: url("/angular/assets/img/messages-loading.gif") 50% 45% no-repeat;
}
.loading-state.loading-state-messages .media > .media-left > .img-circle {
  border: none;
  background-image: none;
  box-shadow: none;
}
.loading-state.loading-state-messages .media > .media-body h1 {
  max-width: 170px;
  margin-right: 35%;
}
.loading-state.loading-state-messages .media > .media-body p {
  max-width: 260px;
}
.loading-state.loading-state-messages .media > .media-body span {
  width: 15%;
  height: 9px;
  border-radius: 5px;
  background-color: #e2e8eb;
}
.loading-state.loading-state-messages .media-right .btn-primary {
  color: transparent;
  opacity: 0.75;
}
@-webkit-keyframes loading-bg {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@keyframes loading-bg {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.loading-state.sales-progression .list-unstyled .media-body p {
  max-width: 130px;
}
@media (max-width: 767px) {
  .loading-state.sales-progression .media-right {
    min-height: 40px;
  }
  .loading-state.sales-progression .media-right p {
    max-width: 100px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

.timeline-loading {
  position: relative;
}
@-webkit-keyframes background-animation {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes background-animation {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.timeline-loading .animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: background-animation;
  animation-name: background-animation;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.timeline-loading .mask {
  background: #fff;
  position: absolute;
  /* Every thing below this is just positioning */
}
.timeline-loading .mask.header-top, .timeline-loading .mask.header-bottom, .timeline-loading .mask.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.timeline-loading .mask.header-left, .timeline-loading .mask.subheader-left, .timeline-loading .mask.header-right, .timeline-loading .mask.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.timeline-loading .mask.header-bottom {
  top: 18px;
  height: 6px;
}
.timeline-loading .mask.subheader-left, .timeline-loading .mask.subheader-right {
  top: 24px;
  height: 6px;
}
.timeline-loading .mask.header-right, .timeline-loading .mask.subheader-right {
  width: auto;
  left: 70%;
  right: 0;
}
.timeline-loading .mask.subheader-right {
  left: 60%;
}
.timeline-loading .mask.subheader-bottom {
  top: 30px;
  height: 10px;
}
.timeline-loading .mask.content-top, .timeline-loading .mask.content-second-line, .timeline-loading .mask.content-third-line, .timeline-loading .mask.content-second-end, .timeline-loading .mask.content-third-end, .timeline-loading .mask.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.timeline-loading .mask.content-top {
  height: 20px;
}
.timeline-loading .mask.content-first-end, .timeline-loading .mask.content-second-end, .timeline-loading .mask.content-third-end {
  width: auto;
  left: 80%;
  right: 0;
  top: 60px;
  height: 8px;
}
.timeline-loading .mask.content-second-line {
  top: 68px;
}
.timeline-loading .mask.content-second-end {
  left: 85%;
  top: 74px;
}
.timeline-loading .mask.content-third-line {
  top: 82px;
}
.timeline-loading .mask.content-third-end {
  left: 65%;
  top: 88px;
}

.blank-state {
  padding: 15px 15px;
  color: #88979e;
}
@media (max-width: 767px) {
  .blank-state.buyer-dashboard-blank-state.p-xl {
    padding: 30px 25.5px;
  }
}
.blank-state.buyer-dashboard-blank-state h2 {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.blank-state .material-icons {
  font-size: 80px;
  line-height: 80px;
}
.blank-state .material-icons.md-44 {
  font-size: 44px;
  line-height: 44px;
}
.blank-state h1 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #5a5a5a;
}
.blank-state h2 {
  margin-top: 0;
  font-size: 16px;
}

.roundel {
  width: 45px;
  height: 45px;
  font-size: 25px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  background-color: #adbcc3;
}
.roundel.roundel-sm {
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
}
.roundel.roundel-lg {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.roundel.roundel-xl {
  width: 120px;
  height: 120px;
  font-size: 60px;
  line-height: 120px;
  border: 4px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.roundel.rightmove-icon {
  background-image: url("/img/rightmove-roundel-icon.png");
  background-position: 48% 46%;
  background-repeat: no-repeat;
  background-size: 30px 32px;
}
.roundel > small {
  font-size: 75%;
}

.report-issue-modal .modal-dialog,
.advice-issue-modal .modal-dialog {
  min-width: 320px;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.report-issue-modal .modal-dialog .modal-content,
.advice-issue-modal .modal-dialog .modal-content {
  height: 100%;
  position: relative;
}
.report-issue-modal .modal-dialog .modal-content .modal-header,
.advice-issue-modal .modal-dialog .modal-content .modal-header {
  height: 81px;
  position: absolute;
  top: 0;
}
.report-issue-modal .modal-dialog .modal-content .modal-header .close,
.advice-issue-modal .modal-dialog .modal-content .modal-header .close {
  padding: 20px;
  margin: -20px -15px;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top {
  position: absolute;
  height: 66px;
  top: 81px;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li {
  width: 1%;
  display: table-cell;
  border: none;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a {
  margin-bottom: -2px;
  color: inherit;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a:hover,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a:hover {
  background-color: #f5f5f5;
  border-color: #3498db;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a:focus,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a:focus {
  background-color: inherit;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency > a, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency > a:focus, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency > a:hover,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency > a,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency > a:focus,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency > a:hover {
  background-color: inherit;
  cursor: not-allowed;
  border-color: transparent;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active > a,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active > a {
  background-color: inherit;
  border-color: #3498db;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li .roundel-sm,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li .roundel-sm {
  line-height: 34px;
  background-color: #e9edf7;
  border: 2px solid #dee3f3;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li .roundel-sm .step-number,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li .roundel-sm .step-number {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-shadow: none;
  color: #d7dcf1;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .roundel, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .roundel, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .roundel,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .roundel,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .roundel,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .roundel {
  line-height: 40px;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .roundel .step-number, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .roundel .step-number, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .roundel .step-number,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .roundel .step-number,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .roundel .step-number,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .roundel .step-number {
  display: none;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .roundel,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .roundel {
  background-color: #E20000;
  border-color: #7c0000;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .roundel, .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .roundel,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .roundel,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .roundel {
  background-color: #4aa3df;
  border-color: #258cd1;
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .material-icons:before,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.emergency .material-icons:before {
  content: "\e15b";
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .material-icons:before,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.active .material-icons:before {
  content: "\e5d3";
}
.report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .material-icons:before,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li.completed .material-icons:before {
  content: "\e5ca";
}
.report-issue-modal .modal-dialog .modal-content .slider,
.advice-issue-modal .modal-dialog .modal-content .slider {
  width: 100%;
  position: absolute;
  top: 147px;
  bottom: 75px;
  overflow: hidden;
  background-color: #f1f3fa;
}
.report-issue-modal .modal-dialog .modal-content .slider .slide-item,
.advice-issue-modal .modal-dialog .modal-content .slider .slide-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.report-issue-modal .modal-dialog .modal-content .modal-footer,
.advice-issue-modal .modal-dialog .modal-content .modal-footer {
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
}
.report-issue-modal .modal-dialog .modal-content .modal-footer .btn-primary.disabled,
.advice-issue-modal .modal-dialog .modal-content .modal-footer .btn-primary.disabled {
  color: #fff;
  opacity: 0.65;
  background-image: none;
  background-color: #3498db;
  border-color: #258cd1;
}
.report-issue-modal .modal-dialog .modal-content .modal-loading,
.advice-issue-modal .modal-dialog .modal-content .modal-loading {
  width: 100%;
  height: 100%;
  padding: 20% 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 10px #000;
}
.report-issue-modal .modal-dialog .modal-content .modal-loading h1,
.advice-issue-modal .modal-dialog .modal-content .modal-loading h1 {
  margin-top: 10px;
  font-size: 30px;
}
.report-issue-modal .modal-dialog .modal-content .modal-loading p,
.advice-issue-modal .modal-dialog .modal-content .modal-loading p {
  max-width: 520px;
  margin: 0 auto 10px auto;
  font-size: 18px;
}
@media (min-width: 768px) {
  .report-issue-modal .modal-lg,
.report-issue-modal .modal-xl,
.advice-issue-modal .modal-lg,
.advice-issue-modal .modal-xl {
    width: 100%;
  }
  .report-issue-modal .modal-lg.modal-dialog,
.report-issue-modal .modal-xl.modal-dialog,
.advice-issue-modal .modal-lg.modal-dialog,
.advice-issue-modal .modal-xl.modal-dialog {
    padding: 30px;
  }
  .report-issue-modal .modal-lg.modal-dialog .modal-content,
.report-issue-modal .modal-xl.modal-dialog .modal-content,
.advice-issue-modal .modal-lg.modal-dialog .modal-content,
.advice-issue-modal .modal-xl.modal-dialog .modal-content {
    max-height: 850px;
  }
  .report-issue-modal .modal-lg.modal-dialog .modal-content .navbar-static-top,
.report-issue-modal .modal-xl.modal-dialog .modal-content .navbar-static-top,
.advice-issue-modal .modal-lg.modal-dialog .modal-content .navbar-static-top,
.advice-issue-modal .modal-xl.modal-dialog .modal-content .navbar-static-top {
    height: 66px;
    top: 81px;
  }
  .report-issue-modal .modal-lg.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a,
.report-issue-modal .modal-xl.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a,
.advice-issue-modal .modal-lg.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a,
.advice-issue-modal .modal-xl.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a {
    padding: 10px 10px;
  }
  .report-issue-modal .modal-lg.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media h4,
.report-issue-modal .modal-xl.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media h4,
.advice-issue-modal .modal-lg.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media h4,
.advice-issue-modal .modal-xl.modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media h4 {
    font-size: 16px;
  }
  .report-issue-modal .modal-lg.modal-dialog .modal-content .slider,
.report-issue-modal .modal-xl.modal-dialog .modal-content .slider,
.advice-issue-modal .modal-lg.modal-dialog .modal-content .slider,
.advice-issue-modal .modal-xl.modal-dialog .modal-content .slider {
    top: 147px;
    bottom: 75px;
  }
  .report-issue-modal .modal-lg.modal-dialog .modal-content .modal-footer,
.report-issue-modal .modal-xl.modal-dialog .modal-content .modal-footer,
.advice-issue-modal .modal-lg.modal-dialog .modal-content .modal-footer,
.advice-issue-modal .modal-xl.modal-dialog .modal-content .modal-footer {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .report-issue-modal .modal-lg,
.advice-issue-modal .modal-lg {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .report-issue-modal .modal-dialog .modal-content .modal-header,
.advice-issue-modal .modal-dialog .modal-content .modal-header {
    height: 61px;
  }
  .report-issue-modal .modal-dialog .modal-content .modal-header .close,
.advice-issue-modal .modal-dialog .modal-content .modal-header .close {
    margin-bottom: -10px;
  }
  .report-issue-modal .modal-dialog .modal-content .navbar-static-top,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top {
    height: 51px;
    top: 61px;
  }
  .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a {
    padding: 5px 0;
    margin-bottom: -1px;
    border-bottom-width: 1px;
  }
  .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-left,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-left {
    width: 100%;
    padding-right: 0;
    float: left;
    display: block;
    text-align: center;
  }
  .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-left .roundel-sm,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-left .roundel-sm {
    width: 22px;
    height: 22px;
    margin: 0 auto 5px auto;
    font-size: 12px;
    line-height: 22px;
    border-width: 1px;
  }
  .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-body,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-body {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
  }
  .report-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-body h4,
.advice-issue-modal .modal-dialog .modal-content .navbar-static-top .nav-tabs.nav-justified > li > a .media .media-body h4 {
    font-size: 11px;
  }
  .report-issue-modal .modal-dialog .modal-content .slider,
.advice-issue-modal .modal-dialog .modal-content .slider {
    top: 112px;
    bottom: 60px;
  }
  .report-issue-modal .modal-dialog .modal-content .modal-footer,
.advice-issue-modal .modal-dialog .modal-content .modal-footer {
    height: 60px;
  }
}

.modal-body h4 .material-icons {
  font-size: 200%;
  line-height: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .modal-body .panel {
    margin-bottom: 10px;
  }
  .modal-body .panel .roundel {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .modal-body .panel h4 {
    font-size: 14px;
  }
  .modal-body .panel h5 {
    font-size: 12px;
  }
}
.advice-issue-modal .modal-dialog .modal-content {
  /* NO NAVBAR */
}
.advice-issue-modal .modal-dialog .modal-content .modal-header .media-left .material-icons {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}
.advice-issue-modal .modal-dialog .modal-content .slider {
  top: 81px;
}
@media (min-width: 768px) {
  .advice-issue-modal .modal-xl {
    width: 100%;
  }
  .advice-issue-modal .modal-xl.modal-dialog .modal-content {
    /* NO NAVBAR */
  }
  .advice-issue-modal .modal-xl.modal-dialog .modal-content .slider {
    top: 81px;
  }
}
@media (max-width: 767px) {
  .advice-issue-modal .modal-dialog .modal-content {
    /* NO NAVBAR */
  }
  .advice-issue-modal .modal-dialog .modal-content .modal-header .media-left .material-icons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  .advice-issue-modal .modal-dialog .modal-content .slider {
    top: 61px;
  }
}

/*==================== CANVAS CLASSES ====================*/
.canvas {
  min-height: 100%;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #f1f3fa;
  transition: left 350ms ease, right 350ms ease;
}
.canvas .canvas-overlay {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: transparent;
}

/*==================== OFF CANVAS CLASSES ====================*/
.off-canvas {
  width: 300px;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #383c40;
  transition: visibility 0ms ease 350ms;
}
.off-canvas.off-canvas-fixed-left {
  right: auto;
  left: 0;
}
.off-canvas.off-canvas-fixed-right {
  right: 0;
  left: auto;
}
.off-canvas .brand-logo img {
  height: 70px;
}
.off-canvas .off-canvas-brand {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.off-canvas .off-canvas-brand:hover, .off-canvas .off-canvas-brand:focus {
  text-decoration: none;
}
.off-canvas .off-canvas-nav {
  margin-bottom: 45px;
}
.off-canvas .off-canvas-nav li > a {
  margin: -1px 0;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  border-top: 1px solid #44494e;
  border-bottom: 1px solid #44494e;
}
.off-canvas .off-canvas-nav li > a:hover, .off-canvas .off-canvas-nav li > a:focus {
  background-color: transparent;
}
.off-canvas .off-canvas-nav li > a > .chevron-down {
  transition: transform ease 350ms;
}
.off-canvas .off-canvas-nav li > a.collapsed > .chevron-down {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.off-canvas .off-canvas-nav li.active > a, .off-canvas .off-canvas-nav li.active > a:hover, .off-canvas .off-canvas-nav li.active > a:focus {
  font-weight: 600;
  border-left: 3px solid #3498db;
}
.off-canvas .off-canvas-nav li .off-canvas-nav {
  margin-bottom: 1px;
}
.off-canvas .off-canvas-nav li .off-canvas-nav li > a {
  padding-left: 20px;
  border-color: #3d4145;
  border-left: 3px solid #383c40;
  background-color: #313438;
  color: #edeff0;
  font-weight: 400;
}
.off-canvas .off-canvas-nav li .off-canvas-nav li.active > a, .off-canvas .off-canvas-nav li .off-canvas-nav li.active > a:hover, .off-canvas .off-canvas-nav li .off-canvas-nav li.active > a:focus {
  color: white;
  font-weight: 600;
  border-left: 3px solid #3498db;
}
.off-canvas .off-canvas-nav li .off-canvas-nav li.disabled > a, .off-canvas .off-canvas-nav li .off-canvas-nav li.disabled > a:hover, .off-canvas .off-canvas-nav li .off-canvas-nav li.disabled > a:focus {
  color: #313438;
  background-color: transparent;
}

/*==================== ANGULAR OFF CANVAS OPEN CLASSES ====================*/
.off-canvas-open .canvas {
  overflow: hidden;
}
.off-canvas-open .canvas.canvas-slide {
  height: 100%;
  overflow: hidden;
  right: 300px;
}
.off-canvas-open .canvas.canvas-slide .canvas-overlay {
  display: block;
}
.off-canvas-open .off-canvas {
  height: auto;
  visibility: visible;
  overflow-y: auto;
  transition-delay: 0ms;
}

/*==================== JASNY OFF CANVAS OPEN CLASSES ====================*/
.navmenu {
  height: auto;
  overflow-y: auto;
  visibility: visible;
  display: none;
}
.navmenu.in {
  height: auto;
  overflow-y: auto;
  display: block;
}

.canvas-slid .canvas-overlay {
  display: block;
}

.dropzone {
  min-height: 250px;
  padding: 0;
  position: relative;
  border: 2px solid transparent;
}
.dropzone.dz-clickable * {
  cursor: inherit;
}
.dropzone.dz-drag-hover {
  border: 2px dashed #3498db;
}
.dropzone .fallback {
  margin: 2em 0;
}
.dropzone .fallback + .dz-message {
  display: none;
}
.dropzone.dz-started {
  padding-bottom: 56px;
}
.dropzone.dz-started .dz-preview {
  width: 39%;
  width: calc(50% - 32px);
  height: 0;
  margin: 15px 15px 30px 15px;
  padding-bottom: 39%;
  padding-bottom: calc(50% - 34px);
  display: inline-block;
}
@media (min-width: 768px) {
  .dropzone.dz-started .dz-preview {
    width: 25%;
    width: calc(33.3333333333% - 32px);
    padding-bottom: 25%;
    padding-bottom: calc(33.3333333333% - 34px);
  }
}
.dropzone.dz-started .dz-preview .dz-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dropzone.dz-started .dz-preview .dz-image img {
  width: 100%;
}
.dropzone.dz-started .dz-progress,
.dropzone.dz-started .dz-filename {
  display: none;
}
.dropzone.dz-started .dz-remove {
  position: absolute;
  color: #f1f3fa;
  background-color: #414547;
  top: -10px;
  right: -10px;
  border-radius: 20px;
  height: 28px;
  z-index: 10;
  width: 28px;
  font-size: 20px;
}
.dropzone.dz-started .dz-add-more-bar {
  display: block;
}
.dropzone .dz-add-more-thumb {
  display: none;
  vertical-align: middle;
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  border-radius: 2px;
  border: 1px dashed #949494;
  background-color: #ffffff;
  color: #babecc;
  cursor: pointer;
  text-decoration: none;
}
.dropzone .dz-add-more-thumb:hover, .dropzone .dz-add-more-thumb:focus {
  background-color: #ebedf4;
}
.dropzone .dz-add-more-thumb.material-icons:before {
  margin: -25px auto 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.dropzone .dz-add-more-thumb i {
  margin-top: 30px;
  display: block;
}
.dropzone .dz-add-more-thumb span {
  display: block;
  color: #3498DB;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.dropzone .dz-add-more-bar {
  display: none;
  width: auto;
  margin: 0 -2px -2px -2px;
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
}
.dropzone .dz-add-more-bar.nav-justified > li > a {
  margin-bottom: 0;
}
.dropzone .btn-primary .material-icons {
  font-size: 20px;
  line-height: inherit;
}
.dropzone .deliminating-box {
  border: dashed 1px #949494;
  margin: 15px;
  padding: 15px;
}
.dropzone .desktop {
  display: none;
}
.dropzone .mobile {
  display: block;
}

@media (min-width: 991px) {
  .dropzone .mobile {
    display: none;
  }
  .dropzone .desktop {
    display: block;
  }
}
.loader {
  color: #b4c5cc;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-text {
  position: relative;
  top: 120px;
}

.modal-body .loader {
  top: 120px;
}

@media (max-width: 767px) {
  .dashboard .panel .img-frame {
    margin-bottom: 15px;
  }
  .dashboard .panel .media.media-responsive-xs .media-body h5:first-of-type {
    margin-top: 20px;
  }
}
.dashboard .vm-panel .media {
  width: 100%;
}
.dashboard .vm-panel .logo-wrapper {
  width: 240px;
  margin-left: 5px;
  position: relative;
}
.dashboard .vm-panel .logo-wrapper span {
  position: absolute;
  top: -5px;
  left: 48px;
  font-size: 12px;
}
.dashboard .vm-panel .panel-footer {
  padding: 15px 15px;
  border: 0;
}
@media (max-width: 991px) {
  .dashboard .panel .panel-body h3, .dashboard .panel .panel-body .h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .dashboard .panel .panel-body h4, .dashboard .panel .panel-body .h4 {
    font-size: 16px;
  }
}
.dashboard .welcome .font-size-md {
  max-width: 590px;
}
@media (max-width: 1199px) {
  .dashboard .welcome .font-size-md {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .dashboard .welcome {
    padding: 0 0 25px 0;
  }
  .dashboard .welcome h2 {
    font-size: 24px;
  }
  .dashboard .welcome p {
    font-size: 15px;
  }
  .dashboard .welcome .btn {
    margin-top: 5px;
  }
}

@media (max-width: 479px) {
  .my-tenancy .transactions-panel li.media h3 {
    font-size: 20px;
  }
  .my-tenancy .transactions-panel li.media h4 {
    font-size: 14px;
  }
  .my-tenancy .transactions-panel li.media h5 {
    font-size: 12px;
  }
}

.confirmation-details {
  position: relative;
  margin-top: 30px;
}
.confirmation-details .title-icon {
  color: #ffffff;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  border: 2px solid #FFFFFF;
  background-color: #ADBCC3;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  position: absolute;
  top: -25px;
  left: 15px;
  font-size: 30px;
  text-align: center;
}
.confirmation-details .problem-title {
  font-size: 20px;
  color: #000000;
}
.confirmation-details .problem-title {
  font-size: 20px;
  color: #000000;
}
.confirmation-details .sub-title {
  font-size: 13px;
  color: #798B93;
}
.confirmation-details hr {
  clear: both;
}
.confirmation-details .issue {
  display: block;
  clear: both;
  line-height: 25px;
}
.confirmation-details .issue i {
  font-size: 20px;
  color: #00D95E;
  display: block;
  float: left;
  line-height: 25px;
}
.confirmation-details .issue span {
  padding-left: 5px;
  display: block;
  float: left;
  line-height: 25px;
}
.confirmation-details .dz-image {
  display: inline;
}
.confirmation-details .dz-details,
.confirmation-details .dz-progress,
.confirmation-details .dz-error-message,
.confirmation-details .dz-success-mark,
.confirmation-details .dz-error-mark,
.confirmation-details .dz-remove {
  display: none;
}
.confirmation-details .edit-button {
  text-decoration: underline;
  cursor: pointer;
  color: #3598DC;
}
.confirmation-details .save-cancel {
  float: right;
  margin-top: 10px;
}
.confirmation-details .save-cancel div {
  cursor: pointer;
  display: inline-block;
}
.confirmation-details .cancel-button {
  text-decoration: underline;
  color: #8E8E8E;
  margin-right: 10px;
}
.confirmation-details .save-button {
  text-align: center;
  box-sizing: border-box;
  height: 26px;
  width: 55px;
  border: 1px solid #4690C4;
  border-radius: 2px;
  background-color: #3598DC;
  color: #FFFFFF;
}

.maintenance .modal-header {
  background-color: #830000 !important;
  height: 66px !important;
}
.maintenance .modal-body {
  top: 66px !important;
}
.maintenance .text-danger {
  color: #ffffff;
}

@media (min-width: 991px) {
  .maintenance h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  .maintenance-jobs .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .maintenance-jobs .row.p-h-lg {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .maintenance-jobs .row.p-h-md {
    padding: 0;
  }
}
.maintenance-jobs .current_maintenance_jobs {
  padding: 35px 0 35px 35px;
  border-bottom: 1px solid #eaeaea;
}
.maintenance-jobs .current_maintenance_jobs.clickable:hover {
  background-color: #F4F4F4;
}
.maintenance-jobs .current_maintenance_jobs .chevron-right {
  color: #4A90E2;
  font-size: 27px;
}
.maintenance-jobs .current_maintenance_jobs .title {
  font-size: 20px;
}
.maintenance-jobs .current_maintenance_jobs .status p, .maintenance-jobs .current_maintenance_jobs .date-raised p {
  font-size: 12px;
  color: #7D7D7D;
}
.maintenance-jobs .current_maintenance_jobs .status-text {
  color: #3498db;
}
.maintenance-jobs .current_maintenance_jobs .status-text.text-success {
  color: #28912c;
}
.maintenance-jobs .current_maintenance_jobs .status-text.text-danger {
  color: #E20000;
}
.maintenance-jobs .current_maintenance_jobs .status h4 {
  font-size: 17px;
}
.maintenance-jobs .current_maintenance_jobs .date-raised h4 {
  font-size: 16px;
}
.maintenance-jobs .current_maintenance_jobs .roundel {
  display: inline-block;
  min-width: 45px;
}
.maintenance-jobs .current_maintenance_jobs .chevron-right {
  position: absolute;
  top: 8px;
  right: 35px;
}
@media (max-width: 767px) {
  .maintenance-jobs .current_maintenance_jobs {
    padding: 25px;
  }
  .maintenance-jobs .current_maintenance_jobs .date-raised h4 {
    color: #7D7D7D;
    font-size: 13px;
    font-weight: normal;
  }
  .maintenance-jobs .current_maintenance_jobs .title {
    font-size: 18px;
    padding-right: 20px;
  }
  .maintenance-jobs .current_maintenance_jobs .chevron-right {
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .maintenance-details .img-squares-3 .img-square {
    padding-bottom: 23%;
    margin-bottom: 20px;
  }
}
.maintenance-details .panel-body.completed .timeline-item .media-left .line-wrapper .icon {
  background-image: url("/img/maintenance-issues/finished-tick.svg");
}
.maintenance-details .panel-body.completed .timeline-item.completed .media-left .line {
  border-color: #009f73;
  border-style: solid;
}
.maintenance-details .panel-body.completed .timeline-item .line {
  border-color: #009f73;
  border-style: solid;
}
.maintenance-details .timeline-item {
  padding: 0 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .maintenance-details .timeline-item {
    padding: 0 0 0 35px;
  }
}
.maintenance-details .timeline-item.active {
  background-color: #EDF6FF;
}
@media (max-width: 767px) {
  .maintenance-details .timeline-item.active > .media-body {
    padding-left: 0;
  }
}
.maintenance-details .timeline-item.active > .media-body h4 {
  font-size: 19px;
  font-weight: 600;
}
.maintenance-details .timeline-item.active > .media-left .line-wrapper .icon {
  background-image: url("/img/maintenance-issues/active-tick.svg");
  height: 35px;
  width: 35px;
  left: -11px;
  top: -1px;
}
@media (max-width: 767px) {
  .maintenance-details .timeline-item.active > .media-left .line-wrapper .icon {
    left: -16px;
    top: -1px;
  }
}
.maintenance-details .timeline-item.issue-fixed.active {
  background-color: #E6F6F1;
}
.maintenance-details .timeline-item.issue-rejected, .maintenance-details .timeline-item.issue-cancelled {
  background-color: #F7F8F8;
}
.maintenance-details .timeline-item.issue-rejected > .media-body h4, .maintenance-details .timeline-item.issue-cancelled > .media-body h4 {
  font-size: 19px;
  font-weight: 600;
}
.maintenance-details .timeline-item.issue-rejected > .media-left .line-wrapper .icon, .maintenance-details .timeline-item.issue-cancelled > .media-left .line-wrapper .icon {
  background-image: url("/img/maintenance-issues/rejected-tick.svg");
  height: 35px;
  width: 35px;
  top: -2px;
}
@media (max-width: 767px) {
  .maintenance-details .timeline-item.issue-rejected > .media-left .line-wrapper .icon, .maintenance-details .timeline-item.issue-cancelled > .media-left .line-wrapper .icon {
    left: -15px;
  }
}
.maintenance-details .timeline-item.issue-rejected > .media-left .line-wrapper .line, .maintenance-details .timeline-item.issue-cancelled > .media-left .line-wrapper .line {
  height: 20%;
}
.maintenance-details .timeline-item.completed .media-left .line-wrapper .icon {
  background-image: url("/img/maintenance-issues/completed-tick.svg");
}
.maintenance-details .timeline-item.completed .media-left .line {
  border-color: #3498db;
  border-style: solid;
}
.maintenance-details .timeline-item > .media-body {
  padding: 33px 15px 30px;
  max-width: 390px;
}
.maintenance-details .timeline-item > .media-body h4 {
  font-size: 17px;
}
.maintenance-details .timeline-item > .media-body .agent-content-wrapper {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .maintenance-details .timeline-item > .media-body {
    padding: 24px 11px 30px;
    max-width: 100%;
  }
}
.maintenance-details .timeline-item > .media-left {
  min-width: 140px;
  padding: 30px 0;
  position: relative;
}
.maintenance-details .timeline-item > .media-left p {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0;
  width: 81px;
}
.maintenance-details .timeline-item > .media-left .line-wrapper {
  display: inline;
}
.maintenance-details .timeline-item > .media-left .line-wrapper .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: cover;
  position: relative;
  z-index: 1;
  left: -3px;
  top: -11px;
  background-image: url("/img/maintenance-issues/tick.svg");
}
.maintenance-details .timeline-item > .media-left .line {
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  left: 109px;
  top: 0;
  border: 1.5px dashed #adbcc3;
}
.maintenance-details .timeline-item > .media-left .line.first {
  height: 50%;
  bottom: 0;
  top: inherit;
}
.maintenance-details .timeline-item > .media-left .line.last {
  height: 50%;
}
@media (max-width: 767px) {
  .maintenance-details .timeline-item > .media-left {
    min-width: inherit;
    padding: 23px 0;
  }
  .maintenance-details .timeline-item > .media-left p {
    display: none;
  }
  .maintenance-details .timeline-item > .media-left .line-wrapper .icon {
    left: -8px;
    top: 2px;
  }
  .maintenance-details .timeline-item > .media-left .line-wrapper .line {
    left: 0;
  }
}

@media (min-width: 768px) {
  .seller-marketing .mailout-feedback-table > .table td:nth-of-type(3) {
    width: 60%;
  }
}
.container.messages {
  min-width: 320px;
  margin: 0 auto;
  padding-top: 0 !important;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: left 350ms ease, right 350ms ease;
  width: 100%;
}
.container.messages > .row {
  height: 100%;
}
.container.messages > .row > .col-xs-12 {
  padding-bottom: 30px;
  height: 100%;
}
.container.messages .alert-fixed-top {
  top: 125px;
}
@media (max-width: 767px) {
  .container.messages {
    padding-left: 0;
    padding-right: 0;
  }
  .container.messages > .row > .col-xs-12 {
    padding-bottom: 0;
  }
}

.messages-panel {
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 13px;
}
.messages-panel > .panel-body {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.messages-panel > .panel-body .left-sidebar,
.messages-panel > .panel-body .main-body {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: #fff;
}
.messages-panel > .panel-body .left-sidebar > .header,
.messages-panel > .panel-body .main-body > .header {
  width: 100%;
  height: 70px;
  padding: 9.5px 15px;
  display: table;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #d3e0e5;
}
.messages-panel > .panel-body .left-sidebar > .header h1,
.messages-panel > .panel-body .main-body > .header h1 {
  font-size: 15px;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body,
.messages-panel > .panel-body .left-sidebar > .thread-body,
.messages-panel > .panel-body .left-sidebar > .create-body,
.messages-panel > .panel-body .main-body > .sidebar-body,
.messages-panel > .panel-body .main-body > .thread-body,
.messages-panel > .panel-body .main-body > .create-body {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 70px;
  bottom: 0;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list,
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .message-thread,
.messages-panel > .panel-body .left-sidebar > .thread-body > .thread-list,
.messages-panel > .panel-body .left-sidebar > .thread-body > .message-thread,
.messages-panel > .panel-body .left-sidebar > .create-body > .thread-list,
.messages-panel > .panel-body .left-sidebar > .create-body > .message-thread,
.messages-panel > .panel-body .main-body > .sidebar-body > .thread-list,
.messages-panel > .panel-body .main-body > .sidebar-body > .message-thread,
.messages-panel > .panel-body .main-body > .thread-body > .thread-list,
.messages-panel > .panel-body .main-body > .thread-body > .message-thread,
.messages-panel > .panel-body .main-body > .create-body > .thread-list,
.messages-panel > .panel-body .main-body > .create-body > .message-thread {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.messages-panel > .panel-body .left-sidebar > .input-bar,
.messages-panel > .panel-body .left-sidebar > .create-footer,
.messages-panel > .panel-body .main-body > .input-bar,
.messages-panel > .panel-body .main-body > .create-footer {
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #d3e0e5;
  background-color: #fff;
}
.messages-panel > .panel-body .left-sidebar:after,
.messages-panel > .panel-body .main-body > .thread-body:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.messages-panel > .panel-body .left-sidebar {
  width: 320px;
  left: 0;
  border-right: 1px solid #d3e0e5;
}
.messages-panel > .panel-body .left-sidebar .header h1 {
  float: left;
  font-size: 18px;
  line-height: 50px;
}
.messages-panel > .panel-body .left-sidebar .header a.material-icons {
  font-size: 30px;
  text-decoration: none;
  color: #adbcc3;
}
.messages-panel > .panel-body .left-sidebar .header a.material-icons:hover, .messages-panel > .panel-body .left-sidebar .header a.material-icons:focus, .messages-panel > .panel-body .left-sidebar .header a.material-icons:active {
  color: #90a4ad;
}
.messages-panel > .panel-body .left-sidebar .header a.material-icons.selected {
  color: #3498db;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media {
  width: 100%;
  padding: 20px 10px;
  display: table;
  table-layout: fixed;
  border-top: none;
  border-bottom: 1px solid #d3e0e5;
  color: #2b2b2b;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media:hover, .messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media:focus, .messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media:active {
  outline: 0;
  background-color: #f9f9f9;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media.selected, .messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media.selected:hover {
  background-color: #efeff4;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media.selected:focus, .messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media.selected:active {
  background-color: #ebebf0;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media > .media-left {
  width: 80px;
  position: relative;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media > .media-left > .img-circle {
  width: 70px;
  height: 70px;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media > .media-body {
  width: auto;
  overflow: visible;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media > .media-body h1 {
  font-size: 15px;
  padding-right: 5px;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media > .media-body p {
  padding-right: 5px;
}
.messages-panel > .panel-body .left-sidebar > .sidebar-body > .thread-list > li.media > .media-right {
  width: 20px;
}
.messages-panel > .panel-body.error-state {
  padding: 18% 10px 0 10px;
  text-align: center;
  background-image: url("/angular/assets/img/error-state-bg-top.jpg"), url("/angular/assets/img/error-state-bg-bottom.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain;
}
.messages-panel > .panel-body.error-state h1 {
  font-size: 62px;
  line-height: 1;
  font-weight: 300;
  color: #ccdde2;
}
.messages-panel > .panel-body.error-state h2 {
  font-size: 24px;
  color: #50086e;
}
.messages-panel > .panel-body.error-state p {
  font-size: 16px;
}
.messages-panel > .panel-body .main-body {
  left: 320px;
  right: 0;
}
.messages-panel > .panel-body .main-body .header .message-cta {
  width: 65px;
}
.messages-panel > .panel-body .main-body .header .message-cta a {
  display: block;
  font-size: 15px;
  text-decoration: none;
}
.messages-panel > .panel-body .main-body .header .message-cta a .material-icons:before {
  margin: -3px -8px 0px -10px;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
}
.messages-panel > .panel-body .main-body .header .message-cta a span {
  vertical-align: sub;
}
@media (max-width: 767px) {
  .messages-panel > .panel-body .main-body .header {
    table-layout: fixed;
  }
  .messages-panel > .panel-body .main-body .header .media-body {
    width: auto;
    text-align: center;
  }
  .messages-panel > .panel-body .main-body .header .message-cta {
    display: table-cell !important;
  }
}
.messages-panel > .panel-body .main-body > .thread-body {
  bottom: 65px;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > li {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 0;
  float: left;
  position: relative;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > h1 {
  width: 100%;
  float: left;
  font-size: 15px;
  /* More to come */
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > h1.recipient-1 {
  color: #e74c3c;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > h1.recipient-2 {
  color: #03a678;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > h1.recipient-3 {
  color: #8C1184;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > h1.recipient-4 {
  color: #ff7912;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > h1 > small {
  font-size: 85%;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message .bubble {
  max-width: 75%;
  min-width: 200px;
  min-height: 42px;
  padding: 12px 20px;
  position: relative;
  float: left;
  border-radius: 2px;
  background-color: #efeff4;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message .bubble:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 14px;
  left: -7px;
  background-color: #efeff4;
  border-radius: 0 2px 0 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message .bubble p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: pre-wrap;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message > p {
  width: 100%;
  float: left;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-sent + .message-sent {
  padding-top: 0;
  margin-top: -10px;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-sent > h1 {
  display: none;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-sent > .bubble {
  float: right;
  background-color: #cfedfb;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-sent > .bubble:before {
  left: auto;
  right: -7px;
  background-color: #cfedfb;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-sent > p {
  text-align: right;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-received + .message-received {
  padding-top: 0;
  margin-top: -10px;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .message-received + .message-received h1 {
  display: none;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .date-separator hr {
  margin: 5px 0;
  border-top: 1px solid #d3e0e5;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .date-separator h1 {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 41px;
  color: #96a2a7;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .date-separator h1 span {
  padding: 0 10px;
  background-color: #fff;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .participant-update > h1 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #9eaaaf;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .participant-update > h1 span {
  color: #79858a;
}
.messages-panel > .panel-body .main-body > .thread-body .message-thread > .participant-update > p {
  font-weight: 300;
  color: #a5b1b6;
}
.messages-panel > .panel-body .main-body > .input-bar .media .media-body > .form-control {
  width: 100%;
  height: 64px;
  min-height: auto;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  resize: none;
  box-shadow: none;
}
.messages-panel > .panel-body .main-body > .input-bar .media .media-right {
  padding: 10px 15px;
  text-align: right;
}
.messages-panel > .panel-body .main-body > .input-bar .media .media-right .btn-primary.disabled {
  pointer-events: none;
  opacity: 0.85;
  color: transparent;
  background-image: url("/angular/assets/img/btn-loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.messages-panel > .panel-body .main-body > .input-bar .read-only-state {
  text-align: center;
  font-size: 14px;
  line-height: 65px;
  color: #707b86;
}
.messages-panel > .panel-body > .create-new {
  font-size: 15px;
}
.messages-panel > .panel-body > .create-new > .header .media-right > .close {
  padding: 10px 15px;
  font-size: 20px;
}
.messages-panel > .panel-body > .create-new > .create-body {
  padding: 20px 30px;
  bottom: 65px;
}
.messages-panel > .panel-body > .create-new > .create-body h1 {
  font-size: 24px;
}
.messages-panel > .panel-body > .create-new > .create-body h2 {
  font-size: 18px;
}
.messages-panel > .panel-body > .create-new > .create-body h2 small.text-danger {
  font-size: 75%;
}
.messages-panel > .panel-body > .create-new > .create-body .form-group {
  margin-bottom: 30px;
}
.messages-panel > .panel-body > .create-new > .create-body .input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}
.messages-panel > .panel-body > .create-new > .create-body .material-icons.icon-lg {
  font-size: 30px;
}
.messages-panel > .panel-body > .create-new > .create-body .report-repair-banner {
  margin: 60px 0 30px 0;
  padding: 20px 30px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  background: #acb3b9;
  background: linear-gradient(to left, rgba(185, 193, 199, 0.83) 0%, #acb3b9 100%), url("/angular/assets/img/report-banner-bg.png") repeat 7% 17%;
  background: -webkit-linear-gradient(right, rgba(208, 208, 208, 0.77) 0%, #acb3b9 100%), url(/angular/assets/img/report-banner-bg.png) repeat 7% 17%;
}
.messages-panel > .panel-body > .create-new > .create-body .report-repair-banner > h1 {
  font-size: 30px;
  font-weight: 600;
}
.messages-panel > .panel-body > .create-new > .create-body .report-repair-banner > h4 {
  font-size: 16px;
  max-width: 445px;
}
.messages-panel > .panel-body > .create-new > .create-body .report-repair-banner .btn-toolbar .btn + .btn {
  margin-left: 10px;
}
.messages-panel > .panel-body > .create-new > .create-footer {
  padding: 10px 15px;
  text-align: right;
}
.messages-panel > .panel-body > .create-new > .create-footer .btn + .btn {
  margin-left: 5px;
}
.messages-panel > .panel-body > .create-new > .create-footer .btn-primary.loading {
  pointer-events: none;
  opacity: 0.85;
  color: transparent;
  background-image: url("/angular/assets/img/btn-loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.messages-panel > .panel-body > .loading-overlay {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.messages-panel > .panel-body > .loading-overlay > .loading-panel {
  width: 150px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}
.messages-panel > .panel-body > .loading-overlay > .loading-panel img {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .messages-panel.open-thread .panel-body {
    left: -100%;
  }
  .messages-panel > .panel-body {
    width: 200%;
    left: 0;
    transition: left 350ms ease;
  }
  .messages-panel > .panel-body.error-state {
    width: 100%;
  }
  .messages-panel > .panel-body .loading-overlay {
    width: 50%;
  }
  .messages-panel > .panel-body .left-sidebar,
.messages-panel > .panel-body .main-body {
    width: 50%;
    right: auto;
  }
  .messages-panel > .panel-body .left-sidebar > .header,
.messages-panel > .panel-body .main-body > .header {
    height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .messages-panel > .panel-body .left-sidebar > .sidebar-body,
.messages-panel > .panel-body .left-sidebar > .thread-body,
.messages-panel > .panel-body .main-body > .sidebar-body,
.messages-panel > .panel-body .main-body > .thread-body {
    top: 61px;
  }
  .messages-panel > .panel-body .left-sidebar .header h1 {
    line-height: 40px;
  }
  .messages-panel > .panel-body .main-body {
    left: 50%;
  }
  .messages-panel > .panel-body .main-body > .header {
    height: 60px;
  }
}
.maintenance-details .messages-panel .main-body {
  height: 280px;
  position: relative;
  left: 0;
}
.maintenance-details .messages-panel .main-body.has-messages {
  height: 450px;
}
.maintenance-details .messages-panel .main-body > .header {
  display: none;
}
.maintenance-details .messages-panel .main-body > .thread-body {
  top: 0;
}

.sales-progression header .back-arrow {
  padding-right: 9px;
}
.sales-progression header .back-arrow:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .sales-progression header .back-arrow {
    position: absolute;
    left: -15px;
    top: 7px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .sales-progression header p {
    padding-left: 36px;
  }
}
.sales-progression hr {
  margin: 23px -10px 35px -10px;
}
@media (max-width: 767px) {
  .sales-progression hr {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.sales-progression .hr-overview:first-of-type {
  display: none;
}
.sales-progression .sales-progression-overview .media {
  padding: 25px 20px;
  border-top: 1px solid #ececec;
  display: block;
  color: #000;
  text-decoration: none;
}
.sales-progression .sales-progression-overview .media.clickable:hover {
  background-color: #f9fafc;
}
.sales-progression .sales-progression-overview .media:first-of-type {
  border-top: 0;
}
.sales-progression .sales-progression-overview .media .media-left {
  min-width: 200px;
  max-width: 200px;
}
.sales-progression .sales-progression-overview .media h3 {
  font-size: 22px;
  padding-bottom: 2px;
}
.sales-progression .sales-progression-overview .progress-chart {
  position: relative;
  min-height: 133px;
}
.sales-progression .sales-progression-overview .progress-chart .progress-chart-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 29%;
  padding-left: 5px;
}
.sales-progression .sales-progression-overview .progress-chart .progress-chart-text .tasks {
  color: #383c40;
}
.sales-progression .sales-progression-overview .progress-chart .progress-chart-text .completed {
  color: #888282;
  font-size: 11px;
  margin-top: -2px;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.sales-progression .sales-progression-overview .progress-chart .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2;
}
.sales-progression .sales-progression-overview .progress-chart .circle {
  fill: none;
  stroke-width: 3.3;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out;
          animation: progress 1s ease-out;
  stroke: #D7DD3A;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="0"] {
  stroke: #E09D31;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="1"] {
  stroke: #E09D31;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="2"] {
  stroke: #D1DA39;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="3"] {
  stroke: #C0D136;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="4"] {
  stroke: #AFC834;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="5"] {
  stroke: #9FC031;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="6"] {
  stroke: #8CB62E;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="7"] {
  stroke: #7CAE2B;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="8"] {
  stroke: #6AA528;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="9"] {
  stroke: #599C25;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle="100"] {
  stroke: #469223;
}
.sales-progression .sales-progression-overview .progress-chart .circular-chart .circle[data-progress-circle="00"] {
  stroke: transparent;
}
@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.sales-progression .sales-progression-overview .media-right {
  padding-right: 20px;
}
.sales-progression .sales-progression-overview .media-right i {
  font-size: 33px;
}
@media (max-width: 767px) {
  .sales-progression .sales-progression-overview .panel {
    background: none;
    box-shadow: none;
  }
  .sales-progression .sales-progression-overview .panel .media {
    padding: 15px 0 0 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
  .sales-progression .sales-progression-overview .panel .media:nth-of-type(odd) {
    margin-bottom: 20px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left {
    min-width: 128px;
    max-width: 128px;
    padding-right: 0;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left .progress-chart {
    min-height: 105px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left .progress-chart .progress-chart-text {
    padding-left: 1px;
    top: 28px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left .progress-chart .progress-chart-text .tasks {
    font-size: 25px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left .progress-chart .progress-chart-text .completed {
    font-size: 11px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left .progress-chart .circular-chart {
    max-width: 78%;
  }
  .sales-progression .sales-progression-overview .panel .media .media-body {
    padding-right: 5px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-body h3 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-body p.text-darker {
    line-height: 1.2;
  }
  .sales-progression .sales-progression-overview .panel .media .media-body p.text-muted {
    font-size: 12px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-right {
    display: block;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
  }
  .sales-progression .sales-progression-overview .panel .media .media-right .btn {
    border: 0;
    color: #3498db;
    font-size: 14px;
    background: none;
    box-shadow: none;
  }
  .sales-progression .sales-progression-overview .panel .media .media-right .btn:after {
    content: "\e5cc";
    font-family: "Material Icons";
    vertical-align: sub;
    padding-left: 2px;
  }
}
@media (max-width: 320px) {
  .sales-progression .sales-progression-overview .panel .media .media-left {
    min-width: 130px;
  }
  .sales-progression .sales-progression-overview .panel .media .media-left .progress-chart .circular-chart {
    max-width: 80%;
  }
}
.sales-progression ul {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sales-progression ul {
    margin-bottom: 20px;
  }
}
.sales-progression ul > li {
  padding: 0;
  background-color: #fff;
  border-radius: 0 !important;
  border-color: #F0F0F0;
  border-left: 4px solid #F0F0F0;
  margin-top: -1px;
}
.sales-progression ul > li.complete {
  border-left-color: #28912c;
}
.sales-progression ul > li.cancelled {
  border-left-color: #E20000;
}
.sales-progression ul > li.in-progress {
  border-left-color: #5bc0de;
}
.sales-progression ul > li[aria-expanded=true] .material-icons.chevron-down {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.sales-progression ul > li ul.collapsable li {
  border-left: 0;
}
.sales-progression ul > li .media {
  padding: 20px 0 20px 20px;
  margin-bottom: 2px;
  border-bottom: 1px solid #F0F0F0;
}
.sales-progression ul > li .media-body h4 .label {
  display: none;
}
.sales-progression ul > li .media-body .badge {
  vertical-align: bottom;
  background-color: #3498db;
}
@media (min-width: 992px) {
  .sales-progression ul > li .media-body .badge {
    margin-left: 5px;
  }
}
.sales-progression ul > li .media-body .milestone-date {
  color: #7F8FA4;
}
@media (max-width: 991px) {
  .sales-progression ul > li .media-body h4 {
    font-size: 16px;
  }
  .sales-progression ul > li .media-body h4 .label {
    display: inline;
    padding: 0;
    position: relative;
    top: -2px;
    left: 4px;
  }
  .sales-progression ul > li .media-body h4 .label img {
    width: 16px;
  }
  .sales-progression ul > li .media-body .milestone-date {
    font-size: 13px;
  }
}
.sales-progression ul > li .media-right {
  padding-right: 30px;
  text-align: right;
}
.sales-progression ul > li .media-right a .material-icons {
  font-size: 29px;
}
@media (max-width: 767px) {
  .sales-progression ul > li .media-right {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .sales-progression ul > li .media {
    padding-left: 25px;
  }
  .sales-progression ul > li .media .media-right {
    padding-right: 20px;
  }
}
.sales-progression .collapsable {
  margin: 25px 0 0 50px;
  border-top: 1px solid #E1E1E1;
}
.sales-progression .collapsable li {
  padding: 20px 20px 20px 0;
  margin-left: 20px;
  border-top: 1px solid #E1E1E1;
}
.sales-progression .collapsable li div {
  max-width: 430px;
}
@media (max-width: 767px) {
  .sales-progression .collapsable li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sales-progression .collapsable {
    margin: 20px 0 0 0;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
.sales-progression .notes-panel {
  min-height: 100px;
  border-left: 4px solid #CFD4D7;
}
.sales-progression .notes-panel .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sales-progression .notes-panel .panel-body p {
  white-space: pre-line;
}
.sales-progression .title {
  font-size: 26px;
}
@media (max-width: 991px) {
  .sales-progression .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sales-progression .title {
    margin-top: 0;
    font-size: 20px;
  }
}

.lettings-progression header .back-arrow {
  padding-right: 9px;
}
.lettings-progression header .back-arrow:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .lettings-progression header .back-arrow {
    position: absolute;
    left: -15px;
    top: 7px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .lettings-progression header p {
    padding-left: 36px;
  }
}
.lettings-progression hr {
  margin: 23px -10px 35px -10px;
}
@media (max-width: 767px) {
  .lettings-progression hr {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.lettings-progression .hr-overview:first-of-type {
  display: none;
}
.lettings-progression .lettings-progression-overview .media {
  padding: 25px 20px;
  border-top: 1px solid #ececec;
  display: block;
  color: #000;
  text-decoration: none;
}
.lettings-progression .lettings-progression-overview .media.clickable:hover {
  background-color: #f9fafc;
}
.lettings-progression .lettings-progression-overview .media:first-of-type {
  border-top: 0;
}
.lettings-progression .lettings-progression-overview .media .media-left {
  min-width: 200px;
  max-width: 200px;
}
.lettings-progression .lettings-progression-overview .media h3 {
  font-size: 22px;
  padding-bottom: 2px;
}
.lettings-progression .lettings-progression-overview .progress-chart {
  position: relative;
  min-height: 133px;
}
.lettings-progression .lettings-progression-overview .progress-chart .progress-chart-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 29%;
  padding-left: 5px;
}
.lettings-progression .lettings-progression-overview .progress-chart .progress-chart-text .tasks {
  color: #383c40;
}
.lettings-progression .lettings-progression-overview .progress-chart .progress-chart-text .completed {
  color: #888282;
  font-size: 11px;
  margin-top: -2px;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.lettings-progression .lettings-progression-overview .progress-chart .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2;
}
.lettings-progression .lettings-progression-overview .progress-chart .circle {
  fill: none;
  stroke-width: 3.3;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out;
          animation: progress 1s ease-out;
  stroke: #D7DD3A;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="0"] {
  stroke: #E09D31;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="1"] {
  stroke: #E09D31;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="2"] {
  stroke: #D1DA39;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="3"] {
  stroke: #C0D136;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="4"] {
  stroke: #AFC834;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="5"] {
  stroke: #9FC031;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="6"] {
  stroke: #8CB62E;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="7"] {
  stroke: #7CAE2B;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="8"] {
  stroke: #6AA528;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle^="9"] {
  stroke: #599C25;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle="100"] {
  stroke: #469223;
}
.lettings-progression .lettings-progression-overview .progress-chart .circular-chart .circle[data-progress-circle="00"] {
  stroke: transparent;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.lettings-progression .lettings-progression-overview .media-right {
  padding-right: 20px;
}
.lettings-progression .lettings-progression-overview .media-right i {
  font-size: 33px;
}
@media (max-width: 767px) {
  .lettings-progression .lettings-progression-overview .panel {
    background: none;
    box-shadow: none;
  }
  .lettings-progression .lettings-progression-overview .panel .media {
    padding: 15px 0 0 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
  .lettings-progression .lettings-progression-overview .panel .media:nth-of-type(odd) {
    margin-bottom: 20px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left {
    min-width: 128px;
    max-width: 128px;
    padding-right: 0;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left .progress-chart {
    min-height: 105px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left .progress-chart .progress-chart-text {
    padding-left: 1px;
    top: 28px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left .progress-chart .progress-chart-text .tasks {
    font-size: 25px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left .progress-chart .progress-chart-text .completed {
    font-size: 11px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left .progress-chart .circular-chart {
    max-width: 78%;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-body {
    padding-right: 5px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-body h3 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-body p.text-darker {
    line-height: 1.2;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-body p.text-muted {
    font-size: 12px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-right {
    display: block;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-right .btn {
    border: 0;
    color: #3498db;
    font-size: 14px;
    background: none;
    box-shadow: none;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-right .btn:after {
    content: "\e5cc";
    font-family: "Material Icons";
    vertical-align: sub;
    padding-left: 2px;
  }
}
@media (max-width: 320px) {
  .lettings-progression .lettings-progression-overview .panel .media .media-left {
    min-width: 130px;
  }
  .lettings-progression .lettings-progression-overview .panel .media .media-left .progress-chart .circular-chart {
    max-width: 80%;
  }
}
.lettings-progression ul {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .lettings-progression ul {
    margin-bottom: 20px;
  }
}
.lettings-progression ul > li {
  padding: 0;
  background-color: #fff;
  border-radius: 0 !important;
  border-color: #F0F0F0;
  border-left: 4px solid #F0F0F0;
  margin-top: -1px;
}
.lettings-progression ul > li.complete {
  border-left-color: #28912c;
}
.lettings-progression ul > li.cancelled {
  border-left-color: #E20000;
}
.lettings-progression ul > li.in-progress {
  border-left-color: #5bc0de;
}
.lettings-progression ul > li[aria-expanded=true] .material-icons.chevron-down {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.lettings-progression ul > li ul.collapsable li {
  border-left: 0;
}
.lettings-progression ul > li .media {
  padding: 20px 0 20px 20px;
  margin-bottom: 2px;
  border-bottom: 1px solid #F0F0F0;
}
.lettings-progression ul > li .media-body h4 .label {
  display: none;
}
.lettings-progression ul > li .media-body .badge {
  vertical-align: bottom;
  background-color: #3498db;
}
@media (min-width: 992px) {
  .lettings-progression ul > li .media-body .badge {
    margin-left: 5px;
  }
}
.lettings-progression ul > li .media-body .milestone-date {
  color: #7F8FA4;
}
@media (max-width: 991px) {
  .lettings-progression ul > li .media-body h4 {
    font-size: 16px;
  }
  .lettings-progression ul > li .media-body h4 .label {
    display: inline;
    padding: 0;
    position: relative;
    top: -2px;
    left: 4px;
  }
  .lettings-progression ul > li .media-body h4 .label img {
    width: 16px;
  }
  .lettings-progression ul > li .media-body .milestone-date {
    font-size: 13px;
  }
}
.lettings-progression ul > li .media-right {
  padding-right: 30px;
  text-align: right;
}
.lettings-progression ul > li .media-right a .material-icons {
  font-size: 29px;
}
@media (max-width: 767px) {
  .lettings-progression ul > li .media-right {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .lettings-progression ul > li .media {
    padding-left: 25px;
  }
  .lettings-progression ul > li .media .media-right {
    padding-right: 20px;
  }
}
.lettings-progression .collapsable {
  margin: 25px 0 0 50px;
  border-top: 1px solid #E1E1E1;
}
.lettings-progression .collapsable li {
  padding: 20px 20px 20px 0;
  margin-left: 20px;
  border-top: 1px solid #E1E1E1;
}
.lettings-progression .collapsable li div {
  max-width: 430px;
}
@media (max-width: 767px) {
  .lettings-progression .collapsable li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .lettings-progression .collapsable {
    margin: 20px 0 0 0;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
.lettings-progression .notes-panel {
  min-height: 100px;
  border-left: 4px solid #CFD4D7;
}
.lettings-progression .notes-panel .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lettings-progression .notes-panel .panel-body p {
  white-space: pre-line;
}
.lettings-progression .title {
  font-size: 26px;
}
@media (max-width: 991px) {
  .lettings-progression .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lettings-progression .title {
    margin-top: 0;
    font-size: 20px;
  }
}

.settings-page .alert {
  width: 38%;
  min-width: 320px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 9999;
  border-radius: 4px;
}
.settings-page .panel .panel-body {
  padding: 30px 40px;
}
.settings-page .panel .panel-body h3 {
  font-size: 20px;
  padding-bottom: 3px;
}
@media (max-width: 991px) {
  .settings-page .panel .panel-heading hr {
    width: 32%;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .settings-page .panel .panel-body {
    padding: 25px;
  }
  .settings-page .panel .panel-body .p-l-lg,
.settings-page .panel .panel-body .p-r-lg {
    padding: 0;
  }
  .settings-page .panel .panel-body .font-size-md {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .settings-page .panel .text-right {
    text-align: left;
  }
}
.settings-page .notification-settings-panel .media:last-of-type {
  border-bottom: 1px solid #efeff4;
}
@media (max-width: 767px) {
  .settings-page .notification-settings-panel .media {
    padding: 25px 30px;
  }
  .settings-page .notification-settings-panel .media:nth-of-type(2) {
    border-top: 0;
    padding-top: 15px;
  }
}
.settings-page .media .media-body p.text-grey {
  max-width: 410px;
}
.settings-page .media .media-right {
  min-width: 150px;
}
@media (max-width: 767px) {
  .settings-page .media .media-right {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-top: 15px;
  }
}
.settings-page .media .media-right p {
  color: #AFAFAF;
  min-width: 45px;
  display: inline-block;
}
@media (max-width: 767px) {
  .settings-page .media .media-right p {
    color: #000;
    padding-top: 2px;
  }
}
.settings-page .media .media-right .checkbox {
  display: inherit;
  width: 70px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .settings-page .media .media-right .checkbox {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
  }
}
.settings-page .media .media-right .checkbox label {
  position: relative;
}
.settings-page .media .media-right .checkbox label input {
  visibility: hidden;
}
.settings-page .media .media-right .checkbox .custom-input {
  background-color: #fff;
  border: 1px solid #c1c3c6;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.settings-page .media .media-right .checkbox .tick {
  color: #fff;
  font-weight: 600;
}
.settings-page .media .media-right .checkbox input[type=checkbox]:checked ~ .custom-input {
  background-color: #1db954;
  border-color: #1db954;
}
@media (max-width: 767px) {
  .settings-page h2 {
    margin-top: 0;
  }
}

.viewing-feedback {
  font-size: 16px;
}
.viewing-feedback .questions-container .btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.viewing-feedback .questions-container .has-error .help-block {
  display: block;
  width: 100%;
}
.viewing-feedback .questions-container .questions {
  padding: 40px;
  border-bottom: 1px solid #D6DBE1;
}
.viewing-feedback .questions-container .questions:last-of-type {
  border-bottom: 0;
}
.viewing-feedback .questions-container .questions .form-group {
  margin-top: 20px;
  margin-bottom: 0;
}
.viewing-feedback .questions-container .questions small {
  font-weight: 600;
  font-size: 13px;
  color: #3498db;
}
.viewing-feedback .questions-container .questions h2 {
  font-size: 27px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.viewing-feedback .questions-container .questions p {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .viewing-feedback .questions-container .questions {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .viewing-feedback .questions-container .questions {
    padding: 20px;
  }
  .viewing-feedback .questions-container .questions .rating-value {
    margin-top: 5px;
  }
}
.viewing-feedback .questions-container .offer-buttons .btn {
  border-width: 1px;
  padding-left: 0;
}
.viewing-feedback .questions-container .offer-buttons .btn:hover, .viewing-feedback .questions-container .offer-buttons .btn.active {
  background-color: #fff;
  box-shadow: none;
}
.viewing-feedback .questions-container .offer-buttons .btn:hover:focus, .viewing-feedback .questions-container .offer-buttons .btn.active:focus {
  outline: none;
}
.viewing-feedback .questions-container .offer-buttons .btn:hover:nth-child(1), .viewing-feedback .questions-container .offer-buttons .btn.active:nth-child(1) {
  color: #28912c;
  border-color: #28912c;
}
.viewing-feedback .questions-container .offer-buttons .btn:hover:nth-child(1) .btn-label, .viewing-feedback .questions-container .offer-buttons .btn.active:nth-child(1) .btn-label {
  background-color: #28912c;
  border-right-color: #28912c;
}
.viewing-feedback .questions-container .offer-buttons .btn:hover:nth-child(2), .viewing-feedback .questions-container .offer-buttons .btn.active:nth-child(2) {
  color: #E20000;
  border-color: #E20000;
}
.viewing-feedback .questions-container .offer-buttons .btn:hover:nth-child(2) .btn-label, .viewing-feedback .questions-container .offer-buttons .btn.active:nth-child(2) .btn-label {
  background-color: #E20000;
  border-right-color: #E20000;
}
.viewing-feedback .questions-container .offer-buttons .btn .btn-label {
  background: #b4c5cc;
  color: #fff;
  border-right: 1px solid #b4c5cc;
  height: 40px;
  border-radius: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10px;
}
.viewing-feedback .questions-container .offer-buttons .btn .btn-label i {
  position: relative;
  bottom: 2px;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 991px) {
  .viewing-feedback .questions-container .offer-buttons .btn .btn-label i {
    bottom: 0;
  }
}
.viewing-feedback .questions-container .offer-buttons .btn span {
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.viewing-feedback .questions-container .send-button {
  border-radius: 3px;
  font-weight: bold;
}
.viewing-feedback .questions-container .additional-comments .form-control {
  color: #000;
  /* firefox 19+ */
  /* ie */
}
.viewing-feedback .questions-container .additional-comments .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.viewing-feedback .questions-container .additional-comments .form-control::-moz-placeholder {
  font-size: 14px;
}
.viewing-feedback .questions-container .additional-comments .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.viewing-feedback .questions-container .additional-comments .additional-comment textarea {
  padding: 15px 15px;
  resize: vertical;
}
.viewing-feedback .property-panel.affix {
  top: 20px;
}
@media (min-width: 768px) {
  .viewing-feedback .property-panel.affix {
    width: 282px;
  }
}
@media (min-width: 992px) {
  .viewing-feedback .property-panel.affix {
    width: 306px;
  }
}
@media (min-width: 1200px) {
  .viewing-feedback .property-panel.affix {
    width: 376px;
  }
}
@media (max-width: 1199px) {
  .viewing-feedback .questions .offer-buttons .btn {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 12px;
    margin-bottom: 10px;
  }
  .viewing-feedback .questions .offer-buttons .btn:first-of-type {
    margin-right: 10px;
  }
  .viewing-feedback .questions .offer-buttons .btn .btn-label {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 991px) {
  .viewing-feedback {
    font-size: 14px;
  }
  .viewing-feedback .property-panel .media-body h3 {
    font-size: 18px;
  }
  .viewing-feedback .property-panel .media-body h4 {
    font-size: 16px;
  }
  .viewing-feedback .property-panel .media-body h4.text-muted {
    font-size: 14px;
  }
  .viewing-feedback .questions-container .questions h2 {
    font-size: 20px;
  }
  .viewing-feedback .questions-container .questions .offer-buttons .btn .btn-label {
    height: auto;
  }
  .viewing-feedback .questions-container .questions .offer-buttons .btn .btn-label i {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .viewing-feedback .property-panel .media-body h3 {
    margin-top: 0;
  }
  .viewing-feedback .property-panel .media-body h4.text-muted {
    margin-bottom: 0;
  }
  .viewing-feedback .property-panel.affix {
    position: static;
  }
  .viewing-feedback .questions .offer-buttons .btn .btn-label i {
    font-size: 20px;
  }
  .viewing-feedback .questions .offer-buttons .btn span:last-of-type {
    margin-left: 40px;
  }
}
.viewing-feedback .rating-container .rating-star-wrapper {
  height: 40px;
  width: 48px;
  float: left;
  margin-bottom: 5px;
  cursor: pointer;
}
.viewing-feedback .rating-container .rating-star-wrapper .rating-star {
  background: #b4c5cc;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  margin-right: 8px;
  display: block;
  padding: 0;
  border: 0;
}
.viewing-feedback .rating-container .rating-star-wrapper .rating-star:focus, .viewing-feedback .rating-container .rating-star-wrapper .rating-star:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.viewing-feedback .rating-container .rating-star-wrapper .rating-star i {
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
@media (max-width: 767px) {
  .viewing-feedback .rating-container .rating-star-wrapper {
    width: 54px;
  }
}
@media (max-width: 340px) {
  .viewing-feedback .rating-container .rating-star-wrapper {
    width: 50px;
  }
}
.viewing-feedback .rating-container.one-star .one-star {
  background-color: #E6130F;
}
.viewing-feedback .rating-container.two-stars .one-star {
  background-color: #FF8500;
}
.viewing-feedback .rating-container.two-stars .two-stars {
  background-color: #FF8500;
}
.viewing-feedback .rating-container.three-stars .one-star {
  background-color: #FFCA40;
}
.viewing-feedback .rating-container.three-stars .two-stars {
  background-color: #FFCA40;
}
.viewing-feedback .rating-container.three-stars .three-stars {
  background-color: #FFCA40;
}
.viewing-feedback .rating-container.four-stars .one-star {
  background-color: #AAD543;
}
.viewing-feedback .rating-container.four-stars .two-stars {
  background-color: #AAD543;
}
.viewing-feedback .rating-container.four-stars .three-stars {
  background-color: #AAD543;
}
.viewing-feedback .rating-container.four-stars .four-stars {
  background-color: #AAD543;
}
.viewing-feedback .rating-container.five-stars .one-star {
  background-color: #008849;
}
.viewing-feedback .rating-container.five-stars .two-stars {
  background-color: #008849;
}
.viewing-feedback .rating-container.five-stars .three-stars {
  background-color: #008849;
}
.viewing-feedback .rating-container.five-stars .four-stars {
  background-color: #008849;
}
.viewing-feedback .rating-container.five-stars .five-stars {
  background-color: #008849;
}
@media (max-width: 767px) {
  .viewing-feedback .rating-container {
    display: inline-block;
    width: 100%;
  }
  .viewing-feedback .rating-container .rating-star {
    margin-right: 10px;
  }
}
.viewing-feedback .rating-value {
  display: inline-block;
}
.viewing-feedback .rating-value > span {
  display: none;
  position: relative;
  top: 9px;
  left: 10px;
}
@media (max-width: 767px) {
  .viewing-feedback .rating-value > span {
    top: 0;
    left: 0;
  }
}
.viewing-feedback .rating-value.one-star .one-star-value {
  display: block;
}
.viewing-feedback .rating-value.two-stars .two-stars-value {
  display: block;
}
.viewing-feedback .rating-value.three-stars .three-stars-value {
  display: block;
}
.viewing-feedback .rating-value.four-stars .four-stars-value {
  display: block;
}
.viewing-feedback .rating-value.five-stars .five-stars-value {
  display: block;
}

.migration-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.migration-modal .panel {
  width: 500px;
  margin-bottom: 0;
  margin-top: 15px;
}
.migration-modal .panel-heading {
  border-top: 3px solid #5bc0de;
  display: flex;
  justify-content: space-between;
}
.migration-modal .panel-heading i {
  font-size: 20px;
}
.migration-modal h1 {
  margin: 0;
}
.migration-modal .content {
  padding: 15px;
  font-size: 15px;
}

.make-offer .vertical-rule {
  border-left: 1px solid #CCCCCC;
  height: 46px;
  float: left;
  margin-top: -2px;
  margin-right: 20px;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .make-offer .vertical-rule {
    margin-right: 15px;
  }
}
.make-offer .price-stats {
  position: absolute;
  top: 11px;
  right: 26px;
}
@media (max-width: 767px) {
  .make-offer .price-stats {
    right: 19px;
  }
}
.make-offer .form-group .help-block {
  display: block;
}
.make-offer .form-group.offer-amount .form-control {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .make-offer .form-group.offer-amount .form-control {
    padding-left: 26px;
  }
}
.make-offer .form-group .pound-sign {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .make-offer .form-group .pound-sign {
    left: 22px;
  }
}
.make-offer .offer-comment textarea {
  min-height: 115px;
}

.viewing-details .panel .panel-body h2, .viewing-details .panel .panel-body .h2 {
  font-size: 24px;
}
.viewing-details .panel .panel-body h3, .viewing-details .panel .panel-body .h3 {
  font-size: 22px;
}
.viewing-details .panel .panel-body h4 {
  font-size: 16px;
}
.viewing-details .panel.info-panel h4 {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .viewing-details .panel .panel-body h2, .viewing-details .panel .panel-body .h2,
.viewing-details .panel .panel-body h3, .viewing-details .panel .panel-body .h3 {
    font-size: 18px;
  }
  .viewing-details .panel .panel-body h4, .viewing-details .panel .panel-body .h4 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .viewing-details .property-jumbotron.bg-img-responsive {
    padding-bottom: 54.666%;
    margin-bottom: -110px;
  }
}
@media (max-width: 991px) {
  .viewing-details .panel .panel-body {
    padding: 25px 25px;
  }
  .viewing-details .property-details .property-image {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .viewing-details .panel .panel-body {
    padding: 20px 20px;
  }
  .viewing-details .panel .panel-body h2, .viewing-details .panel .panel-body .h2 {
    font-size: 18px;
  }
  .viewing-details .panel .panel-body h3, .viewing-details .panel .panel-body .h3 {
    font-size: 16px;
  }
  .viewing-details .panel .panel-body h4, .viewing-details .panel .panel-body .h4 {
    font-size: 14px;
  }
  .viewing-details .panel.info-panel .panel-body h3 {
    font-size: 20px;
  }
  .viewing-details .reschedule-panel .btn {
    margin-bottom: 0px;
  }
}
.viewing-details .negative-hr {
  margin-left: -25px;
  margin-right: -25px;
}
.viewing-details .property-jumbotron {
  margin: -15px;
  margin-top: -20px;
  margin-bottom: -40.5px;
  position: relative;
}
.viewing-details .property-jumbotron:after {
  content: " ";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(241, 243, 250, 0) 0%, rgba(241, 243, 250, 0.5) 65%, rgb(241, 243, 250) 100%);
}
.viewing-details .property-jumbotron .back-button {
  width: 35px;
  height: 35px;
  left: 15px;
  top: 15px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(46, 46, 46, 0.6);
}
.viewing-details .property-jumbotron .back-button::after {
  content: "\e5c4";
  display: inline-block;
  font-family: "Material Icons";
  padding-left: 6px;
  font-size: 23px;
  padding-top: 1px;
}
@media (max-width: 767px) {
  .viewing-details .property-jumbotron .back-button {
    width: 30px;
    height: 30px;
  }
  .viewing-details .property-jumbotron .back-button:after {
    padding-top: 0px;
    padding-left: 5px;
    font-size: 20px;
  }
}
.viewing-details .property-map {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .viewing-details .property-map {
    margin-top: 0px;
  }
  .viewing-details .property-map .media {
    padding-top: 5px;
  }
  .viewing-details .property-map .media p {
    line-height: 16px;
  }
}
.viewing-details .viewing-status-panel .panel-body {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.viewing-details .viewing-status-panel .panel-body .btn-toolbar {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .viewing-details .viewing-status-panel .panel-body.awaiting-confirmation {
    background-image: url("/angular/assets/img/clock-bg.png");
  }
  .viewing-details .viewing-status-panel .panel-body.booked-viewing {
    background-image: url("/angular/assets/img/check.png");
  }
  .viewing-details .viewing-status-panel .panel-body.cancelled-viewing {
    background-image: url("/angular/assets/img/close-bg.png");
  }
}
@media (max-width: 991px) {
  .viewing-details .viewing-status-panel .panel-body ul {
    padding-left: 20px;
  }
  .viewing-details .viewing-status-panel .panel-body.booked-viewing {
    border-top: 6px solid #28912c;
  }
  .viewing-details .viewing-status-panel .panel-body.awaiting-confirmation {
    border-top: 6px solid #3498db;
  }
  .viewing-details .viewing-status-panel .panel-body.cancelled-viewing, .viewing-details .viewing-status-panel .panel-body.declined-viewing {
    border-top: 6px solid #E20000;
  }
}
@media (max-width: 767px) {
  .viewing-details .viewing-status-panel .panel-body .btn-toolbar {
    margin-top: 30px;
  }
}
.viewing-details .viewing-status-panel .panel-body.past-viewing {
  border-top: 6px solid #009688;
}
.viewing-details .viewing-status-panel .panel-body.no-show-viewing {
  border-top: 6px solid #FB3D00;
}
@media (max-width: 991px) {
  .viewing-details .viewing-status-panel .panel-body.no-show-viewing .alert.alert-dashed {
    padding: 20px;
  }
  .viewing-details .viewing-status-panel .panel-body.no-show-viewing .alert.alert-dashed p, .viewing-details .viewing-status-panel .panel-body.no-show-viewing .alert.alert-dashed strong {
    font-size: 14px;
  }
}
.viewing-details .viewing-details-panel .material-icons {
  font-size: 130%;
  line-height: 1;
  vertical-align: bottom;
}
.viewing-details .cancel-panel-tablet.col-sm-12 .btn,
.viewing-details .reschedule-panel-tablet.col-sm-12 .btn {
  float: right;
  position: absolute;
  top: 24px;
  right: 40px;
  width: auto;
}
.viewing-details .cancel-panel-tablet.col-sm-12 h4,
.viewing-details .reschedule-panel-tablet.col-sm-12 h4 {
  margin-bottom: 0px;
}
.viewing-details .info-panel .property-banner {
  position: relative;
}
.viewing-details .info-panel .panel-body .material-icons {
  font-size: 140%;
  line-height: 1;
  vertical-align: bottom;
}
.viewing-details .mobile-cta-footer {
  width: 100%;
  padding: 15px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1030;
  background-color: #F8F8F8;
  border-top: 1px solid #E7E7E7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.viewings-list .media .media-left .media-object .bg-img-responsive {
  min-width: 250px;
  min-height: 185px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .viewings-list .media .media-left {
    padding-right: 15px;
  }
}
.viewings-list .media .media-body .view-more-button {
  position: absolute;
  right: 30px;
  bottom: 35px;
}
@media (min-width: 1200px) {
  .viewings-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .viewings-list .viewings-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .viewings-list .media.media-responsive .media-body {
    padding: 20px;
  }
  .viewings-list .media.media-responsive .media-left .media-object .img-responsive {
    min-width: 200px;
  }
  .viewings-list h1 {
    font-size: 20px;
  }
  .viewings-list hr {
    margin-top: 10px;
  }
}
.viewings-list .grid-view .col-xs-12 {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.viewings-list .grid-view .media.media-responsive .media-body,
.viewings-list .grid-view .media.media-responsive .media-left {
  width: 100%;
  display: block;
}
.viewings-list .grid-view .media.media-responsive .media-body {
  padding: 30px;
  min-height: 170px;
}
@media (max-width: 767px) {
  .viewings-list .grid-view .media.media-responsive .media-body {
    padding: 20px;
    min-height: auto;
  }
}
.viewings-list .grid-view .media.media-responsive .media-body h4 {
  margin-bottom: 5px;
}
.viewings-list .grid-view .media.media-responsive .media-body .hidden-xs {
  display: none;
}
.viewings-list .grid-view .media.media-responsive .media-body .view-more-button {
  display: none !important;
}
.viewings-list .grid-view .media.media-responsive .media-left {
  padding-right: 0;
}
.viewings-list .grid-view .media.media-responsive .media-left .media-object .property-price-overlay {
  display: block !important;
}
.viewings-list .grid-view .media.media-responsive .media-right {
  display: none;
}
@media screen\0  {
  .viewings-list .viewings-layout-controls .form-group label {
    display: none !important;
  }
}
.viewings-list .viewings-layout-controls .view-filters label {
  padding: 5px 10px;
}
.viewings-list .viewings-layout-controls .view-filters .material-icons {
  line-height: 26px;
}
.viewings-list .viewings-layout-controls .filters-mobile button, .viewings-list .viewings-layout-controls .filters-mobile ul {
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.5714285714;
}
.viewings-list .viewings-layout-controls .filters-mobile button .caret, .viewings-list .viewings-layout-controls .filters-mobile ul .caret {
  position: absolute;
  top: 17px;
  right: 15px;
}
@media (max-width: 767px) {
  .viewings-list .viewings-layout-controls .filters-mobile .dropdown-menu > li > a {
    padding: 12px 20px;
  }
  .viewings-list .viewings-layout-controls .filters-mobile .dropdown-menu > li > a.active {
    font-weight: 600;
    background-color: #f1f3fa;
  }
  .viewings-list .viewings-layout-controls .filters-mobile .dropdown-menu > li > a.active:after {
    color: #28912c;
    font-family: "Material Icons";
    content: "\e876";
    position: absolute;
    right: 20px;
  }
  .viewings-list .viewings-layout-controls .filters-mobile li {
    border-bottom: 1px solid #f1f3fa;
  }
  .viewings-list .viewings-layout-controls .filters-mobile li:last-of-type {
    border-bottom: 0px;
  }
  .viewings-list .viewings-layout-controls .filters-mobile ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .viewings-list .viewings-list-title {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .viewings-list .viewings-list-title {
    margin-top: 10px;
  }
}
.viewings-list .viewings-list-title span {
  background: #f1f3fa;
  padding-right: 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .viewings-list .viewings-list-title span {
    font-size: 18px;
  }
}
.viewings-list .viewings-list-title:after {
  content: "";
  border-top: 1px solid #D8D9E0;
  display: block;
  margin-top: -15px;
  padding-bottom: 15px;
}

.postcode-manual-btn {
  color: #adbcc3;
  cursor: pointer;
  display: inline-block;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.25;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

h1 {
  margin-top: 0;
  font-size: 21px;
}

.font-size-md {
  font-size: 16px;
}

.text-italic {
  font-style: italic;
}

.no-underline:hover,
.no-underline:focus {
  color: #3498db;
  text-decoration: none;
}

.text-normal {
  font-weight: 400;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.text-ellipsis-2-lines {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.text-base {
  color: #000;
}

.text-primary {
  color: #3498db;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #217dbb;
}

.text-success {
  color: #28912c;
}

a.text-success:hover,
a.text-success:focus {
  color: #1d6920;
}

.text-info {
  color: #3498db;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-danger {
  color: #E20000;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #af0000;
}

.text-warning {
  color: #FB3D00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c83100;
}

.text-muted {
  color: #90a4ad;
}

.text-grey {
  color: #5b727c;
}

.text-darker {
  color: #383c40;
}

.text-teal {
  color: #009688;
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-pre-line {
  white-space: pre-line;
}

.bg-primary {
  background-color: #3498db;
}

.bg-success {
  background-color: #28912c;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-warning {
  background-color: #FB3D00;
}

.bg-danger {
  background-color: #E20000;
}

.list-styled {
  list-style: none;
}
.list-styled li:before {
  content: "";
  background-color: #3498db;
  height: 6px;
  width: 6px;
  border-radius: 10px;
  display: inline-block;
  margin-left: -14px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.title-description {
  color: #808083;
}
@media (max-width: 767px) {
  .title-description {
    line-height: 16px;
    padding-top: 5px;
  }
}

/*==================== LAYOUT CLASSES ====================*/
.h1-col-padding {
  padding-top: 35px;
}

.no-animate {
  transition: none !important;
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}

@media only screen and (max-width: 991px) {
  .center-block-sm {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.clear-both {
  clear: both;
}

/*==================== CURSOR CLASSES ====================*/
.clickable {
  cursor: pointer;
}
.clickable:hover {
  background-color: #f5f6f9;
}
.clickable:hover .media-right .material-icons {
  color: #3498db;
}
.clickable a {
  text-decoration: none;
  color: inherit;
}

/*==================== RESPONSIVE UTILITY CLASSES ====================*/
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
/*==================== PADDING CLASSES ====================*/
.p-xs {
  padding: 5px 5px;
}

.p-sm {
  padding: 10px 10px;
}

.p-md {
  padding: 15px 15px;
}

.p-lg {
  padding: 30px 30px;
}

.p-xl {
  padding: 40px 40px;
}

.p-h-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-h-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.p-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.p-h-md {
  padding-left: 15px;
  padding-right: 15px;
}

.p-h-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.p-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-v-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l-md {
  padding-left: 15px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r-md {
  padding-right: 15px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t-md {
  padding-top: 15px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b-md {
  padding-bottom: 10px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-none {
  padding: 0 !important;
}

/*==================== MARGIN CLASSES ====================*/
.m-xxs {
  margin: 3px 3px;
}

.m-xs {
  margin: 5px 5px;
}

.m-sm {
  margin: 10px 10px;
}

.m {
  margin: 15px 15px;
}

.m-md {
  margin: 20px 20px;
}

.m-lg {
  margin: 30px 30px;
}

.m-none {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xxs {
  margin-left: 3px;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -3px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 3px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n-xxs {
  margin-top: -3px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 3px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -3px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 3px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -3px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}
