/* Sass Document */
/* Scss Document */
/* Style html */
/* TODO: Separate out Bootstrap */
body {
  background-color: #0078ff;
  background-image: url("/webapp/static/img/background-tile.jpg");
  color: #ffffff;
  font-size: 1.25em; }

#teacherLink {
  margin-top: 50px;
  margin-bottom: 50px;
  float: right; }

.btnTeacher {
  background-color: #74c960;
  color: #fff !important;
  padding: 25px 10px;
  border-radius: 50px;
  border: 5px solid #fff;
  text-align: center; }
  .btnTeacher a:link, .btnTeacher a:visited {
    color: #fff !important; }

.orange {
  color: #fa8037;
  font-weight: 700; }

#homepageIntro, #registrationContainer {
  background-color: rgba(1, 57, 119, 0.7);
  border: 1px solid #fff;
  margin: 5px 5px 25px 5px;
  padding: 25px;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

#summary {
  display: flex;
  flex-grow: 1;
  flex: 1 1 0; }
  #summary div {
    flex-grow: 1;
    flex: 1 1 0; }

#nutritionSummary h3 {
  background-color: #ff0000;
  color: #fff;
  padding: 25px; }

#physicalActivitySummary h3 {
  background-color: #74c960;
  color: #fff;
  padding: 25px; }

#healthSummary h3 {
  background-color: #31019f;
  color: #fff;
  padding: 25px; }

#nutritionSummary, #physicalActivitySummary, #healthSummary {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000; }
  #nutritionSummary p, #physicalActivitySummary p, #healthSummary p {
    padding: 25px; }

