﻿/*global tag rules*/
body {
  background-color: #EDEBEC;
}

textarea:focus {
  outline: none;
}

a, .btn-link {
  color: #012a5e;
}

.icon-primary-indicator {
  font-size: 120%;
  padding-right: 10px;
}

.btn-secondary {
  background-color: #e0e0e0;
  border-color: #cccccc;
  color: #313131;
}

.btn-light {
  border-color: #d0d0d0;
}

/*no clear button on date picker*/
input[type=date]::-webkit-clear-button {
  display: none;
}

/*combo input*/
.input-group-addon.dropdown-toggle {
  display: none;
}

textarea {
  resize: none;
}

.card-header {
  font-weight: 300;
}

/*default table styles*/
table {
  width: 100%;
}
table td {
  vertical-align: middle !important;
}

.table-hover tbody tr {
  transition: background-color linear 0.1s;
}

.table-hover tbody tr:hover {
  background-color: #d3eaff;
}

.table-gsc tfoot tr {
  background-color: #f3f5ff;
}

table.dataTable .no-sort {
  /*    padding:0;
      background: none;

      &:before {
          content: "" !important;
      }

      &:after {
          content: "" !important;
      }*/
}

.table th, .table td {
  padding: 12px;
}

.table-sm td, .table-sm th {
  padding: 0.5rem;
}

.table-xs td, .table-sm xs {
  padding: 0.125rem;
  font-size: 95%;
}

.table-list {
  background-color: white;
  border: 1px solid #E4E4E4;
  width: 100%;
  background-color: white;
}
.table-list th, .table-list td {
  vertical-align: middle;
}
.table-list th {
  border-right: 1px solid #E4E4E4;
  font-weight: 300;
}
.table-list thead th {
  border-bottom-width: 0 !important;
}
.table-list th a {
  font-weight: normal;
  font-size: 0.8em;
}
.table-list tbody tr.clickable {
  cursor: pointer;
}
.table-list tbody tr.notclickable {
  cursor: default;
}

/*datatables pagesize position*/
.dataTables_length {
  margin-top: -35px;
}

/*avatar display*/
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
}

.avatar-small {
  width: 27px;
  height: 27px;
}

.avatar-contain {
  background-size: contain;
}

.avatar-table {
  margin-top: -12px;
  margin-bottom: -14px;
  margin-right: 5px;
}

.text-avatar {
  background-color: #329c47;
  color: white;
  border-radius: 20px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  font-size: 1.2rem;
}

.action-menu-root-icon {
  font-size: 135%;
  color: #F59A23;
}
.action-menu-root-icon:hover {
  color: #00205C;
}

/*file browse button*/
.btn-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

