/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .no-pg-break {
    page-break-inside: avoid !important;
  }
  .before-breaker {
    page-break-before: always !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0046BE;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002a72;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0046BE;
}
.text-primary:hover {
  color: #00338b;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.bg-primary {
  color: #fff;
  background-color: #0046BE;
}
a.bg-primary:hover {
  background-color: #00338b;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0046BE;
  border-color: #003da5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #003795;
  border-color: #002667;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0046BE;
  border-color: #003da5;
}
.btn-primary .badge {
  color: #0046BE;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #0046BE;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #002a72;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('assets/fonts/glyphicons-halflings-regular.eot');
  src: url('assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-alert:before {
  content: "\e209";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0046BE;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0046BE;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0046BE;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > .glyphicon {
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0046BE;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #002a72;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0046BE;
  border-color: #0046BE;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0046BE;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00338b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #595959;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0046BE;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0046BE;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0046BE;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0046BE;
  border-color: #0046BE;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #8bb6ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child,
.panel > .table > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child,
.panel > .table > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child,
.panel > .table > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child,
.panel > .table > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child,
.panel > .table > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child,
.panel > .table > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0046BE;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0046BE;
  border-color: #0046BE;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0046BE;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0046BE;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
span.glyphicon-question-sign {
  color: #80690b;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0 5px 5px;
  display: inline;
  white-space: nowrap;
}
@media only screen and (max-width: 529px) {
  span.glyphicon-question-sign {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
span.glyphicon-question-sign:hover,
span.glyphicon-question-sign:focus {
  color: #A6680B;
}
label {
  font-weight: normal;
  margin: 5px;
}
@media only screen and (max-width: 529px) {
  label {
    margin: 0;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
form div.date-label {
  margin: 10px 0 0 0;
  font-weight: bold;
}
form legend {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  font-style: italic;
  border-bottom: 1px dotted #deddd9;
  margin: 15px 0 10px;
  padding: 10px 0 10px;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  form legend {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 529px) {
  form legend {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 5px 0;
  }
}
form h4,
form h2 {
  margin: 15px 0 5px 0;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 529px) {
  form h4,
  form h2 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margn-bottom: 5px;
  }
}
form .form-group {
  margin-top: 35px;
}
@media only screen and (max-width: 529px) {
  form .form-group {
    margin-top: 20px;
  }
}
form .form-group label {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
form .forgotten-wrap {
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
form .forgotten-wrap label {
  padding-right: 15px;
}
form fieldset div {
  margin-bottom: 5px;
}
form fieldset div.hanging-indent {
  text-indent: -20px;
  padding-left: 20px;
}
form fieldset div label {
  display: inline;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
form input[type="text"],
form input[type="password"],
form input[type="time"] {
  border: 1px solid #514f4a;
  background-color: #f9f8f6;
  margin-right: 5px;
  padding: 10px;
  height: 45px;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125) inset;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  form input[type="text"],
  form input[type="password"],
  form input[type="time"] {
    box-shadow: none;
  }
}
form input[type="text"]:last-child,
form input[type="password"]:last-child,
form input[type="time"]:last-child {
  margin-bottom: 0px;
}
form input[type="radio"],
form input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
form.search label {
  display: block;
  font: 400 24px/24px Rokkitt, Rockwell, serif;
}
@media only screen and (max-width: 529px) {
  form.search label {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
}
form.search .search-wrap {
  overflow: hidden;
}
form.search .search-wrap .suggestion .glyphicon {
  color: #0046BE;
  margin-right: 10px;
  margin-left: -10px;
}
form.search .search-wrap input {
  width: 74%;
  margin-right: 1%;
}
@media only screen and (max-width: 529px) {
  form.search .search-wrap input {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    width: 72%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  form.search .search-wrap input {
    width: 74%;
  }
}
form.search .search-wrap .btn {
  height: 45px;
  width: 24%;
}
@media only screen and (max-width: 529px) {
  form.search .search-wrap .btn {
    min-width: inherit;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    width: 27%;
  }
}
form.search .dropdown-menu {
  z-index: 1040;
  width: 80%;
}
form.search .dropdown-menu > li > a {
  white-space: normal;
}
form.other {
  margin: 25px 0 5px;
  display: table;
}
form.other label {
  display: table-cell;
  vertical-align: middle;
}
form.other input {
  margin-left: 5px;
}
form .custom-btn-group .btn:not(:last-child) {
  margin-right: 3px;
}
.select-parent {
  border: 1px solid #514f4a;
  margin: 5px 0 10px;
  overflow: hidden;
  background: #eeece7 url('assets/select.png') no-repeat right;
}
.select-parent select {
  border-radius: 0;
  border: none;
  width: 100%;
  background: transparent;
  -webkit-appearance: menulist-text;
  appearance: none;
  cursor: pointer;
  height: 45px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #12293E;
  text-overflow: ellipsis;
  padding: 0 40px 0 10px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
@-moz-document url-prefix() {
  .select-parent .select-parent {
    background-image: none;
  }
}
.select-parent option {
  background-color: #ffffff;
  color: #12293E;
  font-style: normal;
  padding: 5px;
  border-bottom: 1px solid #eeece7;
}
select::-ms-expand {
  display: none;
}
.counter button {
  height: 45px;
  width: 45px;
  border: 1px solid #deddd9;
  color: #514f4a;
  background-color: #ffffff;
  margin-top: 10px;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.counter button:hover,
.counter button:focus {
  border: 1px solid #deddd9;
  color: #0046BE;
}
.counter #amount {
  display: inline-block;
  background: #EEEEEE;
  padding: 10px 0px 13px 0px;
  margin: 0 5px;
  width: 80px;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
counter + div.pull-left {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  margin: 20px 10px;
}
@media only screen and (max-width: 529px) {
  counter + div.pull-left {
    font-size: 15px;
    margin: 10px 0 0 5px;
  }
}
.btn {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  padding: 11px 15px;
  min-width: 85px;
  line-height: 1.8rem;
  display: block;
  color: #ffffff;
  border: none;
  float: right;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #002a72;
  color: #ffffff;
}
.btn-primary {
  background-color: #b15603;
  background-image: -webkit-linear-gradient(top, #b15603 0%, #7f3e02 100%);
  background-image: linear-gradient(to bottom, #b15603 0%, #7f3e02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb15603', endColorstr='#ff7f3e02', GradientType=0);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #e36e04;
  background-image: -webkit-linear-gradient(top, #7f3e02 100%, #7f3e02 100%);
  background-image: linear-gradient(to bottom, #7f3e02 100%, #7f3e02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f3e02', endColorstr='#ff7f3e02', GradientType=0);
}
.btn-default {
  background-color: #0047c2;
  margin: 0 0 0 2px;
  min-width: 45px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2f6aa1;
}
.btn-default.toolbar-open {
  background-color: #002a72;
}
.btn-utility {
  background-image: -webkit-linear-gradient(top, #0046BE 0%, #00173f 100%);
  background-image: linear-gradient(to bottom, #0046BE 0%, #00173f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0046be', endColorstr='#ff00173f', GradientType=0);
}
.btn-utility:hover,
.btn-utility:active {
  background-color: #0046BE;
  border: 5px solid #007e34 !important;
}
.btn-utility:focus {
  border: 7px solid #007e34 !important;
}
.btn-danger {
  background-color: #e923cc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #800d6f;
}
.btn-tools {
  color: #0046BE;
  border: 1px solid #002058;
}
@media only screen and (max-width: 529px) {
  .btn-tools {
    padding: 10px 18px;
  }
}
.btn-tools:hover,
.btn-tools:active,
.btn-tools:focus {
  color: #ffffff;
  border-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .btn-tools:hover,
  .btn-tools:active,
  .btn-tools:focus {
    color: #12293E;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-tools:hover,
  .btn-tools:active,
  .btn-tools:focus {
    color: #12293E;
    background-color: #ffffff;
  }
}
form + alert {
  margin: 5px 0;
}
label.pull-left {
  margin: 0 25px 10px 0;
}
ul.list-menu {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  border: 1px solid #deddd9;
  display: block;
  float: left;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
ul.list-menu span.note,
ul.list-menu h4.note {
  border-bottom: 1px solid #deddd9;
  background-color: #eeece7;
  display: block;
  font-size: 1.8rem;
  line-height: 2.25rem;
  padding: 10px;
  margin: 0;
  text-transform: none;
  text-align: left;
}
ul.list-menu li {
  padding: 5px 5px 5px 10px;
}
ul.list-menu li input[type="checkbox"] + label {
  padding: 10px;
  margin: 0;
  color: #12293E;
  width: 100%;
  cursor: pointer;
}
ul.list-menu li label {
  display: inline;
}
table.timepicker input {
  border: 1px solid #514f4a;
  background-color: #f9f8f6;
  height: 45px;
  width: 50px;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125) inset;
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
table.timepicker .btn-link {
  height: 30px;
  display: block;
  min-width: 50px;
  width: 50px!important;
  padding: 7px 0 2px;
  color: #514f4a;
  box-shadow: none;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  float: none;
}
table.timepicker .btn-link:hover,
table.timepicker .btn-link:active,
table.timepicker .btn-link:focus {
  background-color: transparent;
  color: #0046BE;
}
@media (min-width: 529px) and (max-width: 767px) {
  .col-ms-8 .search-wrap input {
    width: 69%!important;
  }
  .col-ms-8 .search-wrap .btn {
    margin-right: 15px;
  }
}
.modal-dialog .modal-content {
  border: 7px solid #edc72d;
  margin: 45% auto 0;
  min-width: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .modal-dialog .modal-content {
    margin: 10% auto 0;
  }
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content {
    margin: 5% auto 0;
  }
}
.modal-dialog .modal-content input[type="text"] {
  border: 1px solid #514f4a;
  background-color: #f9f8f6;
  padding: 10px;
  height: 45px;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125) inset;
  -webkit-appearance: none;
}
.modal-dialog .modal-content ul {
  margin: 5px 0;
}
.modal-dialog .modal-content ul li {
  list-style: circle;
  margin-left: 20px;
  padding-left: 0;
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content ul li {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
.modal-dialog .modal-content .modal-header {
  padding: 10px;
  border: none;
}
.modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 10px;
}
.modal-dialog .modal-content .modal-body h2 {
  margin: 20px 0 0 0;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
  line-height: 24px;
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content .modal-body h2 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    line-height: 20px;
  }
}
.modal-dialog .modal-content .modal-body h2 b {
  font-weight: normal;
  text-transform: lowercase;
}
.modal-dialog .modal-content .modal-body h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  margin: 20px 0 10px 0;
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content .modal-body h3 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.modal-dialog .modal-content .modal-body h4 {
  font-style: italic;
  color: #514f4a;
  margin-bottom: 3px;
}
.modal-dialog .modal-content .modal-body .recipe-body-1 {
  font-family: 'Rokkitt', 'Rockwell', serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 20px;
  line-height: 1;
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content .modal-body .recipe-body-1 {
    font-size: 17px;
    line-height: 25.5px;
    font-size: 1.7rem;
    line-height: 2.125rem;
  }
}
.modal-dialog .modal-content .modal-body .day-selection {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
}
.modal-dialog .modal-content .modal-body .day-selection ul li {
  list-style: disc;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 20px;
}
.modal-dialog .modal-content .modal-body .calendar {
  margin-top: 20px;
}
.modal-dialog .modal-content .modal-body .calendar table {
  background-color: #eeece7;
  margin: 0 auto;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .calendar table {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content .modal-body .calendar table {
    border-width: 2px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.625rem;
  }
}
.modal-dialog .modal-content .modal-body .calendar table .btn-default {
  height: 45px;
  margin: 0;
  min-width: 54px;
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  line-height: 2.375rem;
}
.modal-dialog .modal-content .modal-body .calendar table .btn-default .text-muted {
  color: #ffffff !important;
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content .modal-body .calendar table .btn-default {
    min-width: 25px;
    padding: 5px;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.modal-dialog .modal-content .modal-body .calendar table .btn-default.disabled,
.modal-dialog .modal-content .modal-body .calendar table .btn-default[disabled],
.modal-dialog .modal-content .modal-body .calendar table fieldset[disabled] .btn-default,
.modal-dialog .modal-content .modal-body .calendar table .btn-default.disabled:hover,
.modal-dialog .modal-content .modal-body .calendar table .btn-default[disabled]:hover,
.modal-dialog .modal-content .modal-body .calendar table fieldset[disabled] .btn-default:hover,
.modal-dialog .modal-content .modal-body .calendar table .btn-default.disabled:focus,
.modal-dialog .modal-content .modal-body .calendar table .btn-default[disabled]:focus,
.modal-dialog .modal-content .modal-body .calendar table fieldset[disabled] .btn-default:focus,
.modal-dialog .modal-content .modal-body .calendar table .btn-default.disabled:active,
.modal-dialog .modal-content .modal-body .calendar table .btn-default[disabled]:active,
.modal-dialog .modal-content .modal-body .calendar table fieldset[disabled] .btn-default:active,
.modal-dialog .modal-content .modal-body .calendar table .btn-default.disabled.active,
.modal-dialog .modal-content .modal-body .calendar table .btn-default.active[disabled],
.modal-dialog .modal-content .modal-body .calendar table fieldset[disabled] .btn-default.active {
  border: 1px solid #deddd9;
}
.modal-dialog .modal-content .modal-body .calendar table .btn.disabled,
.modal-dialog .modal-content .modal-body .calendar table .btn[disabled],
.modal-dialog .modal-content .modal-body .calendar table fieldset[disabled] .btn {
  color: #1c1b19;
  opacity: 1;
}
.modal-dialog .modal-content .modal-body .calendar table .btn-default {
  border-color: transparent;
}
.modal-dialog .modal-content .modal-body .calendar table .btn-default .text-muted {
  color: #a3a095 !important;
}
.modal-dialog .modal-content .modal-body .calendar table .btn.active {
  border: 1px solid #b15603;
}
.modal-dialog .modal-content .modal-body .calendar table .btn.active:hover {
  background-color: #deddd9 !important;
}
.modal-dialog .modal-content .modal-body .calendar table span.text-info {
  font-weight: bold;
  color: #b15603;
}
.modal-dialog .modal-content .modal-footer {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.modal-dialog .modal-content .modal-footer .btn {
  background-color: #80690b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  margin: 10px 0 0 10px;
  min-width: 75px;
  border-bottom-width: 0;
}
@media only screen and (max-width: 529px) {
  .modal-dialog .modal-content .modal-footer .btn {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
.modal-dialog .modal-content .modal-footer .btn:hover {
  background-color: #bd9b10;
}
button.close {
  opacity: 1;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
  position: relative;
  z-index: 10;
  color: #12293E;
  padding: 5px 15px;
  margin: -10px -10px 0 0;
}
button.close:focus,
button.close:hover {
  background-color: transparent;
  background-image: none;
  color: #0046BE;
  opacity: 1;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background-color: transparent;
  background: url('assets/bg-wavegrid.png') repeat;
  color: #12293E;
}
body #skiptocontent a {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  left: 0;
  padding: 6px;
  position: absolute;
  top: -40px;
  transition: top 1s ease-out 0s, background 1s linear 0s;
  z-index: 100;
}
body #skiptocontent a:focus {
  background-color: #b15603;
  left: 0;
  position: absolute;
  outline: 0 none;
  top: 0;
  transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}
@media only screen and (max-width: 529px) {
  .iOS div[ui-view] {
    padding-bottom: 1px;
  }
}
a:link,
a:active {
  color: #0046BE;
}
a:focus,
a:hover {
  color: #000e25;
}
h1 {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 400;
  color: #b15603;
  margin: 20px 0;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 27px;
    line-height: 40.5px;
    font-size: 2.7rem;
    line-height: 3.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 40.5px;
    font-size: 2.7rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 529px) {
  h1 {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    margin: 15px 0;
  }
}
h2 {
  font: normal 24px/24px 'Rokkitt', 'Rockwell', serif;
  outline: none;
}
h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 5px 0;
  outline: none;
}
h4 {
  font-weight: bold;
  outline: none;
}
img {
  max-width: 100%;
}
ol,
ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
li {
  padding: 5px;
}
hr {
  border-bottom: 1px solid #bab8b0;
  margin: 15px 0;
}
hr.margin {
  margin: 10px 15px 0;
}
.favorited {
  color: #b15603 !important;
}
time.from,
time.to {
  display: block;
  font-style: italic;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 15px 0;
}
@media only screen and (max-width: 529px) {
  time.from,
  time.to {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
time.from {
  padding: 0;
}
.pad15 {
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pad15 {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .pad15 {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 529px) {
  .pad15 {
    padding: 15px 0;
  }
}
.alert {
  background-color: transparent;
  border-color: transparent;
  color: #800d6f;
  padding: 5px 0;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0;
  display: block;
}
.note {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 5px 0 8px;
}
@media only screen and (max-width: 529px) {
  .note {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 529px) {
  .hidden-phone {
    display: none;
  }
}
.btn-sleep-module:hover,
.btn-sleep-module:active,
.btn-sleep-module:focus {
  border: 3px solid white !important;
}
/*              USER SCREENS               */
html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
}
.user {
  background: url('assets/bg-user.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 529px) {
  .user {
    margin-bottom: 200px;
  }
}
.user header {
  background-color: transparent;
}
.user header div.brand {
  float: none;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user header div.brand {
    padding: 10px;
  }
}
.user header div.brand img {
  margin: 25px auto;
  display: block;
  width: 304px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user header div.brand img {
    width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user header div.brand img {
    max-width: 25%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 529px) {
  .user header div.brand img {
    max-width: 25%;
    margin: 0 auto;
  }
}
.user .well {
  border: 15px solid #ffffff;
  background: url('assets/bg-paper.jpg') repeat;
  padding: 5%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 529px) {
  .user .well {
    padding: 15px;
    margin-bottom: 60px;
    min-height: 275px;
  }
}
.user .well .missing-days {
  text-align: center;
}
.user .well h1 {
  margin: 0 auto 25px;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well h1 {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
    width: 80%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well h1 {
    width: 80%;
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 529px) {
  .user .well h1 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.user .well h2 {
  margin: 15px auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well h2 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well h2 {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    line-height: 19px;
  }
}
@media only screen and (max-width: 529px) {
  .user .well h2 {
    margin: 10px 0 0;
    line-height: 15px;
    font-size: 18px;
  }
}
.user .well h1,
.user .well h2 {
  width: 60%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well h1,
  .user .well h2 {
    width: 90%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well h1,
  .user .well h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .user .well h1,
  .user .well h2 {
    width: 100%;
  }
}
.user .well h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user .well h4 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well h4 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well h4 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5pxrem;
    line-height: 1.875pxrem;
    text-align: center;
    max-width: 75%;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 529px) {
  .user .well h4 {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3pxrem;
    line-height: 1.625pxrem;
    text-align: center;
    max-width: 75%;
    margin: 15px auto;
  }
}
.user .well ul {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #514f4a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well ul {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well ul {
    margin: 0;
  }
}
@media only screen and (max-width: 529px) {
  .user .well ul {
    margin: 0;
  }
}
.user .well ul li {
  list-style-type: none;
  margin-left: 10px;
  padding: 0;
}
.user .well ul li a {
  color: #516FB4;
}
.user .well .tutorial img {
  max-width: 50%;
  display: block;
  margin: 15px auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user .well .tutorial img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well .tutorial img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well .tutorial img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 529px) {
  .user .well .tutorial img {
    max-width: 70%;
  }
}
.user .well .tutorial .text {
  border: 7px solid #edc72d;
  background-color: #ffffff;
  z-index: 9999;
  padding: 15px;
  position: absolute;
  right: 165px;
  top: 540px;
  width: 425px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .well .tutorial .text {
    border-width: 0;
    background-color: transparent;
    z-index: 99;
    padding: 0;
    width: 100%;
    margin: 0 auto 10px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: static;
    border-top: 1px solid #deddd9;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well .tutorial .text {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    border-width: 0;
    background-color: transparent;
    z-index: 99;
    padding: 0;
    width: 100%;
    margin: 0 auto 10px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: static;
  }
}
@media only screen and (max-width: 529px) {
  .user .well .tutorial .text {
    border-width: 0;
    background-color: transparent;
    z-index: 99;
    padding: 0;
    width: 100%;
    margin: 0 auto 10px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: static;
  }
}
.user .well .tutorial .text h2 {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3rem;
  line-height: 90%;
  width: 100%;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user .well .tutorial .text h2 {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    line-height: 21px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well .tutorial .text h2 {
    border-top: 1px solid #deddd9;
    padding-top: 15px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 529px) {
  .user .well .tutorial .text h2 {
    font-size: 19px;
    line-height: 28.5px;
    font-size: 1.9rem;
    line-height: 2.375rem;
    line-height: 20px;
    border-top: 1px solid #deddd9;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.user .well .tutorial .text p {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user .well .tutorial .text p {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 529px) {
  .user .well .tutorial .text p {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
.user .well .calendar {
  text-align: center;
}
.user .well .calendar table {
  background-color: #eeece7;
  margin: 5px;
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .well .calendar table {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 529px) {
  .user .well .calendar table {
    border-width: 2px;
    margin: 0 auto;
    float: none;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.625rem;
  }
}
.user .well .calendar table .btn-default {
  height: 45px;
  margin: 0;
  min-width: 54px;
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  line-height: 2.375rem;
}
.user .well .calendar table .btn-default .text-muted {
  color: #ffffff !important;
}
@media only screen and (max-width: 529px) {
  .user .well .calendar table .btn-default {
    min-width: 25px;
    padding: 5px;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.user .well .calendar table .btn-default.disabled,
.user .well .calendar table .btn-default[disabled],
.user .well .calendar table fieldset[disabled] .btn-default,
.user .well .calendar table .btn-default.disabled:hover,
.user .well .calendar table .btn-default[disabled]:hover,
.user .well .calendar table fieldset[disabled] .btn-default:hover,
.user .well .calendar table .btn-default.disabled:focus,
.user .well .calendar table .btn-default[disabled]:focus,
.user .well .calendar table fieldset[disabled] .btn-default:focus,
.user .well .calendar table .btn-default.disabled:active,
.user .well .calendar table .btn-default[disabled]:active,
.user .well .calendar table fieldset[disabled] .btn-default:active,
.user .well .calendar table .btn-default.disabled.active,
.user .well .calendar table .btn-default.active[disabled],
.user .well .calendar table fieldset[disabled] .btn-default.active {
  border: 1px solid #deddd9;
}
.user .well .calendar table .btn.disabled,
.user .well .calendar table .btn[disabled],
.user .well .calendar table fieldset[disabled] .btn {
  color: #1c1b19;
  opacity: 1;
}
.user .well .calendar table .btn.disabled .text-muted,
.user .well .calendar table .btn[disabled] .text-muted,
.user .well .calendar table fieldset[disabled] .btn .text-muted {
  color: #a3a095 !important;
}
.user .well .calendar table .btn.active:hover {
  background-color: #deddd9 !important;
}
.user .well .calendar table span.text-info {
  font-weight: bold!important;
  color: #b15603 !important;
}
.user hr {
  margin: 15px 0;
}
@media only screen and (max-width: 529px) {
  .user hr {
    margin: 5px;
  }
}
.user .note {
  float: left;
  margin: 10px;
  color: #800d6f;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
@media only screen and (max-width: 529px) {
  .user .note {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 50%;
    float: left;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 529px) {
  .user .btn-primary {
    margin-top: 10px;
  }
}
.user form {
  max-width: 350px;
  margin: 15px auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user form {
    width: 60%;
  }
}
@media only screen and (max-width: 529px) {
  .user form {
    width: 100%;
    margin: 0 auto;
  }
}
.user form label {
  margin-bottom: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 529px) {
  .user form label {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.user form label + input {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  .user form label + input {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.user form .btn {
  width: 49%;
  margin: 5px 0 0 1%;
  float: left;
}
@media only screen and (max-width: 529px) {
  .user form .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.user form .btn.lang {
  float: left;
}
.user form .btn.center {
  margin: 0 auto;
  float: none;
}
.user form input + .btn {
  float: right;
}
.user form.language-form {
  max-width: 500px;
}
.user form.language-form .wrapper-btn {
  text-align: center;
  margin: 0 auto;
}
.user form.language-form .wrapper-btn .btn {
  width: 31%;
  margin: 5px 0 0 1%;
}
@media only screen and (max-width: 529px) {
  .user form.language-form .wrapper-btn .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.user form.language-form .wrapper-btn .btn.lang {
  float: none;
  display: inline-block;
}
.user .block-wrap {
  position: relative;
}
.user .block-wrap .left,
.user .block-wrap .right {
  position: absolute;
  background-color: #ffffff;
  border: 5px solid #deddd9;
  height: 100%;
  width: 40%;
}
@media only screen and (max-width: 529px) {
  .user .block-wrap .left,
  .user .block-wrap .right {
    display: none;
  }
}
.user .block-wrap .right {
  left: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .block-wrap .right {
    left: 60%;
  }
}
@media only screen and (max-width: 529px) {
  .user .block-wrap .right {
    left: 0%;
    top: 45%;
  }
}
.user .block {
  position: relative;
  z-index: 10;
  padding: 20px;
  float: left;
  width: 40%;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .block {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  .user .block {
    width: 100%;
    background-color: #ffffff;
    border: 5px solid #deddd9;
    float: none;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
  }
}
.user .block .glyphicon {
  top: 4px;
}
.user .block .day {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .block .day {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .block .day {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 529px) {
  .user .block .day {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
.user .block .date {
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .block .date {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .block .date {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 529px) {
  .user .block .date {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.user .caption {
  width: 20%;
  float: left;
  text-align: center;
  display: table;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user .caption {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .caption {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .caption {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 529px) {
  .user .caption {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    float: none;
    width: 100%;
  }
}
.user .caption div {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
@media only screen and (max-width: 529px) {
  .user .caption div {
    height: auto;
  }
}
.user .utility {
  min-width: 320px;
}
.user .utility a {
  display: inline-block;
  width: 24%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .utility a {
    width: 115px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .utility a {
    width: 115px;
  }
}
@media only screen and (max-width: 529px) {
  .user .utility a {
    width: 60px;
  }
}
.user .utility a img {
  max-width: 50%;
}
@media only screen and (max-width: 529px) {
  .user .utility a img {
    max-width: 90%;
  }
}
.user .utility ul.footer-top,
.user .utility ul.footer-bottom {
  text-align: right;
  position: static;
}
.user .utility ul.footer-top li,
.user .utility ul.footer-bottom li {
  display: inline-block;
  margin-right: 10px;
}
.user .utility ul.footer-top li a,
.user .utility ul.footer-bottom li a {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 1.75rem;
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-top,
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-bottom {
    text-align: center;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-top,
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-bottom {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-top,
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-bottom {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-top li a,
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-bottom li a {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #514f4a;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-top li a,
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-bottom li a {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #514f4a;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 529px) {
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-top li a,
  .user .navbar-fixed-bottom.user-screen-bottom ul.footer-bottom li a {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #514f4a;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user .utility.navbar-fixed-bottom.user-screen-bottom {
    background-color: #eeece7;
    height: 150px;
    position: absolute;
    bottom: 0;
    border-top: 10px solid #deddd9;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .user .utility.navbar-fixed-bottom.user-screen-bottom {
    background-color: #eeece7;
    height: 150px;
    position: absolute;
    bottom: 0;
    border-top: 10px solid #deddd9;
  }
}
@media only screen and (max-width: 529px) {
  .user .utility.navbar-fixed-bottom.user-screen-bottom {
    background-color: #eeece7;
    height: 200px;
    position: absolute;
    bottom: 0;
    border-top: 10px solid #deddd9;
  }
}
@media only screen and (max-width: 529px) {
  .user .utility.navbar-fixed-bottom.user-screen-bottom .footer-bottom li {
    display: block;
  }
}
.user .nutrition-profile-info-form {
  max-width: 700px;
}
.user .nutrition-profile-info-form .form-group {
  margin-top: 15px;
}
.user .nutrition-profile-info-form .form-group .custom-checkbox-label {
  padding-top: 0;
}
.user .nutrition-profile-info-form .alert {
  text-align: center;
}
.user .nutrition-profile-info-form .buttons-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 380px;
}
.user .panel {
  margin-bottom: 0;
}
.user .panel p {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 529px) {
  .user .panel p {
    margin-top: 10px;
  }
}
.user .sleep-form {
  max-width: 95vw !important;
}
.user .sleep-form .input-section {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.user .sleep-form .btn-lg {
  margin-top: 5px;
}
.user .sleep-form .form-multi-input,
.user .sleep-form .sleep-form-btns {
  text-align: right;
}
.user .sleep-form .btn-left {
  margin-right: 65vw;
}
.user .sleep-form .left-align {
  text-align: left;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}
.user .sleep-form .black-font {
  color: black;
}
.user .sleep-form label {
  margin-top: 0px;
  margin-bottom: 0px;
}
.user .sleep-form input[type='radio'] {
  margin-bottom: 5px !important;
}
.progress-tracker {
  padding: 0;
  background-color: #eeece7;
}
@media only screen and (max-width: 529px) {
  .progress-tracker {
    height: 50px;
  }
}
.progress-tracker ul.container {
  padding-right: 0;
}
.progress-tracker ul.container li {
  padding: 0;
  float: left;
  width: 23.29%;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-tracker ul.container li {
    width: 22.93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-tracker ul.container li {
    width: 22.3%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .progress-tracker ul.container li {
    width: 21%;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li {
    width: 25%;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li.hide-phone {
    display: none;
  }
}
.progress-tracker ul.container li div {
  display: table;
  background: #deddd9;
  color: #514f4a;
  height: 76px;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li div {
    height: 50px;
    display: inherit;
  }
}
.progress-tracker ul.container li div span.icon {
  background: url('assets/btn-sprite-2x.png') no-repeat -72px -76px;
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  margin: 20px 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-tracker ul.container li div span.icon {
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .progress-tracker ul.container li div span.icon {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li div span.icon {
    display: none;
  }
}
.progress-tracker ul.container li div span.icon.add,
.progress-tracker ul.container li div span.icon.find,
.progress-tracker ul.container li div span.icon.review {
  margin-left: 45px;
}
.progress-tracker ul.container li div span.icon.find {
  background-position: -143px -76px;
}
.progress-tracker ul.container li div span.icon.review {
  background-position: -107px -76px;
}
.progress-tracker ul.container li div b {
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
  width: 70%;
  padding-left: 5px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-tracker ul.container li div b {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    padding-left: 33%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .progress-tracker ul.container li div b {
    width: 100%;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding-left: 40%;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li div b {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 11px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li div b span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-tracker ul.container li div.flat {
    padding-left: 7%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .progress-tracker ul.container li div.flat {
    padding-left: 15%;
  }
}
.progress-tracker ul.container li div span.icon.first + b {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .progress-tracker ul.container li div span.icon.first + b {
    width: 84%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-tracker ul.container li div span.icon.first + b {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .progress-tracker ul.container li div span.icon.first + b {
    padding-left: 5px;
  }
}
.progress-tracker ul.container li div:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 38px 0 38px 36px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
  -moz-transform: scale(0.9999);
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li div:before {
    display: none;
  }
}
.progress-tracker ul.container li div.flat:before {
  border-color: transparent;
}
.progress-tracker ul.container li div:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  right: -34px;
  top: 0;
  border-style: solid;
  border-width: 38px 0 38px 36px;
  border-color: transparent transparent transparent #deddd9;
  z-index: 10;
  -moz-transform: scale(0.9999);
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li div:after {
    border-width: 26px 0 26px 11px;
    right: -11px;
    top: -1px;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li:nth-child(2) div {
    background: #a3a19b;
  }
  .progress-tracker ul.container li:nth-child(2) div:after {
    border-color: transparent transparent transparent #a3a19b;
  }
  .progress-tracker ul.container li:nth-child(4) div {
    background: #b7b5b0;
  }
  .progress-tracker ul.container li:nth-child(4) div:after {
    border-color: transparent transparent transparent #b7b5b0;
  }
  .progress-tracker ul.container li.visited:nth-child(2) div {
    background-color: #000001;
  }
  .progress-tracker ul.container li.visited:nth-child(2) div:after {
    border-color: transparent transparent transparent #000001;
  }
  .progress-tracker ul.container li.visited:nth-child(4) div {
    background-color: #00173f;
  }
  .progress-tracker ul.container li.visited:nth-child(4) div:after {
    border-color: transparent transparent transparent #00173f;
  }
}
.progress-tracker ul.container li.visited div {
  background-color: #447aa9;
  color: #ffffff;
}
.progress-tracker ul.container li.visited div span.icon {
  background-position: -70px -4px;
}
.progress-tracker ul.container li.visited div span.icon.find {
  background-position: -143px -4px;
}
.progress-tracker ul.container li.visited div span.icon.review {
  background-position: -107px -4px;
}
.progress-tracker ul.container li.visited div:after {
  border-color: transparent transparent transparent #447aa9;
}
.progress-tracker ul.container li.last div:after {
  border-width: 0;
}
.progress-tracker ul.container li.home {
  width: 80px;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .progress-tracker ul.container li.home {
    width: 16%;
  }
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li.home {
    width: 25%;
  }
}
.progress-tracker ul.container li.home a {
  background-color: #b15603;
  background-image: -webkit-linear-gradient(top, #b15603 0%, #7f3e02 100%);
  background-image: linear-gradient(to bottom, #b15603 0%, #7f3e02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb15603', endColorstr='#ff7f3e02', GradientType=0);
  padding: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
}
@media only screen and (max-width: 529px) {
  .progress-tracker ul.container li.home a {
    padding: 5px;
  }
  .progress-tracker ul.container li.home a img {
    max-height: 40px;
    max-width: 40px;
  }
}
.progress-tracker ul.container li.home a:hover {
  background-image: -webkit-linear-gradient(top, #663102 100%, #7f3e02 100%);
  background-image: linear-gradient(to bottom, #663102 100%, #7f3e02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff663102', endColorstr='#ff7f3e02', GradientType=0);
}
.progress-tracker ul.container li.home.disabled a {
  background-color: #deddd9 !important;
  background-image: -webkit-linear-gradient(top, #c6c5be 0%, #c6c5be 100%);
  background-image: linear-gradient(to bottom, #c6c5be 0%, #c6c5be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc6c5be', endColorstr='#ffc6c5be', GradientType=0);
  cursor: default;
}
.progress-tracker ul.container li.home :before {
  border-width: 0;
}
.progress-tracker ul.container li.home a:before,
.progress-tracker ul.container li.home a:after {
  border-width: 0;
}
.progress-tracker ul.container li:nth-child(2) a:before {
  border-width: 0;
}
.navbar.utility {
  background-color: #12293E;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: none;
  height: 60px;
  padding-bottom: 20px;
  min-width: 320px;
}
@media only screen and (min-width: 1200px) {
  .navbar.utility {
    background-color: transparent;
    box-shadow: none;
    bottom: auto;
    position: static;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar.utility {
    background-color: transparent;
    box-shadow: none;
    bottom: auto;
    position: static;
  }
}
@media only screen and (max-width: 529px) {
  .navbar.utility {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.utility .container {
    padding: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .navbar.utility .container {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container {
    padding: 0;
  }
}
.navbar.utility .container ul.navbar-left {
  width: 30%;
  margin: 5px;
}
@media only screen and (min-width: 1200px) {
  .navbar.utility .container ul.navbar-left {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar.utility .container ul.navbar-left {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-left {
    width: 115px;
    margin: 0;
  }
}
.navbar.utility .container ul.navbar-left li {
  padding: 5px 5px 5px 0;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .navbar.utility .container ul.navbar-left li {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-left li {
    display: inline-block;
  }
}
.navbar.utility .container ul.navbar-left li .btn-tools {
  background-color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .navbar.utility .container ul.navbar-left li .btn-tools {
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar.utility .container ul.navbar-left li .btn-tools {
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.utility .container ul.navbar-left li .btn-tools {
    background-color: #ffffff;
    min-width: 55px;
    padding: 13px;
    float: left;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .navbar.utility .container ul.navbar-left li .btn-tools {
    background-color: #ffffff;
    min-width: 55px;
    padding: 13px;
    float: left;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-left li .btn-tools {
    background-color: #ffffff;
    min-width: 40px;
    padding: 13px 10px;
    float: left;
    margin: 0 2px 0 3px;
  }
}
.navbar.utility .container ul.navbar-left li .btn-tools:hover,
.navbar.utility .container ul.navbar-left li .btn-tools:focus {
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar.utility .container ul.navbar-left li .btn-tools:hover,
  .navbar.utility .container ul.navbar-left li .btn-tools:focus {
    background-color: #81afff;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar.utility .container ul.navbar-left li .btn-tools:hover,
  .navbar.utility .container ul.navbar-left li .btn-tools:focus {
    background-color: #81afff;
  }
}
.navbar.utility .container ul.navbar-left li .btn-text {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.navbar.utility .container ul.navbar-left li .glyphicon {
  top: 0;
}
.navbar.utility .container ul.navbar-left.find-food-footer-ctrls {
  width: 40%;
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-left.find-food-footer-ctrls {
    width: 200px;
    margin: 0;
  }
}
.navbar.utility .container ul.navbar-left.find-food-footer-ctrls .utensils-icon {
  width: 18px;
  height: 22px;
  vertical-align: top;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.utility .container ul.navbar-left.find-food-footer-ctrls .utensils-icon {
    width: 15px;
    height: 18px;
  }
}
.navbar.utility .container ul.navbar-nav.navbar-right {
  border: none;
  float: right;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 1200px) {
  .navbar.utility .container ul.navbar-nav.navbar-right {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar.utility .container ul.navbar-nav.navbar-right {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-nav.navbar-right {
    margin-right: 5px;
  }
}
.navbar.utility .container ul.navbar-nav.navbar-right li {
  float: left;
  padding: 5px 0 5px 5px;
}
.navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility {
  white-space: normal;
  text-align: left;
  padding: 8px 10px;
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    font-weight: 600;
    padding: 8px 5px;
  }
}
.navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility:hover {
  background-image: -webkit-linear-gradient(top, #002a72 0%, #002a72 100%);
  background-image: linear-gradient(to bottom, #002a72 0%, #002a72 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002a72', endColorstr='#ff002a72', GradientType=0);
}
.navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility span.icon {
  background: url('assets/btn-sprite-2x.png') no-repeat -80px -41px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility span.icon {
    display: none;
  }
}
.navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility b {
  display: inline-block;
  font-weight: 400;
  line-height: 30px;
  padding-right: 5px;
  vertical-align: bottom;
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-nav.navbar-right li .btn-utility b {
    padding-right: 0;
  }
}
.navbar.utility .container ul.navbar-nav.navbar-right li span.hide-phone {
  background-image: none;
  height: auto;
  width: auto;
}
.navbar.utility .container ul.navbar-nav.navbar-right li.confirm span.icon {
  background-position: -111px -41px;
}
.navbar.utility .container ul.navbar-nav.navbar-right li.find span.icon {
  background-position: -143px -41px;
}
.navbar.utility .container ul.navbar-nav.navbar-right li.return span.icon {
  background-position: -50px -41px !important;
}
.navbar.utility .container ul.navbar-nav.navbar-right li.change span.icon {
  background-position: -18px -41px;
}
@media only screen and (max-width: 529px) {
  .navbar.utility .container ul.navbar-nav.navbar-right li.change {
    background-position: 0 -33px;
  }
}
.navbar.utility .container ul.navbar-nav.navbar-right li.back span.icon {
  background-position: -173px -41px;
}
.navbar.utility .container ul.navbar-nav.navbar-right li.next span.icon {
  background-position: -205px -41px;
}
.navbar.utility .container ul.navbar-nav.navbar-right li.cancel span.icon {
  background-position: -238px -41px;
}
.navbar.utility .container ul.navbar-nav.navbar-right span.icon.save {
  background-position: -111px -41px !important;
}
.navbar.utility .container ul.navbar-nav.navbar-right span.none {
  display: inline-block;
}
/* - - - - - 24 HR RECALL - - - - - */
header {
  background-color: #ffffff;
  border-top: 10px solid #12293E;
  min-width: 320px;
}
header nav {
  padding: 20px 0 10px;
}
header nav img {
  width: 150px;
}
@media only screen and (max-width: 529px) {
  header nav img {
    max-width: 40%;
  }
}
header nav .global-user-menu {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header nav .global-user-menu {
    margin-right: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  header nav .global-user-menu {
    margin-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  header nav .global-user-menu {
    margin: 7px -5px 0 0;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
header nav .global-user-menu li {
  display: inline;
  padding: 0 0 0 25px;
}
header nav .global-user-menu li a {
  cursor: pointer;
}
@media only screen and (max-width: 529px) {
  header nav .global-user-menu li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 529px) {
  header nav .global-user-menu li.setFont {
    display: none;
  }
}
header nav .global-user-menu li .normal,
header nav .global-user-menu li .large {
  color: #0046BE;
  padding: 5px;
}
header nav .global-user-menu li .normal:hover,
header nav .global-user-menu li .large:hover {
  color: #000e25;
  cursor: pointer;
}
header nav .global-user-menu li .normal {
  font-size: 18px;
}
header nav .global-user-menu li .large {
  font-size: 24px;
}
header .nav > li > a {
  padding: 10px 0px 10px 15px;
}
.container {
  min-width: 320px;
}
.title-banner {
  background: #ffffff;
  border-bottom: 1px solid #12293E;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.title-banner h2 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 5px 15px 15px 0;
  font-weight: 700;
}
@media only screen and (max-width: 529px) {
  .title-banner h2 {
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.title-banner h1 + h2 {
  margin-top: -10px;
}
@media only screen and (max-width: 529px) {
  br + h2 {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    margin-top: -10px;
  }
}
.finish-later-btn {
  font-weight: bold;
  font-size: 20px;
}
.recall-container {
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  margin: 10px auto;
  padding: 15px;
}
.recall-container h2 {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container h2 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container hr {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container h3 label {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
}
.recall-container label {
  margin-left: 4px;
}
.recall-container .well.sidebar {
  border: 5px solid #deddd9;
  box-shadow: none;
  margin-top: 26px;
}
.recall-container .well.sidebar h3 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container .well.sidebar h3 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .well.sidebar h3 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .well.sidebar h3 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.recall-container .well.sidebar ul li + li {
  border-top: 1px solid #deddd9;
}
.recall-container .well.sidebar ul li {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 10px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container .well.sidebar ul li {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .well.sidebar ul li {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .well.sidebar ul li {
    padding: 10px 0;
  }
}
.recall-container .well.sidebar ul li div [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .well.sidebar ul li div [class*="col-"] {
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .well.sidebar ul li div [class*="col-"] {
    padding: 0;
  }
}
.recall-container .well.sidebar ul li div .glyphicon {
  color: #0046BE;
  cursor: pointer;
  display: inline-block;
  margin: -5px 0 0 4px;
  padding: 5px;
  border: none;
  background: none;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .well.sidebar ul li div .glyphicon {
    padding: 5px 10px;
  }
}
.recall-container .well.sidebar ul li div .glyphicon:hover {
  color: #000e25;
}
.recall-container .well.sidebar ul li div .glyphicon:focus {
  outline: 1px dotted #002a72;
}
.recall-container .well.sidebar ul li div .icon {
  text-align: right;
}
.recall-container .results-list {
  padding: 15px;
  border: 1px solid #deddd9;
  background-color: #eeece7;
  margin: 0;
}
.recall-container .results-list a {
  color: #003da5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container .results-list {
    margin-left: 15px;
  }
}
.recall-container .results-list hr {
  border-bottom: 1px dotted #deddd9;
}
.recall-container .results-list div {
  padding-bottom: 5px;
  text-indent: -20px;
  padding-left: 20px;
}
.recall-container .amount-reported-warning-text {
  color: #A91E2C;
}
.recall-container .toggle {
  color: #b15603;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.recall-container .toggle span {
  padding-right: 15px;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .toggle span {
    padding-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .toggle span {
    padding-right: 0;
  }
}
.recall-container .toggle:hover {
  color: #7f3e02;
}
.recall-container .back-to-search {
  font-size: 16px;
}
.recall-container .mobile-filter-link {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container .mobile-filter-link {
    display: block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .mobile-filter-link {
    display: block;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .mobile-filter-link {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container .mobile-filters {
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .mobile-filters {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .mobile-filters {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container .mobile-filters-visible {
    display: block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .mobile-filters-visible {
    display: block;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container .mobile-filters-visible {
    display: block;
  }
}
.recall-container .recipes-heading {
  margin-top: 20px;
}
.recall-container .recipes-list .glyphicon {
  color: #0046BE;
  cursor: pointer;
  display: inline-block;
  margin: -5px 0 0 4px;
  padding: 5px;
  border: none;
  background: none;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container .recipes-list .glyphicon {
    padding: 5px 10px;
  }
}
.recall-container .recipes-list .glyphicon:hover {
  color: #000e25;
}
.recall-container .recipes-list .glyphicon:focus {
  outline: 1px dotted #002a72;
}
.recall-container .recipes-list span.note {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  font-style: italic;
}
@media only screen and (max-width: 529px) {
  .recall-container .recipes-list span.note {
    font-size: 10px;
    line-height: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.recall-container .recipes-list .details {
  margin-top: 10px;
}
.recall-container .recipes-list .details .detail-wrap .detail-label {
  padding: 12px;
  padding-left: 30px;
}
@media only screen and (max-width: 529px) {
  .recall-container .recipes-list .details .detail-wrap .detail-label {
    max-width: 80%;
    padding-left: 12px;
  }
}
.recall-container .recipes-list .details .detail-wrap-child {
  min-height: 42px;
  background-color: #ffffff;
  width: 100%;
  clear: both;
}
.recall-container .recipes-list .details .detail-wrap-child .detail-label {
  padding-left: 60px;
}
@media only screen and (max-width: 529px) {
  .recall-container .recipes-list .details .detail-wrap-child .detail-label {
    padding-left: 30px;
  }
}
.recall-container .recipes-list .details .detail-wrap-child .detail-wrap-child-2 {
  min-height: 42px;
  width: 100%;
  background-color: #ffffff;
  clear: both;
}
.recall-container .recipes-list .details .detail-wrap-child .detail-wrap-child-2 .detail-label {
  padding-left: 90px;
}
@media only screen and (max-width: 529px) {
  .recall-container .recipes-list .details .detail-wrap-child .detail-wrap-child-2 .detail-label {
    padding-left: 45px;
  }
}
.recall-container ul.favorites li {
  padding-left: 0;
}
.recall-container.my-foods {
  padding: 0;
  margin-bottom: 0;
}
.recall-container.my-foods .content {
  padding: 15px;
}
.recall-container.my-foods .content .well {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  border-width: 0;
  border-left: 15px solid #6c6962;
  border-right: 15px solid #6c6962;
  background-color: #eeece7;
  padding: 10px;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.recall-container.my-foods .content .well h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #514f4a;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
}
.recall-container.my-foods .content .well time {
  font-style: italic;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well time {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.recall-container.my-foods .content .well .left {
  width: 88%;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container.my-foods .content .well .left {
    width: 85%;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .left {
    width: 83%;
  }
}
.recall-container.my-foods .content .well .right {
  width: 11.5%;
  margin-left: 0.5%;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container.my-foods .content .well .right {
    width: 14.5%;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .right {
    width: 16.5%;
  }
}
.recall-container.my-foods .content .well .food {
  border-bottom: 1px solid #deddd9;
  background-color: #ffffff;
  padding: 10px;
  min-height: 42px;
}
.recall-container.my-foods .content .well .food div a {
  font-weight: 700;
}
.recall-container.my-foods .content .well .food div a span.note {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  font-style: italic;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .food div a span.note {
    font-size: 10px;
    line-height: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.recall-container.my-foods .content .well .food .glyphicon-star {
  top: 2px;
  color: #b15603;
}
.recall-container.my-foods .content .well .details {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container.my-foods .content .well .details {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
.recall-container.my-foods .content .well .details .detail-wrap,
.recall-container.my-foods .content .well .details .detail-wrap-0 {
  min-height: 42px;
  background-color: #ffffff;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #deddd9;
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-label,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-label {
  padding: 12px;
  padding-left: 30px;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .details .detail-wrap .detail-label,
  .recall-container.my-foods .content .well .details .detail-wrap-0 .detail-label {
    max-width: 80%;
    padding-left: 12px;
  }
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-btn,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-btn {
  padding: 12px;
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-btn .glyphicon-pencil,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-btn .glyphicon-pencil {
  display: block;
  text-align: center;
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child {
  min-height: 42px;
  background-color: #ffffff;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #deddd9;
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child .detail-label,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child .detail-label {
  padding-left: 60px;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child .detail-label,
  .recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child .detail-label {
    padding-left: 30px;
  }
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child .line,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child .line {
  border-bottom: 1px solid #deddd9;
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child .detail-wrap-child-2,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child .detail-wrap-child-2 {
  min-height: 42px;
  width: 100%;
  background-color: #ffffff;
  clear: both;
}
.recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child .detail-wrap-child-2 .detail-label,
.recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child .detail-wrap-child-2 .detail-label {
  padding-left: 90px;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .details .detail-wrap .detail-wrap-child .detail-wrap-child-2 .detail-label,
  .recall-container.my-foods .content .well .details .detail-wrap-0 .detail-wrap-child .detail-wrap-child-2 .detail-label {
    padding-left: 45px;
  }
}
.recall-container.my-foods .content .well .details .detail-wrap > .detail-wrap-child,
.recall-container.my-foods .content .well .details .detail-wrap-0 > .detail-wrap-child {
  border-bottom-width: 0;
}
.recall-container.my-foods .content .well .btn-toolbar {
  padding: 0;
  min-width: 100%;
  min-height: 42px;
  margin-bottom: 3px;
  border-bottom: 1px solid #2f6aa1;
}
.recall-container.my-foods .content .well .btn-toolbar .glyphicon-wrench {
  -ms-transform: rotate(-75deg);
  /* IE 9 */
  -webkit-transform: rotate(-75deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-75deg);
}
.recall-container.my-foods .content .well .btn-toolbar b {
  display: inline-block;
  line-height: 30px;
  margin: 5px 0 0 -4px;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  vertical-align: text-top;
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .well .btn-toolbar b {
    display: none;
  }
}
.recall-container.my-foods .content .well.meal-color-breakfast,
.recall-container.my-foods .content .well.meal-color-brunch,
.recall-container.my-foods .content .well.meal-color-lunch,
.recall-container.my-foods .content .well.meal-color-dinner,
.recall-container.my-foods .content .well.meal-color-supper,
.recall-container.my-foods .content .well.meal-color-petit-déjeuner,
.recall-container.my-foods .content .well.meal-color-déjeuner,
.recall-container.my-foods .content .well.meal-color-dîner,
.recall-container.my-foods .content .well.meal-color-souper,
.recall-container.my-foods .content .well.meal-color-desayuno,
.recall-container.my-foods .content .well.meal-color-desayuno-almuerzo,
.recall-container.my-foods .content .well.meal-color-almuerzo,
.recall-container.my-foods .content .well.meal-color-cena {
  border-left-color: #afbd18;
  border-right-color: #afbd18;
}
.recall-container.my-foods .content .well.meal-color-breakfast h3,
.recall-container.my-foods .content .well.meal-color-brunch h3,
.recall-container.my-foods .content .well.meal-color-lunch h3,
.recall-container.my-foods .content .well.meal-color-dinner h3,
.recall-container.my-foods .content .well.meal-color-supper h3,
.recall-container.my-foods .content .well.meal-color-petit-déjeuner h3,
.recall-container.my-foods .content .well.meal-color-déjeuner h3,
.recall-container.my-foods .content .well.meal-color-dîner h3,
.recall-container.my-foods .content .well.meal-color-souper h3,
.recall-container.my-foods .content .well.meal-color-desayuno h3,
.recall-container.my-foods .content .well.meal-color-desayuno-almuerzo h3,
.recall-container.my-foods .content .well.meal-color-almuerzo h3,
.recall-container.my-foods .content .well.meal-color-cena h3 {
  color: #818b12;
}
.recall-container.my-foods .content .well.meal-color-collation,
.recall-container.my-foods .content .well.meal-color-une,
.recall-container.my-foods .content .well.meal-color-snack,
.recall-container.my-foods .content .well.meal-color-drink {
  border-left-color: #18bd85;
  border-right-color: #18bd85;
}
.recall-container.my-foods .content .well.meal-color-collation h3,
.recall-container.my-foods .content .well.meal-color-une h3,
.recall-container.my-foods .content .well.meal-color-snack h3,
.recall-container.my-foods .content .well.meal-color-drink h3 {
  color: #0f7955;
}
.recall-container.my-foods .content .well.gap-review {
  border-left-color: #c514ab;
  border-right-color: #c514ab;
  background-color: #fbddf7;
}
.recall-container.my-foods .content .well.gap-review h3 {
  color: #c514ab;
}
.recall-container.my-foods .content .mfd-welcome {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container.my-foods .content .mfd-welcome {
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .mfd-welcome {
    width: 100%;
  }
}
.recall-container.my-foods .content .mfd-welcome h3 {
  text-align: center;
  margin: 15px 0;
}
.recall-container.my-foods .content .mfd-welcome div.first,
.recall-container.my-foods .content .mfd-welcome div.second {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container.my-foods .content .mfd-welcome div.first,
  .recall-container.my-foods .content .mfd-welcome div.second {
    width: 95%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container.my-foods .content .mfd-welcome div.first,
  .recall-container.my-foods .content .mfd-welcome div.second {
    width: 95%;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container.my-foods .content .mfd-welcome div.first,
  .recall-container.my-foods .content .mfd-welcome div.second {
    width: 100%;
  }
}
.recall-container.my-foods .content .mfd-welcome div.first p,
.recall-container.my-foods .content .mfd-welcome div.second p {
  padding: 0 5px;
}
.recall-container.my-foods .content .mfd-welcome div.first img,
.recall-container.my-foods .content .mfd-welcome div.second img {
  display: inline-block;
  float: left;
  margin: 0 10px 40px 0;
}
.recall-container.my-foods .content .mfd-welcome div.first span.glyphicon-question-sign,
.recall-container.my-foods .content .mfd-welcome div.second span.glyphicon-question-sign {
  color: #80690b;
  cursor: default;
  padding: 0;
  line-height: 18px;
  top: 4px;
}
.recall-container.my-foods .content .mfd-welcome div.first span.glyphicon-question-sign:hover,
.recall-container.my-foods .content .mfd-welcome div.second span.glyphicon-question-sign:hover,
.recall-container.my-foods .content .mfd-welcome div.first span.glyphicon-question-sign:focus,
.recall-container.my-foods .content .mfd-welcome div.second span.glyphicon-question-sign:focus {
  color: #A6680B;
}
.recall-container.my-foods .content .mfd-welcome .second + p {
  clear: left;
}
.recall-container a.dismiss {
  color: #800d6f;
  display: inline-block;
  float: right;
  clear: both;
  padding-top: 10px;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  white-space: nowrap;
}
@media only screen and (max-width: 529px) {
  .recall-container a.dismiss {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.recall-container a.dismiss:hover {
  color: #c514ab;
}
.recall-container.details h3 {
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
  font-family: 'Rokkitt', 'Rockwell', serif;
  line-height: 24px;
  color: #1d4366;
  margin-bottom: 10px;
}
.recall-container.details h3 label {
  display: inline;
  font-weight: normal;
}
@media only screen and (max-width: 529px) {
  .recall-container.details h3 {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.recall-container.details .sidebar h3 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.recall-container.details h4 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  margin: 25px auto 0;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .recall-container.details h4 {
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
    margin-top: 15px;
  }
}
.recall-container.details h4 em {
  font-style: normal;
  color: #b15603;
  text-transform: none;
}
@media only screen and (max-width: 529px) {
  .recall-container.details h4 em {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    display: block;
  }
}
.recall-container .alert-danger {
  outline: none;
}
a.show-all {
  color: #b15603;
  margin-bottom: 15px;
}
.review .detail-wrap .line {
  border-bottom: 1px solid #deddd9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recall-container + .container {
    height: 120px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .recall-container + .container {
    height: 120px;
  }
}
@media only screen and (max-width: 529px) {
  .recall-container + .container {
    height: 120px;
  }
}
@media only screen and (max-width: 529px) {
  .container .row {
    margin: 0;
  }
  .container .row div[class*="col-xs-"] {
    padding: 0;
  }
  .my-foods .content {
    padding: 10px 0!important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .container .row {
    margin: 0;
  }
  .container .row div[class*="col-xs-"] {
    padding: 0;
  }
  .my-foods .content {
    padding: 10px 0!important;
  }
}
.es {
  display: none!important;
}
.title-banner a.change-day {
  color: #b15603;
  margin-top: 25px;
  cursor: pointer;
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .title-banner a.change-day {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 529px) {
  .title-banner a.change-day {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.block.rec {
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .block.rec {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.rec .date {
    font-size: 30px;
    line-height: 45px;
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 529px) {
  .block.rec .date {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
.caption.rec div {
  height: 70px;
}
@media only screen and (max-width: 529px) {
  .caption.rec div {
    height: auto;
  }
}
.loading {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(1, 1, 1, 0.5);
  z-index: 100000;
}
.spinner {
  height: 40px;
  width: 200px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.spinner > div {
  width: 30px;
  height: 30px;
  margin: 5px;
  background-color: #FFF;
  opacity: 0.5;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coverflow-container {
  margin: auto;
  width: 100%;
  min-width: 280px;
  background: #ffffff;
  border: 7px solid #deddd9;
  overflow: hidden;
  margin: 15px 0;
}
.coverflow-container #coverflow {
  margin: -20px auto auto;
  width: 100%;
  height: 280px;
  background: #ffffff;
  perspective: 900px;
  -webkit-perspective: 900px;
  overflow: hidden;
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow {
    margin-top: -9px;
  }
}
.coverflow-container #coverflow #coverflow-tablesetting {
  width: 340px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 135px;
  margin-top: -92px;
  background-image: url("assets/coverflow-tablesetting.png");
  background-repeat: no-repeat;
  background-size: 310px 180px;
  border: 7px solid #b15603;
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow #coverflow-tablesetting {
    background-size: 273px 180px;
    margin-left: -138px;
    width: 273px;
    border: none;
  }
}
.coverflow-container #coverflow .coverflow-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  color: black;
  text-align: center;
  transition: all 0.5s ease;
  background: #eeece7;
  background-repeat: no-repeat;
  vertical-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow .coverflow-cover {
    top: -25px;
  }
}
.coverflow-container #coverflow .coverflow-cover img {
  max-width: 100%;
  max-height: 100%;
  min-height: 160px;
  display: inline-block;
}
.coverflow-container #coverflow .coverflow-cover span {
  display: none;
  color: #b15603;
}
.coverflow-container #coverflow .coverflow-cover-selected {
  border: none;
  background: none;
  box-shadow: none;
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow .coverflow-cover-selected span {
    display: inline;
  }
}
.coverflow-container #coverflow-scrollbar {
  height: 25px;
  background: #eeece7;
  position: relative;
  -webkit-box-shadow: inset 0 2px 4px #deddd9;
  -moz-box-shadow: inset 0 2px 4px #deddd9;
  box-shadow: inset 0 2px 4px #deddd9;
}
.coverflow-container #coverflow-scrollbar #coverflow-scrollbar-handle {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 100px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #b15603;
  background-image: -webkit-linear-gradient(top, #b15603 0%, #7f3e02 100%);
  background-image: linear-gradient(to bottom, #b15603 0%, #7f3e02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb15603', endColorstr='#ff7f3e02', GradientType=0);
  margin-top: -9px;
}
.coverflow-container #coverflow-scrollbar #coverflow-scrollbar-handle > div {
  width: 25px;
  height: 40px;
  margin: 0 auto;
}
.coverflow-container #coverflow-scrollbar #coverflow-scrollbar-handle > div .icon-bar {
  display: block;
  height: 30px;
  width: 4px;
  background-color: #fb881f;
  border: 1px solid #fb881f;
  border-radius: 4px;
  float: left;
  margin: 5px 3px;
  box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow-scrollbar #coverflow-scrollbar-handle > div .icon-bar {
    width: 2px;
    margin-left: 6px;
  }
}
.coverflow-container #coverflow-scrollbar #coverflow-scrollbar-handle > div .icon-bar + .icon-bar {
  margin-left: 0;
}
.coverflow-container #coverflow-labels {
  background: #ffffff;
  width: 100%;
  height: 65px;
  table-layout: fixed;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coverflow-container #coverflow-labels {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .coverflow-container #coverflow-labels {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow-labels {
    height: 25px;
  }
}
.coverflow-container #coverflow-labels td {
  text-align: center;
  border-right: 1px solid #514f4a;
  cursor: pointer;
  padding: 10px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-container #coverflow-labels td {
    padding: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .coverflow-container #coverflow-labels td {
    font-size: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow-labels td {
    font-size: 0;
    padding: 0;
  }
}
.coverflow-container #coverflow-labels td:last-child {
  border-right: none;
}
.coverflow-container #coverflow-labels td button {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.coverflow-container #coverflow-labels td button:-moz-focusring {
  outline: 2px solid #9ecaed;
  border-color: #9ecaed;
  box-shadow: 0 0 3px #9ecaed;
}
.coverflow-container #coverflow-labels td button em {
  font-style: normal;
  color: #b15603;
  margin: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-container #coverflow-labels td button em {
    background-color: #b15603;
    height: 100%;
    border-bottom: 10px solid #b15603;
    display: block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .coverflow-container #coverflow-labels td button em {
    background-color: #b15603;
    height: 100%;
    border-bottom: 10px solid #b15603;
    display: block;
  }
}
@media only screen and (max-width: 529px) {
  .coverflow-container #coverflow-labels td button em {
    background-color: #b15603;
    height: 100%;
    border-bottom: 10px solid #b15603;
    display: block;
  }
}
.beverage-grid {
  width: 100%;
}
.beverage-grid .beverage-tile {
  position: relative;
  display: inline-block;
  width: 25%;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  border-bottom: 0px solid #FFF;
  border-left: 4px solid #FFF;
  background: url('assets/bg-paper.jpg') repeat;
}
.beverage-grid .beverage-tile:focus {
  border-bottom: 1px solid #FFF;
  outline: 1px dotted #002a72;
  outline-offset: -1px;
}
.beverage-grid .beverage-tile.dont-know img {
  width: 75%;
}
.beverage-grid .beverage-tile .beverage-tile-spacer {
  content: "";
  display: block;
  margin-top: 100%;
}
.beverage-grid .beverage-tile .beverage-tile-content {
  position: absolute !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 10px solid #deddd9;
  cursor: pointer;
}
@media only screen and (max-width: 529px) {
  .beverage-grid .beverage-tile .beverage-tile-content {
    border-width: 5px;
  }
}
.beverage-grid .beverage-tile .beverage-tile-content img {
  max-width: 100%;
  max-height: 80%;
  height: auto;
  display: block;
  margin: 10% auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beverage-grid .beverage-tile .beverage-tile-content img {
    max-height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .beverage-grid .beverage-tile .beverage-tile-content img {
    max-height: 150px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .beverage-grid .beverage-tile .beverage-tile-content img {
    max-width: 65%;
    margin: 0 auto;
    max-height: 65%;
  }
}
@media only screen and (max-width: 529px) {
  .beverage-grid .beverage-tile .beverage-tile-content img {
    max-width: 55%;
    max-height: 80%;
  }
}
.beverage-grid .beverage-tile .beverage-tile-content .beverage-tile-label {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
  color: #b15603;
  text-align: center;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .beverage-grid .beverage-tile .beverage-tile-content .beverage-tile-label {
    bottom: 5px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 529px) {
  .beverage-grid .beverage-tile .beverage-tile-content .beverage-tile-label {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.beverage-grid .beverage-tile .beverage-tile-content .beverage-tile-no-image {
  position: absolute;
  top: 75%;
  height: 150px;
  margin-top: -75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .beverage-grid .beverage-tile {
    width: 33%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .beverage-grid .beverage-tile {
    width: 33%;
  }
}
@media only screen and (max-width: 529px) {
  .beverage-grid .beverage-tile {
    width: 50%;
  }
}
.beverage-grid .active .beverage-tile-content {
  border: 10px solid #b15603;
}
@media only screen and (max-width: 529px) {
  .beverage-grid .active .beverage-tile-content {
    border-width: 5px;
  }
}
.tools-popover-parent {
  position: relative;
}
.tools-popover {
  position: absolute;
  background: #ffffff;
  bottom: -90px;
  right: 100%;
  width: 230px;
  z-index: 1;
  border: 7px solid #002a72;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  right: 112%;
}
@media only screen and (max-width: 529px) {
  .tools-popover {
    width: 225px;
  }
}
.tools-popover:after {
  top: 47%;
  left: 108%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #002a72;
  border-width: 10px;
  margin-left: -10px;
}
.tools-popover .tools-popover-header h3 {
  font-size: 21px!important;
  line-height: 24px!important;
  text-transform: none!important;
  color: #12293E !important;
  font-weight: 400!important;
  font-style: italic;
  padding: 10px;
}
@media only screen and (max-width: 529px) {
  .tools-popover .tools-popover-header h3 {
    font-size: 18px!important;
  }
}
.tools-popover table {
  width: 100%;
  text-align: center;
}
.tools-popover table tr {
  border-top: 1px solid #000e25;
}
.tools-popover table td {
  cursor: pointer;
  border-right: 1px solid #000e25;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  width: 33%;
  height: 75px;
}
.tools-popover table td button {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  background: none;
  border: none;
}
.tools-popover table td button:focus {
  outline: 1px dotted #002a72;
}
.tools-popover table td span {
  color: #0046BE;
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
  display: block;
  padding-bottom: 3px;
}
.tools-popover table td:hover {
  background: #0046BE;
  color: #ffffff;
}
.tools-popover table td:hover span {
  color: #ffffff !important;
}
.tools-popover .close {
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 529px) {
  .tools-popover .close {
    margin: 0;
  }
}
.tools-popover-restricted {
  bottom: -50px;
}
.no-border-right {
  border-right-width: 0!important;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  position: absolute !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #ffffff;
  border: 0px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  border-radius: 0;
  position: absolute;
  z-index: 10000000;
  border: 1px solid #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
  /* IE10 text shadows */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.introjs-arrow {
  border: 10px solid #edc72d;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -26px;
  border-top-color: #edc72d;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  padding: 15px;
  border: 7px solid #edc72d;
  position: absolute;
  background-color: white;
  max-width: 400px;
  min-width: 285px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
@media only screen and (max-width: 529px) {
  .introjs-tooltip {
    max-width: 300px;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}
a.introjs-button {
  padding: 8px 15px;
  margin-right: 5px;
  border-radius: 0;
  line-height: 1.8rem;
  color: #ffffff;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: visible;
  display: inline-block;
  white-space: nowrap;
  background-color: #80690b;
  /*.vertical(@mango; @mangoDark; 0%; 100%);*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
@media only screen and (max-width: 529px) {
  a.introjs-button {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.introjs-button:hover {
  background-color: #A06C0B;
  /*darken(@mango, 20%);*/
  color: #ffffff;
  /*.vertical(darken(@mango, 15%); darken(@mango, 15%); 0%; 100%);*/
}
.introjs-button:focus {
  outline: none;
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.introjs-skipbutton {
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
  color: #12293E;
  background: none;
  box-shadow: none;
  padding: 5px 15px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
}
a.introjs-skipbutton:focus,
a.introjs-skipbutton:hover {
  background-color: transparent;
  background-image: none;
  color: #0046BE;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
  margin-right: 0!important;
}
a.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #514f4a;
  box-shadow: none;
  cursor: default;
  background-color: #deddd9;
  background-image: none;
  text-decoration: none;
}
.introjs-bullets {
  text-align: center;
  margin: 5px 0;
}
.introjs-bullets ul {
  clear: both;
  padding: 0;
  display: inline-block;
}
.introjs-bullets li:only-child {
  display: none;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
}
.introjs-bullets ul li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #c6c5be;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #514f4a;
}
.introjs-bullets ul li a.active {
  background: #514f4a;
}
.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-tooltiptext {
  margin-top: 25px;
}
@media only screen and (max-width: 529px) {
  .spanish .user .caption {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 529px) {
  .spanish header nav .global-user-menu {
    margin-top: 3px;
  }
  .spanish header nav .global-user-menu li {
    padding-left: 5px;
  }
  .spanish header nav img {
    max-width: 23%;
  }
}
.spanish .progress-tracker ul.container li div b {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .spanish .progress-tracker ul.container li div b {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .spanish .progress-tracker ul.container li div b {
    font-size: 17px;
    line-height: 25.5px;
    font-size: 1.7rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .spanish .progress-tracker ul.container li div b {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 529px) {
  .spanish .progress-tracker ul.container li div b {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 16px;
  }
}
.spanish .recall-container.my-foods .content .well .btn-toolbar b {
  text-transform: none;
  font-weight: 400;
}
@media only screen and (max-width: 529px) {
  .spanish .introjs-tooltip {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
  .spanish .introjs-prevbutton,
  .spanish .introjs-nextbutton {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.spanish .en {
  display: none!important;
}
.spanish .es {
  display: block!important;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .spanish .left {
    width: 83%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .spanish .right {
    width: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .spanish .btn-toolbar .glyphicon-wrench {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .spanish .btn-toolbar .glyphicon-wrench {
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .spanish .btn-toolbar .glyphicon-wrench {
    display: none;
  }
}
/* ! vertical layout */
.multiSelect .vertical {
  float: none;
}
/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
  float: left;
}
/* ! create a "row" */
.multiSelect .line {
  max-height: 34px;
  overflow: hidden;
}
/* ! create a "column" */
.multiSelect .acol {
  display: inline-block;
  min-width: 12px;
}
/* ! */
.multiSelect .inlineBlock {
  display: inline-block;
}
/* the multiselect button */
.multiSelect .button {
  display: block;
  position: relative;
  cursor: pointer;
  min-height: 45px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: normal;
  text-align: left;
  border: 1px solid #514f4a;
  border-radius: 0;
  background: #eeece7 url('assets/select.png') no-repeat right;
  width: 100%;
  text-shadow: 0 0 0 #12293E;
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .multiSelect .button {
    width: 550px;
  }
}
@media only screen and (max-width: 529px) {
  .multiSelect .button {
    width: 300px;
  }
}
/* button: hover */
.multiSelect .button:hover {
  background: #eeece7 url('assets/select.png') no-repeat right;
}
/* button: clicked */
.multiSelect .buttonClicked {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* labels on the button */
.multiSelect .buttonLabel {
  display: inline-block;
  padding: 5px 0px 5px 0px;
}
/* downward pointing arrow */
.multiSelect .caret {
  display: none;
}
/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
  background-color: #fff;
  position: absolute;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 278px;
  display: none !important;
  margin-top: 2px;
  padding: 0;
  width: 848px;
  z-index: 1035 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .multiSelect .checkboxLayer {
    width: 697px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .multiSelect .checkboxLayer {
    width: 720px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .multiSelect .checkboxLayer {
    width: 550px;
  }
}
@media only screen and (max-width: 529px) {
  .multiSelect .checkboxLayer {
    width: 298px;
  }
}
/* container of helper elements */
.multiSelect .helperContainer {
  border-bottom: 1px solid #ddd;
  padding: 8px 8px 0px 8px;
}
/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.6;
  margin: 0px 0px 8px 0px;
}
/* clear button */
.multiSelect .clearButton {
  position: absolute;
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 22px;
  width: 22px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.4;
  right: 2px;
  top: 2px;
}
/* filter */
.multiSelect .inputFilter {
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 14px;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #888;
  margin: 0px 0px 8px 0px;
}
/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
  border: 1px solid #ccc;
  color: #999;
  background-color: #f4f4f4;
}
.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
  border: 1px solid #66AFE9 !important;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.035), 0 0 5px rgba(82, 168, 236, 0.7) !important;
}
/* container of multi select items */
.multiSelect .checkBoxContainer {
  display: inline-block;
}
/* ! to show / hide the checkbox layer above */
.multiSelect .show {
  display: block !important;
}
/* item labels */
.multiSelect .multiSelectItem {
  display: block;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-bottom: 1px solid #eeece7;
  position: relative;
  width: 848px;
  padding: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .multiSelect .multiSelectItem {
    width: 697px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .multiSelect .multiSelectItem {
    width: 720px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .multiSelect .multiSelectItem {
    width: 550px;
  }
}
@media only screen and (max-width: 529px) {
  .multiSelect .multiSelectItem {
    width: 300px;
  }
}
/* Item labels: selected - Enable this if you want to apply styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
  width: 848px;
  cursor: pointer;
  background-color: #eeece7;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    width: 697px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    width: 720px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    width: 95.5%;
  }
}
@media only screen and (max-width: 529px) {
  .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    width: 298px;
  }
}
/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
  color: #0046BE !important;
  cursor: pointer;
}
/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
  color: #0046BE !important;
  cursor: pointer;
}
/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover {
  cursor: pointer;
}
/* ! group labels */
.multiSelect .multiSelectGroup {
  display: block;
  clear: both;
}
/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 10px;
}
/* hide the original HTML checkbox away */
.multiSelect .checkbox {
  color: #ddd !important;
  position: absolute;
  left: -9999px;
  cursor: pointer;
}
/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
  color: #c4c4c4 !important;
  cursor: not-allowed !important;
}
/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
  vertical-align: middle;
  margin-bottom: 0px;
  height: 22px;
  width: 22px;
}
form.multi .multiSelect .button {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help-center .recall-container {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .help-center .recall-container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 529px) {
  .help-center .recall-container {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .help-center .title-banner h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  .help-center .title-banner h1 {
    text-align: center;
  }
}
.help-center .title-banner .search-wrap {
  text-align: right;
  margin: 15px -15px 0 0;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .help-center .title-banner .search-wrap {
    text-align: center;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 529px) {
  .help-center .title-banner .search-wrap {
    margin: 0 0 15px;
    text-align: center;
  }
}
.help-center .title-banner .search-wrap .btn {
  padding: 13px 15px;
  margin-bottom: 10px;
}
.help-center .title-banner .search-wrap input {
  width: 65%;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .help-center .title-banner .search-wrap input {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 529px) {
  .help-center .title-banner .search-wrap input {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 529px) {
  .help-center .col-md-1 {
    display: none;
  }
}
.help-center ul.help-areas li {
  padding: 0;
}
.help-center ul.help-areas li h3 {
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  padding: 10px;
  cursor: pointer;
  color: #00338b;
  background-color: #eeece7;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.help-center ul.help-areas li h3:hover,
.help-center ul.help-areas li h3:focus {
  background-color: #eeece7;
  color: #0046BE;
}
.help-center ul.help-areas li h3 a {
  color: #003795;
}
.help-center ul.help-areas li h3 a:link {
  color: #003795;
}
.help-center ul.help-areas li h3 a:hover,
.help-center ul.help-areas li h3 a:focus {
  color: #003da5;
}
.help-center ul.help-areas li ul.area-body {
  width: 100%;
  margin: 10px;
}
.help-center ul.help-areas li ul.area-body li {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  padding: 5px;
}
@media only screen and (max-width: 529px) {
  .help-center ul.help-areas li ul.area-body li {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.help-center .q-header {
  border-bottom: 1px solid #bab8b0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.help-center .q-header h2 {
  float: left;
  width: 70%;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
  line-height: 2.8rem;
  margin-left: 0;
}
@media only screen and (max-width: 529px) {
  .help-center .q-header h2 {
    width: 100%;
  }
}
.help-center .q-header a {
  display: inline-block;
  float: right;
  width: 30%;
  font-weight: 700;
  text-align: right;
  padding-left: 2%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 529px) {
  .help-center .q-header a {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
.help-center .q-header a:focus,
.help-center .q-header a:hover {
  color: #A6680B;
}
.help-center .q-img {
  margin: 0 0 2% 2%;
  float: right;
  width: 45%;
}
@media only screen and (max-width: 529px) {
  .help-center .q-img {
    margin: 15px 0;
    width: 100%;
    float: none;
  }
}
.help-center .q-body {
  width: 53%;
  float: left;
}
@media only screen and (max-width: 529px) {
  .help-center .q-body {
    width: 100%;
    float: none;
  }
}
.help-center .highlightedText {
  background-color: #f1d45c;
  color: #12293E;
}
/* - - - - - font resizer  - - - - - */
.font-size-normal .normal {
  color: #12293E !important;
}
.font-size-large h1 {
  font-size: 33px;
  line-height: 49.5px;
  font-size: 3.3rem;
  line-height: 4.125rem;
}
.font-size-large h2 {
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
}
.font-size-large h3 {
  font-size: 27px;
  line-height: 40.5px;
  font-size: 2.7rem;
  line-height: 3.375rem;
}
.font-size-large legend,
.font-size-large select,
.font-size-large input,
.font-size-large .introjs-tooltip,
.font-size-large .btn,
.font-size-large .title-banner h2 {
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
}
.font-size-large h4,
.font-size-large time.from,
.font-size-large time.to,
.font-size-large .alert,
.font-size-large .note,
.font-size-large #coverflow-labels,
.font-size-large .counter button,
.font-size-large header nav .global-user-menu,
.font-size-large .q-body {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
.font-size-large ul.help-areas li h3,
.font-size-large ul.help-areas li ul.area-body li,
.font-size-large .recall-container.my-foods .content .well {
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 2.625rem;
}
.font-size-large .q-header h2 {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 3.75rem;
}
.font-size-large .large {
  color: #12293E !important;
}
.android .global-user-menu .normal,
.android .global-user-menu .large {
  display: none;
}
.iOS .global-user-menu .normal,
.iOS .global-user-menu .large {
  display: none;
}
.windows-phone .global-user-menu .normal,
.windows-phone .global-user-menu .large {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* Profile information capture form styling */
.section-container {
  width: 98%;
  margin: 0 auto;
}
.section.foodgroup > .table-container {
  width: 80%;
  /*margin: 5px auto;*/
}
.section.calorie > .table-container {
  width: 60%;
  /*margin: 5px auto;*/
}
.groups-outer-container {
  width: 60%;
  margin: 0 auto;
}
.groups-outer-container-ca {
  width: 70%;
  margin: 0 auto;
}
.profile-info-form {
  margin: 20px 0;
}
.profile-info-form > .info-form-container {
  width: 60%;
  margin: 25px auto;
}
.profile-info-form > .info-form-container > p {
  font-weight: bold;
}
.info-form-container > .control-conatiner {
  width: 80%;
  margin: 10px auto;
  position: relative;
}
.info-form-container > .control-conatiner > .text-control {
  margin: 25px auto;
}
.info-form-container > .control-conatiner > .text-control > label {
  width: 50%;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
  margin: 0;
}
.info-form-container > .control-conatiner > .text-control > input {
  width: 25%;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}
.info-form-container > .control-conatiner > .radio-label {
  float: left;
  text-align: right;
  width: 50%;
}
.info-form-container > .control-conatiner > .radio-label > p {
  padding-right: 5px;
}
.info-form-container > .control-conatiner > .radio-control {
  float: left;
  text-align: left;
  width: 50%;
  padding-left: 5px;
}
.info-form-container > .control-conatiner > .radio-control > fieldset > label {
  margin: 0;
}
.info-form-container > .control-conatiner > .radio-control > fieldset > input {
  vertical-align: top;
}
.info-form-container > .control-conatiner > .checkbox-control {
  width: 60%;
  margin: 25px auto;
}
.info-form-container > .control-conatiner > .checkbox-control > label {
  width: 50%;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
  margin: 4px 0;
}
.checkbox-control > input {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
}
.profile-info-form > .info-form-container > .buttons-container {
  margin: 25px 50px;
  width: 60%;
  margin: 0 auto;
}
.profile-info-note {
  margin: 0;
  font-size: 12px;
  border: 7px solid #edc72d;
  padding: 5px;
}
/* END - Profile information capture form styling */
.profile-header-container {
  width: 98%;
  margin: 10px auto;
  border: 1px solid #12293E;
  page-break-after: always;
}
.profile-header-container-last {
  width: 98%;
  margin: 10px auto;
  border: 1px solid #12293E;
}
.dashboard {
  padding: 5px;
}
.dashboard .section {
  padding: 5px;
}
.recall-period-container {
  margin: 0;
  font-size: 14px;
}
.recall-period-container > p {
  margin: 5px 0;
}
.section > p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.section > p > .more-info-link {
  color: #5198D2;
  font-size: 12px;
}
.section > p > .more-info-link:hover {
  color: #12293E;
  cursor: pointer;
}
.section > .profile-table {
  margin: 10px 0;
}
.left {
  float: left;
}
.calories {
  width: 100%;
}
.section.period {
  width: 20%;
  float: left;
}
.section.calorie {
  width: 20%;
  float: left;
}
.section.calorie-ca {
  width: 30%;
  float: left;
}
.section.foodgroup {
  width: 60%;
  float: left;
}
.nutrients-chart-heading {
  padding: 0 15px;
  margin: 10px 0;
}
.nutrients-chart-heading > p {
  margin: 0;
}
.nutrient-chart {
  /* padding: 5px;*/
  /*min-width:1000px;*/
}
.nutrient-chart-odd {
  background-color: #eeeeee;
  /*min-width:1000px;*/
}
.dashboard .section .title {
  font-size: 14px;
  color: #294052;
  font-weight: bold;
  letter-spacing: -0.01em;
  padding-bottom: 3px;
  margin-bottom: 4px;
  border-bottom: 1px solid #294052;
  line-height: 1;
}
.dashboard .table {
  font-size: 11px;
  width: 100%;
  border-top: 1px solid #12293E;
  border-left: 1px solid #12293E;
  border-right: 1px solid #12293E;
}
.dashboard table,
.dashboard th,
.dashboard tr,
.dashboard td {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #12293E;
}
.dashboard .calorie .tableheadcol,
.dashboard .calorie .tablecell {
  width: 100px;
}
.dashboard .calorie .tablecell {
  padding-left: 10px;
}
.dashboard .foodgroup .tableheadcol,
.dashboard .foodgroup .tablecell {
  width: 100px;
  padding: 0 5px;
  overflow: hidden;
}
.dashboard .tableheadcol {
  color: #666666;
  padding: 1px;
  height: 20px;
}
.dashboard .tablecell,
.dashboard .tableheadcol {
  padding: 0 4px;
  color: #212121;
  padding-bottom: 0px;
  text-align: left;
  white-space: nowrap;
}
.dashboard .tablecell {
  border-left: 1px solid #12293E;
  color: #12293E;
}
.dashboard .tableheadcol,
.dashboard .foodgroup .tableheadcol {
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard td {
  border: 1px solid #12293E;
}
.dashboard .generic {
  background-color: #9E9E9E;
  padding: 0;
}
.dashboard table,
.dashboard th,
.dashboard tr,
.dashboard td {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}
.dashboard .table > thead > tr > th,
.dashboard .table > tbody > tr > th,
.dashboard .table > tfoot > tr > th,
.dashboard .table > thead > tr > td,
.dashboard table > tbody > tr > td,
.dashboard table > tfoot > tr > td {
  border-top: 1px solid #12293E;
}
.dashboard .tableheadbg,
.dashboard .tablecell {
  padding: 0 2px;
  position: relative;
  height: 100%;
}
.dashboard .tableheadbg > p,
.dashboard .tablecell > p,
.dashboard .tableheadrow > p {
  /*margin: 0;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*-webkit-transform: translate(0, -50%);*/
  /* -moz-transform: translate(0, -50%);*/
  /*-ms-transform: translate(0, -50%);*/
  /*-o-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
  margin: 0;
  line-height: 16px;
}
.calories-chart {
  fill: #06798b;
}
.grains {
  background-color: #FF9800;
  color: white;
}
.veggies,
.vegetables {
  background-color: #4CAF50;
  color: white;
}
.fruits {
  background-color: #F44336;
  color: white;
}
.dairy {
  background-color: #2196F3;
  color: white;
}
.protein,
.proteinfoods {
  background-color: #3F51B5;
  color: white;
}
.grains-fill {
  fill: #FF9800;
}
.vegetables-fill {
  fill: #4CAF50;
}
.fruits-fill {
  fill: #F44336;
}
.dairy-fill {
  fill: #2196F3;
}
.proteinfoods-fill {
  fill: #3F51B5;
}
.empty-calories-fill {
  fill: red;
}
.empty-calories {
  color: #415b46;
  background-color: #415b46;
}
.oils-fill {
  fill: gold;
}
.saturated-fat-fill {
  fill: #85ab73;
}
.sodium-fill {
  fill: silver;
}
.table-conatiner {
  width: 60%;
  background-color: #72ACDB;
  /*margin: 10px auto;*/
  margin: 0 auto;
}
.table-conatiner table,
.table-conatiner table.table {
  background-color: white;
  width: 100%;
  font-size: 12px;
}
.table-conatiner tr > td > .bolded {
  font-weight: bolder;
}
/*.dashboard .tablecell > p.good,
.table-conatiner tr > td > .good,
span.good {
  color: green;
}*/
.dashboard .tablecell > p.under,
.table-conatiner tr > td > .under,
span.under {
  color: #673AB7;
}
.dashboard .tablecell > p.over,
.table-conatiner tr > td > .over,
span.over {
  color: red;
}
span.under,
span.good,
span.over {
  font-weight: bold;
}
.dashboard .tableheadcol > .tableheadbg > p.header-text {
  color: white;
}
.dashboard .tablecell > p.header-text {
  height: inherit;
  margin: 0 2px;
}
.table-conatiner .colHeader {
  background-color: #9E9E9E;
  color: white;
  padding: 0 5px;
}
.table-conatiner .colHeader,
.table-conatiner .colData {
  border-color: #12293E;
}
.table-container .nutrients-table,
.table-conatiner .limits-table {
  border-color: #12293E;
}
.table-container .nutrients-table .colData .left-padded-icon {
  margin-left: 10px;
}
.padCell {
  padding: 0 5px;
}
.center-cell {
  text-align: center;
}
.left-cell {
  text-align: left;
}
.table-conatiner .limits-table .tbl-header-col {
  color: white;
  background-color: #9e9e9e;
  border: 1px solid #12293E;
  padding: 2px;
}
.table-conatiner .limits-table .left-padded-cell {
  padding-left: 25px;
}
.header-border {
  border-left: 1px solid #12293E;
}
.table-conatiner > .nested-table-headers {
  border-top: 1px solid black;
  padding-left: 30px;
  position: relative;
}
.table-conatiner > .nested-table-headers.consumed,
.table-conatiner > .nested-table-headers.status {
  border-top: none;
}
.table-conatiner > .nested-table-headers > .nested-table-header {
  margin: 0;
  width: 50%;
  font-size: 16px;
  padding: 3px;
}
.profile-table-container {
  width: 98%;
  margin: 10px auto;
}
.profile-data {
  padding: 0;
  margin: 10px 5px;
}
.profile-data .bolded {
  font-weight: bold;
}
.profile-data .title {
  font-size: 18px;
  font-weight: bolder;
  color: #294052;
  padding: 5px;
  border: 1px solid #294052;
  background: #E0E0E0;
}
.profile-data .title > p {
  margin: 0;
}
#foodGroupsChart {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
path.slice {
  stroke-width: 2px;
}
polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}
.bar:hover {
  fill: #9E9E9E;
}
.axis {
  font: 10px sans-serif;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.x.axis path {
  /*display: none; */
}
/* Food Groups - subgroup - Group Chart Styling */
.food-groups-note {
  margin: 10px 0;
  font-size: 14px;
  /*border: 7px solid #edc72d;*/
  padding: 5px;
}
.food-groups-note > ul {
  list-style: disc;
  margin-left: 30px;
}
.bar-chart-container {
  padding: 10px;
  border: 1px solid #12293E;
  background-color: white;
  min-width: 300px;
  overflow-x: auto;
}
.chart text {
  fill: #12293E;
  font: 10px sans-serif;
  text-anchor: end;
}
.chart .label {
  fill: #12293E;
  font: 9px sans-serif;
  text-anchor: end;
}
.chart .xlabel {
  fill: #12293E;
  font: 14px sans-serif;
  text-anchor: middle;
}
.bar:hover {
  fill: brown;
}
.bar.grains {
  fill: #FFC107;
}
.bar.sub-grains {
  fill: #FFE082;
}
.bar.veggies {
  fill: #4CAF50;
}
.bar.sub-veggies {
  fill: #C5E1A5;
}
.bar.fruits {
  fill: #F44336;
}
.bar.sub-fruits {
  fill: #EF9A9A;
}
.bar.dairy {
  fill: #2196F3;
}
.bar.sub-dairy {
  fill: #90CAF9;
}
.bar.proteins {
  fill: #009688;
}
.bar.sub-proteins {
  fill: #80CBC4;
}
.bar.target {
  fill: none;
}
.axis path,
.axis line {
  fill: none;
  stroke: #12293E;
  shape-rendering: crispEdges;
}
.chart text.target-text {
  fill: #12293E;
  font: 11px sans-serif;
  text-anchor: start;
  font-weight: bold;
}
.chart text.target-text.food-groups,
.chart text.target-text.nutrients {
  text-anchor: middle;
}
.dairy-target-line {
  stroke-width: 2;
  fill: none;
  stroke: #2196F3;
}
.proteins-target-line {
  stroke-width: 2;
  fill: none;
  stroke: #009688;
}
.fruits-target-line {
  stroke-width: 2;
  fill: none;
  stroke: #F44336;
}
.veggies-target-line {
  stroke-width: 2;
  fill: none;
  stroke: #4CAF50;
}
.grains-target-line {
  stroke-width: 2;
  fill: none;
  stroke: #FFC107;
}
/* END - Food Groups - Subgroups Chart styling */
/* Food groups table styling */
.groups-table {
  background-color: lightgrey;
  border: 1px solid black;
  margin: 5px 0;
  width: 100%;
}
.groups-table > tbody > tr > th {
  background-color: lightgrey;
}
.groups-table > tbody > tr > th,
.groups-table > tbody > tr > td {
  color: black;
  border: none;
  background-color: white;
}
.groups-table > tbody > tr > th.right,
.groups-table > tbody > tr > td.right {
  border-right: 1px solid black;
  border-top: 1px solid #000;
}
.groups-table > tbody > tr > th.top,
.groups-table > tbody > tr > td.top {
  border-top: 1px solid #000;
}
.groups-table > tbody > tr > th.cell,
.groups-table > tbody > tr > td.cell {
  padding: 2px 4px;
  font-size: 11px;
}
.groups-table > tbody > tr > td.subgroup,
.groups-table > tbody > tr > th.subgroup {
  background-color: #ddd;
}
.groups-table > tbody > tr > td.subgroup.bolded,
.groups-table > tbody > tr > td.subgroup.bolded {
  font-weight: bold;
}
.groups-table > tbody > tr > td.title {
  color: whitesmoke;
  font-size: 16px;
  font-weight: bold;
}
.groups-table > tbody > tr > th.header {
  font-size: 16px;
  font-weight: bold;
  background-color: grey;
}
.groups-table > tbody > tr {
  border: none;
}
.groups-table > tbody > tr > td {
  border-top: 1px solid black;
}
.groups-table .groups-table-divide {
  height: 10px;
}
.groups-table .groups-table-divide > td {
  border-right: none;
  border-left: none;
}
.grains .groups-table .groups-table-divide > td {
  background-color: #FF9800;
}
.veggies .groups-table .groups-table-divide > td {
  background-color: #4CAF50;
}
.fruits .groups-table .groups-table-divide > td {
  background-color: #F44336;
}
.dairy .groups-table .groups-table-divide > td {
  background-color: #2196F3;
}
.protein .groups-table .groups-table-divide > td {
  background-color: #3F51B5;
}
.groups-container {
  padding: 5px;
  border: 1px solid black;
  margin-bottom: 5px;
}
.groups-container > p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
hr.underline {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 2px;
  margin-bottom: 2px;
}
/* End food groups table styling */
/* Meal panel styling */
.calories .panel-default {
  border-color: #12293E;
}
.panel-heading > p {
  display: inline-block;
  font-weight: bold;
  color: #12293E;
}
.panel-heading > div.left {
  float: left;
}
.panel-heading > div.left > span {
  margin-right: 5px;
  color: #12293E;
}
.panel-heading > div.right {
  float: right;
}
/* END Meal Panel styling */
/* Daily Limits Charts Styling */
.daily-limits-container {
  width: 100%;
  margin: 5px;
  position: relative;
}
.daily-limits-header-text {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.daily-limits-text {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.daily-limits-text.right-aligned {
  text-align: right;
}
.daily-limits-container .limits-container-bar {
  width: 100%;
  position: relative;
  padding-right: 25px;
  border: 1px solid;
  height: 20px;
}
.daily-limits-container .limits-container-bar > .limits-total-bar {
  float: left;
  height: 18px;
  border-right: 1px solid #12293E;
}
.daily-limits-container .limits-container-bar > .limits-total-bar.calories {
  background-color: #e86d00;
}
.daily-limits-container .limits-container-bar > .limits-remaining-bar {
  float: left;
  height: 20px;
  background-color: white;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 2px solid;
}
.daily-limits-container .limits-padder {
  position: relative;
  height: 15px;
  margin-right: 25px;
  border-right: 2px solid;
}
/* END - Daily Limits Charts Styling */
/* Profile tabs styling */
.profile-tabs-container > .tab-content {
  padding: 10px;
  width: 100%;
  /*height: 100%;*/
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.profile-tabs-container > .nav-tabs > li {
  padding: 0;
}
.profile-tabs-container > .nav-tabs > li > a {
  border: 1px solid #ddd;
  background-color: #eeeeee;
}
.profile-tabs-container > .nav-tabs > li.tab-active > a,
.profile-tabs-container > .nav-tabs > li.tab-active > a:hover,
.profile-tabs-container > .nav-tabs > li.tab-active > a:focus {
  color: #12293E;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/* END - Profile tabs styling*/
/* Nutrients bar chart styling */
.chart text.target-text.bolded {
  font-weight: bold;
}
.atoc {
  fill: #EF9A9A;
}
.atoc-target-line {
  stroke: #EF9A9A;
}
.calc {
  fill: #F48FB1;
}
.calc-target-line {
  stroke: #F48FB1;
}
.carb {
  fill: #AB47BC;
}
.carb-target-line {
  stroke: #AB47BC;
}
.chole {
  fill: #D1C4E9;
}
.chole-target-line {
  stroke: #D1C4E9;
}
.choln {
  fill: #303F9F;
}
.choln-target-line {
  stroke: #303F9F;
}
.copp {
  fill: #FF8F00;
}
.copp-target-line {
  stroke: #FF8F00;
}
.ff {
  fill: #42A5F5;
}
.ff-target-line {
  stroke: #42A5F5;
}
.fibe {
  fill: #B3E5FC;
}
.fibe-target-line {
  stroke: #B3E5FC;
}
.iron {
  fill: #0097A7;
}
.iron-target-line {
  stroke: #0097A7;
}
.magn {
  fill: #00897B;
}
.magn-target-line {
  stroke: #00897B;
}
.niac {
  fill: #4CAF50;
}
.niac-target-line {
  stroke: #4CAF50;
}
.p182 {
  fill: #8BC34A;
}
.p182-target-line {
  stroke: #8BC34A;
}
.phos {
  fill: #C0CA33;
}
.phos-target-line {
  stroke: #C0CA33;
}
.pota {
  fill: #FDD835;
}
.pota-target-line {
  stroke: #FDD835;
}
.prot {
  fill: #FFA726;
}
.prot-target-line {
  stroke: #FFA726;
}
.sele {
  fill: #FF7043;
}
.sele-target-line {
  stroke: #FF7043;
}
.sfat {
  fill: #8D6E63;
}
.sfat-target-line {
  stroke: #8D6E63;
}
.sodi {
  fill: #424242;
}
.sodi-target-line {
  stroke: #424242;
}
.tfat {
  fill: #78909C;
}
.tfat-target-line {
  stroke: #78909C;
}
.vara {
  fill: #B71C1C;
}
.vara-target-line {
  stroke: #B71C1C;
}
.vb1 {
  fill: #EC407A;
}
.vb1-target-line {
  stroke: #EC407A;
}
.vb12 {
  fill: #AB47BC;
}
.vb12-target-line {
  stroke: #AB47BC;
}
.vb2 {
  fill: #9575CD;
}
.vb2-target-line {
  stroke: #9575CD;
}
.vb6 {
  fill: #9FA8DA;
}
.vb6-target-line {
  stroke: #9FA8DA;
}
.vc {
  fill: #1565C0;
}
.vc-target-line {
  stroke: #1565C0;
}
.vitd {
  fill: #4FC3F7;
}
.vitd-target-line {
  stroke: #4FC3F7;
}
.vk {
  fill: #26C6DA;
}
.vk-target-line {
  stroke: #26C6DA;
}
.zinc {
  fill: #80CBC4;
}
.zinc-target-line {
  stroke: #80CBC4;
}
/* END - Nutrients bar chart styling */
#mealsChart {
  text-align: center;
}
.inline-chart-container {
  margin: 0 auto;
}
.inline-chart-container > .inline-chart {
  float: left;
  width: 30%;
  margin: 0 5px;
}
.added-sugars {
  color: #9c27b0;
  background-color: #9c27b0;
}
.saturated-fat {
  color: #85ab73;
  background-color: #85ab73;
}
.sodium {
  color: silver;
  background-color: silver;
}
.nutrients-bar-chart-container {
  overflow: hidden;
  min-width: 400px;
}
.nutrients-bar-chart-container > svg {
  width: 100%;
}
.container-pane {
  width: 60%;
  margin: 25px auto;
}
.container-pane > .buttons-container {
  margin: 25px auto;
  width: 60%;
}
.container-pane > .buttons-container > .navbar-right {
  margin-right: 0;
}
a {
  word-break: break-word;
}
.targetRange {
  font-size: 1em !important;
  text-align: center;
  color: #595959 !important;
}
.calories-macro-title {
  font-size: 1.2em !important;
  text-align: center;
  border-radius: 25px;
  color: white !important;
  text-transform: uppercase;
}
.calories-macro-percentage {
  font-size: 2.6em !important;
  text-align: center;
}
.calories-macro-range {
  font-size: 1.2em !important;
  text-align: center;
}
.calories-macro-bg-green {
  background-color: #047e59 !important;
}
.calories-macro-green {
  color: #047e59 !important;
}
.calories-macro-bg-blue {
  background-color: #0a4b81 !important;
}
.calories-macro-blue {
  color: #0a4b81 !important;
}
.calories-macro-bg-purple {
  background-color: #4d1fa9 !important;
}
.calories-macro-purple {
  color: #4d1fa9 !important;
}
.calories-macro-bg-red {
  background-color: #d11723 !important;
}
.calories-macro-red {
  color: #d11723 !important;
}
@media only screen and (max-width: 992px) {
  .profile-info-form > .info-form-container {
    width: 80%;
    margin: 25px auto;
  }
  .section.period {
    width: 100%;
    float: none;
  }
  .section.calorie {
    width: 100%;
    float: none;
  }
  .section.calorie > .table-container {
    margin: 5px 0;
    width: 155px;
  }
  .section.foodgroup {
    width: 100%;
    float: none;
  }
  .section.foodgroup > .table-container {
    width: 100%;
    margin: 5px 0;
  }
  .nutrient-chart {
    /*padding: 5px;*/
    overflow-x: auto;
  }
  .nutrients-chart-heading {
    min-width: 600px;
  }
  .nutrients-bar-chart-container {
    min-width: 600px;
  }
  .daily-limits-container .limits-container-bar > .limits-remaining-bar {
    height: 18px;
  }
  .limits-charts > .grouped-charts > .grouped-chart {
    float: none;
    width: 100%;
  }
  .inline-chart-container {
    margin: 5px;
  }
  .inline-chart-container > .inline-chart {
    float: none;
    width: 100%;
    margin: 0;
  }
  .table-conatiner {
    width: 90%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav {
    margin: 7.5px 0;
  }
  .profile-info-form > .info-form-container {
    width: 90%;
    margin: 25px auto;
  }
  .info-form-container > .control-conatiner {
    width: 100%;
    margin: 10px auto;
  }
  .profile-info-form > .info-form-container > .buttons-container,
  .container-pane > .buttons-container {
    margin: 25px auto;
    width: 80%;
  }
  .table-conatiner {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .profile-table-container {
    width: inherit;
    margin: 10px 5px;
  }
  .dashboard {
    padding: 0;
  }
  .dashboard .tableheadbg,
  .dashboard .tablecell {
    padding: 0;
    position: relative;
    height: 100%;
    font-size: 8px;
  }
  .dashboard .tableheadbg > p,
  .dashboard .tablecell > p,
  .dashboard .tableheadrow > p {
    margin: 0;
    position: inherit;
    top: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .padCell {
    padding-left: 2px;
  }
  .table-container .nutrients-table,
  .table-conatiner .limits-table {
    font-size: 10px;
  }
  .container {
    min-width: inherit;
  }
  .col-sm-12,
  .col-md-12,
  .col-sm-6,
  .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-info-form > .info-form-container {
    width: 100%;
    margin: 25px auto;
  }
  .info-form-container > .control-conatiner {
    width: 100%;
    margin: 0;
    text-align: inherit;
  }
  .info-form-container > .control-conatiner > .text-control > label,
  .info-form-container > .control-conatiner > .radio-label {
    width: 45%;
  }
  .info-form-container > .control-conatiner > .checkbox-control {
    width: 80%;
    margin: 25px 5%;
  }
  .container-pane {
    width: 90%;
    margin: 0 25px;
  }
  .profile-info-form > .info-form-container > .buttons-container,
  .container-pane > .buttons-container {
    width: 100%;
  }
  .profile-tabs-container > .tab-content {
    padding: 10px 0;
  }
  .input-group {
    width: 96%;
    margin: 10px auto;
  }
  .profile-data {
    min-width: 290px;
  }
  .groups-container {
    max-width: none;
    overflow-x: hidden;
    margin: 5px;
  }
  .groups-outer-container {
    width: 100%;
    margin: 0;
  }
  .bar-chart-container {
    overflow-x: scroll;
    padding: 2px;
    min-width: 280px;
    width: 280px;
  }
  .bar-chart-container > svg {
    left: -20px;
    position: relative;
  }
  .table-conatiner table,
  .table-conatiner table.table {
    font-size: 10px;
  }
  .nutrients-bar-chart-container {
    overflow-x: auto;
    position: relative;
    min-width: 150px;
  }
  .nutrients-bar-chart-container > svg {
    width: 100%;
    min-width: 310px;
    overflow-x: scroll;
  }
  .nutrient-chart {
    padding: 0;
  }
  .table-conatiner {
    width: 100%;
    margin: 0;
  }
  .daily-limits-container {
    width: 96%;
    margin: 5px auto;
    position: relative;
  }
  .inline-chart-container {
    margin: 0;
  }
  .chart text,
  .chart text.target-text {
    font-size: 9px;
  }
  .food-groups-note {
    margin: 10px 5px;
  }
  .intake-numbers {
    display: block !important;
    min-width: 80px !important;
  }
  .intake-titles {
    flex-direction: column !important;
    min-width: 80px !important;
  }
  .limit-text-header {
    margin-right: 0px !important;
  }
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/*******************responsive**********************/
@media (max-width: 990px) {
  .view-questionnaire .row {
    padding-bottom: 10px;
  }
  .questions-section-wrapper h3:before {
    top: -5px;
    left: 10px;
  }
}
/*************QUESTIONNAIRE CHARTS**************/
.report-introduction {
  font-size: 18px;
}
.calories-chart-label {
  fill: #444;
  font-size: 18px;
  font-weight: bold;
}
.percent-of-calories-section {
  position: relative;
  right: 110px;
  top: 90px;
}
@media (max-width: 991px) {
  .percent-of-calories-section {
    right: 0px;
    top: 0px;
  }
}
.percent-of-calories-chart-label {
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
}
.food-group-chart,
.calorie-chart {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.thin-hr {
  margin: 4px 0px 20px 0px;
  border: 0;
  border-top: 1px solid #babbbd;
  clear: right;
}
.thick-hr {
  margin: 4px 0px 20px 0px;
  border: 0;
  border-top: 6px solid #babbbd;
  clear: right;
}
.food-group-hr {
  margin: 4px 8px 4px 8px;
  border: 0;
  border-top: 1px solid #bbbbbb;
  min-height: 1px;
}
.food-group-chart-title {
  font-weight: bold;
  font-size: 16px;
}
.nutrient-hr {
  margin: 4px 0px 0px 0px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.limited-nutrient-hr {
  margin: 4px 0px 20px 0px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.limited-nutrient-chart {
  margin-left: 15px;
  /*min-width: 100px;*/
  width: 100%;
}
.individual-nutrient-chart {
  margin-bottom: 30px;
}
.limit-chart-label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.bold-gray-text {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}
.squares-col {
  display: flex;
}
.intake-square-text {
  margin-right: 10px;
}
.nutrient-whole-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px grey;
  padding-bottom: 5px;
}
.intake-text-underline {
  font-weight: bolder;
  font-size: 14px;
  text-align: left;
}
.intake-text {
  font-weight: bolder;
}
.intake-green-text {
  font-size: 14px;
  font-weight: bolder;
  color: #007e34;
}
.intake-green-text-underline {
  font-weight: bolder;
  font-size: 14px;
  color: green;
}
.intake-blue-text {
  font-size: 14px;
  font-weight: bolder;
  color: #056e9e;
  text-align: left;
}
.intake-blue-text-underline {
  font-weight: bolder;
  font-size: 14px;
  color: #056e9e;
  text-align: left;
}
.intake-numbers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 225px;
}
.limit-numbers {
  display: flex;
  margin-top: 30px;
}
.intake-titles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 225px;
}
.new-individual-nutrient-graphic {
  margin: 0px;
  margin-left: 20px;
  height: 62px;
  padding-top: 6px;
}
.target-text-header {
  margin-top: 30px;
  margin-right: 90px;
  width: 100px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: bolder;
}
.limit-text-header {
  margin-top: 30px;
  margin-right: 35px;
  font-weight: bolder;
  font-size: 14px;
  text-align: left;
}
.nutrient-row:nth-child(even) {
  background-color: #F5F5F5;
}
.limit-chart-colored-text {
  font-size: 16px;
  font-weight: bold;
}
text.red,
rect.red,
.bar.red {
  fill: #d11723;
}
.red > .left-side-text > .limit-chart-colored-text,
.red > .limit-chart-label {
  color: #d11723 !important;
}
.bar.dark-red,
rect.dark-red {
  fill: #9e061d;
}
.dark-red > .left-side-text > .limit-chart-colored-text,
.dark-red .limit-chart-label {
  color: #9e061d !important;
}
.bar.orange,
rect.orange {
  fill: #c54200;
}
.orange > .left-side-text > .limit-chart-colored-text,
.orange > .limit-chart-label {
  color: #c54200 !important;
}
.bar.brown,
rect.brown {
  fill: #9f5d00;
}
.brown > .left-side-text > .limit-chart-colored-text,
.brown > .limit-chart-label {
  color: #9f5d00 !important;
}
.individual-nutrient.green,
text.green,
rect.green {
  fill: #047e59;
}
.individual-nutrient-chart.green > .individual-nutrient-chart-label,
.individual-nutrient-chart.green > .eaten-grouping > .align-right,
.individual-nutrient-chart.green > .target-grouping > .align-right {
  color: #047e59 !important;
  font-weight: bold;
}
.individual-nutrient.light-green {
  fill: #007e34;
}
.individual-nutrient-chart.light-green > .individual-nutrient-chart-label,
.individual-nutrient-chart.light-green > .eaten-grouping > .align-right,
.individual-nutrient-chart.light-green > .target-grouping > .align-right {
  color: #007e34 !important;
  font-weight: bold;
}
.individual-nutrient.dark-green {
  fill: #035851;
}
.individual-nutrient-chart.dark-green > .individual-nutrient-chart-label,
.individual-nutrient-chart.dark-green > .eaten-grouping > .align-right,
.individual-nutrient-chart.dark-green > .target-grouping > .align-right {
  color: #035851 !important;
  font-weight: bold;
}
.individual-nutrient.blue,
text.blue,
rect.blue {
  fill: #0a4b81;
}
.individual-nutrient-chart.blue > .individual-nutrient-chart-label,
.individual-nutrient-chart.blue > .eaten-grouping > .align-right,
.individual-nutrient-chart.blue > .target-grouping > .align-right {
  color: #0a4b81 !important;
  font-weight: bold;
}
.individual-nutrient.light-blue {
  fill: #056e9e;
}
.individual-nutrient-chart.light-blue > .individual-nutrient-chart-label,
.individual-nutrient-chart.light-blue > .eaten-grouping > .align-right,
.individual-nutrient-chart.light-blue > .target-grouping > .align-right {
  color: #056e9e !important;
  font-weight: bold;
}
.individual-nutrient.teal {
  fill: #06798b;
}
.individual-nutrient-chart.teal > .individual-nutrient-chart-label,
.individual-nutrient-chart.teal > .eaten-grouping > .align-right,
.individual-nutrient-chart.teal > .target-grouping > .align-right {
  color: #06798b !important;
  font-weight: bold;
}
.individual-nutrient.purple,
text.purple,
rect.purple {
  fill: #4d1fa9;
}
.individual-nutrient-chart.purple > .individual-nutrient-chart-label,
.individual-nutrient-chart.purple > .eaten-grouping > .align-right,
.individual-nutrient-chart.purple > .target-grouping > .align-right {
  color: #4d1fa9 !important;
  font-weight: bold;
}
.individual-nutrient.light-purple {
  fill: #7a3a91;
}
.individual-nutrient-chart.light-purple > .individual-nutrient-chart-label,
.individual-nutrient-chart.light-purple > .eaten-grouping > .align-right,
.individual-nutrient-chart.light-purple > .target-grouping > .align-right {
  color: #7a3a91 !important;
  font-weight: bold;
}
.report-section-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.nutrient-type-title {
  font-size: 20px;
  font-weight: bold;
  color: #626264 !important;
}
.nutrient-label-hr {
  margin: 4px 0px 0px 0px;
  border: 0;
  border-top: 3px solid #bbbbbb;
}
.report-text-paragraph {
  margin: 10px 0px 30px 0px;
}
.report-text-bar {
  border: none;
  margin: 5%;
  border-radius: 25px;
  font-size: 1em;
  color: #000000;
}
.report-text-bar.gray {
  color: #FFFFFF;
  background: #404041;
  margin-top: 5px;
  margin-bottom: 5px;
}
.unit-bar {
  display: inline-block;
  margin: 0px 15px 0px 0px ;
  border-radius: 25px;
  font-size: 12px;
  color: #FFFFFF;
  background: #525252;
  padding: 2px 15px 2px 15px;
  position: relative;
}
.report-text-bar.under-target {
  color: #525252;
  background: #D9D9D9;
  margin-top: 0px;
  margin-bottom: 5px;
}
.individual-nutrient-chart-label {
  font-weight: bold;
  min-height: 20px;
}
@media print {
  .food-group-hr {
    min-height: 0px;
  }
  .individual-nutrient-chart {
    margin-bottom: 70px;
  }
  .left-side-text {
    width: 100px;
  }
  .col-md-6 {
    float: left;
    /*width: 50% !important;*/
  }
  .col-md-2 {
    float: left;
    /*width: 16.66666667% !important;*/
  }
  .col-md-1 {
    float: left;
    /*width: 8.33333333% !important;*/
  }
  #printReport .food-group-col {
    /*width: 20%;*/
    float: left;
  }
  a[href]:after {
    content: "";
  }
}
.hr.individual-nutrient-chart-label {
  margin: 4px 8px 0px 8px;
  border: 0;
  border-top: 1px solid #BBBBBB;
}
.individual-nutrient-chart-target-background {
  fill: #DDDDDD;
}
g.target-line > path {
  stroke: #BBBBBB;
}
g.bottom-axis > path {
  stroke: #444444;
}
.align-left {
  float: left;
}
.individual-nutrient-chart > .eaten-grouping,
.individual-nutrient-chart > .target-grouping {
  height: 16px;
}
.eaten-grouping > .align-left,
.target-grouping > .align-left,
.chart-target {
  font-size: 12px;
  font-weight: bold;
  color: #444446 !important;
  fill: #444446 !important;
}
.align-right {
  float: right;
}
.chart .label {
  fill: #12293E;
  font: 9px sans-serif;
  text-anchor: end;
}
.axis path,
.axis line {
  fill: none;
  stroke: #12293E;
  shape-rendering: crispEdges;
}
.chart text.target-text {
  fill: #12293E;
  font: 11px sans-serif;
  text-anchor: start;
  font-weight: 700;
}
.food-group-text {
  font-size: 18px;
}
path.grain,
rect.grain {
  fill: #074b83;
}
.report-text-bar.grain {
  background: #074b83;
  color: #FFFFFF;
}
#grains > .food-group-chart-title,
.grain-text {
  color: #074b83 !important;
}
path.dairy,
rect.dairy {
  fill: #06798b;
}
.report-text-bar.dairy {
  background: #06798b;
  color: #FFFFFF;
}
#dairy > .food-group-chart-title,
.dairy-text {
  color: #06798b !important;
}
path.fruit,
rect.fruit {
  fill: #bc1e2b;
}
.report-text-bar.fruit {
  background: #bc1e2b;
  color: #FFFFFF;
}
#fruits > .food-group-chart-title,
.fruit-text {
  color: #bc1e2b !important;
}
path.protein,
rect.protein {
  fill: #7e3e95;
}
.report-text-bar.protein {
  background: #7e3e95;
  color: #FFFFFF;
}
#protein-foods > .food-group-chart-title,
.protein-text {
  color: #7e3e95 !important;
}
path.vegetable,
rect.vegetable {
  fill: #017f38;
}
.report-text-bar.vegetable {
  background: #017f38;
  color: #FFFFFF;
}
#vegetables > .food-group-chart-title,
.vegetable-text {
  color: #017f38 !important;
}
path.calories,
rect.calories {
  fill: #06798b;
}
.report-text-bar.calories {
  background: #06798b;
}
.calories-text {
  fill: #06798b !important;
}
.rnr-section-title {
  margin: 0 10px;
}
.rnr-section-title > h1 {
  color: black;
  margin-bottom: 5px;
}
.rnr-section-title > div {
  height: 4px;
  background-color: lightgray;
  border-radius: 50%;
}
.rnr-meal-title {
  /*margin: 0 10px;*/
}
.rnr-meal-title > p {
  color: #06798b;
  font-weight: bold;
  margin: 0;
}
.rnr-meal-title > p > span {
  color: black;
  font-weight: normal;
}
.meal-line-item {
  /*margin: 5px 10px;*/
  margin: 5px 0;
}
.profile-print-show {
  display: none;
}
.rnr-link {
  text-decoration: underline;
  color: #196dfe !important;
}
@media (min-width: 768px) {
  .food-group-chart-title {
    font-size: 14px;
  }
  .report-text-bar {
    font-size: 0.9em;
  }
  .report-text-bar {
    margin: 5% 0;
    font-size: 0.8em;
  }
  .recall-container hr {
    display: block;
  }
  .left-side-text {
    width: 100px;
  }
  .nutrient-all-text {
    display: flex;
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .nutrient-all-intake-nutrient-header {
    width: 100px;
  }
  .nutrient-all-intake-test {
    width: 100px;
  }
  .nutrient-all-intake {
    width: 85px;
  }
  .nutrient-all-intake-sup {
    width: 115px;
  }
  h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .rnr-subheader {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 20px 0 !important;
    font-family: Arial, Helvetica, sans-serif;
  }
  /*.limited-nutrient-chart {
    min-width: 125px;
  }*/
  .target-text-header {
    margin-top: 30px;
    margin-right: 90px;
    width: 505px;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: bolder;
  }
}
@media (min-width: 992px) {
  /*.limited-nutrient-chart {
    min-width: 200px;
  }*/
}
@media (min-width: 1200px) {
  .nutrient-label {
    height: 50px;
  }
  /*.limited-nutrient-chart {
    min-width: 400px;
  }*/
}
@media print {
  .nutrient-whole-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: solid 1px grey;
    padding-bottom: 5px;
  }
  .nutrient-all-intake-nutrient-header {
    width: 100px;
  }
  .nutrient-all-intake-test {
    width: 100px;
  }
  .nutrient-all-intake {
    width: 80px;
  }
  .nutrient-all-intake-sup {
    width: 100px;
  }
  .intake-numbers {
    display: flex;
    min-width: 225px;
  }
  .limit-numbers {
    display: flex;
    margin-top: 30px;
  }
  .intake-text {
    font-weight: bolder;
  }
  .intake-green-text {
    font-weight: bolder;
    color: #007e34 !important;
  }
  .intake-blue-text {
    font-weight: bolder;
    color: #056e9e !important;
  }
  .intake-green-text-underline {
    font-weight: bolder;
    font-size: 14px;
    color: green !important;
  }
  .intake-blue-text-underline {
    font-weight: bolder;
    font-size: 14px;
    color: #056e9e !important;
  }
  .nutrient-all-text {
    display: flex;
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .target-text-header {
    margin-top: 30px;
    margin-right: 90px;
    width: 505px;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: bolder;
  }
  .limit-text-header {
    margin-top: 30px;
    margin-right: 35px;
    font-weight: bolder;
    font-size: 14px;
    text-align: left;
  }
  .nutrient-row:nth-child(even) {
    background-color: #F5F5F5;
  }
}
.food-group-chart-title {
  font-size: 14px;
  margin: 50px 0;
}
#printReport .individual-nutrient-chart {
  margin-bottom: 30px;
  /*width: 33%;*/
  /*float: left;
    margin-right: 2px;*/
}
#printReport .individual-nutrient-chart > .target-grouping,
#printReport .individual-nutrient-chart > .eaten-grouping {
  max-width: 155px;
}
.food-group-charts-container {
  display: flex;
  justify-content: space-between;
}
#printReport .p-1 {
  padding: 1rem;
}
#printReport .py-1 {
  padding: 1rem 0;
}
#printReport .p-2 {
  padding: 2rem;
}
#printReport .py-2 {
  padding: 2rem 0;
}
#printReport .p-3 {
  padding: 3rem;
}
#printReport .py-3 {
  padding: 3rem 0;
}
.report-text-bar {
  font-size: 0.9em;
}
.report-text-bar {
  margin: 5% 0;
  font-size: 0.8em;
}
.recall-container hr {
  display: block;
}
.left-side-text {
  width: 100px;
}
h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.rnr-subheader {
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin: 20px 0 !important;
  font-family: Arial, Helvetica, sans-serif;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  #printReport .badge-asa24 {
    background-color: #999999 !important;
    color: #fff !important;
    float: left;
    /*width: 8.33333333% !important;*/
  }
  #printReport .report-text-bar.under-target {
    color: #525252 !important;
    background: #D9D9D9 !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  }
  #printReport .report-text-bar.gray {
    color: #FFFFFF !important;
    background: #404041 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  #printReport .report-text-bar.grain {
    background: #074b83 !important;
    color: #FFFFFF !important;
  }
  #printReport .report-text-bar.fruit {
    background: #bc1e2b !important;
    color: #FFFFFF !important;
  }
  #printReport .report-text-bar.dairy {
    background: #06798b !important;
    color: #FFFFFF !important;
  }
  #printReport .report-text-bar.vegetable {
    background: #017f38 !important;
    color: #FFFFFF !important;
  }
  #printReport .report-text-bar.protein {
    background: #7e3e95 !important;
    color: #FFFFFF !important;
  }
  .before-breaker {
    page-break-before: always !important;
  }
  .print-hide {
    display: none !important;
  }
}
