@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.uic-tree .uic-tree {
  margin-left: 1.25rem;
}

.uic-tree--hidden {
  display: none;
}

.uic-tree__icon {
  float: left;
}

.uic-tree__title {
  margin-left: 1.25rem;
}

.uic-tree .cursor-pointer {
  cursor: pointer;
}

/** Hide Top Navigation at max width 1024px*/

@media (max-width:1024px) {
  .w3-hide-custom {
    display: none !important;
  }
}

/** Portfolio table th alignment*/

@media (min-width:1656px) {
  .fund-td-width {
    width: 32% !important;
  }

  .investment-td-width {
    width: 20% !important;
  }

  .fee-td-width {
    width: 29% !important;
  }
}

@media (min-width:1224px) {

  #portfolioContractsTable {
    width: 76%;
  }
}

/* Table width for smart search */

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

/* Table word break*/
.w3-table-break {
  word-break: break-all;
}

.w3-white-space > table > thead > tr > th {
  white-space: nowrap;
}

html, body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  height: 100%;
}

a, .btn-link {
  color: #0366d6;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
}

label {
  font-size: 15px;
}

.linkInput {
  cursor: pointer;
}

/* Custom margin left space*/
.w3-margin-left-small {
  margin-left: 3px !important;
}

.w3-margin-right-small {
  margin-right: 3px !important;
}

/* Custom margin left for buttons on modals*/
.w3-margin-left-modalbutton {
  margin-left: 5px !important;
}

.w3-margin-right-modalbutton {
  margin-right: 5px !important;
}

/* Custom margin top for checkboxes*/
.w3-margin-top-small {
  margin-top: 10px !important;
}

.w3-check-alignment {
  vertical-align: middle;
}

/* Custom font size for elements */

.w3-text-2xs {
  font-size: 10px;
}

.w3-text-xs {
  font-size: 12px;
}

.w3-text-sm {
  font-size: 15px;
}

/* Page header height */
.w3-header-height {
  height: 42px !important;
}

/* Icon cursor display*/
.w3-cursor {
  cursor: pointer;
}


.w3-border-gold, .w3-hover-border-gold:hover {
  border-color: #c3ab59 !important
}

.w3-border-custom-green {
  border-color: #9db89b !important
}

.w3-text-custom-green {
  color: #9db89b;
}

/* Bold font for labels*/
.w3-bold-font {
  font-weight: bold !important;
}

/* Removes margins */
.w3-margin-0 {
  margin: 0 !important;
}

.w3-outline-0 {
  outline: none;
}

/* CUSTOM COLORS SECTION */

.page-header-color {
  background-color: #4D4D4D;
}

.w3-custom-yellow {
  background-color: #c3ab59 !important;
}

.w3-custom-warning {
  background-color: #ebb44c !important;
}

/**  icon colors  **/
.icon-color {
  color: #c3ab59;
}

.icon-color-green {
  color: green;
} 

.icon-blackcolor {
  color: black;
}

.icon-greencolor {
  color: green;
}

.icon-size {
  font-size: 20px;
}

.cursor-header-gold-border {
  cursor: pointer;
  border-bottom: 1px solid #c3ab59 !important;
}

/* Gold color*/
.w3-gold, .w3-hover-gold:hover {
  background-color: #c3ab59 !important
}

/*..... */


/* Custom w3 input padding size */
.w3-custom-padding {
  padding: 0 !important;
}

.w3-input-height {
  height: 38px;
}

app {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.main {
  flex: 1;
}

  .main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
  }

    .main .top-row > a, .main .top-row .btn-link {
      white-space: nowrap;
      margin-left: 1.5rem;
    }

    .main .top-row a:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
    }

/* Nav open and close*/

.navMainOpen {
  margin-left: 270px;
  margin-top: 68px;
  width: 85%;  /*JC This is for the initial page load- will be set by javascript to cater for resizing - utils.js*/
}

.navMainClose {
  margin-left: 0px;
  margin-top: 68px;
  width: 100% !important;
}

  .navMainClose .fixed-top-navigation-bar {
    left: 0 !important;
  }

.navOpen {
  display: block
}

.navClose {
  display: none
}


.sidebar {
  background-image: linear-gradient(180deg, rgb(127, 132, 140) 0%, #616554 70%);
}

  .sidebar .top-row {
    background-color: rgba(0,0,0,0.4);
  }

  .sidebar .navbar-brand {
    font-size: 1.1rem;
  }

  .sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
  }

  .sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  }

    .sidebar .nav-item:first-of-type {
      padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
      padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
      color: #d7d7d7;
      border-radius: 4px;
      height: 3rem;
      display: flex;
      align-items: center;
      line-height: 3rem;
    }

      .sidebar .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
      }

      .sidebar .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
      }

