﻿
@import 'bootstrap.min.css';

body {
  font-family: "Segoe UI", sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/*-----------------------------------------
  Global
-----------------------------------------*/
.hidden {
  display: none !important;
}

.text-right, numeric, decimal {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/*-----------------------------------------
  Validation
-----------------------------------------*/
.invalid {
  color: #FF0000;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.modal-error, .ValidationError {
  color: red;
}


.alert-danger-icon {
  /*color: #842029;*/
  background-image: url(/Resources/Client/Icons/exclamation-triangle-fill.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 1rem;
  padding-left: 2rem;
}



/* --------------------------------------
LINKS & BUTTONS
----------------------------------------*/
a {
  color: rgba(91,127,172,1);
  text-decoration: none;
}

span.listlink a {
  text-decoration: none;
}

span.listlink:before {
  color: rgba(91,127,172,1);
  padding-right: 5px;
}

.btn-primary {
  background-color: #162639;
  border-color: #162639;
  color: #ff9600;
}

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #162639;
  }

/* Link imitating button */
a.btn:hover {
  text-decoration: none;
}

/*-----------------------------------------
  Charts
-----------------------------------------*/

.chart-legend li, .illustration-legend li {
  list-style-type: none;
  background: none;
}

.illustration-legend-container {
  padding-top: 15px;
}

ul.illustration-legend {
  margin: 0 0;
  padding: 0 0;
}

.illustration-legend li {
  padding-left: 0;
  font-size: 0.9rem;
}

.chart-container {
  margin-top: 15px;
}

.canvas {
  margin-left: 15px;
}

.yaxislabel {
  float: left;
  clear: both;
  transform: rotate(270deg);
  transform-origin: left bottom 0;
  width: auto;
  position: relative;
  top: 150px;
  left: 12px;
}

.xaxislabel {
  width: 100%;
  text-align: center;
}

/* --------------------------------------
HEADERS
-----------------------------------------*/
h1, h2, h3, h4, h5 {
  font-family: "Segoe UI", sans-serif;
}

h2, h3, h4, h5 {
  color: rgba(91,127,172,1);
}

  h2 span {
    font-size: 36px;
    display: block;
  }

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

body > header .contactdetails {
  text-align: right;
}

  body > header .contactdetails a {
    text-decoration: none;
  }

  body > header .contactdetails, body > header .contactdetails a {
    color: rgba(37,68,106,1);
  }

a.header-logo img {
  /* content: url(/MediaArchive/Images/cartwright_group.jpg); */
  background-color: #FFFFFF;
  color: transparent;
  text-decoration: none;
  padding: 15px;
  margin: 15px 0;
}

a.header-logo:hover {
  color: transparent;
  text-decoration: none;
}

body > header table.table-info > tbody > tr > td,
body > header table.table-info > tbody > tr > th {
  background-color: rgba(255,255,255,.75);
  border-bottom-width: 0px;
}

/* --------------------------------------
MAIN
-----------------------------------------*/
main {
  margin-top: 15px;
}

  main ul {
    padding: 25px 0;
    margin: 0 30px;
    line-height: 1.1rem;
  }

    main ul li {
      background: url(/MediaArchive/images/bullet_square_list.gif) 0 4px no-repeat;
      padding-left: 30px;
      margin: 0 0 25px 0;
    }

  main table caption {
    display: none;
  }

/* --------------------------------------
FOOTER
-----------------------------------------*/
footer {
  padding: 5px 0;
  background-color: rgba(0,36,84,1);
  color: rgba(91,127,172,1);
  width: 100%;
}

  footer ul {
    text-align: center;
    margin-bottom: 5px;
  }

    footer ul li {
      display: inline-block;
      font-size: 16px;
      color: rgba(91,127,172,1);
      text-transform: uppercase;
    }

      footer ul li a {
        color: rgba(91,127,172,1);
      }

        footer ul li a:after {
          content: "|";
          padding: 0 15px;
        }

        footer ul li a:hover {
          color: #FFF;
        }

      footer ul li:last-child a:after {
        content: "";
      }



  footer p {
    text-align: center;
  }

  footer a.twitter {
    background-image: url(../MediaArchive/images/icon_twitter.png);
  }

  footer a.in {
    background-image: url(../MediaArchive/images/icon_in.png);
  }

  footer a.fb {
    background-image: url(../MediaArchive/images/icon_fb.png);
  }

  footer a.textlink {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
  }


  footer a.iconlink {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background-position: 0 0;
    text-indent: -9999px;
  }

    footer a.iconlink:hover {
      background-position: 40px 40px;
    }

    footer a.iconlink img {
      max-width: 40px;
    }


a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* --------------------------------------
Blocks
-----------------------------------------*/
div.blocks {
  background: #344755;
  margin-bottom: 30px;
  line-height: 1.4rem;
}

  div.blocks h2 {
    background: #344755;
    border-bottom: 2px solid #8198aa;
    color: #eb9c41;
    font-size: 18px;
    text-transform: uppercase;
    padding: 25px 20px 20px 20px;
  }

  div.blocks ul {
    padding: 25px 0;
    margin: 0 30px;
    line-height: 1.4rem;
  }

    div.blocks ul li {
      background: url(/MediaArchive/images/bullet_square_list_block.gif) 0 4px no-repeat;
      padding-left: 40px;
      margin: 0 0 25px 0;
      font-size: 18px;
    }

      div.blocks ul li a,
      div.blocks ul li a:hover {
        color: #fff;
        text-decoration: none;
      }

.reducecol {
  padding-right: 40px;
  padding-left: 40px;
}

div.blocks-inner {
  padding: 15px;
}

  div.blocks-inner h2 {
    border-bottom: 0;
    padding: 0;
  }

  div.blocks-inner h4 {
    color: rgba(255,255,255,.55);
  }

  div.blocks-inner label {
    color: rgba(255,255,255,.55);
  }

  div.blocks-inner div.accordion {
    padding-top: 2.2rem;
  }

  div.blocks-inner div.accordion-item {
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
  }

  div.blocks-inner div.accordion-body {
    background-color: #fff;
  }

    div.blocks-inner div.accordion-body label {
      color: #000;
    }

  div.blocks-inner .btn-primary {
    border-color: rgba(255,255,255,.55);
  }

/*-------------------------------------
  INPUT BLOCK
  -------------------------------------*/
.input-block {
  background-color: #344755;
  color: #FFF;
  padding: 15px 25px;
  border-radius: 5px;
}

  .input-block h2 {
    color: #ff9600;
    font-size: 1.5rem;
  }


  .input-block .rangeSlider .ui-slider-pip:nth-of-type(2n) > .ui-slider-label,
  .input-block .rangeSlider .ui-slider-pip-label,
  .input-block .rangeSlider .ui-slider-label,
  .input-block .rangeSlider .ui-slider-pip:nth-of-type(2n) > .ul-slider-line {
    color: #fff;
  }

  .input-block .rangeSlider .ui-slider-pip:nth-of-type(2n) > .ui-slider-line,
  .input-block .rangeSlider .ui-slider-pip:nth-of-type(n) > .ui-slider-line {
    background: #fff !important;
  }

  .input-block .ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 2rem;
  }

/*--------------------------------------
  LISTS
---------------------------------------*/
ul.squares li {
  list-style: square inside;
}




/*--------------------------------------
  BREADCRUMB
---------------------------------------*/
.breadcrumb {
  padding: 2px 0px 2px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #ecedf1;
  border-radius: 0px;
  font-size: 1rem;
  min-height: 28px;
}

  .breadcrumb li {
    margin-left: 10px;
  }

  .breadcrumb > li + li:before {
    color: #eb9c41;
    content: "\00bb";
    margin-right: 10px;
  }

  .breadcrumb a {
    text-decoration: none;
  }

/*--------------------------------------
  NAVBAR
---------------------------------------*/
div.menu, .dropdown-menu-dark {
  background-color: #162639;
  white-space: nowrap;
}

.dropdown-menu-dark {
  background-color: #40404A;
}



.navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 1.1rem;
}

