.primary-dark-bg {
  color: #fff;
  background-color: #003353 !important;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #2a2a2a;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #2a2a2a;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a2a;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2a2a2a;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2a2a;
  font-style: italic;
  text-transform: uppercase;
}

.alt-h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #2a2a2a;
  font-style: italic;
  text-transform: uppercase;
}

.alt-h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #004e9a;
}

.alt-h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #004e9a;
}

.alt-h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #004e9a;
}

.alt-h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #004e9a;
  font-style: italic;
  text-transform: uppercase;
}

.color-h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.color-h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
}

.color-h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.color-h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.color-h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  font-style: italic;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 25px;
}

.text-error {
  color: #98271A !important;
}

.text-danger {
  color: #98271A !important;
}

.navbar {
  display: block;
  padding: 0px;
  background-color: white !important;
  -webkit-box-shadow: 0 0.2rem 0.3rem #aaa;
          box-shadow: 0 0.2rem 0.3rem #aaa;
  height: 90px;
  z-index: 999 !important;
  font-family: "Roboto", sans-serif;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}

.navbar .navbar-collapse {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}

.navbar .navbar-brand {
  height: 120px;
  width: 180px;
  margin: 30px 0px;
  background: url(../images/logo.svg) center no-repeat;
  background-size: contain !important;
}

.navbar .navbar-toggler {
  border: none;
  height: 35px;
  width: 35px;
  outline: none;
  position: absolute;
  left: 20px;
  top: 25px;
}

.navbar .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-nav .nav-item {
  padding: 0 25px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #003353;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 0px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #004e9a;
}

.navbar.navbar-internal {
  background-color: #003353 !important;
  max-height: 70px;
}

.navbar.navbar-internal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

.navbar.navbar-internal .navbar-brand {
  height: 30px;
  width: 175px;
  margin: 35px 0px 35px 0px;
  background: url(../images/logo-white.png) center no-repeat;
  background-size: contain !important;
}

.navbar.navbar-internal .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
}

.navbar.navbar-internal .nav-item .nav-link:hover {
  color: #d9edf6;
}

@media (max-width: 990px) {
  .navbar .navbar-brand {
    margin: 0px;
    height: 90px;
  }
  .navbar.navbar-internal .navbar-brand {
    margin: 0px !important;
    height: 30px;
  }
  .navbar.navbar-internal .navbar-collapse {
    z-index: 888 !important;
    top: 70px;
  }
  .navbar.navbar-internal .navbar-toggler {
    top: 13px;
  }
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 888 !important;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding-top: 0px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 10px 0px;
    background-color: #317CC0 !important;
    border-top: solid 1px #004e9a;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:hover {
    background-color: #003353;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 7px;
    content: '+' !important;
    border: none;
    font-size: 35px;
    font-weight: 200 !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-align: left !important;
    margin-left: 20px;
    color: #fff !important;
  }
  .navbar .navbar-collapse .dropdown-menu {
    border-radius: 0px !important;
    background-color: #e7e8eb;
  }
  .navbar .navbar-collapse .dropdown-menu .dropdown-item {
    text-align: left;
  }
  .navbar .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn {
  border: 0px;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  padding: 0 35px 0 35px;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  white-space: nowrap;
}

.btn:hover {
  cursor: pointer;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-small {
  font-size: 12px;
  height: 30px;
  padding: 0 25px 0 25px;
}

.btn.btn-anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}