/*inline file browse button*/
.btn-file-inline {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-file-inline input[type=file] {
  position: absolute;
  opacity: 0;
  outline: none;
  cursor: inherit;
  background-color: green;
  top: 0 !important;
  left: 0 !important;
  width: 149px;
}

.docbox-picker-open {
  cursor: pointer;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/*uploader spinner for image upload*/
.upload-contact-image {
  padding: 5% 20% 5% 20%;
}
.upload-contact-image .avatar-large {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 320px;
  border-radius: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #ababab;
  transition: background-image 0.4s ease-in-out;
  /*box-shadow: 0px 1px 2px 1px #ababab;*/
}

.spinner {
  display: block;
  position: absolute;
  text-align: center;
  top: 46px;
  left: 0;
  right: 0;
}
.spinner .spinner-content {
  display: inline-block;
  text-align: center;
  background-color: white;
  border: solid 1px #ccc;
  padding: 8px;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
.spinner .spinner-content i {
  font-size: 15pt;
  color: #858585;
}

/*when dragging a file over the upload page, show this overlay*/
.dropzone-overlay {
  position: fixed;
  z-index: 20000;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border: dashed 10px green;
}
.dropzone-overlay * {
  pointer-events: none;
}

/*jconfirm overrides*/
.jc-tooltip {
  box-shadow: 3px 3px 3px 0px #b9b9b9;
}

.jc-question {
  font-weight: normal;
}

.mega-menu {
  box-shadow: 0px 4px 7px 1px #bbbbbb;
  background-color: rgba(255, 255, 255, 0.96);
  transition: background-color linear 0.2s;
  /*> div {
      width: 70vw;
      height: 70vh;
  }*/
}
.mega-menu:hover {
  background-color: white;
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.show > .dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

/*packery drag outline*/
.packery-drop-placeholder:after {
  content: "";
  transition: transform 0.2s;
  box-shadow: inset 0 0 6px 4px #c1c1c1;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  right: 11px;
  top: 0;
  bottom: 0;
}

.lbl-top-total {
  background-color: #f3f5ff;
  color: #c39a1d;
  font-size: 130%;
  overflow: hidden;
  padding: 5px 6px 5px 6px;
  line-height: 37px;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}
.lbl-top-total .amount-total-output {
  min-width: 120px;
  display: inline-block;
}

/*investment revaluation card icon*/
.icon-creditcard {
  position: absolute;
  top: 92px;
  right: 21px;
  font-size: 14pt;
  color: #105bb9;
}

.icon-get-valuation {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 14pt;
  color: #bdbdbd;
  cursor: pointer;
}

.icon-get-valuation-active {
  color: #012a5e;
}

.icon-bottom-left {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 12pt;
  color: #5a5a5a;
}

.icon-bottom-right {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12pt;
  color: #5a5a5a;
}

.icon-get-newlink {
  color: red;
  cursor: pointer;
}

.card-icon-bar {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.card-icon-bar i {
  font-size: 12pt;
  color: #5a5a5a;
  margin-right: 4px;
}
.card-icon-bar .avatar-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: -6px;
  margin-right: 4px;
}

/*carousel handles - makes more visible on all background colors*/
.carousel-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #b9b9b9;
  border-radius: 30px;
}

/*admin area*/
.divFrameWrapper {
  position: absolute;
  left: 0;
  right: 10px;
  top: 0;
  bottom: 0;
  background-color: white;
}

.divFrameWrapper iframe {
  width: 100%;
  height: 100%;
}

.nav-subtab .nav-link.active {
  color: #fff !important;
  background-color: #00459c !important;
  border-radius: 0 !important;
}

/*google maps*/
.mapouter {
  position: relative;
  text-align: right;
  height: 440px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 440px;
}

/*fullscreen carousel*/
.carousel .close-button {
  display: none;
  position: absolute;
  color: white;
  top: 0;
  left: 20px;
  font-size: 30pt;
  z-index: 5000;
  opacity: 0.8;
  transition: opacity linear 0.2s;
}
.carousel .close-button:hover {
  opacity: 1;
}

.carousel.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: black;
}
.carousel.fullscreen .close-button {
  display: block;
}
.carousel.fullscreen .carousel-inner {
  height: 100vh !important;
  width: 100%;
}
.carousel.fullscreen .carousel-item {
  height: 100vh !important;
}
.carousel.fullscreen .carousel-image {
  height: 100%;
  background-size: contain;
}
.carousel.fullscreen .carousel-indicators li {
  height: 10px;
}
.carousel.fullscreen .carousel-control-next-icon, .carousel.fullscreen .carousel-control-prev-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}

/*wizard navbar */
.wizard-nav {
  border-width: 0 !important;
}
.wizard-nav a {
  position: relative;
  font-size: 75%;
  padding: 0;
  border-width: 0 !important;
  text-align: center;
  width: 62px;
  cursor: default;
}
.wizard-nav a:before {
  content: "";
  position: absolute;
  width: 42px;
  top: 9px;
  border-top: 4px solid #D7D7D7;
  left: 42px;
}
.wizard-nav a span.circle {
  color: #012A5E;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 30px;
  border: 4px solid #D7D7D7;
  height: 22px;
  width: 22px;
  font-weight: 500;
}
.wizard-nav a span.label {
  margin-top: 10px;
  display: block;
}
.wizard-nav a.active {
  background-color: transparent !important;
}
.wizard-nav a.active span.circle {
  background-color: #012A5E;
  color: white;
}
.wizard-nav a.complete:before {
  border-color: green;
}
.wizard-nav a.complete span.circle {
  background-color: green;
  color: white;
}
.wizard-nav li:last-child a:before {
  content: "";
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
}

.wizard-form-item-invalid {
  border-color: #ffbdc8 !important;
  outline: 0;
  box-shadow: 0 0 2px 2px #ffdfdf !important;
}

.wizard-step-link {
  list-style-type: none;
  cursor: help;
}

.sub-table-wrapper {
  padding: 10px;
  background-color: #f3f5ff;
  border: solid 1px #E4E4E4;
  margin-right: 5px;
}
.sub-table-wrapper td {
  font-size: 90% !important;
}

.icon-partner {
  color: #a2a4a6;
}

h5.section-header {
  font-weight: 300;
  color: #393333;
}
h5.section-header a {
  font-size: 80%;
}

.btn-toolbar label {
  display: inline-block;
  padding-top: 7px;
  padding-right: 5px;
  padding-left: 5px;
}
.btn-toolbar select {
  min-width: 200px;
}

.modal-docbox-picker-body {
  padding: 0;
}
.modal-docbox-picker-body iframe {
  width: 100%;
  border-width: 0;
  height: 78vh;
  background-color: transparent;
}

.table-advicedocuments .txtDocumentDate {
  transition: all linear 0.25s;
}
.table-advicedocuments .txtDocumentDate.highlight {
  background-color: green;
  color: white;
}
.table-advicedocuments .table-inner tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-advicedocuments .table-inner tr th, .table-advicedocuments .table-inner tr td {
  border-width: 0;
  border-color: transparent;
  padding: 0.25rem;
  font-size: 90%;
}
.table-advicedocuments .table-inner tr th {
  background-color: #f9f9f9;
  color: #1f4371;
  font-weight: 500;
}
.table-advicedocuments .table-inner tr td {
  border-top: 1px solid #f2f2f2;
}

.table-advicedocumentpicker .row-header td {
  background-color: #0a611e;
  color: white;
  border-top-width: 0;
}
.table-advicedocumentpicker td {
  font-size: 95%;
}

/*risk profile*/
.risk-wrapper .card h5 {
  font-weight: 300;
}
.risk-wrapper .card h5.sub-heading {
  font-size: 80%;
  font-weight: 500;
}
tr.hasChanged td {
  background-color: #17a2b8 !important;
}

.inline-formupload {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.inline-formupload input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.root-employment .table-emp-header {
  font-weight: 500;
  background-color: #d7d7d7;
  /*        i {
              color: #aaaaaa;
              font-size:15pt;
          }*/
}
.root-employment th {
  font-weight: 500;
  background-color: #f2f2f2;
}

.tax-summary h5 {
  font-weight: 300;
  color: #008985;
  font-size: 1.2rem;
}
.tax-summary hr, .tax-summary .card, .tax-summary input, .tax-summary .btn, .tax-summary select {
  border-color: #99D0CE;
}
.tax-summary .btn-activeyear {
  background-color: white;
}
.tax-summary button {
  color: #008985;
  font-weight: bold;
}

iframe.frameSC {
  display: none;
}

iframe.frameSC.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 10000;
  border-width: 0;
}

.iframe-full {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 10000;
  border-width: 0;
}

.institution-logo-small {
  height: 25px;
  width: 25px;
  padding-left: 27px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  display: non;
}

span.match {
  padding: 0;
  background-color: yellow;
  color: black;
}

.repeater-item {
  padding: 10px 6px 6px 6px;
  border: solid 1px #ddd;
  border-radius: 6px;
  margin-bottom: 6px;
  background-color: aliceblue;
}
.repeater-item.income {
  background-color: aliceblue;
}
.repeater-item.expense {
  background-color: aliceblue;
}

img.filter-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  object-position: center center;
}