.navbar-dark .navbar-nav .nav-link:hover
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link {
  text-decoration: none;
}

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #ff9600;
  }

.navbar-dark .navbar-nav .active:hover {
  color: #fff;
}

a.logout,
a.login {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.55);
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
}

  a.logout:hover,
  a.login:hover {
    color: #ff9600;
    border-color: #ff9600;
  }


.dropdown-menu-dark .nav-link {
  padding-left: 1em;
}

.dropdown-toggle::after {
  vertical-align: 0.15em;
  margin-left: 0.35em;
}




/*----------------------------------------
   NOMINATED BENEFICIARIES
----------------------------------------*/

div.beneficiaryContainer {
  border: 2px solid #162639;
  border-radius: 5px;
  margin-bottom: 15px;
}

  div.beneficiaryContainer table {
    text-align: left;
  }

    div.beneficiaryContainer table td {
      padding-left: 5px;
    }

.addButton span {
  display: none;
}

.addButton i {
  font-size: 5em;
}

.waitimage {
  text-align: center;
  margin: 50px;
}
/*--------------------------------------
  ADJUSTMENTS FOR SCREEN SIZES
---------------------------------------*/
@media (max-width: 768px) {
  a.logout, a.login {
    margin-bottom: 15px;
  }

  body > header div.contactdetails {
    padding-top: 15px;
  }

  body > header div.contactdetails,
  body > header td,
  body > header th {
    text-align: left;
    font-size: 0.5rem;
  }

  a.header-logo img {
    max-height: 75px;
  }

  .navbar-dark .navbar-nav .nav-item,
  .loginsection {
    text-align: center;
  }

  .input-block {
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {

  body > header div.banner {
    background-image: url("../MediaArchive/Images/Banner_Stones04.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  body > header {
    height: 252px;
  }

  a.header-logo img {
    max-height: 140px;
  }



  #pageContentContainer {
    min-height: -webkit-calc(100vh - 327px);
    min-height: -moz-calc(100vh - 327px);
    min-height: calc(100vh - 327px);
    padding-bottom: 15px;
  }
}



@media screen {
  .printonly {
    display: none;
  }
}

@media print {
  .screenonly {
    display: none;
  }
}


/******STEP PROGRESS *****/
  .step-progress {
    border-bottom: 1px solid #7bc9ce;
    margin-top: -.5625rem;
    margin-bottom: 1.6875rem;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    padding-bottom: 1.5625rem
  }

  .step-progress--item {
    padding: 0;
    text-align: center;
    font-size: 1.0625rem;
    font-family: gilmer-regular,sans-serif;
    line-height: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 999px;
    background-color: #f3f3f2;
    color: #002d59;
    margin: 0 1.5rem;
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25s
  }

    .step-progress--item:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -40px;
      width: 2rem;
      height: 1px;
      border-bottom: 1px solid #7bc9ce;
      opacity: .4;
      -webkit-transition: all .25s;
      transition: all .25s
    }

    .step-progress--item:last-child:after {
      content: '';
      display: none
    }

  .step-progress--current {
    background-color: #7bc9ce;
    color: #fff
  }

  .step-progress--complete {
    background-color: #002d59;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    text-indent: -5000px
  }

ul.wizard-progress {
  list-style-type: none;
}

ul.wizard-progress, .wizard-progress {
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5rem;
  padding-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

    .wizard-progress .step-progress--item {
      background-image: none;
      background-color: #fff;
      color: rgba(0,45,89,.3);
      border: 1px solid rgba(0,45,89,.3);
      font-size: 1.25rem;
      font-family: gilmer-bold,sans-serif;
      line-height: 2.1875rem;
      width: 2.3125rem;
      height: 2.3125rem;
      margin-bottom: 0;
      text-align: center
    }

    .wizard-progress .step-progress--current {
      background-color: #002d59;
      color: #fff
    }

    .wizard-progress .step-progress--complete {
      background-color: #002d59;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%237bc9ce%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 18px 18px;
      background-position: center;
      text-indent: -5000px
    }

    .wizard-progress .step-progress--item:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -40px;
      width: 2rem;
      height: 1px;
      border-bottom: 2px solid #002d59;
      opacity: 1;
      -webkit-transition: all .25s;
      transition: all .25s
    }

  .wizard-progress .step-progress--item span {
    display: none;
  }

  .commit-progress, .panel-internal ul.commit-progress {
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

    .commit-progress .step-progress--item {
      background-color: #fff;
      color: rgba(0,45,89,.3);
      border: 1px solid rgba(0,45,89,.3);
      font-size: 1.25rem;
      font-family: gilmer-bold,sans-serif;
      line-height: 2.1875rem;
      width: 2.3125rem;
      height: 2.3125rem;
      margin-bottom: 0;
      margin: 0 1.125rem;
      text-align: center;
      -webkit-transition: none;
      transition: none
    }

    .commit-progress .step-progress--current {
      background-color: #002d59;
      color: #fff
    }

    .commit-progress .step-progress--complete {
      background-color: #002d59;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%237bc9ce%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 18px 18px;
      background-position: center;
      text-indent: -5000px
    }

    .commit-progress .step-progress--item:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -32px;
      width: 1.625rem;
      height: 1px;
      border-bottom: 2px solid #002d59;
      opacity: 1;
      -webkit-transition: none;
      transition: none
    }

.button.icon {
  text-transform: none;
  font-family: gilmer-medium,sans-serif;
  background-repeat: no-repeat;
  background-size: 20px 20px
}

.button.icon-left {
  background-position: center left 15px;
  padding-left: 2.8rem
}

.button.icon-right {
  background-position: center right 18px;
  padding-right: 3rem
}

.button.icon-right-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 14px
}