.sectionIntro {
  color: #ffe400; }

.contentBox {
  background-color: rgba(1, 57, 119, 0.7);
  border: 1px solid #fff;
  padding: 25px;
  margin: 5px 5px 25px 5px; }

header {
  border-bottom: 15px solid #ffe400; }

.response {
  background-color: rgba(225, 96, 0, 0.9);
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 10px; }

label.error {
  background-color: #ff0000;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  min-height: 48px;
  margin-bottom: 0; }

h1.pageTitle {
  background-image: url("/webapp/static/img/pageTitle.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 88px;
  padding-top: 20px;
  width: auto;
  margin-bottom: 25px; }

h1.pageTitleLong {
  background-image: url("/webapp/static/img/pageTitleLong.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 88px;
  padding-top: 20px;
  width: auto;
  margin-bottom: 25px; }

h2, h3 {
  color: #ffe400;
  /*color: #ff6000;
	text-shadow: 1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;*/ }

#submitButton input {
  margin-right: auto !important;
  margin-left: auto !important;
  width: auto; }

.actionButtons, .submitButton {
  text-align: center !important; }

.btnAction, .btn, .btn-primary {
  background-color: #ff6000 !important;
  color: #fff !important;
  padding: 10px 25px !important;
  margin: 20px !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important; }

img {
  max-width: 100%;
  height: auto; }

select {
  background-color: #fff;
  padding: 10px; }

.highlite {
  color: #ffe400;
  font-weight: 700; }

a {
  color: #ffe400; }
  a:link {
    color: #ffe400; }
  a:visited {
    color: #bfc940; }

table {
  margin-bottom: 25px;
  width: 100%; }

.incorrect {
  display: inline-block;
  background-image: url("../img/Incorrect.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px;
  padding-left: 100px;
  min-height: 37px;
  background-color: rgba(255, 0, 0, 0.7);
  border: 1px solid #fff;
  color: #fff; }

.correct {
  display: inline-block;
  background-image: url("../img/correct.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px;
  padding-left: 160px;
  min-height: 37px;
  background-color: rgba(116, 201, 96, 0.7);
  border: 1px solid #fff;
  color: #fff; }

thead td {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important; }

td, th {
  padding: 20px !important;
  margin: 0 !important;
  color: #000;
  font-size: 1.25rem; }

#logo {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 52px; }

@media only screen and (max-width: 480px) {
  .navbar-brand {
    width: 50%; }
    .navbar-brand img {
      width: 100%;
      height: auto; } }

@media only screen and (max-width: 480px) {
  #mainBody {
    padding-top: 105px; }
  .mobileOnly {
    display: block; }
  table tr.tableHeader th {
    background-color: rgba(255, 96, 0, 0.9);
    text-align: left !important;
    font-weight: 700; }
  table tr.tableSubHeader th {
    background-color: #2b3138;
    text-align: left !important;
    font-weight: 700; } }

@media only screen and (min-width: 480px) {
  table .tableHeader {
    position: relative; }
  table .tableHeader form {
    position: absolute;
    right: 10px;
    top: 0; }
    table .tableHeader form .form-control {
      height: auto; } }

table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate; }
  table tr.tableHeader th {
    background-color: rgba(255, 96, 0, 0.9);
    text-align: center !important;
    font-weight: 700;
    text-transform: uppercase; }
    table tr.tableHeader th label {
      text-transform: capitalize; }
  table tr.tableSubHeader th {
    background-color: #2b3138;
    text-align: center !important;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }
  table td {
    background-color: rgba(255, 255, 255, 0.9); }
    table td.percent, table td.budget {
      text-align: right; }
  table th,
  table td {
    margin: 1px;
    padding: 5px; }
    table th label,
    table td label {
      font-weight: normal; }
  table th {
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    background-color: rgba(255, 96, 0, 0.9); }
  table th.active {
    color: #ffffff;
    background-color: #ffe400; }
  table td.number,
  table td.submission,
  table td.date,
  table td.daysRemaining {
    text-align: center; }
  table td.number,
  table td.type {
    width: 15%; }

.card-body-item {
  padding: 10px; }

.card-deck {
  margin-bottom: 25px; }

.row {
  margin-bottom: 25px; }

.divSpacing {
  margin: 15px; }

.table {
  color: #ffffff;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000; }
  .table th,
  .table td {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000; }
  .table thead th {
    border-bottom: none; }

.bg-primary {
  background-color: #013977 !important; }

.btn-primary {
  border-radius: 25px;
  color: #ffffff !important;
  background-color: #ffe400;
  border-color: #bfc940; }
  .btn-primary:hover {
    color: #ffffff !important;
    background-color: #ffeb40;
    border-color: #ffe400; }

span.error {
  color: #ff0000; }

/* Scss Document */
/*


#navigationBar {
	background-color:$accent-color;
	color:$button-text;
}

#navigationBar nav {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	a.nav-link {
		&:link {
			color:$button-text !important;
		}
		&:visited {
			color:$button-text !important;
		}
		&:hover {
			background-color: $active-hover !important;;
		}
	}
	div.dropdown-menu a.dropdown-item{
		&:link {
			color: $accent-color !important;
		}
		&:hover {
			color: $active-hover !important;;
		}
	}
	.navbar-text {
		text-align: center;
		width: 100%;
		color: $font-color;
    	border-bottom: 1px solid #e9ecef;
	}

	.btn-group {
      position: unset;
    }

	.megamenu-li {
		position: static;
	}

	.megamenu {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		padding: 15px;
	}
}
*/
nav.navbar {
  background-color: #ffe400 !important;
  color: #013977;
  padding-top: 0;
  padding-bottom: 0; }
  nav.navbar a {
    color: #013977; }

nav.navbar .nav-item {
  padding-top: .5rem;
  padding-bottom: .5rem; }

nav.navbar .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.5); }

/* Scss Document */
.modal-content {
  border: 1px solid #000000; }

.modal-header {
  background-color: #bfc940;
  color: #ffffff;
  font-weight: 700; }
  .modal-header button {
    color: #ffffff; }

.modal-body {
  background-color: rgba(255, 255, 255, 0.9); }

.modal-footer {
  background-color: #2b3138; }

/* Scss Document */
/* Style jquery-dataTables */
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #ffffff; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #ffffff !important;
  border: 1px solid transparent;
  background: 0 0;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ffffff !important;
  background-color: #ffe400; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #ffeb40 0, #ffeb40 100%); }

.dataTables_length.col-form-label.mr-sm-2 {
  position: absolute;
  left: 0; }

table.dataTable {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000; }

table.dataTable th,
table.dataTable.display thead th {
  color: #ffffff;
  background-color: #ffe400; }

table.dataTable th,
table.dataTable td,
table.dataTable.display thead th,
table.dataTable.display tbody td,
table.dataTable.display tbody tr:first-child td,
table.dataTable.no-footer {
  border-spacing: 1px;
  border-collapse: separate;
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000; }

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: #484e55; }

table.dataTable tbody tr.odd:hover td,
table.dataTable tbody tr.even:hover td {
  background-color: #606060;
  color: #ffffff; }

.tableViewHeader {
  color: #ffffff;
  z-index: 10;
  text-align: center; }
  .tableViewHeader a:link {
    color: #ffffff; }

/* Style bootstrap-select */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Scss Document */
/* Style account blueprint */
#accountContainer {
  position: absolute;
  top: 100px;
  bottom: 50px;
  right: 50px;
  left: 50px;
  /*  TODO: Remove?  Not used - looks wrong if used
	#accountBox {
		#accountHeader {
			background-color: $header-color;
			padding: 15px;
			margin-bottom: 30px;
			text-align: center;
			img {
				width: 80%;
				height: auto;
			}
		}
	}
    */ }

#accountBox {
  max-width: 500px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 2px; }

#submitButton .col-sm-4 {
  text-align: right; }

/* Scss Document */
.lesson-step {
  display: none; }

.lesson-form {
  clear: both;
  padding: 20px;
  width: 80%;
  margin: auto; }

/* Scss Document */
#plateFoodGroups {
  position: relative;
  max-width: 1090px;
  min-height: 550px;
  margin-left: auto;
  margin-right: auto; }

#foodPlateSection {
  clear: both; }

#plateFruits, #plateVegetables, #plateGrains, #plateProtein, #plateDairy {
  position: absolute;
  max-width: 50%;
  top: 0;
  right: 0; }

#plateMap {
  position: absolute;
  max-width: 50%;
  top: 0;
  left: 0; }

.fruitsColor {
  background-color: #d71c23 !important;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

#plateFruits {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px; }
  #plateFruits h3 {
    background-color: #d71c23 !important;
    color: #fff;
    padding: 10px; }
  #plateFruits p, #plateFruits ul {
    margin-left: 10px;
    margin-right: 10px; }

.vegetableColor {
  background-color: #73b642 !important;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

#plateVegetables {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px; }
  #plateVegetables h3 {
    background-color: #73b642 !important;
    color: #fff;
    padding: 10px; }
  #plateVegetables p, #plateVegetables ul {
    margin-left: 10px;
    margin-right: 10px; }

.grainsColor {
  background-color: #ff6000 !important;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

#plateGrains {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px; }
  #plateGrains h3 {
    background-color: #ff6000 !important;
    color: #fff;
    padding: 10px; }
  #plateGrains p, #plateGrains ul {
    margin-left: 10px;
    margin-right: 10px; }

.proteinColor {
  background-color: #5f4793 !important;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

#plateProtein {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px; }
  #plateProtein h3 {
    background-color: #5f4793 !important;
    color: #fff;
    padding: 10px; }
  #plateProtein p, #plateProtein ul {
    margin-left: 10px;
    margin-right: 10px; }

.dairyColor {
  background-color: #3c85cb !important;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

#plateDairy {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px; }
  #plateDairy h3 {
    background-color: #3c85cb !important;
    color: #fff;
    padding: 10px; }
  #plateDairy p, #plateDairy ul {
    margin-left: 10px;
    margin-right: 10px; }

#nutritionLabel {
  position: relative;
  margin-bottom: 25px;
  width: 1040px;
  margin-right: auto;
  margin-left: auto; }
  #nutritionLabel #servingSize, #nutritionLabel #fiber, #nutritionLabel #calories, #nutritionLabel #sugars {
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #000;
    max-width: 30%; }
  #nutritionLabel #label {
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  #nutritionLabel #servingSize {
    position: absolute;
    padding: 15px 35px 15px 15px;
    top: 0;
    left: 0; }
  #nutritionLabel #servingSizeArrow {
    position: absolute;
    top: 103px;
    left: 295px;
    z-index: 10; }
  #nutritionLabel #fiber {
    position: absolute;
    padding: 15px 35px 15px 15px;
    bottom: 40px;
    left: 0; }
  #nutritionLabel #fiberArrow {
    position: absolute;
    bottom: 275px;
    left: 295px;
    z-index: 10; }
  #nutritionLabel #calories {
    position: absolute;
    padding: 15px 15px 15px 35px;
    top: 120px;
    right: 0; }
  #nutritionLabel #caloriesArrow {
    position: absolute;
    top: 175px;
    right: 295px;
    z-index: 10; }
  #nutritionLabel #sugars {
    position: absolute;
    padding: 15px 15px 15px 35px;
    bottom: 120px;
    right: 0; }
  #nutritionLabel #sugarsArrow {
    position: absolute;
    bottom: 250px;
    right: 295px;
    z-index: 10; }

