<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_column {
    background: #41B6C8;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
}

.header_column_group {
    background: #41B6C8;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
}

.row-eq-height {
    display: flex;
}

.dropdown {
    display: flex;
}

.header_column_disclosure {
    background: #ab73c6;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
}

.disclosure_F {
    background: #ea8385;
}

.disclosure_I {
    background: #4b98cc;
}

.disclosure_A {
    background: #8fd18c;
}

#surveyNodesLoading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    /*display: none;*/
    top: 50%;
    left: 50%;
    position: fixed;
    background-color: White;
    z-index: 999;
    vertical-align: middle;
}

.disabled_button {
    opacity: 0.65;
    cursor: not-allowed;
    background: grey !important;
}

.overlay a.download {
    display: inline;
}

.iradio_flat-yellow.checked.disabled {
    background-position: -110px 0;
}

.q-score {
    float: right;
}

.choose_evidence {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn:hover {
    background: #C80D60;
}

.btn {
    background: #E80C6E;
}

    .btn.btn-app:hover {
        background: #C80D60;
    }

    .btn.btn-app {
        background: #E80C6E;
    }

/*header background color*/
.nav-md .container.body .nav_menu {
    background: linear-gradient(to left,#3F0038 0,#41B6C8 100%) !important;
}

/*header links color*/
.nav.navbar-nav &gt; li &gt; a {
    color: #fff !important;
}

    .nav.navbar-nav &gt; li &gt; a:hover {
        color: #532a67 !important;
    }

/*header links icon color*/
.nav-md .container.body .fa {
    color: #fff !important;
}

.nav-md .container.body .a:hover .fa {
    color: #532a67 !important;
}

/*title company name color*/
.htitle {
    color: #fff;
}

/*footer background color*/
.nav-md .container.body footer {
    background: linear-gradient(to left,#3F0038 0,#41B6C8 100%) !important;
    ;
}

/*footer text color*/
.footer-text p {
    color: #fff;
}

/*links color*/
a {
    color: #E80C6E;
}

    a:hover {
        color: #E80C6E;
    }

/*home page select tab right border color(new,open and closed)*/
ul.bar_tabs &gt; li.active {
    border-right: 6px solid #3F0038;
}

/*home page select tab bottom border color(new,open and closed)*/
.nav-md .container.body .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    border-bottom: #3F0038 thin solid;
}

/*home page select tab table header bottom border color(new,open and closed)*/
.nav-md .container.body .table &gt; thead &gt; tr &gt; th {
    border-bottom: 2px solid #3F0038 !important;
}

/*home page survey tab bottom border color*/
.x_title.left-align {
    border-bottom: 2px solid #3F0038;
}

/*survey and overview header background*/
.nav_menu {
    background: linear-gradient(to left,#3F0038 0,#41B6C8 100%) !important;
}

/*survey &amp; header text color*/
.htitle2 {
    color: #fff;
}

/*side note background color and text color*/
#overview_side_article .x_panel {
    background: #E3F5FC;
    color: #532a67 !important;
}

/*overview page side note title bottom border color*/
#overview_side_article .x_title {
    border-bottom: 2px solid #3F0038;
}

/*survey page name background color*/
.x_title3 {
    background-color: #6A0B51;
}

/*Evidence button color*/
.btn-primary {
    background: #E80C6E;
}

    .btn-primary:hover {
        background: #E80C60;
    }

/*survey page side note background color and text color*/
#survey_side_article .x_panel {
    background: #E3F5FC;
    color: #532a67 !important;
}

/*survey page side note title bottom border color*/
#survey_side_article .x_title {
    border-bottom: 2px solid #3F0038;
}

/*prefill color*/
.prefill{
	border: 2px solid #6A0B51;
}

@media (min-width: 796px) {
.logo3
{
	margin: 0 25px -30px 90px;
	padding-top:0px;
	width:250px;
	height:160px;
}
}

.floating_save {
    background: #e80c6e !important;
}

#myChart{
height:125px !important;
width:auto !important;
}

.x_panel4 {
    background: #532968;
    border: 1px solid #532968;
}

.orange_table {
  border: #41B6C8 2px solid;
}

  .orange_table td {
    color: #555;
    border: #41B6C8 thin solid;
  }

  .orange_table th {
    color: #41B6C8;
    border: #41B6C8 thin solid;
  }

.orange_table_bg td {
  color: #fff;
  background-color: #41B6C8;
}

#surveyNodesLoading {
  font-family: Arial;
  font-size: 10pt;
  border: 5px solid #67CFF5;
  width: 200px;
  height: 100px;
  /*display: none;*/
  top: 50%;
  left: 50%;
  position: fixed;
  background-color: White;
  z-index: 999;
  vertical-align: middle;
}

.iradio_flat-pink.checked.disabled {
  background-position: -110px 0;
}
</pre></body></html>