
/*------------ Logo Safari ----------*/
.logo {
  width: 100%;
  height: 100%;
}
/*------------ Admin Light Circle -------------*/
.g-bg-adminlight-v1 {
    background-color: #4AB5A9 !important;
}
/*------------ Admin Medium Circle -------------*/
.g-bg-adminmedium-v1 {
    background-color: #24857B !important;
}
/*------------ Admin Dark Circle -------------*/
.g-bg-admindark-v1 {
    background-color: #195E57 !important;
}
/*------------ Admin Very Dark Circle -------------*/
.g-bg-adminverydark-v1 {
    background-color: #206091 !important;
}
/*------------ Admin Light Circle -------------*/
.g-bg-adminactive-v1 {
    background-color: #E3AA1B !important;
}

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

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

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

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

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

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

/* Disable Image File Upload */
.note-group-select-from-files {
  display: none;
}

/*------------ Icons -------------*/

.green-icon {
    color: #00B233;
}
.red-icon {
    color: #FF0000;
}
.icon-green {
  color: #66CD00;
}
.icon-orange {
  color: #E3AA1B;
}
.icon-purple {
  color: #7C3EFF;
}
.icon-cyan {
  color: #44D1C9;
}
.icon-yellow {
  color: #FFC225;
}
.icon-blue {
    color: #4699E2;
}
.icon-grey {
    color: #AAAAAA;
}
.green-icon {
    color: #00B233;
}
.red-icon {
    color: #FF0000;
}

figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.image img {
  margin: 8px 8px 0 8px;
}

figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}

/*
 Alignment using classes rather than inline styles
 check out the "formats" option
*/

img.align-left {
  float: left;
}

img.align-right {
  float: right;
}

/* Basic styles for Table of Contents plugin (tableofcontents) */
.mce-toc {
  border: 1px solid gray;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc li {
  list-style-type: none;
}