
/*------------Text Styling -------------*/
.header-1 {
  color: #154260;
  font-size: 24px;
  font-weight: bold;
}
.header-2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.header-1-white {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.header-2-white {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.header-3-white {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.header-4-white {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.grey-bold {
  color: #A4A4A4;
  font-size: 16px;
  font-weight: bold;
}
.grey-bold-small {
  color: #A4A4A4;
  font-size: 11px;
  font-weight: bold;
}
.grey {
  color: #A4A4A4;
  font-size: 16px;
  font-weight: normal;
}
.grey-standard {
  color: #A4A4A4;
  font-size: 14px;
  font-weight: normal;
}
.dark-grey-standard {
  color: #404040;
  font-size: 11px;
  font-weight: normal;
}
.blue-hero {
  color: #458DDE;
  font-size: calc(120% + 1vw + 1vh);
  font-weight: bold;
}
.blue {
  color: #008DD2;
  font-size: 16px;
  font-weight: bold;
}
.dark-grey {
  color: #404040;
}
a.dark-grey:hover {color:#999;}
.white-bold-link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
a.white-bold-link:link {color:#fff;}
a.white-bold-link:visited {color:#fff;}
a.white-bold-link:hover {color:#A3F7F0;}

.white-icon-link {
  color: #44D1C9;
  font-size: 24px;
}
a.white-bold-link:hover {color:#fff;}

.required {
  color: #FF0000;
  font-size: 12px;
  font-weight: normal;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.form-control-search {
  color: #A4A4A4;
  font-size: 14px;
  font-weight: normal;
}



/* Negative bottom margin */
.mb-n1 {
  margin-bottom: -1rem !important;
}


/*------------Header Box -------------*/
.u-header__section--admin-dark {
  background-color: #fff;
}
/*------------Logo Box -------------*/
.u-header__section--admin-dark .u-header-logo-toggler {
  background-color: #d9e8f0;
}
/*------------Sidebar Box -------------*/
.u-sidebar-navigation--dark {
  background-color: #d9e8f0;
}
/*------------Sidebar Color Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-item:hover {
  background-color: #fff;
}
/*------------Sidebar Text -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link {
  color: #154260;
}
/*------------Sidebar Text Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover {
  color: #404040;
}
/*------------Sidebar Text & Color Active -------------*/
.u-side-nav--top-level-menu-link.active {
  color: #154260;
  background-color: #fff;
}
/*------------Sidebar Icon -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link i {
  color: #154260;
}
/*------------Sidebar Icon Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover i {
  color: #404040;
}
/*------------Sidebar Icon Active -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link.active i {
    color: #404040;
}
/*------------Profile Text -------------*/
.u-header__section--admin-dark [data-dropdown-target] {
  color: #000;
}
/*------------Profile Text Hover-------------*/
.u-header__section--admin-dark [data-dropdown-target]:hover {
  color: #000;
}
/*------------Profile Text Active-------------*/
.u-header__section--admin-dark [data-dropdown-target] {
    color: #000;
}
/*------------Profile Icon -------------*/
.u-header__section--admin-dark [data-dropdown-target] i {
  color: #404040;
}

/*------------Profile Icon Active -------------*/
.u-header__section--admin-dark [data-dropdown-target].active i {
	color: #404040;
}
/*------------Profile Dropdown Color -------------*/
.u-header__section--admin-dark [aria-labelledby] {
  background-color: #404040;
  color: #000;
}
/*------------Profile Dropdown Text -------------*/
.u-header__section--admin-dark [aria-labelledby] a {
  color: #fff;
}
/*------------Profile Dropdown Icon -------------*/
.u-header__section--admin-dark [aria-labelledby] i {
  color: #fff;
}
/*------------Profile Dropdown Text Hover -------------*/
.g-color-lightred-v2--hover:hover, .g-color-lightred-v2--focus:focus, .g-color-lightred-v2--disabled:disabled, .g-color-lightred-v2--active.active, .g-color-lightred-v2--opened[aria-expanded="true"] {
  color: #fff !important;
}

/*------------ Logo Safari ----------*/
.logo {
  width: 100%;
  height: 100%;
}
/*------------ Admin Light Circle -------------*/
.g-bg-adminlight-v1 {
    background-color: #4497DB !important;
}
/*------------ Admin Medium Circle -------------*/
.g-bg-adminmedium-v1 {
    background-color: #32A5BF !important;
}
/*------------ Admin Dark Circle -------------*/
.g-bg-admindark-v1 {
    background-color: #3474A8 !important;
}
/*------------ Admin Very Dark Circle -------------*/
.g-bg-adminverydark-v1 {
    background-color: #126173 !important;
}
/*------------ Admin Active Circle -------------*/
.g-bg-adminactive-v1 {
    background-color: #E36331 !important;
}

/*------------ Icon Styling -------------*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.icon {
  position: relative;
  /* Adjust these values accordingly */
  top: 10px;
  right: 5px;
}
.icon-18 {
  position: relative;
  /* Adjust these values accordingly */
  top: 3px;
  right: 5px;
}
.icon-24 {
  position: relative;
  /* Adjust these values accordingly */
  top: 5px;
  right: 0px;
}
.icon-nav {
  position: relative;
  /* Adjust these values accordingly */
  top: -2px;
  right: 0px;
}


/*------------ Icons -------------*/
.icon-green {
  color: #66CD00;
}
.icon-orange {
  color: #FF734A;
}
.icon-purple {
  color: #461B7A;
}
.icon-cyan {
  color: #09AAB5;
}
.icon-yellow {
  color: #FFC225;
}
.icon-blue {
    color: #008DD2;
}
.icon-grey {
    color: #AAAAAA;
}
.icon-red {
    color: #AD2626;
}
.icon-green {
    color: #106156
    ;
}


.rounded-corners {
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

/*------------ Form elements -------------*/

/* Rounded pill classes for horizontal sides */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

input::-webkit-input-placeholder {
color: grey !important;
}

input:-moz-placeholder { /* Firefox 18- */
color: grey !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
color: grey !important;
}

input:-ms-input-placeholder {
color: grey !important;
}

/*------------ Header Images -------------*/
.header-image {
 background-image: url('/assets/img/dna-header.png');
 background-repeat:no-repeat;
 background-size:contain;
}
.blue-dna-image {
 background-image: url('/assets/img/blue-dna-header.png');
 background-repeat:no-repeat;
 background-size:contain;
}
.register-image {
 background-image: url('/assets/img/register2.png');
 background-repeat:no-repeat;
 background-size:contain;
}

/*------------ Tab Navigation -------------*/

.nav-tabs
 {
   border-color:#1A3E5E;
   width:60%;
 }

.nav-tabs > li a {
    border: 1px solid #1A3E5E;
    background-color:#7C3EFF;
    color:#fff;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    background-color:#D6E6F3;
    color:#000;
    border: 1px solid #1A3E5E;
    border-bottom-color: transparent;
    }

.nav-tabs > li > a:hover{
  background-color: #D6E6F3 !important;
    border-radius: 5px;
    color:#000;

}


/*------------ Buttons -------------*/
.btn-primary {
  background-color: #DB672E;
  border-color: #DB672E;
}

.btn-primary:hover {
  color: #fff;
  background-color: #F7781E;
  border-color: #e31a4e;
}

.btn-success {
  color:#fff;
  background-color:#34913B;
  border-color:#34913B;
}

.btn-success:hover {
  color:#fff;
  background-color:#47C451;
  border-color:#47C451;
}

.btn-hero {
  color:#fff;
  background-color:#4699E2;
  border-color:#4699E2;
  border-radius: 40px;
}

.btn-text-link {
  color:#DB672E;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  padding: 0px;
  border: 0px;
  box-sizing: none;
  }

.btn-text-link:hover {
  color:#DB672E;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-rounded-orange:hover {
  color: #FF734A;
  background-color: #fff;
  border-color: #FF734A;
}

.btn-outline-rounded-orange {
  font-size: 13px;
  color: rgba(209,70,21,0.75);
  letter-spacing: 1px;
  line-height: 20px;
  border: 1px solid rgba(209,70,21,0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-outline-rounded-purple:hover {
  color: #10249E;
  background-color: #fff;
  border-color: #10249E;
}

.btn-outline-rounded-purple {
  font-size: 13px;
  color: rgba(16,36,158,0.75);
  letter-spacing: 1px;
  line-height: 20px;
  border: 1px solid rgba(16,36,158,0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-outline-rounded-cyan:hover {
  color: #09AAB5;
  background-color: #fff;
  border-color: #09AAB5;
}

.btn-outline-rounded-cyan {
  font-size: 13px;
  color: rgba(9,170,181,0.75);
  letter-spacing: 1px;
  line-height: 20px;
  border: 1px solid rgba(9,170,181,0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-outline-rounded-blue:hover {
  color: #008DD2;
  background-color: #fff;
  border-color: #008DD2;
}

.btn-outline-rounded-blue {
  font-size: 13px;
  color: rgba(0,141,210,0.75);
  letter-spacing: 1px;
  line-height: 20px;
  border: 1px solid rgba(0,141,210,0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-outline-rounded-grey:hover {
  color: #AAAAAA;
  background-color: #fff;
  border-color: #AAAAAA;
}

.btn-outline-rounded-grey {
  font-size: 13px;
  color: rgba(66.7,66.7,66.7,0.75);
  letter-spacing: 1px;
  line-height: 20px;
  border: 1px solid rgba(66.7,66.7,66.7,0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}


/*----------------------------
	The Chart
-----------------------------*/

#placeholder {
	width: 100%;
	border: 0px solid #CDCDCD;
	padding: 10px;
	border-radius: 3px;
	background-color: white;
	margin-bottom: 0px;
	position: relative;
}

#content {
	margin: 0px auto;
	padding: 45px;
	position: relative;
	width: 590px;
}

#genetics-bar {
	width: 100%;
	height: 100%;
}

#motorchart {
	width: 100%;
	height: 100%;
}

#treatmentchart {
	width: 100%;
	height: 100%;
}

#endocrinechart {
	width: 100%;
	height: 100%;
}

#mapchart {
	width: 100%;
	height: 100%;
}

#longitudinal-line {
  width: 100%;
  height: 300px;
}
.svg-container {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 100%; /* aspect ratio */
		vertical-align: bottom;
}


.svg-map-container {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 70%; /* aspect ratio */
		vertical-align: bottom;
}


.svg-genetics-container {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 45%; /* aspect ratio */
		vertical-align: bottom;
}

.svg-potential-gains-container {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 50%; /* aspect ratio */
		vertical-align: bottom;
}

.svg-content-responsive {
		display: inline-block;
		position: absolute;
		top: 10px;
}


text {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
  pointer-events: none;
	font-style: normal;
	color: #CCC;
}

.text-left {
  text-align: left;
  font-size: 1.2em;
}
.text-right {
  text-align: right;
  font-size: 1.2em;
}
.text-center {
  text-align: center;
  font-size: 1.2em;
}

.left-margin-li {
	margin-left: 30px;
}
.left-margin-li-indented {
	margin-left: 60px;
}

svg {background-color: #FFF;
	border: 0px solid #CDCDCD; }

.logoright {
    float: right;
		margin-top: -50px;
    width: 160px;
}

.ex-tooltip{
	position: absolute;
	background: #EEE;
	border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border-collapse: separate;
	display: none;
}

.axis text {
font-weight: regular;
}
.axis path,
.axis line {
	fill: none;
	stroke: #000;
	stroke-width: 1.5px;
	shape-rendering: crispEdges;
}
.line {
	fill: none;
	stroke: steelblue;
	stroke-width: 2px;
}
.dot {
	stroke: #000;
}
.grid .tick {
stroke: lightgrey;
opacity: 0.7;
}
.grid path {
stroke-width: 0;
}

.hero-unit img {
	 width: 100%;
	 height: auto;
}

.span3 img {
	max-width: 50%;
	height: auto;
	border:0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.table {
font-size: 12px;
}

/* line 2, ../sass/demoPage.scss */
.nav-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
/* line 7, ../sass/demoPage.scss */
.nav-container #reportrange {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 320px;
  color: #000;
}

/* line 18, ../sass/demoPage.scss */
.chart-container {
  position: relative;
  text-align: center;
  max-width: 3000px;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.active-language a {
	 color: #FFF;
}

.control-label {
	color: inherit;
	font-style: normal;
	font-weight: bold;
}

/* Phone Number Validation */

.hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }

input, button {
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }

input[disabled], button[disabled] {
  background-color: #eee; }

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD; }

  button:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer; }

#result {
  margin-bottom: 100px; }

form {
display: inline;
}

.thicker {
    font-weight: 900;
}
.table-scrollable {
	max-width: none;
	table-layout: fixed;
}
.thead-grey {
  color: #fff;
  background-color: #666;
}
.table-header-rotated {
  border-collapse: collapse;
}
.table-header-rotated td {
  width: 30px;
}
 .table-header-rotated th {
  padding: 0px 0px;
}
.table-header-rotated td {
  text-align: center;
  padding: 0px 0px;
  border: 1px solid #ccc;
}
 .table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
}
 .table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
      -ms-transform: translate(25px, 51px) rotate(315deg);
          transform: translate(25px, 51px) rotate(315deg);
  width: 10px;
}
 .table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px;
}
.table-header-rotated th.row-header {
  padding: 0 0px;
  border-bottom: 1px solid #ccc;
}
.scrollme {
    overflow-x: auto;
}
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}
@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
.form-narrow {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
}
.consent-format {
    font-size: 11pt;
}
.hippa-format {
    font-size: 14pt;
}
.hippa-format-list {
 padding-bottom: 10px;
 line-height: 1.6;
}
.hippa-format-list-nested {
 padding-top: 10px;
 padding-bottom: 10px;
}
.email-share-button {
	 padding-bottom: 7px;
}
.large-font {
  font-size: large;
}
.btn-ex-sm {
	  color: #FFFFFF !important;
    padding: .12rem .5rem;
    font-size: .85rem;
    line-height: 1.0;
    border-radius: .2rem;
}

/* World Map */

  .names {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  }

    /* Tooltip CSS */
    .d3-tip {
    line-height: 1.5;
    font-weight: 400;
    font-family:"avenir next", Arial, sans-serif;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #57CBF5;
    border-radius: 1px;
    pointer-events: none;
    }

    /* Creates a small triangle extender for the tooltip */
    .d3-tip:after {
      box-sizing: border-box;
      display: inline;
      font-size: 8px;
      width: 100%;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.6);
      position: absolute;
      pointer-events: none;

    }

    /* Northward tooltips */
    .d3-tip.n:after {
      content: "\25BC";
      margin: -1px 0 0 0;
      top: 100%;
      left: 0;
      text-align: center;
    }

    /* Eastward tooltips */
    .d3-tip.e:after {
      content: "\25C0";
      margin: -4px 0 0 0;
      top: 50%;
      left: -8px;
    }

    /* Southward tooltips */
    .d3-tip.s:after {
      content: "\25B2";
      margin: 0 0 1px 0;
      top: -8px;
      left: 0;
      text-align: center;
    }

    /* Westward tooltips */
    .d3-tip.w:after {
      content: "\25B6";
      margin: -4px 0 0 -1px;
      top: 50%;
      left: 100%;
    }

/*    text{
      pointer-events:none;
    }*/

    @font-face {
      font-family: 'Material Icons';
      font-style: normal;
      font-weight: 400;
      src: url(/assets/icons/material-design-icons-master/font/material-icons.woff2) format('woff2');
    }

    .material-icons {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -moz-font-feature-settings: 'liga';
      -moz-osx-font-smoothing: grayscale;
    }