.button.icon-right-rounded-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23002d59%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px
}

  .button.icon-right-rounded-arrow.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23002d59%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 18px
  }

.button.icon-left-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 14px
}

.button.icon-left-rounded-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px
}

  .button.icon-left-rounded-arrow.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23002d59%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 18px
  }

.tooltip {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
  box-shadow: 0 0 12px rgba(0,0,0,.2)
}

  .tooltip p, .tooltip ul {
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    margin-bottom: .625rem
  }

  .tooltip strong {
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    margin-bottom: .625rem
  }

  .tooltip #password_help_text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px
  }

    .tooltip #password_help_text li:after {
      content: '\002D';
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      width: 10px
    }

    .tooltip #password_help_text li.valid-item {
      color: #26ae76;
      position: relative
    }

      .tooltip #password_help_text li.valid-item:after {
        content: '\2713';
        font-family: Wingdings2
      }

.tool-tip-icon {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #002d59;
  border-radius: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #fff;
  margin-left: 0.3125rem;
}

  .tool-tip-icon.large {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
    line-height: 2rem;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
  }

.has-tip {
  display: block;
  border-bottom: none
}

  .has-tip:focus {
    outline: 0
  }

  .has-tip.inline {
    display: inline-block
  }

.appended-tool-tip-container .has-tip {
  margin-left: .625rem;
  margin-bottom: 1.75rem
}


