
.font14 {
  font-size: 14px;;
}

.font16 {
  font-size: 16px;;
}

.margin-bottom0 {
margin-bottom: 0px;
}

@media (min-width: 992px) {
  .btn-login {
    display: inline-flex;
  }
}

.tab-form table tr td {
  vertical-align: middle;
}
.tab-form table tr td:first-of-type {
  text-align: left;
}

.padding20 {
padding:20px !important;
}


@media (min-width: 992px) {
  .tab-form table tr td:first-of-type {
    text-align: right;
  }
}

.responsive-table-form > :not(caption) > * > * {
  border-width: 0 2px;
}
.responsive-table-form > :not(caption) > * {
  border-width: 2px 0;
}
@media (max-width: 991.98px) {
  .responsive-table-form tr td {
    width: 100%;
    display: block;
    padding: 5px 8px;
  }
}

.table {
  --bs-table-striped-bg: #EFF3FB;
  --bs-table-bg: #fff;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.02);
}
.table thead th {
  font-weight: normal;
  font-size: 16px;
  font-family: "proxima_novaregular";
}
.table.color-header thead th {
  background-color: #507CD1;
  color: #ffffff;
  vertical-align: top;
}
.table tbody td {
  font-size: 16px;
}
.table a {
  text-decoration: none;
}
.table.width-auto {
  width: auto;
}

.fixTableHead {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 400px !important;
}
@media (min-width: 992px) {
  .fixTableHead {
    overflow-x: visible;
  }
}
.fixTableHead thead th {
  position: sticky;
  top: 0;
  background-color: #507CD1;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}
.fixTableHead thead th a {
  color: #ffffff;
  text-decoration: none;
}
.fixTableHead tbody td {
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .fixTableHead tbody td {
    white-space: normal;
  }
}
.fixTableHead tbody td a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
.fixTableHead tbody td a:hover {
  text-decoration: underline;
}

.error-text, .red-text {
  color: #ff0000 !important;
}

.green-text {
  color: #008000 !important;
}

.tab-container {
  margin:40px 0px;
}

.tab-container .nav-tabs {
  justify-content: flex-start;
  display: flex;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  /* padding: 20px 20px 0px 20px;
  flex-wrap: nowrap; */
}
@media (min-width: 992px) {
  .tab-container .nav-tabs {
    justify-content: center;
    overflow-x: initial;
    overflow-y: visible;
    padding: 0px;
  }
}
.tab-container .nav-tabs .nav-item .nav-link {
  cursor: pointer;
  font-family: 'proxima_novaregular';
  font-size: 16px;
  padding: 12px;
  letter-spacing: 0.5px;
  background:#2525F4;
  text-decoration: none;
  color: White;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  margin-bottom:10px;
  box-shadow: 0px -5px 5px lightgrey;
  transition: all 0.5s;
  white-space: nowrap;
  border-radius: 5px;;
}
.tab-container .nav-tabs .nav-item .nav-link.active {
  color:#2525F4;
  background: #fff;
  border-top: 3px solid #2525F4;
  box-shadow: 0px -5px 5px lightgrey;
}
.tab-container .tab-content {
  font-family: 'proxima_novaregular';
  font-size: 13px;
  color: Black;
  border: 1px solid #2525F4;
  border-radius: 5px;
  min-height: 100px;
  margin-top: -1px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.tab-container .tab-content h2 {
  font-family: 'proxima_novaregular';
  font-size: 20px;
  font-weight: normal;
  border-bottom: 0px solid #2525F4;
  /*padding-bottom: 5px;*/
}
.tab-container .tab-content input[type=text].form-control, .tab-container .tab-content select.form-control {
  max-width: 100%;
}
@media (min-width: 576px) {
  .tab-container .tab-content input[type=text].form-control, .tab-container .tab-content select.form-control {
    max-width: 350px;
  }
}


.bullets-check {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bullets-check li {
  position: relative;
  padding-left: 30px;
}
.bullets-check li ::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url("../images/bulletLeft.png");
}
.bullets-check li::marker {
  position: relative;
  top: 5px;
}

.bullets-circle-check {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bullets-circle-check li {
  position: relative;
  padding-left: 30px;
}
.bullets-circle-check li ::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url("../images/bulletRight.png");
}
.bullets-circle-check li::marker {
  position: relative;
  top: 5px;
}



.text-left {
  text-align: left!important;
}

.align-bottom {
  vertical-align:bottom;
}


.tabbar-padding {
  overflow: scroll !important;
  /* padding-left: 20px !important;
  padding-right:20px !important; */
}


.tab-container .nav-tabs {
  justify-content: left !important;

}

.padding-label {
  padding-right:10px;
  padding-bottom:5px;
}

.tdalign {
vertical-align: top !important;
padding-top:15px !important;
}

.invalid-feedback {
   width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
  display:block;
}
.paddingleft {
    padding-left: 0px !important;
}
.paddingleft label {
    padding-left: 5px !important;
}
.didyoumean {
    background: #f0f0f0;
    text-align: center;
    margin: auto;
    padding: 10px;
}