.filter-dropdown-long {
  padding: 0;
  max-height: 70vh;
  overflow-x: auto;
  padding-top: 5px;
  box-shadow: 0px 4px 7px 1px #bbbbbb;
}
.filter-dropdown-long .filter-link {
  font-size: 14px;
  padding: 2px 6px 2px 5px;
  height: 30px;
  overflow: hidden;
}

.spnExpCat {
  margin-top: -4px;
  margin-bottom: -4px;
  display: inline-block;
  color: white;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 1px;
  padding-left: 1px;
}
.spnExpCat i {
  vertical-align: middle;
  font-size: 16px;
}

.spnExpCatLrg {
  margin-top: 10px;
  display: block;
  color: white;
  border-radius: 15px;
  height: 90%;
  max-height: 160px;
  aspect-ratio: 1/1;
  text-align: center;
  padding-top: 31px;
}
.spnExpCatLrg i {
  vertical-align: middle;
  font-size: 110px;
}

.select-fa {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Font Awesome 6 Pro";
}

/*open banking edit*/
.attachment-documents {
  border: #ced4da solid 1px;
  margin: 0px;
  padding: 10px;
  margin-bottom: 14px;
  border-radius: 4px;
}
.attachment-documents .e-upload {
  background-color: #fefefe;
}
.attachment-documents .e-upload-file-list {
  background-color: #fff;
}
.attachment-documents .attachment-document {
  white-space: normal;
  text-align: center;
  cursor: pointer;
}
.attachment-documents .attachment-document .bg-image {
  height: 140px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: auto;
  box-shadow: 0px 1px 3px 0px #afafaf;
  margin-top: 6px;
  max-height: 200px;
  max-width: 200px;
}
.daterangepicker {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.monthselect, .yearselect {
  border-color: #ccc;
  border-radius: 3px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3411764706);
}