.content {
  padding-top: 1.1rem;
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}

/*.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}*/

.validation-message {
  color: red;
}

.invalid {
  outline: 1px solid red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }

  .main .top-row.auth {
    justify-content: space-between;
  }

  .main .top-row a, .main .top-row .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  app {
    flex-direction: row;
  }

  .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .main .top-row {
    position: sticky;
    top: 0;
  }

  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }

  .navbar-toggler {
    display: none;
  }

  .sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}

div.fixed-top-navigation-bar {
  position: fixed;
  top: 68px;
  right: 0px;
  left: 270px;
  cursor: pointer;
  z-index: 1;
}

textarea {
  resize: vertical;
}


/*login screen custom starts here*/
.login-wrapper {
  background: url('../assets/building_unsplash.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.login-card {
  background-color: rgba(128, 128, 128, 0.7);
  font-family: 'Roboto', sans-serif;
}

.login-input {
  background-color: rgba(0,0,0,0) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.input-container-icon {
  position: relative;
}

.fa-exclamation-circle {
  position: absolute;
  bottom: 0;
  right: -30px;
}

.login-btn {
  outline: none;
}

  .login-btn:hover, login-btn:visited {
    background-color: #8E8D8A !important;
  }



.input-login input::placeholder {
  color: white;
  opacity: 1;
}

.input-login input:-webkit-autofill,
.input-login input:-webkit-autofill:hover,
.input-login input:-webkit-autofill:focus,
.input-login input:-webkit-autofill:active,
.input-login input:-webkit-autofill:valid,
.input-login select:-webkit-autofill,
.input-login select:-webkit-autofill:hover,
.input-login select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s;
  -webkit-text-fill-color: white;
}


/* Home page section */

.home-page {
  background-image: url("/assets/images/home/home-page.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 89vh;
}

  .home-page ::-webkit-input-placeholder { /* Edge */
    color: #000;
  }

  .home-page :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }

  .home-page ::placeholder {
    color: #000;
  }

.page-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1F2D48;
  z-index: 9;
}

