
/*------------Header Box -------------*/
.u-header__section--admin-dark {
  background-color: #348091;
}
/*------------Logo Box -------------*/
.u-header__section--admin-dark .u-header-logo-toggler {
  background-color: #2B6A78;
}
/*------------Sidebar Box -------------*/
.u-sidebar-navigation--dark {
  background-color: #2B6A78;
}
/*------------Sidebar Color Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-item:hover {
  background-color: #2B6A78;
}
/*------------Sidebar Text -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link {
  color: #C1D7F5;
}
/*------------Sidebar Text Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover {
  color: #fff;
}
/*------------Sidebar Text Active -------------*/
.u-side-nav--top-level-menu-link.active {
  color: #fff;
}
/*------------Sidebar Icon -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link i {
  color: #C1D7F5;
}
/*------------Sidebar Icon Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover i {
  color: #fff;
}
/*------------Sidebar Icon Active -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link.active i {
    color: #fff;
}
/*------------Profile Text -------------*/
.u-header__section--admin-dark [data-dropdown-target] {
  color: #fff;
}
/*------------Profile Text Hover-------------*/
.u-header__section--admin-dark [data-dropdown-target]:hover {
  color: #fff;
}
/*------------Profile Text Active-------------*/
.u-header__section--admin-dark [data-dropdown-target] {
    color: #fff;
}
/*------------Profile Icon -------------*/
.u-header__section--admin-dark [data-dropdown-target] i {
  color: #fff;
}
/*------------Profile Icon Active -------------*/
.u-header__section--admin-dark [data-dropdown-target].active i {
	color: #fff;
}
/*------------Profile Dropdown Color -------------*/
.u-header__section--admin-dark [aria-labelledby] {
  background-color: #348091;
  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: #E3AA1B !important;
}


/*------------ 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;
}

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

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

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

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

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

#commchart {
	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-container-potential-gains {
		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;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

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

.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-family: sans-serif;
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;
}

#cssTable td
{
    text-align: center;
    vertical-align: middle;
}

.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;
}

/* 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-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;
}

.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;
}

.green-icon {
    color: #00B233;
}

.red-icon {
    color: #FF0000;
}

.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;
}

.tight-col {
  padding-right: 5px;
  padding-left: 5px;
}
