* {
  outline: none !important; }
  *:focus {
    outline: none !important;
    box-shadow: none !important; }

/* muli-300 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url('/webfont/muli-v20-vietnamese_latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/webfont/muli-v20-vietnamese_latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-300.woff2') format('woff2'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-300.woff') format('woff'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-300.ttf') format('truetype'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-300.svg#Muli') format('svg');
  /* Legacy iOS */ }
/* muli-regular - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('/webfont/muli-v20-vietnamese_latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/webfont/muli-v20-vietnamese_latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-regular.woff') format('woff'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-regular.ttf') format('truetype'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-regular.svg#Muli') format('svg');
  /* Legacy iOS */ }
/* muli-500 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500;
  src: url('/webfont/muli-v20-vietnamese_latin-ext_latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/webfont/muli-v20-vietnamese_latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-500.woff2') format('woff2'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-500.woff') format('woff'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-500.ttf') format('truetype'), url('/webfont/muli-v20-vietnamese_latin-ext_latin-500.svg#Muli') format('svg');
  /* Legacy iOS */ }
@font-face {
  font-family: 'Sanhurstwide';
  src: url('/webfont/SanhurstWide-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal; }

:root {
  --input-padding-x: 1.0rem;
  --input-padding-y: 0.5rem; }

body {
  background: #EEE;
  font-family: 'Muli'; }

form {
  margin: 0px; }

.login-heading {
  font-weight: 300; }

.ltcontent > .container {
  max-width: calc(100% - 50px); }

.btn {
  box-shadow: 0px 0px 10px transparent;
  transition: box-shadow 0.5s;
  border-radius: 0px;
  padding: 0.2rem 0.75rem 0.5rem 0.75rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 24px;
  font-family: 'Sanhurstwide';
  vertical-align: text-bottom; }

.btn-crud-edit, .btn-crud-create, .btn-primary {
  background-color: #4b5ff6;
  border-color: #4b5ff6;
  transition: background 0.5s;
  color: #FFF; }

.btn-outline-primary {
  color: #2d5cb9;
  border-color: #2d5cb9;
  transition: border-color 0.5s, color 0.5s; }

.btn-outline-primary:hover {
  background: transparent;
  border-color: #000;
  color: #000; }

.btn-primary:hover {
  background: #222;
  border: 1px solid #222; }

.btn-icon .icon_svg svg {
  height: 29px;
  padding: 0px;
  margin: 0px; }

.btn-icon {
  padding: 0px; }

.modal-body {
  padding: 45px; }

.meta-title {
  color: #AAA;
  position: relative;
  padding-left: 50px; }

.meta-title:before {
  width: 40px;
  display: block;
  height: 2px;
  content: " ";
  background: #AAA;
  position: absolute;
  left: 0px;
  top: calc(50% - 2px); }

.form-control {
  background: #e9e9e9;
  border-radius: 0px;
  border: 0px; }

.form-control:focus {
  color: #495057;
  background: #E0E0E0; }

.accordion .card-header {
  background: #2d5cb9;
  color: #FFF; }

.accordion .card-header.collapsed {
  background: rgba(0, 0, 0, 0.03);
  color: #333; }

.accordion .card-header .fa {
  padding-right: 10px; }

.accordion .card-header.collapsed .fa-caret-down {
  display: none; }

.accordion .card-header .fa-caret-right {
  display: none; }

.accordion .card-header.collapsed .fa-caret-right {
  display: inline-block; }

a {
  color: #2d5cb9; }

.icon_svg svg {
  height: 18px;
  width: auto;
  margin: 0px 2px 3px 2px; }

.icon_svg svg path {
  fill: #FFF; }

h1 {
  font-family: 'Sanhurstwide';
  font-size: 50px;
  font-weight: 700;
  position: relative; }

h2 {
  font-family: 'Muli';
  font-size: 30px;
  font-weight: 700; }

ul.nav_sub_list {
  padding: 0px 0px 0px 20px; }

.nav-left .navbar-outer {
  position: fixed;
  width: 250px;
  left: 0px;
  height: 100vh;
  float: left;
  flex-direction: column;
  justify-content: start;
  padding-top: 20px; }

.nav-left .navbar {
  padding: 20px 0px; }

.navbar .icon_svg {
  padding-right: 10px; }

.nav-left .navbar-outer > img {
  max-width: 90%;
  margin: auto;
  display: block; }

.navbar-outer {
  background: #222;
  align-items: start;
  z-index: 99; }

.nav-black .navbar-outer {
  background: #222222; }

.nav-left .ltcontent {
  padding-left: 300px;
  padding-right: 60px;
  padding-top: 100px; }

.small-container {
  max-width: 1024px;
  margin: auto;
  width: 100%; }

.nav-top .ltcontent {
  padding-top: 50px; }

.nav-top .navbar-outer {
  box-shadow: 0px 0px 15px #CCC; }

.nav-top .navbar {
  justify-content: flex-start; }

.nav-black .navbar .nav-link {
  white-space: nowrap;
  color: #FFF; }

.dropdown-menu .nav-link {
  padding: 0px;
  font-size: 0.8rem; }

.nav-icons {
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.nav-left .nav-icons {
  position: absolute;
  left: 250px;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: flex-end; }

.nav-top .nav-icons {
  display: flex;
  position: relative;
  z-index: 10; }

.nav-icons .nav-icon {
  background: #E9E9E9;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin: 5px 20px 5px 0px;
  text-align: center; }

.nav-icons a {
  color: #333;
  font-size: 18px;
  line-height: 24px; }

.nav-top .nav-icon a.fa-sign-out {
  color: #FFF;
  font-size: 23px;
  line-height: 24px; }

.nav-icon a.fa-sign-out {
  font-size: 22px;
  line-height: 40px; }

.fa.btnlogout {
  border: 0px;
  color: #888;
  font-size: 23px; }

.nav-left .navbar-outer .nav-link, .nav-icons .nav-link {
  color: #FFF; }

.nav-link:hover {
  text-decoration: underline; }

.nav-link .fa, .nav-link .icon_svg {
  color: #FFF;
  max-width: 20px;
  width: 20px;
  text-align: center; }

.nav_sub_title {
  padding: 10px 0px 0px 15px;
  font-weight: bold; }

ul.nav_sub_list {
  padding-left: 30px; }

.nav_sub_list .nav-link {
  font-size: 14px;
  padding: 0.2rem 1rem; }

.nav-icon a {
  color: #FFF;
  display: inline-block;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px; }

.nav-icons .nav-text {
  line-height: 50px;
  padding: 2px 4px;
  font-size: 14px; }

.crud_table .crud_option {
  padding: 6px 8px;
  font-size: 1rem;
  font-weight: normal;
  margin: 2px;
  /*background: #BBB;*/
  border: 0px;
  transition: background 0.5s; }

.crud_table .crud_option:hover {
  background: #2d5cb9; }

table {
  table-layout: fixed; }

.crud_table {
  table-layout: auto; }

.table-col-1 {
  width: 8.3%; }

.table-col-2 {
  width: 16.3%; }

.table-col-3 {
  width: 25%; }

.table-col-4 {
  width: 33%; }

.table-col-6 {
  width: 50%; }

.table-col-options a {
  padding: 3px;
  margin: 3px; }

.table-col-uid {
  width: 60px; }

.table-col-date {
  width: 120px; }

.table-col-checkbox {
  width: 40px; }

.table-col-options-1 {
  width: 50px; }

.table-col-options-2 {
  width: 110px; }

.table-col-options-4 {
  width: 200px; }

.progress-steps-outer {
  height: 30px;
  background: transparent;
  position: relative;
  display: flex; }

.progress-steps-outer::after {
  content: " ";
  border-top: 2px solid #CCC;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: block;
  height: 1px; }

.progress-step {
  z-index: 2;
  width: 100%; }

.progress-step span {
  width: 30px;
  height: 30px;
  border: 1px solid #CCC;
  color: #CCC;
  background: #EEE;
  border-radius: 15px;
  line-height: 30px;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto; }

.progress-step-active span {
  background: #2d5cb9;
  color: #FFF;
  font-weight: bold;
  margin: auto;
  border: #2d5cb9; }

.formitem label {
  font-size: 13px;
  margin: 0px; }

form > label {
  margin-bottom: 0px;
  margin: 0.5rem 0px 0.1rem 0px;
  font-size: 13px; }

.formitem {
  padding-top: 20px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.navbar-default .navbar-nav > li > a {
  width: 250px;
  font-weight: bold; }

.ltpanel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 45px;
  box-shadow: 0px 0px 10px #EDEDED;
  transition: box-shadow 0.5s; }

.card.ltpanel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  padding: 0px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 10px #EDEDED;
  transition: box-shadow 0.5s; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 45px; }

.ltpanel:hover {
  box-shadow: 0px 0px 15px #CCC; }

.paymentmethod_stripe2 {
  display: none; }

.paymentmethod_stripe1 {
  display: none; }

.paymentmethod_paypal {
  display: none; }

.survey_questions_outer .row {
  margin-bottom: 10px; }

.crud_form_row {
  max-width: 1280px;
  margin: auto; }

.crud_form_row > div {
  padding-top: 20px; }

.bigbox {
  background: #FFF;
  box-shadow: 0px 0px 10px #EDEDED;
  padding: 45px; }

.survey_questions_outer h2 {
  font-size: 20px;
  font-weight: normal; }

.survey_questions_outer .ltpanel {
  margin-bottom: 30px; }

.survey_questions_outer.bigbox .ltpanel {
  margin-bottom: 0px;
  background: transparent;
  box-shadow: 0px 0px 0px;
  padding: 20px 20px; }

.chapters_outer {
  padding: 0px; }

li.chapters_item {
  padding: 5px;
  list-style-type: none;
  border-bottom: 1px solid #DDD; }

li.chapters_item.current {
  background: #F8F8F8; }

.review_comment_form_outer {
  border-left: 1px solid #CCC;
  padding-left: 30px; }

label > span.fa.fa-upload {
  font-size: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px; }

label.threadUploadbtn {
  border: 1px dashed #AAA;
  display: block;
  padding: 32px;
  background: #EEE;
  border-radius: 2px;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer; }

.copyright {
  color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px;
  font-size: 12px; }

.logincontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.95);
  max-width: 90%; }

.irrelevant {
  opacity: 0.5; }

.loginheader {
  background: #FFF;
  padding: 10px;
  width: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: flex-end;
  z-index: 5; }

.nav-left .ihlogo {
  margin: 10px 10px 0px 10px;
  width: 220px; }

.navbar-outer .ihlogo {
  background: url(/images/IH-Logo-Semi-Negative.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.loginheader .ihlogo {
  max-width: 200px; }

.ihlogo {
  background: url(/images/IH-Logo.svg);
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55px;
  display: inline-block; }

.logo_subline {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Sanhurstwide'; }

.flp_barchart_row {
  padding: 5px 0px; }

.flp_barchart_row > .flp_barchart_bar {
  padding: 5px 0px; }

.flp_barchart_title {
  font-size: 0.9rem;
  line-height: 13px; }

.flp_barchart_recommendations {
  font-size: 0.6rem;
  font-weight: bold; }

.flp_barchart_bar {
  background: #73bc5b;
  color: #FFF;
  height: 30px;
  position: absolute; }

.flp_barchart_outer {
  background: #e9e9e9;
  position: relative;
  height: 30px; }

.flp_barchart_outer > span {
  text-align: center;
  display: block;
  font-size: 11px;
  padding: 0px 8px;
  position: absolute;
  line-height: 30px; }

.flp_barchart_bar_empty {
  color: #222222; }

.flp_barchart_bar_full {
  background: #73bc5b;
  color: #222222; }

.flP_barchart_bar > span {
  text-align: center;
  display: block; }

.d3chart.piechart {
  width: 100%;
  height: 300px; }

.d3chart.piechart svg {
  width: 100%;
  height: 100%; }

.d3chart.piechart text {
  font-size: 12px; }

.textlogo {
  text-align: center;
  padding: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF; }

.textlogo a {
  color: #FFF; }

.dashboard_3col .ltpanel {
  height: 100%;
}

.survey_col .ltpanel {
  height: 100%;
}

.survey_startbutton {
  text-align: right;
  bottom: 15px;
  right: 15px;
}

.dashboard_hero {
  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, 0.4);
  position: relative;
  background: url(/images/Hero-Image-Water-2.jpg);
  background-size: cover;
  min-height: 400px;
  z-index: -1;
  padding: 100px 0px 50px 100px; }

.dashboard_outer .dashboard_hero {
  margin: -60px -60px 30px -60px; }

.dashboard_hero h1 {
  color: #FFF; }

.dashboard_hero p.meta-title {
  color: #FFF; }

.outcome .error, .outcome .success {
  display: none; }

.crud_create_outer,
.crud_edit_outer,
.crud_list_outer,
.ltpanel {
  /*max-width: 1280px;*/
  margin: auto;
  padding: 20px;
  background: #FFF;
  box-shadow: 0px 0px 5px #CCC;
}

.ltpanel .ltpanelHeight {
  height: 100% !important;
}
