/*------------Text Styling -------------*/
.header-1 {
  color: #2E4C75;
  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;
}


/*----------------------------
	Color There
-----------------------------*/

/*------------Header Box -------------*/
.u-header__section--admin-dark {
  background-color: #2E4C75;
}
/*------------Logo Box -------------*/
.u-header__section--admin-dark .u-header-logo-toggler {
  background-color: #243B5C;
}
/*------------Sidebar Box -------------*/
.u-sidebar-navigation--dark {
  background-color: #243B5C;
}
/*------------Sidebar Color Hover -------------*/
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-item:hover {
  background-color: #243B5C;
}
/*------------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: #C1D7F5;
}
/*------------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: #C1D7F5;
}
/*------------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: #2E4C75;
  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: #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;
}

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



@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}
@media (min-width:1200px){.modal-xl{max-width:1140px}}

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

#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-map-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 70%; /* 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;
}

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

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: -5px;
  left: 105%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}

/*------------ 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: #D14615;
}
.icon-purple {
  color: #10249E;
}
.icon-cyan {
  color: #09AAB5;
}
.icon-yellow {
  color: #FFC225;
}
.icon-blue {
    color: #008DD2;
}
.icon-grey {
    color: #AAAAAA;
}
.icon-red {
    color: #D10A1B;
}
.green-icon {
    color: #00B233;
}
.red-icon {
    color: #FF0000;
}

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

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


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