.btn.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76BB40), to(#5a8226));
  background-image: linear-gradient(#76BB40, #5a8226);
  background-color: #5a8226;
}

.btn.btn-primary:hover {
  background: #5a8226 !important;
  border-color: none;
}

.btn.btn-primary.btn-ghost {
  background-image: none;
  background-color: #fff;
  border: 2px solid #5a8226;
  color: #5a8226 !important;
}

.btn.btn-primary.btn-ghost:hover {
  background: #5a8226;
  color: #fff !important;
}

.btn.btn-secondary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#317CC0), to(#004e9a));
  background-image: linear-gradient(#317CC0, #004e9a);
  color: #fff;
  background-color: #004e9a;
}

.btn.btn-secondary:hover {
  background: #004e9a;
}

.btn.btn-secondary.btn-ghost {
  background-image: none;
  background-color: #fff;
  border: 2px solid #004e9a;
  color: #004e9a !important;
}

.btn.btn-secondary.btn-ghost:hover {
  background: #004e9a;
  color: #fff !important;
}

.btn.btn-grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#acb1ba), to(#72808a));
  background-image: linear-gradient(#acb1ba, #72808a);
  background-color: #72808a;
  color: #fff;
}

.btn.btn-grey:hover {
  background: #72808a;
}

.btn.btn-grey.btn-ghost {
  color: #72808a !important;
  background-image: none;
  background-color: #fff;
  border: 2px solid #72808a;
}

.btn.btn-grey.btn-ghost:hover {
  background-color: #72808a;
  color: #fff !important;
}

.btn.btn-white {
  color: #fff;
  background-color: #003353;
  border: 2px solid #fff;
}

.btn.btn-white:hover {
  background-color: #fff;
  color: #003353 !important;
}

.btn.btn-danger {
  color: #f2dedf;
  background-color: #98271A;
}

.btn.btn-danger:hover {
  background-color: #7a1a0f;
}

.btn.btn-danger.btn-ghost {
  color: #98271A !important;
  background-image: none;
  background-color: #fff;
  border: 2px solid #98271A;
}

.btn.btn-danger.btn-ghost:hover {
  background-color: #98271A;
  color: #f2dedf !important;
}

.text-button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #004e9a;
  text-decoration: underline !important;
}

.text-button:hover {
  color: #317CC0;
}

.text-button:visited {
  color: #663366 !important;
}

.text-button.small {
  font-size: 12px;
}

.text-button.body {
  font-weight: 400;
}

.box {
  width: 100%;
  color: #2a2a2a;
  -webkit-box-shadow: 0 0.13rem 0.19rem #ddd;
  box-shadow: 0 0.13rem 0.19rem #ddd;
  border-radius: 1px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.box .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer {
  background-color: #003353;
  border-top: 0px;
  height: 55px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
  text-align: center;
  bottom: 0;
}

footer p {
  color: #fff;
}

/*
    Sticky Feet
*/
#main-wrapper {
  min-height: 100%;
  padding: 0 0 100px;
  position: relative;
}

.default-label {
  font-family: "Roboto", sans-serif;
  color: #2a2a2a;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.5px;
}

.default-label.required::after {
  content: "*";
  color: #98271a;
  font-size: 17pt;
  line-height: 5px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}

input:-moz-read-only {
  background-color: #d4d4d4;
}

input:read-only {
  background-color: #d4d4d4;
}

.default-input {
  width: 100%;
  padding: .375rem .75rem;
  background-clip: padding-box;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #72808a;
  color: #2a2a2a;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.default-input:focus {
  border-color: #72808a;
  outline: 0;
  -webkit-box-shadow: 0 1px 5px #9b9b9b;
          box-shadow: 0 1px 5px #9b9b9b;
}

.default-input {
  width: 100%;
  padding: .375rem .75rem;
  background-clip: padding-box;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #72808a;
  color: #2a2a2a;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.default-input:focus {
  border-color: #72808a;
  outline: 0;
  -webkit-box-shadow: 0 1px 5px #9b9b9b;
          box-shadow: 0 1px 5px #9b9b9b;
}

.default-input-sm {
  width: 100%;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #72808a;
  padding: .375rem .75rem;
}

.default-input-sm:focus {
  border-color: #72808a;
  outline: 0;
  -webkit-box-shadow: 0 1px 3px #9b9b9b;
          box-shadow: 0 1px 3px #9b9b9b;
}

.input-validation-error {
  border: 1px solid #98271A !important;
  background: url(../images/Message-Icon/error.png) no-repeat center right !important;
  background-position: 97% center !important;
  background-size: 20px !important;
  background-color: white;
}