.modal-card-full {
  height: 100vh;
  margin-top: 0;
  width: 100vw;
  margin-left: 0;
}

.modal-card {
  height: 90vh;
  margin-top: 5vh;
  width: 90vw;
  margin-left: 5vw;
}

.modal-card-80 {
  height: 80vh;
  margin-top: 10vh;
  width: 70vw;
  margin-left: 15vw;
}

.modal-card-70 {
  height: 70vh;
  margin-top: 15vh;
  width: 60vw;
  margin-left: 20vw;
}

.modal-card-40 {
  height: 60vh;
  margin-top: 20vh;
  width: 40vw;
  margin-left: 30vw;
}

.modal-card-auto {
  height: auto;
  margin-top: 20vh;
  width: 40vw;
  margin-left: 30vw;
}

.modal-card iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.aiIframe, .docFrame {
  height: 80vh;
  width: 100%;
  border-width: 0;
}

.DateRangePicker_PickerTemplate {
  background: #fff;
  cursor: pointer;
  padding: 6px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}

.tasks-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-top: -5px;
}

.tasks-wrapper .content-toolbar li {
  margin-left: 5px;
}

.tasks-top-toolbar {
  padding-left: 15px;
  padding-right: 15px;
}

.task-row {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.task-row:hover {
  background-color: #F9F9F9;
}

.task-row:hover .task-step {
  background-color: white;
}

.task-user-avatar {
  width: 45px;
  height: 45px;
  border: solid 2px white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  margin: 2px 8px 0px 8px;
}

.task-user-avatar-sm {
  width: 25px;
  height: 25px;
  border: solid 2px white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  margin: 0;
}

.task-client-avatar {
  width: 30px;
  height: 30px;
  border: solid 1px #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 40px;
  display: inline-block;
  margin-top: -8px;
  margin-bottom: -10px;
}

.task-client-avatar:hover {
  border-color: blue;
}

.task-toolbar {
  margin: 0px;
  color: #666;
  font-weight: 600;
}

.task-toolbar i {
  color: #565656;
}

.task-toolbar i:hover {
  color: initial;
}

.task-toolbar .dt, .task-toolbar .dv {
  font-size: 90%;
}

.task-toolbar .dt {
  font-weight: bold;
  margin-right: 4px;
  white-space: nowrap;
}

.task-toolbar .dv {
  margin-right: 4px;
  white-space: nowrap;
}

.task-title {
  font-size: 17px;
}

.task-title:hover {
  color: black;
}

.task-notes {
  color: #646464;
  padding: 2px 0px 1px 0px;
  white-space: pre-line;
}

.task-steps label {
  user-select: none;
}

.sig-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 2px, transparent 2px, transparent 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

.e-signature {
  border-style: dashed !important;
  border-color: #9b9292 !important;
}

.small-circle-image {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