#drinkCompare {
  display: flex;
  flex-grow: 1;
  flex: 1 1 0;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px; }
  #drinkCompare div {
    flex-grow: 1;
    flex: 1 1 0;
    padding: 0 20px; }

.imageBar {
  display: flex;
  flex-grow: 1;
  flex: 1 1 0;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px; }
  .imageBar div {
    flex-grow: 1;
    flex: 1 1 0;
    padding: 0; }

.doYouKnow {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  .doYouKnow h3 {
    background-color: #ff6000 !important;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-align: center; }
  .doYouKnow p, .doYouKnow ul {
    margin-left: 10px;
    margin-right: 10px; }

/* Scss Document */
#benefitsPAimages, #activityLocations, #activityLevels {
  display: flex;
  flex-grow: 1;
  flex: 1 1 0; }
  #benefitsPAimages div, #activityLocations div, #activityLevels div {
    flex-grow: 1;
    flex: 1 1 0; }

#activityLocations h3 .highlite {
  color: #ff6000; }

table.pa {
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100%; }
  table.pa thead td {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    width: 25%; }

#benefitsPAimages, #activityLevels {
  position: relative; }

#healthyBody, #healthyMind, #strongLearners {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  margin: 5px 5px 25px 5px;
  width: 30%;
  /*margin-left: auto;
	margin-right: auto;*/ }
  #healthyBody h3, #healthyMind h3, #strongLearners h3 {
    background-color: #ff6000 !important;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-align: center; }
  #healthyBody p, #healthyBody ul, #healthyMind p, #healthyMind ul, #strongLearners p, #strongLearners ul {
    margin-left: 10px;
    margin-right: 10px; }

