li.active > a.hidden-xs {
  display: block !important;
}
li.active > a.visible-xs {
  display: none !important;
}
.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
  padding: 10px;
  color:#13294b
}
.nav-pills.nav-wizard > li .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 0 19.5px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}
.nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 0 19.5px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:hover .nav-arrow {
  border-color: transparent transparent transparent #13294B;
}
.nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #13294b #13294b #13294b transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #13294b;
  color: #fff;
}
.nav-pills.nav-wizard > li.active .nav-arrow {
  border-color: transparent transparent transparent #13294b;
}
.nav-pills.nav-wizard > li.active .nav-wedge {
  border-color: #13294b #13294b #13294b transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #13294b;
}

    .nav-pills.nav-wizard > li.active:hover a {
        color: #fff;
    }

.nav-pills > li.active > a {
    color: #fff;
}
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
  border-color: red;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
  display: block;
}

.credit-card-box .display-tr {
  display: table-row;
}
.credit-card-box .display-td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
  min-width: 180px;
}

.div-btn-footer {
  display: flex;
  justify-content: flex-end;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-2 {
  margin-left: 2px;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.div-comp {
  background: #b4b3b4;
  padding: 5px;
  font-weight: 700;
}

.wizard-header {
  padding: 5px;
  background: #0455A4;
  color: #ffffff;
  font-weight: 700;
}

.border-black {
  border: 1px solid #fff;
  padding: 0;
}

.space-5 {
  margin: 5px;
}

.space-left-4 {
  margin-left: 4px;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/ui-icons_222222_256x240.png) !important;
}

.ui-widget-header .ui-icon {
  background-image: url(/ui-icons_222222_256x240.png) !important;
}

.display-flex {
  display: flex !important;
}

.align-center {
  align-items: center !important;
}

.align-item-start {
  align-items: flex-start !important;
}

.width-105 {
  width: 105px !important;
}

.width-120 {
  width: 120px !important;
}

.width-80 {
  width: 80px !important;
}

.border-step-3 {
  border: 1px solid #ccc;
  margin-top: 5px;
  display: flex;
  min-height: 375px;
  width: 100%;
  max-height: 375px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-2 {
  margin-top: 2px !important;
}

/* .width-190{
    width:190px !important;
  } */

.margin-0 {
  margin: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.table-custom-body {
  display: flex;
  height: 30px;
  align-items: center;
}

.margin-top-5 {
  margin-top: 5px;
}

.bg-tbl-head {
  background: #c0bec0;
}

.inline-flex {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.font-weight-400 {
  font-weight: 400;
}

.form-top-header {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.div-free-for-service {
  border: 2px solid #000;
  width: 90%;
  padding: 10px;
  text-align: center;
  background: #f3f2f3;
}

.div-free-for-service p {
  font-size: small;
  margin: 0;
}

.form-item {
  flex-grow: 1;
}

.border-solid {
  border: 1px solid #ccc;
}

.padding-10 {
  padding: 10px;
}

.margin-top-21 {
  margin-top: 21px;
}

.btn-link:focus {
  outline: none;
}

.btn-link {
  outline: none !important;
}

.color-white {
  color: #fff !important;
}

.color-brand {
  background-color: #0455A4;
}

.height-25 {
  height: 25px;
}

.a-font-size {
  font-size: 12px !important;
  font-style: inherit;
  font-weight: 600;
}

.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
  margin: 0.5em 0;
}

.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}

.cd-breadcrumb.triangle {
  /* reset basic style */
  background-color: transparent;
  padding: 0;
}

.cd-breadcrumb.triangle li {
  position: relative;
  padding: 0;
  margin: 4px 4px 4px 0;
}

.cd-breadcrumb.triangle li:last-of-type {
  margin-right: 0;
}
.cd-breadcrumb.triangle li > * {
  position: relative;
  padding: 1em 0.8em 1em 2.5em;
  color: #2c3f4c;
  background-color: #edeff0;
  /* the border color is used to style its ::after pseudo-element */
  border-color: #edeff0;
}
.cd-breadcrumb.triangle li.current > * {
  /* selected step */
  color: #ffffff;
  background-color: #0455A4;
  border-color: #0455A4;
}
.cd-breadcrumb.triangle li:first-of-type > * {
  padding-left: 1.6em;
  border-radius: 0.25em 0 0 0.25em;
}
.cd-breadcrumb.triangle li:last-of-type > * {
  padding-right: 1.6em;
  border-radius: 0 0.25em 0.25em 0;
}
.no-touch .cd-breadcrumb.triangle a:hover {
  /* steps already visited */
  color: #ffffff;
  background-color: #2c3f4c;
  border-color: #2c3f4c;
}
.cd-breadcrumb.triangle li::after,
.cd-breadcrumb.triangle li > *::after {
  /* 
          li > *::after is the colored triangle after each item
          li::after is the white separator between two items
      */
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  /* 48px is the height of the <a> element */
  border: 21px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}
.cd-breadcrumb.triangle li::after {
  /* this is the white separator between two items */
  z-index: 1;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  border-left-color: #ffffff;
  /* reset style */
  margin: 0;
}
.cd-breadcrumb.triangle li > *::after {
  /* this is the colored triangle after each element */
  z-index: 2;
  border-left-color: inherit;
}
.cd-breadcrumb.triangle li:last-of-type::after,
.cd-breadcrumb.triangle li:last-of-type > *::after {
  /* hide the triangle after the last step */
  display: none;
}
.cd-breadcrumb.triangle.custom-separator li::after {
  /* reset style */
  background-image: none;
}
.cd-breadcrumb.triangle.custom-icons li::after,
.cd-breadcrumb.triangle.custom-icons li > *::after {
  /* 50px is the height of the <a> element */
  border-top-width: 25px;
  border-bottom-width: 25px;
}

@-moz-document url-prefix() {
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    /* fix a bug on Firefix - tooth edge on css triangle */
    border-left-style: dashed;
  }
}

.btn-theme-color {
  background-color: #006f8d;
}

.underline-cursor {
  text-decoration: underline;
  cursor: pointer;
}

.card-custom {
  border: 2px solid #006f8d;
  padding: 10px;
}

.card-custom:hover {
  background: #006f8d2e;
}

.k-column-title {
  font-weight: 700;
}

.margin-bottom-21 {
  margin-bottom: 21px;
}

.is-invalid {
  border: 2px solid #f70505 !important;
}

.datepicker-dropdown {
  z-index: 999999 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #65b0db;
  color: #ffffff;
}

.nav-tabs > li > a {
  text-decoration: none;
}

.navbar-static-top.navbar-inverse {
  background-color: #13294b !important;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: /*#1f7d96*/#45567c !important;
  color: #ffffff !important;
}

.navbar-static-top.navbar-inverse .navbar-brand a {
  color: #fff !important;
}

.navbar-toggle {
  background-color: #13294b !important;
}

.navbar-inverse .navbar-toggle:hover {
  background-color: #13294b !important;
}

.navbar-inverse .navbar-nav > .open > a {
  background-color: #13294b !important;
}

#navbar .dropdown-menu {
  margin-top: 8px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #45567c !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #ffffff !important;
  color: #45567c !important;
}

.width-10 {
  width: 10%;
}

.width-200 {
  width: 300px;
  margin-left: 10px;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.gr-toolbar {
  margin-left: auto;
  margin-right: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.avtar-img {
  display: flex;
  align-items: center;
}

.avtar-img .div-start {
  display: contents;
}

.avtar-img .div-start .name-lbl {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #ccc;
  font-weight: 600;
  font-size: x-large;
  align-items: center;
  display: flex;
  justify-content: center;
}

.avtar-img .div-start .nav-user-lbl {
  display: grid;
  margin-left: 10px;
}

.font-initial {
  font-size: initial;
}

.dual-listbox__button {
  background-color: #1276ce !important;
}

.div-start {
  display: contents;
}

.div-start .name-lbl {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #ccc;
  font-weight: 600;
  font-size: xx-large;
  align-items: center;
  display: flex;
  justify-content: center;
}

.div-start .nav-user-lbl {
  display: grid;
  margin-left: 10px;
}

.div-start .nav-user-lbl .font-bold {
  font-weight: bold;
}

.div-end {
  margin-left: auto;
  column-gap: 10px;
  display: flex;
}

.font-bold {
  font-weight: bold;
}

.w-50 {
  width: 50% !important;
}

.npi-action-inline {
  display: flex;
  align-items: center;
}
