@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700&display=swap");
:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #e75c25;
  --c-secondary: #337ab7;
  --c-primary-dark: #00247e;
  --c-body: #4f4f4f;
  --c-body-dark: #232323;
  --c-gray: #5f5f5f;
}

/*-------==========  Base  ==========------ */
html {
  font-size: 16px;
}

body {
  padding: 0;
  margin: 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

.container::after, .container::before {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}

h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

.btn-danger {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.btn-danger:hover {
  border: 1px solid var(--c-secondary);
  background-color: var(--c-secondary);
}

.table-responsive button.tabledrag-toggle-weight {
  display: none;
}

/*-------==========  Typography End  ==========------ */
header {
  padding: 15px 0px;
  -webkit-box-shadow: 0px 0px 6px 6px #77777729;
          box-shadow: 0px 0px 6px 6px #77777729;
  overflow: hidden;
}

header .logo {
  max-width: 18%;
}

header .logo img {
  width: 100%;
}

header .header-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-wrapper .website-slogan {
  text-align: center !important;
}

@media screen and (min-width: 576px) {
  header .header-wrapper .website-slogan {
    text-align: left !important;
  }
}

header .header-wrapper .website-slogan a {
  font-size: 22px;
  color: var(--c-primary);
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  header .header-wrapper .website-slogan a {
    font-size: 28px;
  }
}

header .header-wrapper .menu--top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

header .header-wrapper .menu--top-menu li.first {
  position: relative;
}

header .header-wrapper .menu--top-menu li.first::after {
  content: "";
  position: absolute;
  border-right: 2px solid #777;
  right: -9px;
  bottom: 14px;
  width: 1px;
  height: 20px;
}

header .header-wrapper .menu--top-menu li a {
  color: var(--c-black);
  font-weight: bold;
  font-size: 18px;
  padding-right: 0px;
}

header .header-wrapper .menu--top-menu li a:hover {
  background: transparent;
}

header .header-wrapper .select-wrapper .form-control {
  width: 100% !important;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  header .header-wrapper .select-wrapper .form-control {
    width: 70% !important;
  }
}

header .header-wrapper .top-block {
  text-align: right;
  color: var(--c-primary);
  font-weight: bold;
  margin-top: -10px;
}

header .header-wrapper .top-block a {
  text-decoration: none;
  color: var(--c-primary);
}

.pull-left {
  float: none !important;
}

.page-header {
  border: none;
}

.form-sec {
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 20px 15px;
  background-color: #f8f8f8;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-sec .webform-progress {
  padding-bottom: 40px;
}

.form-sec .fieldset-legend {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.form-sec .form-wrapper .form-type-textfield .form-control {
  border-radius: 0px;
  border: 1px solid var(--c-black);
}

.form-sec .form-wrapper .form-type-textfield .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-sec .form-wrapper .panel-title {
  display: none;
}

.form-sec .form-group {
  padding-bottom: 0;
}

.form-sec .panel-default .panel-heading {
  color: var(--c-black);
  background-color: transparent;
  border: none;
  font-weight: bold;
}

.form-sec .panel-default .panel-heading .panel-title {
  padding-left: 0;
}

.form-sec .panel {
  background-color: transparent;
  border: none;
}

.form-sec fieldset legend {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-sec .panel-body {
  padding: 0;
}

.form-sec .panel-body .select2-search__field {
  border: none;
}

.form-sec .panel-body .select2-search__field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-sec .panel-body .select2-selection--multiple {
  border: 1px solid var(--c-black);
  border-radius: 0px;
}

.form-sec .select-wrapper select {
  border: 1px solid var(--c-black);
  border-radius: 0px;
}

.form-sec .form-actions {
  padding-top: 30px;
}

.form-sec .form-actions .webform-button--next {
  padding: 10px 30px;
  color: var(--c-white);
  background-color: var(--c-primary);
  border: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form-sec .form-actions .webform-button--next:hover {
  background-color: var(--c-secondary);
}

.form-sec .form-actions .webform-button--previous {
  padding: 10px 30px;
  color: var(--c-white);
  background-color: var(--c-gray);
  border: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form-sec .form-actions .webform-button--previous:hover {
  background-color: var(--c-primary);
}

.form-sec .form-actions .webform-button--submit {
  padding: 10px 30px;
  color: var(--c-white);
  background-color: var(--c-primary);
  border: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form-sec .form-actions .webform-button--submit:hover {
  background-color: var(--c-secondary);
}

.form-sec .tabs--primary {
  border: none;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form-sec .tabs--primary {
    padding-bottom: 40px;
  }
}

.form-sec .tabs--primary li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-gray);
  border: none !important;
  margin-right: 0 !important;
}

.form-sec .tabs--primary li a:hover {
  background-color: transparent;
  margin-right: 0 !important;
  border-radius: 0px;
  color: var(--c-secondary);
}

.form-sec .tabs--primary li .is-active {
  background-color: transparent;
  border-bottom: 2px solid var(--c-secondary) !important;
  color: var(--c-secondary);
}

.form-sec .tabs--primary li .is-active:hover {
  color: var(--c-secondary);
  background-color: transparent;
}

.form-sec .radio-button-wrapper .js-webform-checkboxes {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
  margin-left: -10px;
}

.form-sec .radio-button-wrapper .js-webform-checkboxes .form-item {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.form-sec .page2-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-sec .page2-field-wrapper fieldset {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-sec .page2-field-wrapper fieldset {
    width: 50%;
  }
}

.form-sec .page3-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-sec .page3-field-wrapper fieldset {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-sec .page3-field-wrapper fieldset {
    width: 50%;
  }
}

.webform-progress-tracker.progress-tracker.progress-tracker--center {
  max-width: 800px;
  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;
}

.progress-tracker--center .progress-marker::after {
  right: -44% !important;
}

.webform-progress-tracker .progress-step .progress-marker::after {
  background-color: #a4a2a2;
}

.webform-progress-tracker .progress-step .progress-marker::before {
  background-color: #a4a2a2 !important;
}

.webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  background-color: var(--c-primary);
}

.webform-progress-tracker .progress-step.is-complete .progress-marker::before {
  background-color: var(--c-primary) !important;
}

.progress-step.is-active .progress-marker::before {
  background-color: var(--c-secondary);
}

.progress-marker::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  top: 10px;
  right: -12px;
  width: 90% !important;
  height: 4px;
  -webkit-transition: background-color 0.3s, background-position 0.3s;
  transition: background-color 0.3s, background-position 0.3s;
  z-index: 1;
}

.progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px !important;
  padding: 0;
  list-style: none;
}

/* ---------------==========user login form css ===========----------------*/
.user-login-form .form-control,
.user-pass .form-control,
.user-register-form .form-control {
  border: 1px solid var(--c-black);
  border-radius: 0px;
}

.user-login-form .form-control:focus,
.user-pass .form-control:focus,
.user-register-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-login-form .form-submit,
.user-pass .form-submit,
.user-register-form .form-submit {
  padding: 10px 30px;
  background-color: var(--c-secondary);
  border: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.user-login-form .form-submit:hover,
.user-pass .form-submit:hover,
.user-register-form .form-submit:hover {
  background-color: var(--c-primary);
}

.field--type-text-with-summary {
  padding-bottom: 20px;
}

.field--type-text-with-summary h3 {
  padding-bottom: 15px;
}

.field--type-text-with-summary span {
  color: var(--c-primary);
}

.field--type-text-with-summary span a {
  font-weight: bold;
}

.form-item-ck-test-result label {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  color: var(--c-black);
}

.custom-tooltip {
  position: relative;
}

.custom-tooltip legend {
  cursor: default;
}

.custom-tooltip .field-prefix .description {
  position: absolute;
  top: 0;
  background-color: #333;
  max-width: 320px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  padding: 10px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.custom-tooltip .field-prefix .description::before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-width: 8px 8px 0;
  border-top-color: #333333;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.custom-tooltip:hover .field-prefix .description {
  opacity: 1;
  visibility: visible;
  top: -30px;
}

/*  -------------------Login to tool ----------------------- */
.login-tool-sec {
  padding-top: 50px;
}

.login-tool-sec .login-tool-wrapper {
  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;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-tool-sec .login-tool-left {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .login-tool-sec .login-tool-left {
    width: 50%;
  }
}

.login-tool-sec .login-tool-left h1 {
  font-weight: bold;
}

.login-tool-sec .login-tool-left iframe {
  width: 100%;
  max-width: 100%;
}

.login-tool-sec .login-tool-left p:nth-child(1) {
  font-size: 16px;
  color: var(--c-primary);
  border-bottom: 1px solid var(--c-primary);
}

.login-tool-sec .login-tool-left p:nth-child(2) {
  padding-top: 20px;
  line-height: 30px;
}

.login-tool-sec .login-tool-right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .login-tool-sec .login-tool-right {
    width: 50%;
  }
}

.login-tool-sec .login-tool-right .login-tool-outer {
  border: 2px solid var(--c-primary);
  padding: 50px 30px;
}

@media screen and (min-width: 992px) {
  .login-tool-sec .login-tool-right .login-tool-outer {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.login-tool-sec .login-tool-right .login-tool-outer span {
  color: var(--c-primary);
  font-weight: bold;
}

.login-tool-sec .login-tool-right .login-tool-outer span:nth-child(1) {
  max-width: 300px;
  display: block;
}

.login-tool-sec .login-tool-right .login-tool-main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.login-tool-sec .login-tool-right .login-tool-main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-tool-sec .login-tool-right .login-tool-main form .form-item-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-tool-sec .login-tool-right .login-tool-main form .form-item-email label {
  width: 15%;
}

.login-tool-sec .login-tool-right .login-tool-main form .form-item-email .form-control {
  width: 80%;
}

.login-tool-sec .login-tool-right .login-tool-main form .form-item-email .form-submit {
  width: 20%;
}

.form-group {
  margin-bottom: 0 !important;
}

/* ---------------==========  faq page css ===========----------------*/
.banner-section {
  padding-top: 50px;
  background-image: url("../images/faq.jpg");
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.banner-section::before {
  content: "";
  position: absolute;
  background-color: #00000082;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.banner-section .banner-inner {
  position: relative;
  z-index: 1;
}

.banner-section .banner-inner h1 {
  color: var(--c-white);
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .banner-section .banner-inner h1 {
    font-size: 70px;
  }
}

.form-sec .ui-accordion .views-row .views-accordion-header {
  margin-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.form-sec .ui-accordion .views-row .views-accordion-header span {
  font-size: 16px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .form-sec .ui-accordion .views-row .views-accordion-header span {
    font-size: 18px;
  }
}

.form-sec .ui-accordion .views-row .ui-state-default {
  border: none;
  border-bottom: 2px solid var(--c-primary);
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 0px;
}

.form-sec .ui-accordion .views-row .ui-state-default::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: var(--c-primary);
  right: 28px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 45%;
}

.form-sec .ui-accordion .views-row .ui-state-default::after {
  content: "";
  position: absolute;
  background: var(--c-primary);
  width: 15px;
  height: 3px;
  right: 28px;
  top: 24px;
}

.form-sec .ui-accordion .views-row .ui-accordion-header-active {
  background-color: var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
}

.form-sec .ui-accordion .views-row .ui-accordion-header-active::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 3px;
  right: 28px;
  top: 24px;
}

.form-sec .ui-accordion .views-row .ui-accordion-header-icon {
  display: none;
}

.form-sec .ui-accordion .views-row .ui-widget-content {
  border: none;
  background: transparent;
  padding: 10px 5px;
  border-bottom: 2px solid var(--c-primary);
  border-radius: 0px;
}

.user-register-form.user-form .form-type-textfield {
  padding-top: 15px;
}

.user-register-form.user-form .form-type-select {
  padding-top: 15px;
}

/*---------========= submission-page ============---------- */
.submission-page {
  padding-top: 50px;
}

.submission-page .report-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}

.submission-page .report-header h1 {
  font-size: 25px;
  color: var(--c-primary);
}

.submission-page .report-header .report-link ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submission-page .report-header .report-link ul li {
  padding-right: 20px;
  list-style: none;
}

.submission-page .report-header .report-link ul li a {
  text-decoration: none;
  background-color: #a1b8e1;
  color: var(--c-black);
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
}

.submission-page .report-by .report-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}

.submission-page .report-by .label-info {
  padding-right: 100px;
  font-weight: bold;
  padding-bottom: 20px;
  background: transparent !important;
}

.submission-page .report-table thead {
  background-color: #4472c4;
  color: var(--c-white);
}

.submission-page .report-table tbody tr {
  background-color: #cfd5ea;
}

.submission-page .report-table tbody tr td {
  border-right: 2px solid var(--c-white);
}

.submission-page .report-note-item {
  padding-top: 20px;
}

.submission-page .report-note-item .orange-label {
  color: var(--c-primary);
  font-weight: bold;
}

.submission-page .orange-content {
  padding-top: 20px;
  color: var(--c-primary);
  font-weight: bold;
}

.submission-page .report-data {
  padding-top: 40px;
}

.submission-page .report-data .orange-label {
  color: var(--c-primary);
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
}

.footer {
  background-color: #e7e7e7;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer .about-footer .footer-img {
  display: none;
}

.footer .about-footer img {
  padding: 0;
}

.footer .about-footer .footer-logo {
  max-width: 250px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.footer .quick-links {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .footer .quick-links {
    padding-top: 0px;
  }
}

.footer .quick-links h2 {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: bold;
}

.footer .quick-links ul {
  padding: 0;
  max-width: 280px;
}

.footer .quick-links ul li {
  list-style: none;
  line-height: 40px;
  border-bottom: 1px solid var(--c-secondary);
}

.footer .quick-links ul li a {
  text-decoration: none;
  cursor: pointer;
  color: var(--c-black);
  padding: 0px 0px !important;
}

.footer .quick-links ul li a:hover {
  background: transparent;
}

.footer .contact-us {
  padding-top: 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .footer .contact-us {
    padding-top: 0px;
  }
}

.footer .contact-us h2 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.footer .contact-us i {
  position: absolute;
  color: var(--c-secondary);
  padding-top: 5px;
  font-size: 20px;
}

.footer .contact-us p {
  padding-left: 30px;
}

.footer .contact-us ul {
  padding: 0;
}

.footer .contact-us ul li {
  list-style: none;
  font-weight: bold;
}

.footer .contact-us ul li a {
  text-decoration: none;
}

.footer .contact-us .footer-social {
  padding-top: 20px;
}

.footer .contact-us .footer-social ul {
  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;
  position: relative;
  padding: 0;
}

.footer .contact-us .footer-social ul li {
  list-style: none;
  margin-right: 5px;
  padding-right: 10px;
}

.footer .contact-us .footer-social ul li a {
  text-decoration: none;
}

.footer .contact-us .footer-social ul li i {
  font-size: 20px;
  padding-top: 0;
  color: var(--c-white);
  background-color: var(--c-secondary);
  position: relative;
  width: 45px;
  height: 45px;
  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;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 10px;
}

.footer .contact-us .footer-social ul li i::after {
  content: "";
  position: absolute;
  background-color: var(--c-white);
  color: var(--c-white);
  border-radius: 10px;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .contact-us .footer-social ul li i:hover {
  color: var(--c-secondary);
  margin-top: -5px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.footer .contact-us .footer-social ul li i:hover::after {
  height: 100%;
}

.footer-top {
  background-color: #a6a6a6;
  padding: 20px 0;
  overflow: hidden;
}

.footer-top .footer-copyright ul {
  padding: 0;
  margin: 0;
  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;
}

.footer-top .footer-copyright ul li {
  list-style: none;
  padding: 0px 10px;
}

.footer-top .footer-copyright ul li a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright-text {
  color: var(--c-white);
}
/*# sourceMappingURL=style.css.map */

.report-table th {
font-size: x-large;
}

.family-relations{
  margin-bottom: 10px
}
.family-relations p {
  margin-bottom: 0
}
.family-relations .field--label {
  font-weight: normal;
}

.page-node-type-page .field--name-body th,
.page-node-type-page .field--name-body td {
  padding: 6px;
}
.view-probability-concordance-report .table-responsive {
  overflow-x: unset;
  min-height: auto;
}
@media print {
  @page {
    size: 270mm 297mm;
  }
  a[href] {
    color: #337ab7 !important;
  }
  a[href]::after { 
    content: none !important; 
  }
  .print-report{
    display: none;
  }
  .submission-page .report-table thead th {
    background-color: #4472c4 !important;
    color: var(--c-white) !important;
  }
  .submission-page .report-table tbody tr td {
    background-color: #cfd5ea !important;
  }
  .submission-page .report-table tbody tr td {
    border-right: 2px solid var(--c-white) !important;
  }
  .submission-page .report-header .report-link ul li a {
    background-color: #a1b8e1 !important;
    color: var(--c-black) !important;
  }
  .submission-page .report-header h1,
  .submission-page .orange-content,
  .submission-page .report-note-item .orange-label,
  .submission-page .report-data .orange-label {
    color: var(--c-primary) !important;
  }
  .submission-page .report-data-item{
    float: left !important;
    width: 50% !important; 
  }
}
.notranslate {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
    max-width: 170px;
    margin-left: auto;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.gtranslate {
    display: flex;
    flex-wrap: wrap;
}
.gtranslate a {
    margin-left: auto;
}
.gtranslate a + a {
    margin-left: 4px;
}


.alda-tooltip legend{
  display: inline-block !important;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: auto;
}

.alda-tooltip legend:hover div.field-suffix-help {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}

.alda-tooltip legend:hover div.field-suffix-help .visually-hidden {
  position: static !important;
  overflow: hidden;
  clip: none;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: 12px;
}

.alda-tooltip div.field-suffix-help {
  background: rgba(0, 0, 0, 0.75);
  color: #222;
  font-size: 14px;
  font-weight: bold;
  position:  absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  max-width: 200px;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.alda-tooltip div.field-suffix-help:before {
  content: '';
/*   width: 0;
  height: 0; */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: -5px;
  left: 40px;
}

.modal-body .google-tranlate-flag {
  margin-bottom: 10px;
  text-align: right;
}






/* css update 03-2-22 */

.menu--logout-menu li a {
  float: right;
  color: #fff;
  font-weight: bold;
  background-color: #e75c25;
  padding: 10px 30px;
  text-decoration: none;
  text-align: right;
  margin-top: 10px;
  padding-right: 15px;
  position: relative;
  transition: all .5s;
  padding-right: 45px;
}  

.menu--logout-menu li a:hover  {
  background-color: #000;
}



.menu--logout-menu li a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/logout.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
  top: 12px;
  background-position: center;
}



.gtranslate_wrapper  {
  text-align: right;
}

.gtranslate_wrapper .notranslate {
  display: inline;
  padding: 0;
  margin: 0 0 0 2px;
  border: none;
}

.notranslate {
	
}
.gtranslate_wrapper select.gt_selector {
  margin-top: 6px;
  display: block;
  width: 100%;
  height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	max-width: 170px;
	margin-left: auto;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