#activityLevels {
  text-align: center;
  margin-bottom: 25px; }
  #activityLevels h3 {
    color: #fff;
    margin: 10px 5px;
    text-shadow: 1px 1px 1px #000; }

#activityLocations div {
  max-width: 33.3333%;
  margin: 5px 5px 25px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000; }
  #activityLocations div h3 {
    margin-left: 20px;
    margin-right: 20px; }
  #activityLocations div p {
    margin-left: 20px;
    margin-right: 20px; }
  #activityLocations div img {
    margin-bottom: 20px; }

#lowintensity, #moderateintensity, #vigorousintensity {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #013977;
  color: #000;
  padding: 10px;
  width: 30%;
  z-index: 10; }

.lowIntensity {
  background-color: #74c960; }

.moderateIntensity {
  background-color: #ffe400; }

.vigorousIntensity {
  background-color: #ff6000; }

/* Scss Document */
#influences .row {
  display: flex;
  flex-grow: 1;
  flex: 1 1 0;
  margin-bottom: 0; }
  #influences .row div {
    flex-grow: 1;
    flex: 1 1 0; }
    #influences .row div img {
      min-width: 100%;
      height: auto; }

#influences div {
  padding: 0 !important; }

#friendsLabel, #whereLabel, #tvLabel, #mobileLabel, #talkLabel, #funLabel, #eatLabel, #physicalActivityLabel {
  position: absolute;
  background-color: rgba(1, 57, 119, 0.7);
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  font-weight: 700; }

/* Scss Document */
#SurveyContainer {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  #SurveyContainer .checkMarkContainer {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 60px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #SurveyContainer .checkMarkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 64px;
    width: 56px;
    z-index: 10; }
  #SurveyContainer .checkmark {
    position: absolute;
    top: 0;
    /*left: 0;*/
    height: 56px;
    width: 64px;
    background-image: url("../img/checkbox1.png");
    background-repeat: no-repeat;
    /*background-color: #eee;*/ }
  #SurveyContainer .checkMarkContainer:hover input ~ .checkmark {
    background-image: url("../img/checkbox2.png");
    background-repeat: no-repeat; }
  #SurveyContainer .checkMarkContainer input:checked ~ .checkmark {
    background-image: url("../img/checkbox2.png");
    background-repeat: no-repeat; }
  #SurveyContainer .checkmark:after {
    background-image: url("../img/checkbox1.png");
    background-repeat: no-repeat;
    position: absolute;
    display: none; }
  #SurveyContainer .checkMarkContainer input:checked ~ .checkmark:after {
    display: block; }
  #SurveyContainer .checkMarkContainer .checkmark:after {
    position: absolute;
    /*left: 0;*/
    top: 0;
    width: 64px;
    height: 56px;
    background-image: url("../img/checkbox2.png");
    background-repeat: no-repeat; }
  #SurveyContainer h4 {
    font-weight: bold;
    color: #70cb5b; }