.valid {
  border: 1px solid #2e6f0f !important;
  background: url(../images/Message-Icon/check.png) no-repeat center right;
  background-position: 97% 40%;
  background-size: 20px;
  background-color: white;
}

.valid.disableValidation {
  display: none;
}

.input-validation-info {
  border: 1px solid #165878 !important;
  background: url(../images/Message-Icon/info.png) no-repeat center right;
  background-position: 97% center;
  background-size: 20px;
  background-color: white;
}

.default-dropdown {
  width: 100%;
  padding: .375rem .75rem;
  background-clip: padding-box;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #72808a;
  color: #2a2a2a;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-color: white !important;
  background-image: url(../Images/Dropdown/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}

.default-dropdown:focus {
  border-color: #72808a;
  outline: 0;
  -webkit-box-shadow: 0 1px 8px #2a2a2a;
  box-shadow: 0 1px 5px #9b9b9b;
  background-image: url(../Images/Dropdown/dropdown-arrow-flipped.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}

.checkbox {
  font-size: 20px !important;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 2px solid #72808a;
  margin: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.checkbox.radio {
  border-radius: 50%;
}

.checkbox input {
  display: none;
}

.checkbox input:checked ~ span {
  font-size: inherit;
  display: block;
  z-index: 888;
  height: 0.9em;
  width: 0.9em;
  background-color: #2b77af;
  background-size: 0.6em;
  background-repeat: no-repeat;
}

.checkbox input[type="checkbox"]:checked ~ span {
  background-image: url(/Images/Icons/svg/CheckWhite.svg);
  background-position: 45% 45%;
}

.checkbox input[type="radio"]:checked ~ span {
  border-radius: 50%;
  height: .6em;
  width: .6em;
}

.msgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 65px;
  -webkit-box-shadow: 0px 2px 3px #a8a8a8;
          box-shadow: 0px 2px 3px #a8a8a8;
  padding: 10px 20px 10px 34px;
}

@media (max-width: 956px) {
  .msgBox {
    padding: 10px;
  }
}

.msgBox .msgBox-message {
  margin-left: 30px;
}

@media (max-width: 956px) {
  .msgBox .msgBox-message {
    margin: 0px;
    margin-right: 10px;
    text-align: left;
  }
}

.msgBox .msgBox-close {
  margin-left: auto;
  font-size: 45px;
  cursor: pointer;
}

.msgBox:before {
  position: relative;
  left: 0px;
  top: 3px;
}

@media (max-width: 956px) {
  .msgBox:before {
    display: none;
  }
}

.msgBox.msgBox-error {
  background-color: #f2dedf;
}

.msgBox.msgBox-error .message, .msgBox.msgBox-error .close {
  color: #98271A;
}

.msgBox.msgBox-error:before {
  content: url(/Assets/Images/Icons/svg/Error.svg);
}

.msgBox.msgBox-info {
  background-color: #d9edf6;
}

.msgBox.msgBox-info .message, .msgBox.msgBox-info .close {
  color: #165878;
}

.msgBox.msgBox-info:before {
  content: url(/Assets/Images/Icons/svg/Information.svg);
}

.msgBox.msgBox-alert {
  background-color: #fdf8e4;
}

.msgBox.msgBox-alert .message, .msgBox.msgBox-alert .close {
  color: #705423;
}

.msgBox.msgBox-alert:before {
  content: url(/Assets/Images/Icons/svg/Warning.svg);
}

.msgBox.msgBox-confirm {
  background-color: #def0d8;
}

.msgBox.msgBox-confirm .message, .msgBox.msgBox-confirm .close {
  color: #2e6f0f;
}

.msgBox.msgBox-confirm:before {
  content: url(/Assets/Images/Icons/svg/CheckGreen.svg);
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after {
  display: none;
}

.dataTable thead .sorting_desc::before {
  display: none;
}

.dataTable thead .sorting {
  background-image: url(/Assets/Images/Icons/svg/UpDownCarrot.svg) !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.dataTable thead .sorting_asc {
  background-image: url(/Assets/Images/Icons/svg/UpCarrot.svg) !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 90% 34%;
}

.dataTable thead .sorting_desc {
  background-image: url(/Assets/Images/Icons/svg/DownCarrot.svg) !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 90% 62%;
}

.paginate_button .page-link {
  height: 38px;
  width: 35px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.paginate_button.previous .page-link {
  background-image: url(/Assets/Images/Icons/svg/LeftCarrot.svg);
}

.paginate_button.next .page-link {
  background-image: url(/Assets/Images/Icons/svg/RightCarrot.svg);
}

.pagination .page-item.active .page-link {
  background-color: #2b77af;
  border-color: #2b77af;
  color: #fff;
}

.pagination .page-item .page-link {
  color: black;
  border-color: #818181;
}

.pagination .page-item .page-link:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_filter label input {
  width: 100%;
  padding: .375rem .75rem;
  background-clip: padding-box;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #72808a;
  color: #2a2a2a;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.dataTables_filter label input:focus {
  border-color: #72808a;
  outline: 0;
  -webkit-box-shadow: 0 1px 5px #9b9b9b;
          box-shadow: 0 1px 5px #9b9b9b;
}

.dataTables_info {
  padding: 8px !important;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: #fff;
}

.table.table-banded tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.table.table-hover tbody tr:hover {
  background-color: #ebebeb !important;
}

.tabs {
  width: 100%;
  border-bottom: 1px solid #b4b3b3;
  margin-bottom: 5px;
}

.tabs ul.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1.664px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.tabs ul.tabs-list li {
  position: relative;
  cursor: pointer;
  padding: 0px 0px 10px 0px;
  margin: 0px 10px 0px 0px;
  line-height: 15px;
}

.tabs ul.tabs-list li:first-child {
  padding-left: 0px;
}

.tabs ul.tabs-list li:hover {
  text-decoration: underline;
}

.tabs ul.tabs-list li.active {
  border-bottom: solid 2px blue;
}

.wizzard {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-reset: stepCount;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3em 0;
  height: 4em;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
  font-family: "Roboto", sans-serif;
}

.wizzard li {
  background: #acb1ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: .2em;
  line-height: 1em;
  position: relative;
  z-index: -1;
}

.wizzard li > div {
  display: none;
  position: absolute;
}

@media (min-width: 840px) {
  .wizzard li > div {
    display: inline;
    top: 2.5em;
    left: -3.4em;
    width: 5em;
    text-align: center;
    font-weight: 450;
    color: #acb1ba;
  }
}

.wizzard li:before {
  color: #fff;
  background: #acb1ba;
  border: 3px solid #acb1ba;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px #272727;
          box-shadow: 0px 0px 3px #272727;
  counter-increment: stepCount;
  content: counter(stepCount);
  height: 2.5em;
  width: 2.5em;
  left: -2em;
  line-height: 2em;
  position: absolute;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  top: -1.2em;
}

.wizzard li.active {
  background-color: #004e9a;
}

.wizzard li.active > div {
  color: #004e9a !important;
  font-weight: 550;
}

.wizzard li.active::before {
  background-color: #004e9a;
  border-color: #004e9a;
}

.wizzard li.active ~ li {
  background-color: #004e9a;
}

.wizzard li.active ~ li div {
  color: #004e9a;
}

.wizzard li.active ~ li::before {
  border-color: #004e9a;
  background-color: #fff;
  color: #004e9a;
}

.wizzard li:last-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.wizzard li:last-child.active > div {
  color: #76BB40 !important;
}

.wizzard li:last-child.active::before {
  background-color: #76BB40;
  border-color: #76BB40;
  background-image: url(/Assets/Images/Icons/svg/CheckWhite.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-weight: 400;
  content: " ";
}

ul.arrow-wizzard {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 5px 4px #c7c7c7;
          box-shadow: 2px 5px 4px #c7c7c7;
}

ul.arrow-wizzard li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #acb1ba;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0px 0% 0px 5%;
}

ul.arrow-wizzard li:first-child {
  border-radius: 4px 0px 0px 4px;
}

ul.arrow-wizzard li:last-child {
  border-radius: 0px 4px 4px 0px;
}

ul.arrow-wizzard li.active {
  background-color: #003353;
}

ul.arrow-wizzard li.active::after {
  background-color: #003353;
}

ul.arrow-wizzard li.active ~ li {
  background-color: #004e9a;
}

ul.arrow-wizzard li.active ~ li::after {
  background-color: #004e9a;
}

ul.arrow-wizzard li:last-child.active {
  background-color: #76BB40;
}

ul.arrow-wizzard li::after {
  display: block;
  position: absolute;
  content: ' ';
  height: 52px;
  width: 52px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -24px;
  background-color: #acb1ba;
  border-radius: 5px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  z-index: 999;
}

ul.arrow-wizzard li:last-child::after {
  display: none;
}

ul.arrow-wizzard li * {
  color: white !important;
  margin: 0px;
}

ul.accordian {
  list-style-type: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

ul.accordian li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  width: 100%;
}

ul.accordian li .accordian-header {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  width: 100%;
  cursor: pointer;
  background-color: #e7e8eb;
  padding: 10px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul.accordian li .accordian-header::after {
  content: '+';
  font-weight: 300;
  font-size: 35px;
  position: absolute;
  right: 60px;
}

ul.accordian li .accordian-message {
  display: none;
  position: relative;
  margin: 10px 20px;
}

ul.accordian li input[type='checkbox'] {
  display: none;
}

ul.accordian li input[type='checkbox']:checked ~ .accordian-message {
  display: block;
}

ul.accordian li input[type='checkbox']:checked + .accordian-header {
  -webkit-box-shadow: 0px 2px 2px #999999;
          box-shadow: 0px 2px 2px #999999;
}

ul.accordian li input[type='checkbox']:checked + .accordian-header::after {
  content: '-';
  font-size: 50px;
}

.OnOffSwitch-Small {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
}

.OnOffSwitch-Small > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.OnOffSwitch-Small > input:checked + .OnOffSwitch-Slider {
  background-color: #004e9a;
}

.OnOffSwitch-Small > input:checked + .OnOffSwitch-Slider:before {
  -webkit-transform: translateX(31px);
          transform: translateX(31px);
}

.OnOffSwitch-Small > input:checked + .OnOffSwitch-Slider:after {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.OnOffSwitch-Small .OnOffSwitch-Slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #72808a;
  -webkit-transition: .4s;
  transition: .4s;
}

.OnOffSwitch-Small .OnOffSwitch-Slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.OnOffSwitch-Small .OnOffSwitch-Slider.round {
  border-radius: 34px;
}

.OnOffSwitch-Small .OnOffSwitch-Slider.round:before {
  border-radius: 50%;
}

.OnOffSwitch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
}

.OnOffSwitch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.OnOffSwitch > input:checked + .OnOffSwitch-Slider {
  background-color: #004e9a;
}

.OnOffSwitch > input:checked + .OnOffSwitch-Slider:before {
  -webkit-transform: translateX(42px);
          transform: translateX(42px);
}

.OnOffSwitch > input:checked + .OnOffSwitch-Slider:after {
  content: "";
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  content: "On";
}

.OnOffSwitch .OnOffSwitch-Slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #72808a;
  -webkit-transition: .4s;
  transition: .4s;
}

.OnOffSwitch .OnOffSwitch-Slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.OnOffSwitch .OnOffSwitch-Slider:after {
  position: absolute;
  content: "Off";
  height: 4px;
  color: #fff;
  top: 3px;
  left: 38px;
  font-weight: 500;
  font-size: 12px;
}

.OnOffSwitch .OnOffSwitch-Slider.round {
  border-radius: 34px;
}

.OnOffSwitch .OnOffSwitch-Slider.round:before {
  border-radius: 50%;
}

body, html {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 25px;
}
/*# sourceMappingURL=Evergy.css.map */