.noborder {
  border: 0;
}


table.dataTable {
  width: 100% !important
}

table.seafoam-borders.dataTable {
  border-collapse: collapse
}

div.errors ul li {
  background: none;
}

div.errors ul li i{
  margin-right: 1rem;
}

table.label {
  caption-side: top;
}

table.label caption {
  display: table-caption;
  font-weight: bold;
}


#divWizardControls button:disabled {
  display: none;
}

table.label th {
  font-weight: normal;
}


#TabContainer {
  margin: 0.5rem 0 0 0;
  padding: 0;
}

#TabContainer li {
  background: none;
}

  #TabContainer .nav-link {
    background-color: #ecedf1;
  }

  #TabContainer li.active {
    background-color: #fff !important;
  }

  #TabContainer li.active a {
    cursor: default;
  }

  #TabContainer .nav-link a {
    text-decoration: none;
    font-weight: 600;
  }

  #TabContainer .nav-link:hover {
    background-color: #ff9600;
    color: #162639;
  }

div.TabControl div.Panels {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  padding: 0 0.5rem;
}

.WizardControls {
  margin-top: 0.5rem;
}


/* Tooltip container */
.iitooltip {
  position: relative;
  display: inline-block;
}

  /* Tooltip text */
  .iitooltip .iitooltiptext {
    visibility: hidden;
    min-width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 50%;
    margin-left: -100px;
  }

.iitooltip .iitooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}


  /* Show the tooltip text when you mouse over the tooltip container */
  .iitooltip:hover .iitooltiptext {
    visibility: visible;
  }

.TabbedInformationList ul {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

  .TabbedInformationList ul li {
    background: none;
    background-color: #ecedf1;
    color: #162639;
    text-align: left;
    padding: 15px;
    margin: 0;
    border: 1px solid #333;
  }

    .TabbedInformationList ul li:hover {
      background-color: #162639;
      border-color: #ff9600;
      color: #ff9600;
    }

    .TabbedInformationList ul li:has(>span.selectbutton) {
      background-color: #162639;
      color: #FFFFFF;
      border-color: #333;
    }