.page-footer img {
  width: 9%;
}
  /* Search results page*/
  .enteries-bar .w3-bar .w3-bar-item {
  padding: 8px 6px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

  .enteries-bar .w3-bar .w3-bar-item select {
    margin-top: 8px;
  }

/**
   Register Claim
*/
.check-box {
  padding: 12px;
}

.drag-and-drop {
  cursor: pointer;
}

.page-btn {
  background-color: #C3AB59;
  border: none;
  outline: none;
  cursor: pointer;
}

  .page-btn:hover, page-btn:visited {
    background-color: #8E8D8A !important;
  }

.custom-badge {
  width: 230px !important;
  border-radius: 60px !important;
  height: 30px !important;
  margin-top: 5px;
}

.custom-small-badge {
  width: 200px !important;
  border-radius: 60px !important;
  height: 30px !important;
  margin-top: 5px;
}

.w3-custom-claims-badge {
  padding: 5px 22px 5px 22px;
}

.w3-remove-underline {
  text-decoration: none;
}

/*No access page*/
.access-page {
  background-image: url('/assets/images/noaccess.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

/* Unsupported browser page */
.unsupported-browser-wrapper {
  height: 100%;
}

  .unsupported-browser-wrapper .unsupported-browser {
    background-image: url("/assets/images/UnsupportedBrowser/home-page.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
  }

    /*  Alignment fix for Safaritbrowser*/
    .unsupported-browser-wrapper .unsupported-browser .w3-display-middle {
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      position: absolute;
      top: 40%;
      left: 50%;
    }

    .unsupported-browser-wrapper .unsupported-browser .w3-display-bottommiddle {
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      position: absolute;
      left: 50%;
    }

.active,
.navlink-item:hover {
  background-color: #C3AB59 !important;
  text-decoration: none;
  color: black;
  border-radius: 2px;
  font-size: 15px;
}

.navlink-item {
  text-decoration: none;
}

.Collections {
  cursor: pointer;
}


.tFontSize {
  font-size: 15px;
}

.sort-link {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.input-icons i {
  position: absolute;
}



.input-icons {
  width: 100%;
  color: white;
}



.icon {
  padding: 10px;
  min-width: 40px;
  right: 0px;
}



.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}



.input-validation-error {
  border-bottom-color: red !important;
}

.field-validation-error:after {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  float: right;
}

.drag-drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  margin: 1rem 0 2rem 0;
  position: inherit;
}

  .drag-drop-zone:hover {
    background-color: #f5f5f5;
  }

  .drag-drop-zone input[type=file] {
    position: absolute;
    width: 80%;
    height: 115px;
    opacity: 0;
    cursor: pointer;
  }

pre {
  background-color: #f0f0f0;
  overflow: auto;
  padding: 1rem;
  height: 10rem;
}

#Tagduration {
  margin-top: -14px;
}

.premium-balanceAmount,
.duration {
  vertical-align: sub;
}

.lowercase {
  text-transform: lowercase;
}

.modal-width {
  width: 800px !important;
}

/** Simple drag and drop with Blazor CSS **/

.dropzone {
  padding: 0px;
  list-style: none;
}

.draggable {
  cursor: grab;
}

  .draggable:active {
    cursor: grabbing;
  }

.dragging {
  cursor: grabbing;
}

.footermodal {
  margin-right: 57px;
}

.bank-details-message {
  font-size: 15px;
}

.input-form-margin {
  margin-top: 8px !important;
}

.table-form-margin {
  margin-right: 20px;
}


.radio-size {
  width: 15px;
  position: relative;
  top: 2px;
}


form input:focus {
  outline: 0;
}

.currency-container {
  display: flex;
  justify-content: flex-start;
}

  .currency-container .currency-symbol {
    padding: 0 10px 0 0px;
    color: #999;
    border-right: 0;
    line-height: 2.5;
    border-radius: 7px 0 0 7px;
    background: white;
  }

.fa-search-plus {
  float: right;
  margin-top: 3px;
}

div.QuickSearch {
  position: relative;
  top: 68px;
  background-color: black;
  z-index: 2;
  height: 80px;
  right: 0px;
  left: 270px;
  cursor: pointer;
}

.text-gold-color {
  cursor: pointer;
  color: #c3ab59;
}

.w3-smart-search {
  background-color: #4D4D4D;
}

.header-height {
  margin-top: 55px;
}

.amount-approved-height {
  height: 40px;
}

.header-color {
  color: #c3ab59 !important;
}

.hyperlink-vertical-align {
  margin-top: 8px;
}

.advanced-search-color:hover,
.client-view-icon:hover {
  color: #707070;
  cursor: pointer;
}

.w3-underline-link a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

  .w3-underline-link a:hover {
    color: #000000 !important;
    border-bottom-color: #C3AB59;
  }

  .w3-underline-link a:hover {
    color: #000000 !important;
    border-bottom-color: #C3AB59;
  }

.tbl-description {
  word-wrap: break-word;
}

.badge-pill {
  display: inline-block;
  width: 12%;
}

.card-pointer, .filter-color {
  cursor: pointer;
}

  .refresh-icon, .filter-color:hover {
    color: #bfbfbf !important;
  }

    .refresh-icon:hover, .filter-color {
      color: #C3AB59 !important;
    }

.word-break {
  white-space: nowrap !important;
}

/*Trainig*/
.training-wrapper {
  background: url('../assets/TrainingBackground.png') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  opacity: 0.9;
}

#client-services {
  background-image: url( '../assets/Client-Services.png' );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#colorful {
  background-image: url( '../assets/Schemes.png' );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#Claims {
  background-image: url( '../assets/Claims.png' );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#Onboarding {
  background-image: url( '../assets/Onboarding.png' );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 74px;
}

#Administration {
  background-image: url( '../assets/Admin.png' );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 74px;
}

.scroll {
  overflow-x: scroll;
  white-space: nowrap;
}

.VerticalAlignedLabel > label {
  line-height: 36px;
}

/* Remove hover from table*/
.w3-no-hover:hover {
  background-color: #fff !important;
}

@media print {
  .noprint {
    display: none;
  }

  .blazored-toast-container {
    display: none;
  }

  @page {
    size: auto;
    margin: 0;
  }

  a[href]:after {
    content: none !important;
  }
}

.div-absolute {
  position: absolute;
}

.div-relative {
  position: relative;
}

.right-0 {
  right: 0;
}

/* Custom spacing */

.mt-12 {
  margin-top: 12px;
}

.w3-custom-l4-margin {
  margin-left: 33.33333%;
}

.gly-flip-45 {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*  Button Classes */
button {
  color: #000;
}

.btn-primary-solid {
  background-color: #c3ab59 !important;
  color: #000;
  border-radius: 4px
}

.btn-primary-solid-grey {
  background-color: #9e9e9e !important;
  color: #000;
  border-radius: 4px
}

.btn-secondary-outline {
  border: 1px solid #c3ab59 !important;
  border-radius: 4px
}

.w3-bar-item-primary {
  background-color: #c3ab59 !important;
  color: #000;
}


/* Custom radio button */

.w3-custom-radio {
  width: 18px;
  height: 21px;
  position: relative;
  top: 2px;
}