.spinner.input-group .input-group-addon a.spin-up, .spinner.input-group .input-group-addon a.spin-down {
  height: 10px;
  width: 10px;
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #999; }
  .spinner.input-group .input-group-addon a.spin-up .icon-sort-down, .spinner.input-group .input-group-addon a.spin-down .icon-sort-down {
    position: relative;
    top: -6px; }
  .spinner.input-group .input-group-addon a.spin-up:hover, .spinner.input-group .input-group-addon a.spin-down:hover {
    color: #555; }

.spinner.input-group input {
  text-align: center; }

.spinner.input-group.input-group-lg .input-group-addon a.spin-up, .spinner.input-group.input-group-lg .input-group-addon a.spin-down {
  font-size: 16px;
  height: 12px; }

.spinner.input-group.input-group-sm .input-group-addon a.spin-up, .spinner.input-group.input-group-sm .input-group-addon a.spin-down {
  font-size: 12px;
  height: 9px; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*!normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*!Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: "(" attr(href) ")"; }
  abbr[title]:after {
    content: "(" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #ffffff !important; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #ffffff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dddddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #565656;
  background-color: #ffffff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #035ea6;
  text-decoration: none; }

a:hover, a:focus {
  color: #035ea6;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-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; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #303030; }

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: #777; }

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: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #035ea6; }

a.text-primary:hover {
  color: #010a14; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #ffffff;
  background-color: #035ea6; }

a.bg-primary:hover {
  background-color: #010a14; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.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;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

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

.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: #777; }

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

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;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #535353;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

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: #535353;
  background-color: #f5f5f5;
  border: 1px solid #CCC;
  border-radius: 4px; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

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

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

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

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.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.66667%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .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.66667%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .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.66667%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-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 #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

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

.table .table {
  background-color: #ffffff; }

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

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  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:hover > .active, .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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.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:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.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:hover > .warning, .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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #faf2cc; }

.table-responsive {
  overflow-x: auto;
  min-height: .01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .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;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #535353;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .form-control {
  height: 34px; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-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;
  -o-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; }

input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, select:focus, textarea:focus, .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #999999; }

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999999; }

input[type=text][disabled], input[type=password][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=date][disabled], input[type=month][disabled], input[type=time][disabled], input[type=week][disabled], input[type=number][disabled], input[type=email][disabled], input[type=url][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=color][disabled], select[disabled], textarea[disabled], .form-control[disabled], input[type=text][readonly], input[type=password][readonly], input[type=datetime][readonly], input[type=datetime-local][readonly], input[type=date][readonly], input[type=month][readonly], input[type=time][readonly], input[type=week][readonly], input[type=number][readonly], input[type=email][readonly], input[type=url][readonly], input[type=search][readonly], input[type=tel][readonly], input[type=color][readonly], select[readonly], textarea[readonly], .form-control[readonly], fieldset[disabled] input[type=text], fieldset[disabled] input[type=password], fieldset[disabled] input[type=datetime], fieldset[disabled] input[type=datetime-local], fieldset[disabled] input[type=date], fieldset[disabled] input[type=month], fieldset[disabled] input[type=time], fieldset[disabled] input[type=week], fieldset[disabled] input[type=number], fieldset[disabled] input[type=email], fieldset[disabled] input[type=url], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=color], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textareainput[type=text], textareainput[type=password], textareainput[type=datetime], textareainput[type=datetime-local], textareainput[type=date], textareainput[type=month], textareainput[type=time], textareainput[type=week], textareainput[type=number], textareainput[type=email], textareainput[type=url], textareainput[type=search], textareainput[type=tel], textareainput[type=color], textareaselect, textareatextarea, textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.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], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.form-control.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-control.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.form-control.input-sm, select[multiple].form-control.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.form-control.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-control.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.form-control.input-lg, select[multiple].form-control.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-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;
  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; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-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;
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-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;
  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 .form-control {
  border: #468847 1px solid !important; }

.has-warning .form-control {
  border: #c09853 1px solid !important; }

.has-error .form-control {
  border: #b94a48 1px solid !important; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #969696; }

@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 .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .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;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

input[type=submit], input[type=reset], input[type=button], button, .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn:focus, input[type=submit]:active:focus, input[type=reset]:active:focus, input[type=button]:active:focus, button:active:focus, .btn:active:focus, input[type=submit].active:focus, input[type=reset].active:focus, input[type=button].active:focus, button.active:focus, .btn.active:focus, input[type=submit].focus, input[type=reset].focus, input[type=button].focus, button.focus, .btn.focus, input[type=submit]:active.focus, input[type=reset]:active.focus, input[type=button]:active.focus, button:active.focus, .btn:active.focus, input[type=submit].active.focus, input[type=reset].active.focus, input[type=button].active.focus, button.active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .btn:hover, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn:focus, input[type=submit].focus, input[type=reset].focus, input[type=button].focus, button.focus, .btn.focus {
  color: #ffffff;
  text-decoration: none; }

input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active, .btn:active, input[type=submit].active, input[type=reset].active, input[type=button].active, button.active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

input[type=submit].disabled, input[type=reset].disabled, input[type=button].disabled, button.disabled, .btn.disabled, input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], button[disabled], .btn[disabled], fieldset[disabled] input[type=submit], fieldset[disabled] input[type=reset], fieldset[disabled] input[type=button], fieldset[disabled] button, fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=submit], input[type=reset], input[type=button], button, .btn-default {
  color: #ffffff;
  background-color: #392e2c;
  border-color: #262626; }

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .btn-default:hover, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn-default:focus, input[type=submit].focus, input[type=reset].focus, input[type=button].focus, button.focus, .btn-default.focus, input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active, .btn-default:active, input[type=submit].active, input[type=reset].active, input[type=button].active, button.active, .btn-default.active, .open > .dropdown-toggleinput[type=submit], .open > .dropdown-toggleinput[type=reset], .open > .dropdown-toggleinput[type=button], .open > .dropdown-togglebutton, .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808; }

input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active, .btn-default:active, input[type=submit].active, input[type=reset].active, input[type=button].active, button.active, .btn-default.active, .open > .dropdown-toggleinput[type=submit], .open > .dropdown-toggleinput[type=reset], .open > .dropdown-toggleinput[type=button], .open > .dropdown-togglebutton, .open > .dropdown-toggle.btn-default {
  background-image: none; }

input[type=submit].disabled, input[type=reset].disabled, input[type=button].disabled, button.disabled, .btn-default.disabled, input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], button[disabled], .btn-default[disabled], fieldset[disabled] input[type=submit], fieldset[disabled] input[type=reset], fieldset[disabled] input[type=button], fieldset[disabled] button, fieldset[disabled] .btn-default, input[type=submit].disabled:hover, input[type=reset].disabled:hover, input[type=button].disabled:hover, button.disabled:hover, .btn-default.disabled:hover, input[type=submit][disabled]:hover, input[type=reset][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:hover, .btn-default[disabled]:hover, fieldset[disabled] input[type=submit]:hover, fieldset[disabled] input[type=reset]:hover, fieldset[disabled] input[type=button]:hover, fieldset[disabled] button:hover, fieldset[disabled] .btn-default:hover, input[type=submit].disabled:focus, input[type=reset].disabled:focus, input[type=button].disabled:focus, button.disabled:focus, .btn-default.disabled:focus, input[type=submit][disabled]:focus, input[type=reset][disabled]:focus, input[type=button][disabled]:focus, button[disabled]:focus, .btn-default[disabled]:focus, fieldset[disabled] input[type=submit]:focus, fieldset[disabled] input[type=reset]:focus, fieldset[disabled] input[type=button]:focus, fieldset[disabled] button:focus, fieldset[disabled] .btn-default:focus, input[type=submit].disabled.focus, input[type=reset].disabled.focus, input[type=button].disabled.focus, button.disabled.focus, .btn-default.disabled.focus, input[type=submit][disabled].focus, input[type=reset][disabled].focus, input[type=button][disabled].focus, button[disabled].focus, .btn-default[disabled].focus, fieldset[disabled] input[type=submit].focus, fieldset[disabled] input[type=reset].focus, fieldset[disabled] input[type=button].focus, fieldset[disabled] button.focus, fieldset[disabled] .btn-default.focus, input[type=submit].disabled:active, input[type=reset].disabled:active, input[type=button].disabled:active, button.disabled:active, .btn-default.disabled:active, input[type=submit][disabled]:active, input[type=reset][disabled]:active, input[type=button][disabled]:active, button[disabled]:active, .btn-default[disabled]:active, fieldset[disabled] input[type=submit]:active, fieldset[disabled] input[type=reset]:active, fieldset[disabled] input[type=button]:active, fieldset[disabled] button:active, fieldset[disabled] .btn-default:active, input[type=submit].disabled.active, input[type=reset].disabled.active, input[type=button].disabled.active, button.disabled.active, .btn-default.disabled.active, input[type=submit][disabled].active, input[type=reset][disabled].active, input[type=button][disabled].active, button[disabled].active, .btn-default[disabled].active, fieldset[disabled] input[type=submit].active, fieldset[disabled] input[type=reset].active, fieldset[disabled] input[type=button].active, fieldset[disabled] button.active, fieldset[disabled] .btn-default.active {
  background-color: #535353;
  border-color: #262626; }

input[type=submit] .badge, input[type=reset] .badge, input[type=button] .badge, button .badge, .btn-default .badge {
  color: #535353;
  background-color: #ffffff; }

.btn-primary {
  color: #ffffff;
  background-color: #035ea6;
  border-color: #01172d; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #010a14;
  border-color: #000; }

.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.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: #035ea6;
  border-color: #01172d; }

.btn-primary .badge {
  color: #035ea6;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  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.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: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  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.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: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  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.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: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  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.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: #ffffff; }

.btn-link {
  color: #035ea6;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-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: #035ea6;
  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: #777;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup, .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;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-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: #535353;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #035ea6; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.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: #777;
  white-space: nowrap; }

.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: 2px; }

@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 + .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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 > .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: 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 {
  position: relative;
  z-index: 2;
  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.3333333;
  border-radius: 6px; }

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, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].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: 3px; }

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, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].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: #555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #CCC;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.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: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  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: #035ea6; }

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

.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: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 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: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.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: #ffffff;
  background-color: #035ea6; }

.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: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.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: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  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;
    visibility: visible !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; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.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;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@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: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.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-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);
  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 .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .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;
    vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@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;
    box-shadow: none; } }

.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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #888;
  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: #535353;
  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: #dddddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.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: #535353;
    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: #535353; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #535353; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #CCC; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  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: #535353; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #535353; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.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: #ffffff; }

@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: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.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: #035ea6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #035ea6;
  background-color: #eeeeee;
  border-color: #dddddd; }

.pagination > li > a.active {
  background-color: #035ea6;
  color: #fff; }

.pagination > li > a.active:hover {
  background-color: #035ea6;
  color: #fff;
  cursor: default; }

.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: #ffffff;
  background-color: #035ea6;
  border-color: #035ea6;
  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: #777;
  background-color: #ffffff;
  border-color: #dddddd;
  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: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.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: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.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: #ffffff;
  border: 1px solid #dddddd;
  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: #777;
  background-color: #ffffff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #035ea6; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #010a14; }

.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: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #035ea6;
  background-color: #ffffff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px 15px;
  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; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }
  .container .jumbotron, .container-fluid .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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #035ea6; }

.thumbnail .caption {
  padding: 9px;
  color: #565656; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.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, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  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: 4px;
  -webkit-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: #ffffff;
  text-align: center;
  background-color: #035ea6;
  -webkit-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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  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: -o-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, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -o-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: -o-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: -o-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: -o-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 {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.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: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #535353; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #035ea6;
  border-color: #035ea6; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #1c87f9; }

.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: #ffffff;
  background-color: #3c763d;
  border-color: #3c763d; }

.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: #ffffff;
  background-color: #31708f;
  border-color: #31708f; }

.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: #ffffff;
  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: #faf2cc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #ffffff;
  background-color: #a94442;
  border-color: #a94442; }

.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr: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:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.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, .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 {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #535353;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #535353; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #035ea6; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #035ea6;
  border-color: #035ea6; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #035ea6; }

.panel-primary > .panel-heading .badge {
  color: #035ea6;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #035ea6; }

.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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;
  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: #999999;
  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: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.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%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, 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, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, 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: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: .9;
  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%;
  margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd: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, .dl-horizontal dd: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, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  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; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html {
  height: 100%; }

body, #body, #Body, #form, #Form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

#BgLayer1 {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
  background: #ffffff; }

header.navbar {
  background: #035ea6;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  margin: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

header.navbar .header-aux {
  background: url(../Content/Images/header-aux.png) repeat-x bottom;
  font-size: 10px; }

header.navbar .header-aux > .container {
  position: relative; }

header.navbar .header-aux > .container .col-sm-4 .btn {
  background: transparent;
  box-shadow: none;
  min-height: 30px;
  padding: 0 !important;
  text-align: right; }

header.navbar .header-aux > .container .col-sm-4 .btn:after {
  color: #ffffff;
  content: "\f002";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 15px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  top: 4px; }

header.navbar .navbar-collapse {
  max-height: 100%;
  padding: 0; }

#bt-slider {
  clear: both; }

#bt-slider .container-box, #bt-slider .widget {
  margin: 0 !important; }

#bt-pagetitle {
  background: url(../Content/Images/bg.transp.tile-wavecut.png); }

#bt-pagetitle h1, #bt-pagetitle h2, #bt-pagetitle h3, #bt-pagetitle h4, #bt-pagetitle h5, #bt-pagetitle h6 {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

#MainWrapper {
  position: relative; }

#MainWrapper #SideBar {
  background: #f8f7f5;
  margin: 40px 0;
  padding: 20px 0; }

#MainWrapper #SideBar .LeftZone {
  border-top: 4px double #dddddd;
  padding: 20px; }

#MainWrapper #SideBar .LeftZone:empty {
  display: none; }

#MainWrapper #Main {
  padding: 20px 0 40px; }

#MainWrapper #Main:after {
  clear: both;
  content: "";
  display: table; }

#MainWrapper.boxed #Main {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 30px 40px; }

#MainWrapper.boxed #SideBar {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

footer {
  background: url(../Content/Images/bg.transp.tile-wavecut.png) #fcbd54;
  margin: 0;
  padding: 70px 0;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: bold;
  bottom: 0;
  position: absolute;
  width: 100%; }

footer #FooterWidgets .table td {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.1); }

footer #FooterWidgets h1, footer #FooterWidgets h2, footer #FooterWidgets h3, footer #FooterWidgets h4, footer #FooterWidgets h5, footer #FooterWidgets h6 {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

footer #FooterWidgets a {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

footer #FooterWidgets a:hover {
  text-decoration: underline; }

footer #FooterCopyright {
  font-size: 13px;
  margin-top: 30px; }

footer #FooterCopyright > span {
  margin-right: 10px; }

hr {
  border-top: 4px #eeeeee double; }

a {
  transition: color .2s; }

h1, h2, h3, h4, h5, h6 {
  color: #035ea6;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  text-transform: uppercase; }

::selection {
  background: #035ea6;
  color: #ffffff; }

.icon-rounded {
  background: #eeeeee;
  border-radius: 900px;
  cursor: default;
  display: inline-block;
  font-size: 30px;
  height: 90px;
  line-height: 90px !important;
  transition: all .1s linear;
  width: 90px; }

.icon-rounded:hover {
  background: #035ea6;
  color: #ffffff; }

.highlight {
  transition: .2s all; }

.highlight:hover {
  background-color: #035ea6 !important; }

.highlight:hover h1, .highlight:hover h2, .highlight:hover h3, .highlight:hover h4, .highlight:hover h5, .highlight:hover h6, .highlight:hover p, .highlight:hover small, .highlight:hover li, .highlight:hover span, .highlight:hover div, .highlight:hover td {
  color: #ffffff; }

.alert {
  border: none;
  text-shadow: none; }

blockquote p {
  color: #999999;
  font-family: Cambria,Georgia,serif;
  font-size: 28px;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1.1em;
  position: relative; }

blockquote small {
  color: #aaa; }

blockquote small:before, blockquote small :after {
  content: ""; }

.carousel {
  line-height: 1.5em;
  margin-bottom: 0; }

.carousel .item {
  padding: 0;
  width: 100%; }

.carousel .item .carousel-caption {
  background: transparent;
  bottom: 40px;
  left: 80px;
  padding: 0;
  max-width: 80%;
  text-align: left; }

.carousel .item .carousel-caption h1, .carousel .item .carousel-caption h2, .carousel .item .carousel-caption h3, .carousel .item .carousel-caption h4, .carousel .item .carousel-caption h5, .carousel .item .carousel-caption h6 {
  background: #899cbc;
  clear: both;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  font-size: 36px;
  line-height: 54px;
  margin: 0 0 3px;
  padding: 0 10px; }

.carousel .item .carousel-caption p {
  background: #899cbc;
  clear: both;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  font-size: 22px;
  line-height: 1.3em;
  padding: 15px 10px; }

.carousel .carousel-control {
  background: #000;
  font-size: 30px;
  height: 60px;
  line-height: 56px;
  opacity: .3;
  text-shadow: none;
  top: 40%;
  width: 60px; }

.carousel .carousel-control.left:after {
  content: "\f104";
  font-family: FontAwesome; }

.carousel .carousel-control.right:after {
  content: "\f105";
  font-family: FontAwesome; }

.carousel .carousel-control:hover {
  background-color: #035ea6;
  color: #ffffff;
  opacity: .9; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .form-control {
  border: 1px #dddddd solid;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  padding: 6px 12px; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, select.form-control {
  height: 34px; }

.input-lg {
  height: 45px !important; }

.input-sm {
  height: 30px !important; }

select[multiple], select[size] {
  height: auto; }

input[type=submit], input[type=reset], input[type=button], button, .btn {
  border: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25) inset;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  padding: 15px 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  transition: all .2s; }

.btn-link {
  box-shadow: none;
  color: inherit;
  text-shadow: none; }

.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
  font-size: 21px;
  padding: 20px 24px; }

.btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn {
  font-size: 13px;
  padding: 6px 10px; }

.btn-group-xs > .btn, .btn-xs, .btn-group-xs > .btn {
  font-size: 11px;
  padding: 1px 5px; }

.jumbotron {
  background-color: transparent;
  border-bottom: 4px double #eeeeee;
  border-radius: 0 !important;
  padding: 20px;
  text-align: center; }

.jumbotron h1 {
  color: #535353;
  font-size: 28px;
  margin-bottom: .2em; }

.jumbotron p {
  letter-spacing: -1px;
  font-size: 22px; }

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }

.modal-content .modal-header {
  border-bottom: 1px solid #eeeeee;
  padding: 9px 15px; }

.modal-content .modal-header .close {
  background: #ffffff !important;
  box-shadow: none;
  margin-top: 0; }

.modal-content .modal-body {
  border-bottom: 3px solid #fcfcfc;
  border-top: 3px solid #fcfcfc; }

.modal-content .modal-footer {
  background-color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
  box-shadow: none;
  margin-top: 0; }

.nav-tabs > li > a {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 12px;
  text-transform: uppercase; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #f9f9f9;
  border-color: #f9f9f9 #f9f9f9 #dddddd; }

.nav-pills > li > a {
  background: #899cbc;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 12px;
  text-transform: uppercase; }

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background: #035ea6;
  color: #ffffff; }

.nav-pills > li > a:hover > .badge, .nav-pills > li > a:focus > .badge {
  background: #ffffff;
  color: #000; }

.nav-pills > li > a > .badge {
  background: #ffffff;
  color: #000; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #035ea6; }

.nav > li.disabled {
  opacity: .5; }

.nav > li.disabled > a {
  background: #899cbc !important;
  color: #ffffff !important; }

.page-header {
  border-bottom: 4px double #eeeeee; }

.page-header h1 {
  font-size: 28px; }

.page-header h1 small {
  font-size: 22px; }

.pager li a, .pager li span {
  background-color: #535353;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase; }

.pager li a:hover, .pager li a:focus {
  background-color: #035ea6;
  color: #ffffff; }

.panel {
  border-radius: 3px;
  box-shadow: none; }

.panel.panel-default {
  border-color: #f9f9f9; }

.panel.panel-default > .panel-heading {
  background: #f9f9f9;
  border-bottom: none; }

.panel .panel-footer {
  background: #f9f9f9;
  border-top: none; }

.panel.panel-primary > .panel-heading h1, .panel.panel-primary > .panel-heading h2, .panel.panel-primary > .panel-heading h3, .panel.panel-primary > .panel-heading h4, .panel.panel-primary > .panel-heading h5, .panel.panel-primary > .panel-heading h6 {
  color: #ffffff; }

.panel-group .panel-heading {
  transition: all .2s; }

.panel-group .panel-heading a:before {
  content: "\f056";
  display: inline-block;
  font-family: fontawesome;
  font-size: 16px;
  margin-right: 5px; }

.panel-group .panel-heading a.collapsed:before {
  content: "\f055"; }

.panel-group .panel-heading:hover {
  background: #035ea6;
  color: #ffffff; }

.panel-group .panel-heading:hover h1, .panel-group .panel-heading:hover h2, .panel-group .panel-heading:hover h3, .panel-group .panel-heading:hover h4, .panel-group .panel-heading:hover h5, .panel-group .panel-heading:hover h6, .panel-group .panel-heading:hover a {
  color: #ffffff;
  text-decoration: none; }

.progress {
  border-radius: 20px;
  height: 16px; }

.progress .bar {
  border-radius: 20px; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #F2EFEF; }

.well {
  background-color: #f8f7f5;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.well.highlight {
  background: #f8f7f5; }

.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

.nivo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #ffffff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: .8;
  overflow: hidden;
  display: none;
  -moz-opacity: .8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0; }

.nivo-nextNav {
  right: 0; }

.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

.nivo-caption {
  background: #899cbc;
  left: 80px;
  bottom: 40px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 22px;
  max-width: 80%;
  opacity: 1;
  padding: 15px 10px;
  width: auto; }

.nivo-directionNav a {
  background: #000;
  border-radius: 0;
  color: #ffffff;
  font-family: fontawesome;
  font-size: 0;
  height: 60px;
  line-height: 60px;
  margin: 0;
  opacity: .3;
  text-align: center;
  width: 60px; }

.nivo-directionNav a:hover {
  background: #035ea6;
  opacity: .9;
  text-decoration: none; }

.nivo-prevNav:before {
  color: #ffffff;
  content: "\f104";
  font-size: 40px; }

.nivo-nextNav:before {
  color: #ffffff;
  content: "\f105";
  font-size: 40px; }

.nivo-controlNav a {
  color: #CCC;
  font-size: 0;
  margin: 0 2px; }

.nivo-controlNav a:before {
  content: "\f10c";
  font-family: fontawesome;
  font-size: 14px; }

.nivo-controlNav a.active:before {
  color: #999999;
  content: "\f111";
  font-weight: normal; }

.C01 .TM {
  background: #899cbc; }

.C01 .TM .CTitle {
  color: #ffffff;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif; }

.C02 .TM {
  background: #fcbd54; }

.C02 .TM .CTitle {
  color: #000;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif; }

.C03 .TM .CTitle {
  color: #899cbc;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif; }

.C04 .TM .CTitle {
  color: #fcbd54;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif; }

#Breadcrumb {
  display: block;
  border-top: 4px double #eeeeee;
  clear: both;
  font-size: 13px;
  margin-top: 20px;
  padding: 20px 0; }

#Breadcrumb .breadcrumblink {
  color: #565656;
  padding: 0 2px;
  text-decoration: none; }

#Breadcrumb .breadcrumblinkhover, #Breadcrumb .breadcrumblinkcurrent {
  color: #035ea6;
  padding: 0 2px;
  text-decoration: none; }

#Breadcrumb .fa-home:before {
  color: #565656; }

#Cart {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  vertical-align: bottom; }

#Cart .cartlink {
  color: #000;
  opacity: .4; }

#Cart .cartlinkhover {
  opacity: .7; }

#Cart .cartprice {
  float: left; }

#Cart tr {
  float: left; }

#Cart tr:first-child td:before {
  content: "\f07a";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 16px;
  left: 10px;
  position: absolute;
  width: 14px; }

#Copyright {
  display: inline-block; }

#Copyright .Copyright {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Language {
  display: inline-block;
  margin-right: 30px; }

#Language .language {
  color: #ffffff;
  display: inline-block;
  line-height: 18px;
  margin: 7px 5px 7px 0;
  opacity: .7;
  text-decoration: none;
  vertical-align: top; }

#Language .language:hover {
  opacity: 1; }

#Language .languageselected {
  opacity: 1; }

#Login {
  display: inline-block;
  margin: 7px 15px 7px 0;
  text-transform: uppercase;
  vertical-align: top; }

#Login .user-actions a, #Login .user-actions a:link, #Login .user-actions a:visited, #Login .user-actions a:active {
  color: #ffffff;
  line-height: 18px;
  opacity: .3;
  text-decoration: none;
  transition: .2 all; }

#Login .user-actions a:hover {
  opacity: 1;
  text-decoration: none; }

#Logo {
  color: #ffffff;
  margin: 30px 0; }

#Logo .logoimg {
  border: none;
  margin-right: 20px; }

#Logo a {
  color: #ffffff; }

#Logo .logopagetitle {
  color: #ffffff;
  font-size: 16px;
  margin: 6px 0 0 !important;
  text-transform: none; }

#MenuH {
  display: inline-block;
  float: right;
  margin: 35px -15px 0 0; }

#MenuH ul.menu > li > a, #MenuH ul.menu > li > span {
  color: #ffffff;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 15px;
  opacity: .7;
  padding: 0 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s all; }

#MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
  color: #ffffff;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 15px;
  opacity: 1.0;
  padding: 0 15px 35px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuH .submenu {
  background: #035ea6;
  margin: 0;
  padding: 0;
  z-index: 9999; }

#MenuH .submenu li, #MenuH .submenu li:hover, #MenuH .submenu li.current {
  background: transparent; }

#MenuH .submenu li a, #MenuH .submenu li span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuH.megamenu .mega > .submenu > li, #MenuH.megamenu .mega > .submenu > .megamenu-row > li {
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px; }

#MenuH.megamenu .mega > .submenu > li:last-child, #MenuH.megamenu .mega > .submenu > .megamenu-row > li:last-child {
  border-right: none; }

#MenuH.megamenu .mega > .submenu > li > a, #MenuH.megamenu .mega > .submenu > .megamenu-row > li > a {
  font-size: 15px !important;
  padding: 10px 5px 10px 15px !important; }

#MenuH.megamenu .mega > .submenu .submenu {
  border: none;
  box-shadow: none;
  padding-left: 15px; }

#MenuH.megamenu .mega > .submenu .submenu li a {
  background: transparent !important;
  border-bottom: none;
  font-size: .9em;
  padding: 6px 0; }

#Main #MenuH {
  background: #035ea6;
  float: none;
  margin: 0;
  padding-top: 35px; }

#MenuV {
  display: block;
  margin-bottom: 20px; }

#MenuV ul.menu > li > a, #MenuV ul.menu > li > span {
  background: transparent;
  color: #035ea6;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none;
  transition: .2s all; }

#MenuV ul.menu > li > a:before, #MenuV ul.menu > li > span:before {
  color: #999999;
  content: "\f105";
  font-family: fontawesome;
  margin-right: 10px; }

#MenuV ul.menu > li:hover > a, #MenuV ul.menu > li:hover > span, #MenuV ul.menu > li.current > a, #MenuV ul.menu > li.current > span {
  background: transparent;
  color: #000;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none; }

#MenuV ul.menu > li:hover > a:before, #MenuV ul.menu > li:hover > span:before, #MenuV ul.menu > li.current > a:before, #MenuV ul.menu > li.current > span:before {
  color: #999999;
  content: "\f105";
  font-family: fontawesome;
  margin-right: 10px; }

#MenuV .submenu {
  background: #035ea6;
  margin: 0;
  padding: 0;
  z-index: 9999; }

#MenuV .submenu li, #MenuV .submenu li:hover, #MenuV .submenu li.current {
  background: transparent; }

#MenuV .submenu li a, #MenuV .submenu li span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuV .submenu li:hover > a, #MenuV .submenu li:hover > span, #MenuV .submenu li.current > a, #MenuV .submenu li.current > span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Oswald","Helvetica Neue","Arial","Helvetica",sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuV.megamenu .mega > .submenu > li, #MenuV.megamenu .mega > .submenu > .megamenu-row > li {
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px; }

#MenuV.megamenu .mega > .submenu > li:last-child, #MenuV.megamenu .mega > .submenu > .megamenu-row > li:last-child {
  border-right: none; }

#MenuV.megamenu .mega > .submenu > li > a, #MenuV.megamenu .mega > .submenu > .megamenu-row > li > a {
  font-size: 15px !important;
  padding: 10px 5px 10px 15px !important; }

#MenuV.megamenu .mega > .submenu .submenu {
  border: none;
  box-shadow: none;
  padding-left: 15px; }

#MenuV.megamenu .mega > .submenu .submenu li a {
  background: transparent !important;
  border-bottom: none;
  font-size: .9em;
  padding: 6px 0; }

#MenuV.accordion .submenu {
  background: #ffffff;
  border: none !important; }

#MenuV.accordion .submenu li, #MenuV.accordion .submenu li:hover, #MenuV.accordion .submenu li.current {
  border-bottom: 1px solid #edebe6; }

#MenuV.accordion .submenu li a, #MenuV.accordion .submenu li span, #MenuV.accordion .submenu li:hover > a, #MenuV.accordion .submenu li:hover > span, #MenuV.accordion .submenu li.current > a, #MenuV.accordion .submenu li.current > span {
  background: transparent !important;
  border-bottom: none !important;
  color: #666666;
  font-family: "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;
  padding: 3px 14px 3px 35px;
  text-transform: none; }

#MenuV.accordion .submenu li .submenu li, #MenuV.accordion .submenu li .submenu li:hover, #MenuV.accordion .submenu li .submenu li.current {
  border-bottom: none !important;
  padding-left: 10px; }

#MenuV.accordion .submenu li .submenu li a, #MenuV.accordion .submenu li .submenu li span, #MenuV.accordion .submenu li .submenu li:hover > a, #MenuV.accordion .submenu li .submenu li:hover > span, #MenuV.accordion .submenu li .submenu li.current > a, #MenuV.accordion .submenu li .submenu li.current > span {
  font-size: .9em !important; }

#Main #MenuV {
  background: #f8f7f5; }

#Privacy {
  display: inline-block; }

#Privacy .privacylink {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Privacy .privacylinkhover {
  text-decoration: underline; }

#Search {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 35px;
  transition: all .3s ease;
  z-index: 100; }

#Search #SearchBar {
  position: relative;
  overflow: hidden; }

#Search .search-form input[type=text] {
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #888;
  cursor: pointer;
  font-family: Cambria,Georgia,serif;
  font-size: 60px;
  height: 130px;
  line-height: 130px;
  margin: 0;
  opacity: 0;
  padding: 0;
  text-indent: 20px;
  vertical-align: top;
  width: 85%; }

#Search .search-form button[type=submit] {
  background: url(../Content/Images/search.gif) no-repeat !important;
  border: none;
  box-shadow: none;
  height: 130px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 130px; }

#Search .searchadvancedlink {
  color: #999999;
  font-size: 18px !important;
  opacity: 0;
  position: absolute;
  right: 160px;
  top: 135px;
  z-index: 102; }

.header-aux .active + #Search {
  height: 130px;
  line-height: 130px;
  overflow: visible; }

.header-aux .active + #Search .search-form input[type=text], .header-aux .active + #Search .search-form button[type=submit] {
  opacity: 1;
  transition-delay: .2s;
  transition: .5s ease-in; }

.IE8 #Search .searchBox, .IE8 #Search input[type=text] {
  background: white !important; }

#Sitemap {
  display: inline-block;
  border-left: none; }

#Sitemap .sitemaplink {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Sitemap .sitemaplinkhover {
  text-decoration: underline; }

#Terms {
  display: inline-block; }

#Terms .termslink {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Terms .termslinkhover {
  text-decoration: underline; }

#User {
  display: inline-block;
  margin: 7px 15px 7px 0;
  text-transform: uppercase;
  vertical-align: top; }

#User .welcome a, #User .welcome a:link, #User .welcome a:visited, #User .welcome a:active {
  color: #ffffff;
  line-height: 18px;
  opacity: .3;
  text-decoration: none;
  transition: .2 all; }

#User .welcome a:hover {
  opacity: 1;
  text-decoration: none; }

@media (max-width: 991px) {
  #MenuH {
    display: block;
    float: none;
    margin: 0; }
  #MenuH ul.menu > li > a, #MenuH ul.menu > li > span, #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    padding: 0 30px 15px 0; } }

@media (max-width: 767px) {
  body {
    padding-top: 0 !important; }
  header.navbar {
    position: static; }
  #MenuH {
    display: inline-block !important;
    margin: 0; }
  #MenuH ul.menu > li > a, #MenuH ul.menu > li > span, #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 5px; }
  #MenuH .submenu {
    margin-left: 0 !important;
    padding: 0 0 0 14px; }
  #MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span {
    border: none;
    font-family: "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;
    font-size: 12px;
    padding: 4px 0; }
  #MenuH.megamenu .mega > .submenu > li, #MenuH.megamenu .mega > .submenu > .megamenu-row > li {
    border-right: none;
    float: none !important;
    min-height: 0 !important;
    padding: 0; }
  .collapse-user > .col-md-8, .collapse-search > .col-md-4 {
    display: block;
    float: none;
    width: 100%; }
  #Search {
    height: 65px !important;
    margin: 0 0 20px;
    position: static; }
  #Search .search-form input[type=text] {
    font-size: 30px;
    height: 65px !important;
    line-height: 65px !important;
    opacity: 1; }
  #Search .search-form button[type=submit] {
    background-size: 100% !important;
    height: 65px !important;
    opacity: 1;
    width: 65px !important; }
  #Language {
    margin-right: 5px; }
  #Logo {
    margin: 20px 0; }
  #Logo .logoimg {
    max-height: 30px;
    max-width: 200px; }
  #Logo .logopagetitle {
    display: none; }
  #bt-pagetitle > div {
    padding: 20px; }
  #bt-pagetitle > div h1 {
    font-size: 26px;
    line-height: 1.1em;
    padding: 0; }
  #Main {
    margin-top: 20px;
    padding: 15px; }
  #Copyright {
    display: block !important; }
  .navbar-toggle, .navbar-toggle:hover {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    margin: 7px;
    min-width: 0;
    padding: 0; }
  footer .container-box, footer .widget {
    margin-bottom: 30px !important; }
  footer > span {
    border-left: none;
    padding-left: 0; }
  .carousel .item .carousel-caption {
    background: #899cbc;
    padding: 10px;
    position: static;
    max-width: 100%; }
  .carousel .item .carousel-caption h1, .carousel .item .carousel-caption h2, .carousel .item .carousel-caption h3, .carousel .item .carousel-caption h4, .carousel .item .carousel-caption h5, .carousel .item .carousel-caption h6 {
    float: none;
    font-size: 24px;
    line-height: 1.3em; }
  .carousel .item .carousel-caption p {
    float: none;
    font-size: 18px;
    line-height: 1.3em; } }

@media (max-width: 480px) {
  #Logo img {
    max-width: 240px; } }

@media (min-width: 1200px) {
  .container, .navbar-fixed-top .container {
    width: 1100px !important; } }

.IE7 .container, .IE7 .navbar-fixed-top .container, .IE8 .container, .IE8 .navbar-fixed-top .container {
  width: 1100px !important; }

.IE7 footer, .IE8 footer {
  position: static; }

.IE7 #MainWrapper > .container, .IE8 #MainWrapper > .container {
  padding-bottom: 40px !important; }

.navbar-collapse {
  max-height: 100% !important;
  overflow: visible !important; }

.navbar-brand {
  font-size: inherit;
  height: auto;
  line-height: inherit;
  padding: 0; }

.row [class*="col-"] {
  min-height: 0; }

.row [class*="col-"]:empty, .pane:empty, .EmptyZone {
  display: none !important;
  height: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 0; }

.showZone span {
  border: 1px #777 dotted;
  color: #999999;
  display: block;
  padding: 10px;
  margin: 1px;
  text-align: center; }

#Copyright:empty, #Login:empty, #Logo:empty, #MenuH:empty, #MenuV:empty, #Search:empty, #User:empty, #Breadcrumb, #Cart, #Date, #Language, #Privacy, #Sitemap, #Terms {
  display: none !important; }

ul.menu {
  margin: 0;
  padding: 0; }

ul.menu a {
  color: inherit;
  font: inherit; }

ul.admin li {
  float: left;
  list-style: none;
  padding: 0 0 0 20px; }

ul.menu > li > span > p {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit; }

#MenuH ul.menu > li {
  float: left; }

#MenuH ul.menu, #MenuH ul.menu li, #MenuH ul.menu li a, #MenuH ul.menu li span {
  display: inline-block;
  list-style: none; }

#MenuV ul.menu, #MenuV ul.menu li, #MenuV ul.menu li a, #MenuV ul.menu li span, #MenuH ul.menu ul li, #MenuH ul.menu ul li a, #MenuH ul.menu ul li span, #MenuV ul.menu ul li, #MenuV ul.menu ul li a, #MenuV ul.menu ul li span {
  display: block;
  list-style: none; }

#MenuH .widget, #MenuV .widget {
  margin-bottom: 0; }

#MenuH .submenu, #MenuV .submenu {
  display: none; }

.IE7 #MenuH ul.menu, .IE8 #MenuH ul.menu {
  display: block !important; }

.IE7 #MenuH > select, .IE8 #MenuH > select {
  display: none !important; }

.IE7 #MenuH > select + span, .IE8 #MenuH > select + span {
  display: none !important; }

#MenuV .has-children {
  position: relative; }

#MenuV .has-children-close > a:after, #MenuV .has-children-close > span:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 8px;
  transition: .3s; }

#MenuV .has-children-open > a:after, #MenuV .has-children-open > span:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 8px; }

#MenuH nav, #MenuV nav, article nav {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important; }

#Logo h1 {
  margin: 0; }

#Search form {
  margin: 0; }

.widget-control .manage-actions {
  margin: -15px 0 0;
  position: absolute; }

.IE7.cmsORX .container-box .TM {
  overflow: hidden !important; }

.IE7.cmsORX .c_title {
  float: left !important; }

.IE7.cmsORX #MenuH {
  z-index: 1001; }

.IE7.cmsORX #MenuV {
  z-index: 1000; }

.IE7.cmsORX #MenuH .menu > li {
  display: inline;
  zoom: 1;
  list-style: none;
  float: none; }

.IE7.cmsORX #MenuH .menu > li > a, .IE7.cmsORX #MenuH .menu > li > span {
  float: left; }

.IE7.cmsORX #MenuH .submenu {
  text-align: left;
  width: 180px; }

.IE7.cmsORX #MenuH .submenu li a, .IE7.cmsORX #MenuH .submenu li span {
  white-space: normal;
  display: block; }

@media print {
  a[href]:after {
    content: none !important; } }

#Login > .user-actions, #User > .welcome {
  line-height: 1; }

#Login > .user-actions a:last-child {
  margin-left: 5px; }

.login-form ol {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.login-form li {
  margin-bottom: 10px; }

.login-form label {
  width: 120px; }

form[action*="/Users/Account/ChangePassword"] > div {
  margin-bottom: 10px; }

form[action*="/Users/Account/ChangePassword"] > label {
  width: 120px; }

.tags {
  color: #999999;
  font-size: 11px;
  margin: 12px 0 0;
  text-transform: uppercase; }

.tags:before {
  content: "\f0ae";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 3px; }

.metadata {
  margin: 0 0 12px 0;
  color: #999999;
  font-size: .85em;
  text-transform: uppercase; }

.metadata .published {
  display: inline;
  margin: 0 10px 0 0; }

.metadata .published:before {
  content: "\f133";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 3px; }

.metadata .commentcount {
  display: inline; }

.metadata .commentcount:before {
  content: "\f086";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 3px; }

.blog-posts {
  margin: 2em 0;
  padding: 0; }

.blog-posts li {
  list-style: none;
  margin-bottom: 60px; }

.blog-posts h1 {
  font-size: 30px; }

#comments {
  padding: 20px 0 0; }

.comment-form {
  margin: 24px 0 0 0;
  padding: 0; }

.comments {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments li {
  border-bottom: 1px #e1e1e1 dashed;
  list-style: none;
  margin: 12px 0 30px 0;
  padding-bottom: 20px; }

.comment {
  margin: 0;
  padding: 0; }

.comment h4 {
  font-family: inherit;
  font-size: 1em; }

.comment h4 .when {
  color: #999999;
  font-size: .9em;
  font-weight: normal;
  text-transform: lowercase; }

.comment h4 .when a {
  color: #999999; }

.comment .who {
  color: #535353;
  font-weight: bold; }

.comment-form ol, .comment-form li {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-form ol label {
  display: block;
  padding: .5em 0 0 0; }

.comment-form #commenter {
  font-size: 20px; }

.comment-form #comment-by {
  font-size: 1.231em;
  font-weight: normal;
  margin: 0 0 1.2em 0;
  border: none; }

.comment-form #comment-text {
  margin-bottom: 10px;
  width: 100%; }

.comment-form input[type=text] {
  width: 32em; }

.comment-count {
  font-size: 1.231em; }

.message, .validation-summary-errors {
  margin: 10px 0 4px 0;
  padding: 4px; }

.messages a {
  font-weight: bold; }

.message-Information {
  background: #e6f1c9;
  border: 1px solid #cfe493;
  color: #062232; }

.message-Warning {
  background: #fdf5bc;
  border: 1px solid #ffea9b; }

.critical.message, .validation-summary-errors, .message-Error {
  background: #e68585;
  border: 1px solid #990808;
  color: #ffffff; }

.user-display {
  display: inline; }

.user-display .welcome, .user-display .user-actions a {
  margin-right: 5px; }

.search-form fieldset {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.search-form button[type=submit] {
  cursor: pointer;
  margin: 0; }

.widget-custom-form-widget fieldset {
  margin-bottom: 15px; }

.widget-custom-form-widget legend {
  font-size: 18px;
  margin-bottom: 10px; }

.widget-custom-form-widget input[type=text], .widget-custom-form-widget input[type=password], .widget-custom-form-widget input[type=datetime], .widget-custom-form-widget input[type=datetime-local], .widget-custom-form-widget input[type=date], .widget-custom-form-widget input[type=month], .widget-custom-form-widget input[type=time], .widget-custom-form-widget input[type=week], .widget-custom-form-widget input[type=number], .widget-custom-form-widget input[type=email], .widget-custom-form-widget input[type=url], .widget-custom-form-widget input[type=search], .widget-custom-form-widget input[type=tel], .widget-custom-form-widget input[type=color], .widget-custom-form-widget select, .widget-custom-form-widget textarea, .widget-custom-form-widget .form-control {
  display: block;
  margin: 0 0 2px; }

.text-color1 {
  color: #035ea6; }

.text-color2 {
  color: #ffffff; }

.text-color3 {
  color: #899cbc; }

.text-color4 {
  color: #fcbd54; }

.text-color5 {
  color: #899cbc; }

.text-color6 {
  color: #fcbd54; }

.text-dark {
  color: #000; }

.text-light {
  color: #ffffff; }

.bg-color1 {
  background-color: #035ea6;
  color: #ffffff; }

.bg-color1 h1, .bg-color1 h2, .bg-color1 h3, .bg-color1 h4, .bg-color1 h5, .bg-color1 h6 {
  color: inherit; }

.bg-color1 .fa-inverse {
  color: #035ea6; }

.bg-color2 {
  background-color: #ffffff;
  color: #000; }

.bg-color2 h1, .bg-color2 h2, .bg-color2 h3, .bg-color2 h4, .bg-color2 h5, .bg-color2 h6 {
  color: inherit; }

.bg-color2 .fa-inverse {
  color: #ffffff; }

.bg-color3 {
  background-color: #899cbc;
  color: #ffffff; }

.bg-color3 h1, .bg-color3 h2, .bg-color3 h3, .bg-color3 h4, .bg-color3 h5, .bg-color3 h6 {
  color: inherit; }

.bg-color3 .fa-inverse {
  color: #899cbc; }

.bg-color4 {
  background-color: #fcbd54;
  color: #000; }

.bg-color4 h1, .bg-color4 h2, .bg-color4 h3, .bg-color4 h4, .bg-color4 h5, .bg-color4 h6 {
  color: inherit; }

.bg-color4 .fa-inverse {
  color: #fcbd54; }

.bg-color5 {
  background-color: #899cbc;
  color: #ffffff; }

.bg-color5 h1, .bg-color5 h2, .bg-color5 h3, .bg-color5 h4, .bg-color5 h5, .bg-color5 h6 {
  color: inherit; }

.bg-color5 .fa-inverse {
  color: #899cbc; }

.bg-color6 {
  background-color: #fcbd54;
  color: #000; }

.bg-color6 h1, .bg-color6 h2, .bg-color6 h3, .bg-color6 h4, .bg-color6 h5, .bg-color6 h6 {
  color: inherit; }

.bg-color6 .fa-inverse {
  color: #fcbd54; }

.bg-dark {
  background-color: #000;
  color: #999999; }

.bg-light {
  background-color: #ffffff; }

article > header {
  border-bottom: 4px #eeeeee double;
  margin-bottom: 20px; }

#Logo h1 {
  font-size: 28px; }

.C00_CleanWPadding {
  padding: 10px; }

.C01 .TM {
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 15px 10px; }

.C01 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C01 .MM {
  padding: 10px; }

.C02 .TM {
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 15px 10px; }

.C02 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C02 .MM {
  padding: 10px; }

.C03 .TM {
  border-bottom: 4px double #eeeeee;
  padding: 15px 10px; }

.C03 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C03 .MM {
  padding: 10px; }

.C04 .TM {
  border-bottom: 4px double #eeeeee;
  padding: 15px 10px; }

.C04 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C04 .MM {
  padding: 10px; }

.required-field label:before {
  content: '* '; }

#main-body .link-supporter {
  text-align: center; }
  #main-body .link-supporter .contact-img {
    width: 65%; }

@media (max-width: 1024px) {
  #main-body .link-supporter .contact-img {
    width: 85%; } }

@media (max-width: 480px) {
  #main-body .link-supporter .contact-img {
    width: 100%; } }

#main-body .link-supporter .zone-footer {
  text-align: center; }
  #main-body .link-supporter .zone-footer ul {
    padding: 0px; }
    #main-body .link-supporter .zone-footer ul li {
      list-style: none;
      display: inline; }
      #main-body .link-supporter .zone-footer ul li a {
        color: #484848;
        font-family: Cabin;
        font-size: 10px;
        text-decoration: none; }

.has-error {
  color: red; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px; }

.padding-left-right {
  padding-left: 15px;
  padding-right: 15px; }

.no-margin-left-right {
  margin-left: 0px;
  margin-right: 0px; }

.margin-left-right {
  margin-left: 15px;
  margin-right: 15px; }

label.error, span.error {
  color: red;
  font-weight: normal; }

a {
  cursor: pointer; }

ul.icon-feature {
  list-style: none;
  margin: 30px 0;
  padding-left: 15px; }
  ul.icon-feature li {
    margin: 10px 0px;
    width: auto;
    height: 25px; }
  ul.icon-feature li:before {
    content: '\f138';
    font-family: "fontawesome";
    padding-right: 5px; }
  ul.icon-feature li.icon-coupon > b {
    color: #36abd1; }
  ul.icon-feature li.icon-envelope > b {
    color: #b22731; }
  ul.icon-feature li.icon-thumbsup > b {
    color: #ff66cc; }
  ul.icon-feature li.icon-text > b {
    color: #9933cc; }
  ul.icon-feature li.icon-shoppinglist > b {
    color: #f18903; }
  ul.icon-feature li.icon-recipe > b {
    color: #36abd1; }
  ul.icon-feature li.icon-plus > b {
    color: #b22731; }

@media (min-width: 992px) {
  .logon-box {
    border-right: 1px solid;
    border-color: #dddddd; } }

@media (max-width: 1199px) {
  .logon-box #LogonForm .control-label {
    text-align: left;
    width: 100%; }
  .logon-box #LogonForm .col-sm-8 {
    width: 100%;
    margin-left: 0px; } }

.validation-messages {
  color: red; }
  .validation-messages ul {
    padding-left: 15px;
    list-style: none; }
  .validation-messages .validation-summary-errors {
    color: red;
    background: none;
    border: 0px; }
    .validation-messages .validation-summary-errors ul {
      padding-left: 15px;
      list-style: none; }

.validated-errors {
  display: none; }
  .validated-errors ul {
    padding-left: 15px;
    list-style: none;
    margin-top: 5px; }

.white-background {
  background: #ffffff; }

.clear-both {
  clear: both; }

@media (max-width: 475px) {
  .footer-content .width-475 {
    display: none;
    visibility: hidden; }
  .footer-content .width-474 {
    display: block;
    visibility: visible; } }

@media (min-width: 475px) {
  .footer-content .width-475 {
    display: block;
    visibility: visible; }
  .footer-content .width-474 {
    display: none;
    visibility: hidden; } }

.sys-error {
  color: red;
  font-weight: normal; }

.loading-text {
  font-size: 11px !important; }

#MenuV.accordion ul.menu > li.selected > a {
  background-color: #b12831;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 10px 24px;
  text-decoration: none; }

#MenuV.accordion ul.menu > li.selected .submenu {
  display: block; }
  #MenuV.accordion ul.menu > li.selected .submenu .current > a {
    font-weight: bold; }

* {
  -webkit-overflow-scrolling: touch; }

html, body {
  overflow-x: hidden; }
  @media (min-width: 768px) {
    html, body {
      overflow-x: initial; } }

body {
  color: #535353;
  background: none;
  position: absolute; }
  @media (min-width: 768px) {
    body {
      position: relative; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #b12831; }

header.navbar {
  background: none;
  box-shadow: none; }
  header.navbar .header-aux {
    background: none;
    font-size: 10px; }
    header.navbar .header-aux .container {
      position: relative;
      background-color: #fff;
      box-shadow: none; }
      header.navbar .header-aux .container .row {
        margin-bottom: 0px; }
  header.navbar .header-main .container {
    background-color: #fff;
    box-shadow: none; }
  header.navbar .header-main .container.subpage {
    box-shadow: none; }

.navbar {
  border: 0px; }

.navbar-toggle, .navbar-toggle:hover {
  color: #b12831;
  text-shadow: none;
  font-size: 24px;
  padding: 10px;
  margin-top: 2px; }

.navbar-toggle:hover {
  background-color: #b12831;
  color: #fff; }

.navbar-toggle.store-locator {
  margin-right: -5px;
  width: 40px;
  text-align: center;
  display: block; }

#TopMenu {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  float: left;
  background: #b4252d;
  background-size: 100%;
  float: right; }
  #TopMenu .zone-header {
    display: inline-block; }
    #TopMenu .zone-header ul.menu-top-menu > li {
      float: left;
      list-style: none;
      border-left: 1px solid;
      border-color: #ffffff;
      margin-top: 4px; }
    #TopMenu .zone-header ul.menu-top-menu > li.first {
      border: 0; }
  #TopMenu a {
    color: #ffffff;
    font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    margin: 0 8px; }
  #TopMenu span {
    margin: 0 8px; }
    #TopMenu span a {
      margin: 0px !important; }
  #TopMenu #EmbeddedSearchBar {
    float: right; }
    #TopMenu #EmbeddedSearchBar .search-form input[type="text"] {
      width: 120px;
      height: 28px;
      font-size: 11px;
      padding: 5px;
      border: 1px solid;
      border-color: #535353;
      vertical-align: middle; }
    #TopMenu #EmbeddedSearchBar .search-form button[type="submit"] {
      background-color: #535353;
      box-shadow: none;
      padding: 0 5px 2px;
      border-radius: 0;
      border: 1px solid;
      border-color: #535353; }
  @media (min-width: 768px) {
    #TopMenu {
      padding: 3px 8px 4px 8px;
      font-size: 10px;
      margin-right: 15px;
      margin-bottom: 8px; }
      #TopMenu a {
        font-size: 10px;
        margin: 0 8px; } }
  @media (min-width: 992px) {
    #TopMenu {
      padding: 3px 10px 5px 10px;
      font-size: 12px;
      margin-right: 20px;
      margin-bottom: 8px; }
      #TopMenu a {
        font-size: 12px;
        margin: 0 10px; } }
  @media (min-width: 1200px) {
    #TopMenu {
      padding: 3px 10px 6px 10px;
      font-size: 12px;
      margin-right: 45px;
      margin-bottom: 10px; }
      #TopMenu a {
        font-size: 12px;
        margin: 0 10px; } }

#Logo {
  margin: -40px auto 0;
  width: 195px; }
  #Logo a {
    background: url(../Content/Images/United-Logo.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 54px;
    display: block;
    text-indent: -20000px; }
  @media (min-width: 768px) {
    #Logo {
      width: 180px;
      padding-bottom: 0px;
      float: left;
      margin: 0; } }
  @media (min-width: 992px) {
    #Logo {
      width: 230px; }
      #Logo a {
        width: 200px;
        height: 67px; } }
  @media (min-width: 1200px) {
    #Logo {
      width: 286px;
      height: 100px; }
      #Logo a {
        width: 256px;
        height: 100px; } }

#Search {
  box-shadow: none;
  border: 3px solid;
  border-color: #b12831;
  margin-bottom: 50px; }

#Search .search-form input[type="text"] {
  font-size: 25px;
  line-height: 25px;
  height: 59px !important; }

#Search .search-form button[type="submit"] {
  width: 60px !important;
  height: 59px !important; }

#TopSearchButton {
  background-color: #1c3866;
  position: absolute;
  right: 0px; }

@media (min-width: 768px) {
  #Search {
    height: 103px;
    background-color: #fff;
    border: 0px;
    margin-top: -95px; }
    #Search #SearchBar {
      border: 3px solid;
      border-color: #1c3866;
      margin-top: 20px; }
      #Search #SearchBar .search-form input[type="text"] {
        color: #535353;
        opacity: 1; }
      #Search #SearchBar .search-form button[type="submit"] {
        color: #535353;
        opacity: 1;
        background-size: 100% auto !important; } }

@media (min-width: 992px) {
  #Search {
    margin-top: -100px; } }

@media (min-width: 1200px) {
  #TopSearchButton {
    right: 14px; }
  #Search {
    margin-top: -115px; } }

#MenuH {
  width: 100%;
  float: right;
  background-color: #1c3866;
  margin: 0; }
  #MenuH .submenu {
    background: #b12831;
    padding: 5px 10px; }
    #MenuH .submenu .megamenu-row {
      border-bottom: 1px solid #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    #MenuH .submenu li:before {
      content: '\f0da';
      color: #fff;
      font-family: fontawesome;
      line-height: 25px;
      float: left;
      margin-left: 12px;
      margin-right: 5px; }
    #MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span {
      text-transform: none;
      font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 14px;
      border-bottom: none; }
  #MenuH ul.menu > li > a, #MenuH ul.menu > li > span {
    font-family: "Lato", "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 10px;
    opacity: 1;
    line-height: 20px;
    text-transform: none;
    font-style: italic; }
    @media (min-width: 768px) {
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span {
        border-left: 1px solid #ffffff; } }
  #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    color: #fff;
    font-family: "Lato", "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #b12831;
    font-size: 11px;
    padding: 10px 10px;
    text-transform: none;
    font-style: italic; }
  #MenuH .widget {
    line-height: 0px; }
  #MenuH .widget-mobilenavigation {
    display: block; }
  #MenuH .widget-mainnavigation {
    display: none; }
  @media (min-width: 768px) {
    #MenuH {
      margin-right: -7px; }
      #MenuH .widget-mobilenavigation {
        display: none; }
      #MenuH .widget-mainnavigation {
        display: block; }
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span,
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        font-size: 10px;
        padding: 0 8px;
        height: 58px;
        vertical-align: middle;
        display: table-cell;
        max-width: 91px; }
      #MenuH .submenu {
        line-height: 20px; }
        #MenuH .submenu li:before {
          line-height: 34px; }
      #MenuH .sf-sub-indicator {
        cursor: pointer;
        font-style: normal;
        padding-left: 8px;
        line-height: 20px;
        width: 15px;
        display: inline-block; } }
  @media (min-width: 992px) {
    #MenuH {
      margin-right: -12px; }
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span,
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        font-size: 14px;
        padding: 0 11px;
        height: 90px;
        vertical-align: middle;
        display: table-cell;
        max-width: 114px; } }
  @media (min-width: 1200px) {
    #MenuH {
      margin-right: -7px; }
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span,
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        font-size: 14px;
        padding: 0 25px;
        height: 100px;
        vertical-align: middle;
        display: table-cell;
        max-width: 142px; } }
  #MenuH .sf-sub-indicator.closed:before {
    content: "\f0da";
    font-family: FontAwesome; }
  #MenuH .sf-sub-indicator.opened:before {
    content: "\f0d7";
    font-family: FontAwesome; }

.accordion-block ul.menu,
.accordion-block ul.menu li,
.accordion-block ul.menu li a,
.accordion-block ul.menu li span {
  display: block;
  list-style: none; }

#MenuV, .accordion-block {
  display: none; }
  #MenuV #mystore-value-weeklyad, #MenuV #mystore-value-catering, .accordion-block #mystore-value-weeklyad, .accordion-block #mystore-value-catering {
    color: black; }
  #MenuV #mystore-value-weeklyad:before, .accordion-block #mystore-value-weeklyad:before {
    content: '' !important; }
  #MenuV #mystore-value-catering:before, .accordion-block #mystore-value-catering:before {
    content: '' !important; }
  @media (min-width: 768px) {
    #MenuV, .accordion-block {
      display: block; } }
  #MenuV ul.menu > li > a, #MenuV ul.menu > li > span, .accordion-block ul.menu > li > a, .accordion-block ul.menu > li > span {
    list-style: none;
    font-family: "Lato", "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #535353;
    padding: 10px 15px 10px 24px;
    font-size: 12px;
    border-top: 1px solid;
    border-color: #b12831;
    text-decoration: none;
    transition: .2s all; }
    @media (min-width: 992px) {
      #MenuV ul.menu > li > a, #MenuV ul.menu > li > span, .accordion-block ul.menu > li > a, .accordion-block ul.menu > li > span {
        font-size: 14px; } }
  #MenuV ul.menu > li > a:before, #MenuV ul.menu > li > span:before, .accordion-block ul.menu > li > a:before, .accordion-block ul.menu > li > span:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 6px !important;
    margin-left: -10px;
    color: #535353;
    font-size: 10px;
    vertical-align: middle;
    padding-bottom: 3px;
    font-style: normal; }
  #MenuV ul.menu > li:hover > a, #MenuV ul.menu > li:hover > span, #MenuV ul.menu > li.current > a, #MenuV ul.menu > li.current > span, .accordion-block ul.menu > li:hover > a, .accordion-block ul.menu > li:hover > span, .accordion-block ul.menu > li.current > a, .accordion-block ul.menu > li.current > span {
    background-color: #b12831;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px 10px 24px;
    text-decoration: none; }
    @media (min-width: 992px) {
      #MenuV ul.menu > li:hover > a, #MenuV ul.menu > li:hover > span, #MenuV ul.menu > li.current > a, #MenuV ul.menu > li.current > span, .accordion-block ul.menu > li:hover > a, .accordion-block ul.menu > li:hover > span, .accordion-block ul.menu > li.current > a, .accordion-block ul.menu > li.current > span {
        font-size: 14px; } }
  #MenuV ul.menu > li:hover > a:before, #MenuV ul.menu > li:hover > span:before, #MenuV ul.menu > li.current > a:before, #MenuV ul.menu > li.current > span:before, .accordion-block ul.menu > li:hover > a:before, .accordion-block ul.menu > li:hover > span:before, .accordion-block ul.menu > li.current > a:before, .accordion-block ul.menu > li.current > span:before {
    color: #ffffff; }
  #MenuV .submenu, .accordion-block .submenu {
    background: #b12831;
    margin: 0;
    padding: 0;
    z-index: 9999;
    border-top: 1px solid;
    border-color: #b12831;
    color: #535353; }
    #MenuV .submenu label, .accordion-block .submenu label {
      padding-left: 10px; }
    #MenuV .submenu li, #MenuV .submenu li:hover, #MenuV .submenu li.current, .accordion-block .submenu li, .accordion-block .submenu li:hover, .accordion-block .submenu li.current {
      background: transparent; }
    #MenuV .submenu li a, #MenuV .submenu li span, .accordion-block .submenu li a, .accordion-block .submenu li span {
      font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none; }
    #MenuV .submenu li a:before, #MenuV .submenu li span:before, .accordion-block .submenu li a:before, .accordion-block .submenu li span:before {
      content: "\f105";
      font-family: fontawesome;
      margin-right: 5px;
      margin-left: -9px;
      font-style: normal;
      font-size: 8px;
      padding-bottom: 4px;
      vertical-align: middle; }
    #MenuV .submenu li:hover > a, #MenuV .submenu li:hover > span, #MenuV .submenu li.current > a, #MenuV .submenu li.current > span, .accordion-block .submenu li:hover > a, .accordion-block .submenu li:hover > span, .accordion-block .submenu li.current > a, .accordion-block .submenu li.current > span {
      font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-decoration: none;
      text-transform: none; }
  #MenuV .has-children-close > a::after, #MenuV .has-children-close > span::after, .accordion-block .has-children-close > a::after, .accordion-block .has-children-close > span::after {
    right: 10px;
    font-style: normal; }
  #MenuV .has-children-open > a:after, #MenuV .has-children-open > span:after, .accordion-block .has-children-open > a:after, .accordion-block .has-children-open > span:after {
    right: 10px;
    font-style: normal; }
  #MenuV .rs-search-form .rs-search-btn, .accordion-block .rs-search-form .rs-search-btn {
    padding: 5px 10px;
    background-color: #1c3866;
    box-shadow: none; }
    #MenuV .rs-search-form .rs-search-btn .rs-search-icon, .accordion-block .rs-search-form .rs-search-btn .rs-search-icon {
      color: white; }

#MenuV.accordion .submenu li a, #MenuV.accordion .submenu li span, #MenuV.accordion .submenu li:hover > a, #MenuV.accordion .submenu li:hover > span, #MenuV.accordion .submenu li.current > a, #MenuV.accordion .submenu li.current > span, .accordion-block .submenu li a, .accordion-block .submenu li span, .accordion-block .submenu li:hover > a, .accordion-block .submenu li:hover > span, .accordion-block .submenu li.current > a, .accordion-block .submenu li.current > span {
  background-color: #ffffff !important;
  color: #535353;
  font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 5px 5px 35px;
  text-transform: none; }

#BeforeMain .widget-mobiletopmenu {
  text-align: center; }
  #BeforeMain .widget-mobiletopmenu ul.menu-mobile-top-menu > li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid;
    border-color: #999999;
    font-size: 14px;
    line-height: 20px;
    padding: 0 4px;
    margin: 15px 0; }
  #BeforeMain .widget-mobiletopmenu ul.menu-mobile-top-menu > li.first {
    border: 0; }

#BeforeMain .rs-search-form .rs-search-btn {
  padding: 5px 10px;
  background-color: #1c3866;
  box-shadow: none; }
  #BeforeMain .rs-search-form .rs-search-btn .rs-search-icon {
    color: white; }

#MobileSideBar {
  position: fixed;
  background-color: #363636;
  height: 100%;
  width: 85%;
  left: -85%;
  z-index: 120;
  color: #fff;
  border-right: 5px solid;
  border-color: #2b2b2b;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px; }
  #MobileSideBar ul.menu > li {
    list-style: none; }
  #MobileSideBar ul.menu > li > a, #MobileSideBar ul.menu > li > span {
    display: block;
    font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid;
    border-color: #999999;
    text-decoration: none;
    transition: .2s all; }
  #MobileSideBar ul.menu > li.current > a, #MobileSideBar ul.menu > li.current > span {
    background-color: #ffffff;
    color: #363636;
    font-size: 16px;
    padding: 10px 15px;
    text-decoration: none; }
  #MobileSideBar ul.menu > li.current > a:before, #MobileSideBar ul.menu > li.current > span:before {
    color: #363636; }
  #MobileSideBar .submenu {
    background: #363636;
    margin: 0;
    padding: 0;
    z-index: 9999;
    border-top: 1px solid;
    /*border-color: $mainMenuHoverColor;*/ }
    #MobileSideBar .submenu li {
      list-style: none; }
    #MobileSideBar .submenu li, #MobileSideBar .submenu li:hover, #MobileSideBar .submenu li.current {
      background: transparent; }
    #MobileSideBar .submenu li a, #MobileSideBar .submenu li span {
      font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none; }
    #MobileSideBar .submenu li a:before, #MobileSideBar .submenu li span:before {
      content: "\f105";
      font-family: fontawesome;
      margin-right: 5px;
      font-style: normal;
      font-size: 8px;
      padding-bottom: 4px;
      vertical-align: middle; }
    #MobileSideBar .submenu li:hover > a, #MobileSideBar .submenu li:hover > span, #MobileSideBar .submenu li.current > a, #MobileSideBar .submenu li.current > span {
      font-family: "Cabin", Gotham, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-decoration: none;
      text-transform: none; }
  #MobileSideBar .has-children-close > a::after, #MobileSideBar .has-children-close > span::after {
    right: 10px;
    font-style: normal; }
  #MobileSideBar .has-children-open > a:after, #MobileSideBar .has-children-open > span:after {
    right: 10px;
    font-style: normal; }

#MainWrapper > .container {
  background-color: #ffffff;
  box-shadow: none;
  margin-top: 10px; }
  @media (min-width: 768px) {
    #MainWrapper > .container {
      margin-top: 25px; } }

#MainWrapper > .container.subpage {
  background-color: #ffffff; }

#mainSlider .cycle-pager {
  text-align: center;
  width: 50%;
  margin: auto;
  position: relative;
  z-index: 100;
  margin-top: -50px; }
  #mainSlider .cycle-pager span {
    font-size: 35px;
    cursor: pointer;
    opacity: .25; }
  #mainSlider .cycle-pager span.cycle-pager-active {
    opacity: 1; }

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

ul#featuresList li {
  background-size: 100% auto; }

article > header {
  display: none; }

footer {
  background: none;
  text-shadow: none;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 0; }
  footer #FooterWidgets {
    border-top: 1px solid;
    padding-top: 20px;
    border-color: #535353; }
    footer #FooterWidgets h3 {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      font-family: "Oswald", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    footer #FooterWidgets ul {
      padding-left: 0px; }
    footer #FooterWidgets ul > li {
      list-style: none;
      font-size: 12px; }
  footer #FooterQuadFourth ul {
    float: right; }
  footer #FooterQuadFourth li {
    float: left;
    margin-left: 12px;
    padding-top: 40px; }

#MainWrapper #SideBar {
  margin: 0;
  padding: 0;
  background-color: transparent; }
  #MainWrapper #SideBar .LeftZone {
    border: 0; }

#MainWrapper #Main {
  padding: 0; }

@media (min-width: 768px) {
  #MainWrapper #Main {
    padding: 25px 0 15px; }
  footer > .container {
    background: none;
    background-color: #ffffff;
    background-size: 100% auto; } }

#MainWrapper #Main.subpage {
  padding: 0;
  margin-left: 0;
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .container, .navbar-fixed-top .container {
    width: 1170px !important; } }

.IE7 .container, .IE7 .navbar-fixed-top .container, .IE8 .container, .IE8 .navbar-fixed-top .container {
  width: 1170px !important; }

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .btn-default:hover, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn-default:focus, input[type=submit].focus, input[type=reset].focus, input[type=button].focus, button.focus, .btn-default.focus, input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active, .btn-default:active, input[type=submit].active, input[type=reset].active, input[type=button].active, button.active, .btn-default.active, .open > .dropdown-toggleinput[type=submit], .open > .dropdown-toggleinput[type=reset], .open > .dropdown-toggleinput[type=button], .open > .dropdown-togglebutton, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #b12831;
  border-color: #080808; }

/* tdang add */
.loading:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff url("./images/loading.gif") no-repeat center center;
  opacity: 0.85; }

body.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 500; }

body.loading:before {
  position: fixed; }

.mcm-list {
  padding-left: 0px;
  list-style: none; }

.min-cat-list {
  padding-left: 0px;
  list-style: none; }
  .min-cat-list .item:before {
    content: "\00bb\0020";
    color: #088faf;
    font-weight: bold;
    font-family: "Cabin"; }

.padding-large {
  padding: 0 30px; }

button.close {
  opacity: .8;
  box-shadow: none;
  padding: 0 8px 3px; }

.bootbox-body {
  padding-top: 15px; }

.list-paging .pagination {
  margin: 0 0; }

.list-header {
  /*
	.sort {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	*/ }
  .list-header > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px; }
  .list-header .paging-zone {
    text-align: right; }
  .list-header #sortByName, .list-header #sortByPre {
    cursor: pointer; }
  @media (max-width: 767px) {
    .list-header .paging-zone, .list-header .left-zone {
      text-align: center; }
    .list-header .pagination {
      margin-left: -15px;
      margin-right: -15px; }
      .list-header .pagination .page {
        padding: 5px 10px; } }

/*tdang end */
.sidebar-mobile-nav-toggle {
  position: absolute;
  z-index: 100; }

#MobileBodyCover {
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  opacity: .2;
  z-index: 9999; }

body.push-right {
  overflow: hidden; }

.inverted-header {
  background-color: #f26649;
  padding: 5px 15px 8px;
  min-height: 50px; }
  .inverted-header h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px; }
  .inverted-header .input-group {
    padding-top: 3px; }
    .inverted-header .input-group .form-control {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
    .inverted-header .input-group .input-group-btn .search-btn {
      padding: 5px;
      background-color: white;
      box-shadow: none; }
      .inverted-header .input-group .input-group-btn .search-btn .search-icon {
        color: #f26649; }

.featureSlider .fs-arrows {
  left: 0;
  margin-top: -35px;
  top: 50%;
  width: 100%;
  position: absolute;
  z-index: 999; }

.featureSlider .fs-fade-arrows {
  opacity: 0;
  transition: opacity 0.5s ease 0s; }

.featureSlider .fs-arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 35px;
  background-color: #fff;
  font-size: 35px;
  line-height: 30px; }

.featureSlider .fs-previous-arrow {
  left: 15px;
  padding: 5px 10px 8px; }

.featureSlider .fs-next-arrow {
  right: 15px;
  padding: 5px 0px 8px 15px; }

@media (min-width: 768px) {
  .featureSlider .fs-arrow {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 75px;
    background-color: #fff;
    font-size: 75px;
    line-height: 68px; }
  .featureSlider .fs-previous-arrow {
    left: 15px;
    padding: 5px 20px 8px; }
  .featureSlider .fs-next-arrow {
    right: 15px;
    padding: 5px 10px 8px 30px; } }

.featureSlider:hover .fs-fade-arrows {
  opacity: .7; }

.no-img-resize img {
  width: inherit; }

#main-body #StoreLocatorPage .storeresult-listitem .mapbox .search-store-btn {
  background-color: none; }

.icon {
  width: 30px;
  height: 30px;
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer; }
  .icon.sendmail {
    background-image: url("./images/icon-email.png"); }
  .icon.print {
    background-image: url("./images/icon-print.png"); }
  .icon.pdf {
    background-image: url("./images/icon-pdf.png"); }
  .icon.next-btn {
    background-image: url("./images/next_but.jpg");
    background-size: 100%; }
  .icon.prev-btn {
    background-image: url("./images/prev_but.jpg");
    background-size: 100%; }

body {
  padding-right: 0px !important; }

.modal-open {
  overflow-y: auto !important; }

.bootbox .modal-dialog .modal-body h2 {
  font-size: 22px; }

form .required-field label:before {
  content: '* '; }

.bootstrap-datetimepicker-widget .timepicker .btn {
  box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker .btn .fa {
    color: #035ea6; }

#main-body #LogOnView .messages-multi {
  margin-left: 5px;
  color: #ff1026; }

@media (min-width: 992px) {
  #main-body #LogOnView #btnLogOn {
    margin-top: 20px; } }

@media (min-width: 1200px) {
  #main-body #LogOnView #btnLogOn {
    margin-top: 72px; } }

@media (max-width: 1199px) {
  #main-body #LogOnView #LogonForm .col-sm-4 {
    width: 100%; } }

#main-body .step-active {
  color: black !important; }

#main-body .step-active-background {
  background-color: black !important; }

#main-body .account-create-steps {
  margin-top: 20px; }
  #main-body .account-create-steps ul {
    padding: 5px; }
    #main-body .account-create-steps ul li {
      list-style: none;
      height: 60px;
      line-height: 16px;
      font-size: 16px; }
      #main-body .account-create-steps ul li span.label {
        font-size: 16px;
        display: block;
        float: left;
        margin-right: 8px;
        padding: 10px 15px; }
  @media (min-width: 992px) {
    #main-body .account-create-steps ul li {
      line-height: 16px;
      font-size: 17px; }
      #main-body .account-create-steps ul li span.label {
        font-size: 17px;
        padding: 8px 12px; } }
  @media (min-width: 1200px) {
    #main-body .account-create-steps ul li {
      line-height: 20px;
      font-size: 20px; }
      #main-body .account-create-steps ul li span.label {
        font-size: 22px; } }

#main-body .account-create-steps.panel-primary {
  border-color: #f8981d;
  background-color: #f8981d;
  color: #fff; }
  #main-body .account-create-steps.panel-primary > .panel-heading {
    background-color: #f26649;
    border-color: #f26649; }
  #main-body .account-create-steps.panel-primary > .panel-body {
    padding: 7px 0px 0px 7px; }

#main-body #ShopperInfoForm .arrow-tip-select-store, #main-body #ShopperInfoForm .arrow-tip-zip-code, #main-body #ShopperInfoForm .arrow-tip-button-find, #main-body #ChangeStoreView .arrow-tip-select-store, #main-body #ChangeStoreView .arrow-tip-zip-code, #main-body #ChangeStoreView .arrow-tip-button-find {
  background: url(images/arrow-tip-icon.png) no-repeat top center;
  width: 10px;
  height: 19px;
  margin-left: -10px;
  vertical-align: middle; }

#main-body #ShopperInfoForm .arrow-tip-select-store, #main-body #ChangeStoreView .arrow-tip-select-store {
  margin-top: 30px; }

#main-body #ShopperInfoForm .arrow-tip-zip-code, #main-body #ChangeStoreView .arrow-tip-zip-code {
  margin-top: 8px; }

#main-body #ShopperInfoForm .arrow-tip-button-find, #main-body #ChangeStoreView .arrow-tip-button-find {
  margin-top: 25px; }

#main-body #ShopperInfoForm .content-tip-zip-code, #main-body #ShopperInfoForm .content-tip-select-store, #main-body #ShopperInfoForm .content-tip-button-find, #main-body #ChangeStoreView .content-tip-zip-code, #main-body #ChangeStoreView .content-tip-select-store, #main-body #ChangeStoreView .content-tip-button-find {
  border-left: 1px solid #ddd;
  vertical-align: middle;
  font-size: 11px;
  font-family: 'Calibri-Normal';
  padding-left: 12px;
  height: 47px; }

#main-body #ShopperInfoForm .content-tip-button-find, #main-body #ChangeStoreView .content-tip-button-find {
  padding-top: 12px; }

#main-body #ShopperInfoForm .content-tip-select-store, #main-body #ChangeStoreView .content-tip-select-store {
  padding-top: 12px; }

#main-body #ShopperInfoForm .sl-your-store-lb, #main-body #ChangeStoreView .sl-your-store-lb {
  text-align: left; }

#main-body #ShopperInfoForm #btnFindStore, #main-body #ChangeStoreView #btnFindStore {
  float: right;
  margin-bottom: 15px; }

#main-body #CommunicationView #CommunicationsForm .text-message {
  color: #ff1026; }

#main-body #ChangeCommunicationsView #ChangeCommunicationsForm .text-message {
  color: #ff1026; }

#main-body #AccountSummaryView .physical-card-request-link {
  color: #ddd;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer; }

#main-body #ConfirmInfoView .confirm-tip {
  margin-bottom: 10px; }

#main-body #ConfirmInfoView .control-label {
  padding-top: 0px; }

#main-body .hight-light {
  background: #eeeeee; }

#main-body .more-padding {
  padding: 10px 0px; }

@media (max-width: 767px) {
  #main-body #ChangeStoreView #ChangeStoreForm #btnFindStore, #main-body #ChangeStoreView #ShopperInfoForm #btnFindStore, #main-body #ShopperInfoForm #ChangeStoreForm #btnFindStore, #main-body #ShopperInfoForm #ShopperInfoForm #btnFindStore {
    margin-top: 10px; } }

@media (max-width: 470px) {
  #main-body #ChangeInterestClubView .col-xs-6, #main-body #InterestClubView .col-xs-6 {
    width: 100%; } }

@media (max-width: 1199px) {
  #main-body .list-step {
    display: none; }
  #main-body .input-content {
    width: 100%; } }

@media (max-width: 1199px), (max-width: 992px), (max-width: 768px) {
  #main-body #ContactInfoView .col-sm-4, #main-body #LogInInfoView .col-sm-4, #main-body #CommunicationView .col-sm-4,
  #main-body #ChangeSmartRewardView .col-sm-4, #main-body #ChangeCommunicationsView .col-sm-4 {
    width: 33.33333%; }
  #main-body #ContactInfoView .col-sm-6, #main-body #LogInInfoView .col-sm-6, #main-body #CommunicationView .col-sm-6,
  #main-body #ChangeSmartRewardView .col-sm-6, #main-body #ChangeCommunicationsView .col-sm-6 {
    width: 50%; } }

@media (max-width: 498px) {
  #main-body #CommunicationView #CommunicationsForm .control-label, #main-body #ChangeCommunicationsView #ChangeCommunicationsForm .control-label {
    width: 100%; } }

@media (max-width: 453px) {
  #main-body br.full-text2 {
    display: none; }
  #main-body span.full-text2 {
    width: 100%;
    display: block; } }

@media (max-width: 418px) {
  #main-body br.full-text {
    display: none; }
  #main-body span.full-text {
    width: 100%;
    display: block; } }

#main-body #ChangeInterestClubView #lblLinkToChangeCommunication {
  cursor: pointer;
  color: #2fc6e9;
  text-decoration: underline; }

#main-body #ChangeInterestClubView p {
  font-weight: bold; }

#main-body #ChangeInterestClubView #HealthWellnessChangeInterest, #main-body #ChangeInterestClubView #KidsBabyClubChangeInterest, #main-body #ChangeInterestClubView #PetClubChangeInterest, #main-body #ChangeInterestClubView #WineBeerClubChangeInterest, #main-body #ChangeInterestClubView #BirthdaySurpriseChangeInterest, #main-body #ChangeInterestClubView #RxClubChangeInterest {
  border: 1px solid #dddddd;
  min-height: 115px;
  padding: 20px 10px;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px; }

#main-body #ChangeInterestClubView #RxClubChangeInterest span strong {
  font-size: 14px; }

#main-body #ChangeInterestClubView #RxClubChangeInterest label strong {
  font-weight: bold; }

#main-body #ChangeInterestClubView #RxClubChangeInterest p {
  margin: 0;
  font-weight: normal; }

#main-body #ChangeInterestClubView #RxClubChangeInterest .rx-data label:first-child {
  font-weight: bold; }

#main-body #ChangeInterestClubView #RxClubChangeInterest .rx-data label.required {
  float: right; }

#main-body #ChangeInterestClubView #RxClubChangeInterest .rx-data label {
  display: inline;
  position: relative;
  top: -2px;
  font-weight: normal; }

#main-body #ChangeInterestClubView #RxClubChangeInterest .rx-data-paid-page p {
  text-align: center;
  font-size: 18px;
  font-weight: 600; }
  #main-body #ChangeInterestClubView #RxClubChangeInterest .rx-data-paid-page p strong {
    font-weight: 900;
    font-size: 23px; }

#main-body #ChangeInterestClubView #RxClubChangeInterest .rx-data-joined-Page p {
  color: red; }

#main-body #ChangeInterestClubView #KidsBabyClubChangeInterest .new-kidsbaby-item .delete-kids-baby-btn {
  padding-top: 8px;
  cursor: pointer; }

#main-body #ChangeInterestClubView #KidsBabyClubChangeInterest .kidsbaby-change-interest-footer {
  text-align: left; }
  #main-body #ChangeInterestClubView #KidsBabyClubChangeInterest .kidsbaby-change-interest-footer #AddMoreKidsBabyClub {
    background: #b12831;
    text-transform: inherit;
    padding: 4px 10px;
    font-size: 15px;
    float: right; }

#main-body #ChangeInterestClubView #PetClubChangeInterest .new-pet-item .delete-pet-btn {
  padding-top: 8px;
  cursor: pointer; }

#main-body #ChangeInterestClubView #PetClubChangeInterest .petclub-change-interest-footer #AddMorePetClub {
  background: #b12831;
  text-transform: inherit;
  padding: 4px 10px;
  font-size: 15px;
  float: right; }

#main-body #InterestClubView #lblLinkToCommunication {
  cursor: pointer;
  color: #2fc6e9;
  text-decoration: underline; }

#main-body #InterestClubView p {
  font-weight: bold; }

#main-body #InterestClubView #HealthWellnessInterest, #main-body #InterestClubView #KidsBabyClubInterest, #main-body #InterestClubView #PetClubInterest, #main-body #InterestClubView #WineBeerClubInterest, #main-body #InterestClubView #BirthdaySurpriseInterest, #main-body #InterestClubView #RxClubInterest {
  border: 1px solid #dddddd;
  min-height: 115px;
  padding: 20px 10px;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px; }

#main-body #InterestClubView #RxClubInterest span strong {
  font-size: 14px; }

#main-body #InterestClubView #RxClubInterest label strong {
  font-weight: bold; }

#main-body #InterestClubView #RxClubInterest p {
  margin: 0;
  font-weight: normal; }

#main-body #InterestClubView #RxClubInterest .rx-data label:first-child {
  font-weight: bold; }

#main-body #InterestClubView #RxClubInterest .rx-data label.required {
  float: right; }

#main-body #InterestClubView #RxClubInterest .rx-data label {
  display: inline;
  position: relative;
  top: -2px;
  font-weight: normal; }

#main-body #InterestClubView #KidsBabyClubInterest table tr.new-kidsbaby-item td {
  padding: 5px; }

#main-body #InterestClubView #KidsBabyClubInterest .new-kidsbaby-item .delete-kids-baby-btn {
  padding-top: 8px;
  cursor: pointer; }

#main-body #InterestClubView #KidsBabyClubInterest .kidsbaby-interest-footer {
  text-align: left; }
  #main-body #InterestClubView #KidsBabyClubInterest .kidsbaby-interest-footer #AddMoreKidsBabyClubInterest {
    background: #b12831;
    text-transform: inherit;
    padding: 4px 10px;
    font-size: 15px;
    float: right; }

#main-body #InterestClubView #PetClubInterest table tr.new-pet-item td {
  padding: 5px;
  width: 22%; }

#main-body #InterestClubView #PetClubInterest table tr.new-pet-item td:nth-child(2) {
  width: 30%; }

#main-body #InterestClubView #PetClubInterest table tr.new-pet-item td:last-child {
  width: 4%; }

#main-body #InterestClubView #PetClubInterest .new-pet-item .delete-pet-btn {
  padding-top: 8px;
  cursor: pointer; }

#main-body #InterestClubView #PetClubInterest .petclub-interest-footer #AddMorePetClubInterest {
  background: #b12831;
  text-transform: inherit;
  padding: 4px 10px;
  font-size: 15px;
  float: right; }

.recipe-list .recipe-box {
  margin-bottom: 30px; }

.recipe-list .recipe-item {
  min-height: 305px;
  border: 1px solid #666666;
  border-radius: 8px;
  padding: 20px; }
  .recipe-list .recipe-item .recipe-image {
    max-width: 144px;
    margin-left: auto;
    margin-right: auto;
    min-height: 155px; }
    .recipe-list .recipe-item .recipe-image img {
      width: 144px;
      height: 144px; }
  .recipe-list .recipe-item .recipe-text {
    min-height: 50px; }
    .recipe-list .recipe-item .recipe-text .remove-recipe {
      float: right;
      margin-top: -10px; }

#RecipePage .top-banner {
  background: url(../Content/Images/banner-rs-recipe1.jpg) no-repeat top center;
  background-size: 100%;
  height: 146px;
  padding-top: 55px; }
  @media (min-width: 768px) {
    #RecipePage .top-banner {
      height: 146px;
      padding-top: 55px; } }
  @media (min-width: 992px) {
    #RecipePage .top-banner {
      height: 192px;
      padding-top: 75px; } }
  @media (min-width: 1200px) {
    #RecipePage .top-banner {
      height: 230px;
      padding-top: 95px; } }

#RecipePage #recipe-cat {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #666666;
  border-radius: 6px;
  height: 45px; }

#RecipePage #RecipePageContent .recipe-day .recipe-title {
  font-size: 17px;
  font-weight: bold;
  cursor: pointer; }

#RecipePage #RecipePageContent .recipe-day .recipe-image {
  max-width: 144px; }

#RecipePage #RecipePageContent .recipe-list .recipe-box .recipe-title {
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  min-height: 50px; }

@media (max-width: 1199px) {
  .recipe-list .recipe-item {
    min-height: 345px; } }

@media (max-width: 991px) {
  .recipe-list .recipe-item {
    min-height: 305px; } }

@media (max-width: 767px) {
  .recipe-list .recipe-item .view-recipe .fa-angle-double-right {
    padding-left: 15px; }
  .recipe-list .recipe-item {
    min-height: 210px; }
    .recipe-list .recipe-item .recipe-image {
      max-width: 144px;
      float: left; }
      .recipe-list .recipe-item .recipe-image img {
        width: 144px;
        height: 144px; }
    .recipe-list .recipe-item .recipe-title {
      margin-left: 160px; }
    .recipe-list .recipe-item .recipe-text {
      margin-left: 160px; } }

@media (max-width: 408px) {
  #RecipeBoxPage .recipe-list .recipe-item .view-recipe {
    clear: both; }
    #RecipeBoxPage .recipe-list .recipe-item .view-recipe .fa-angle-double-right {
      padding-left: 0px; } }

@media (max-width: 375px) {
  .recipe-list .recipe-item .recipe-text, .recipe-list .recipe-item .recipe-title {
    margin-left: 0px; }
  .recipe-list .recipe-item .view-recipe .fa-angle-double-right {
    padding-left: 0px; }
  .recipe-list .recipe-item .recipe-image {
    float: none; }
    .recipe-list .recipe-item .recipe-image img {
      width: 144px;
      height: 144px; } }

#RecipeBoxPage .top-banner {
  background: url(../Content/Images/banner-rs-myrecipes.jpg) no-repeat top center;
  background-size: 100%;
  height: 146px;
  padding-top: 55px; }
  @media (min-width: 768px) {
    #RecipeBoxPage .top-banner {
      height: 146px;
      padding-top: 55px; } }
  @media (min-width: 992px) {
    #RecipeBoxPage .top-banner {
      height: 192px;
      padding-top: 75px; } }
  @media (min-width: 1200px) {
    #RecipeBoxPage .top-banner {
      height: 230px;
      padding-top: 95px; } }

#RecipeBoxPage #recipe-cat {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #666666;
  border-radius: 6px;
  height: 45px; }

#RecipeBoxPage #RecipeBoxPageContent .recipe-list .recipe-box .recipe-title {
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  min-height: 50px; }

#MealPlansPage .top-banner {
  background: url(../Content/Images/banner-rs-mealplans.jpg) no-repeat top center;
  background-size: 100%;
  height: 146px;
  padding-top: 55px; }
  @media (min-width: 768px) {
    #MealPlansPage .top-banner {
      height: 146px;
      padding-top: 55px; } }
  @media (min-width: 992px) {
    #MealPlansPage .top-banner {
      height: 192px;
      padding-top: 75px; } }
  @media (min-width: 1200px) {
    #MealPlansPage .top-banner {
      height: 230px;
      padding-top: 95px; } }

#MealPlansPage .menu-mealplan {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #666666;
  border-radius: 6px;
  height: 45px; }

.recipe-description {
  margin-bottom: 10px; }

.recipe-detail .recipe-thumb {
  margin-top: 8px; }

.recipe-detail .recipe-text .recipe-title {
  font-size: 22px;
  font-weight: bold;
  color: #b12831;
  margin-bottom: 15px; }

.recipe-detail .recipe-text .bottom-box {
  margin-top: 10px;
  margin-bottom: 5px; }

.recipe-detail .recipe-data .panel-heading {
  font-size: 18px;
  font-weight: bold;
  color: #b12831; }

.recipe-detail .recipe-data .recipe-directions h3 {
  font-size: 16px;
  margin: 0px; }

.recipe-detail .recipe-data .ing-item {
  overflow: auto;
  width: 100%; }
  .recipe-detail .recipe-data .ing-item input[type="checkbox"] {
    float: left;
    margin-right: 10px; }
  .recipe-detail .recipe-data .ing-item label {
    float: left;
    max-width: 100%; }

.logo-cursor {
  cursor: pointer; }

.weightloss-detail {
  margin-top: 20px; }
  .weightloss-detail .plan-header {
    font-size: 20px;
    font-weight: bold; }
  .weightloss-detail .follow-more {
    padding-left: 20px; }

#MealPlanContent h2 {
  font-size: 24px; }

#MealPlanContent .mealplans_category {
  margin-top: 20px; }
  #MealPlanContent .mealplans_category .category-level {
    border: 1px solid #dddddd;
    border-width: 1px 0; }
    #MealPlanContent .mealplans_category .category-level .calorie-choice {
      line-height: 20px;
      padding-top: 24px; }
    #MealPlanContent .mealplans_category .category-level .mealplan-level-list {
      float: right; }
      #MealPlanContent .mealplans_category .category-level .mealplan-level-list li {
        float: left;
        border-left: 1px solid #000;
        padding-left: 5px;
        padding-right: 5px; }
        #MealPlanContent .mealplans_category .category-level .mealplan-level-list li a.selected {
          padding: 3px 5px;
          background: #b12831;
          color: #fff;
          font-weight: bold; }
      #MealPlanContent .mealplans_category .category-level .mealplan-level-list li:first-child {
        border-left: none; }
  #MealPlanContent .mealplans_category .category-content .category-level-title {
    margin-top: 20px; }
    #MealPlanContent .mealplans_category .category-content .category-level-title .plan-title {
      font-size: 20px;
      font-weight: bold; }

#NuArticlePage .top-banner {
  background: url(../Content/Images/banner-rs-mealplans.jpg) no-repeat top center;
  background-size: 100%;
  height: 146px;
  padding-top: 55px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    #NuArticlePage .top-banner {
      height: 146px;
      padding-top: 55px; } }
  @media (min-width: 992px) {
    #NuArticlePage .top-banner {
      height: 192px;
      padding-top: 75px; } }
  @media (min-width: 1200px) {
    #NuArticlePage .top-banner {
      height: 230px;
      padding-top: 95px; } }

#NuArticlePage .menu-nuarticle {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #666666;
  border-radius: 6px;
  height: 45px; }

.nuarticle-detail .summary {
  text-align: right; }

.nuarticle-detail .action {
  text-align: right; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #fff; }

.toast-message a:hover {
  color: #ccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: alpha(Opacity=40);
  filter: alpha(opacity=40); }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

#SaveMorePage {
  /* #BoxContentMobile
	{
		margin-top: 10px;
		.rx-club-box 
		{
			background-color: $rxClubBox;
			img
			{
				width:95%;
				height: auto;
				@media (max-width:$screen-sm-max) 
				{
					width:100%;
					height: auto;
				}
			}
		}
		.kids-club-box
		{
			background-color: $kidsClubBoxBg;
			img
			{
				width:30%;
				height: auto;
				@media (max-width:$screen-sm-max) 
				{
					width:55%;
					height: auto;
				}
			}
			.title
			{
				padding-top: 12px;
				@media (max-width:$screen-sm-max) 
				{
					padding-top: 8px;
				}
				span.text-label 
				{
					  display: inline-block;
					  text-align: left;
					  line-height: 25px;
					  padding-right: 0px;
					  padding-top: 0px;
					  float: none;
					  vertical-align: middle;

				}
			}
		}
		.my-points-box
		{
			background-color: $myPointsBox;
			.more-info
			{
				line-height: 0px;
			}
		}
	
		.coffee-rewards-box
		{
			background-color: $coffeeRewardsBoxBg;
			margin-bottom: 0px;
			border-top-left-radius: 12px; -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; -ms-border-top-left-radius: 12px;
			border-top-right-radius: 12px; -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; -ms-border-top-right-radius: 12px;
			.header
			{
				color: $mainMenuSubNavFontColor;
				span.text-label 
				{
					  display: block;
					  text-align: left;
					  line-height: 20px;
					  padding: 20px;
					  float: left;
					  font-size: 25px;
				}
			}
			
		}

		.coffee-rewards-box-content 
		{
			padding-bottom: 10px;
			border-radius: 0 0 6px 6px;
			-moz-border-radius: 0 0 6px 6px;
			-webkit-border-radius: 0 0 6px 6px;
			-ms-border-radius: 0 0 6px 6px;
		}
		.coffee-rewards-box-footer
		{
			background: $coffeeRewardsBoxBg; 
			height: 40px;
			text-align: center;
			margin-bottom: 15px;
			color: $mainMenuSubNavFontColor;
			border-bottom-left-radius: 12px; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px; -ms-border-bottom-left-radius: 12px;
			border-bottom-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; -ms-border-bottom-right-radius: 12px;
			.rewards-link
			{
				font-family: arial;
				font-size: 12px;
				color: $mainMenuSubNavFontColor;
				text-decoration: none;
			}
		}
		.lodge-box
		{
			background-color: $lodgeBoxBg;
			img
			{
				width:85%;
				height: auto;
				@media (max-width:$screen-sm-max) 
				{
					width:100%;
					height: auto;
				}
			}
			.title
			{
				font-size: 12px;
				padding: 0;
				@media (max-width:$screen-sm-max) 
				{
					padding: 5px 0px 0px 0px;
				}
			}
			.points
			{
				width: 25%;
				float: right;
				margin-top: 10px;
				border-left: 1px solid white;
				@media (max-width:$screen-sm-max) 
				{
					margin-top: 20px;
					span.count-label 
					{
						font-size: 32px;
					}
				}				
			}
			.points-title
			{
				width: 16%;
				float: right;
				padding-top: 20px;
				@media (max-width:$screen-sm-max) 
				{
					width: 25%;
				}
			}
		}
		

		#CoffeeRewards
		{
			.note-message
			{
				 padding: 10px 0px;
				 background-color: $coffeeRewardsBoxFooterBg;
				 font-weight: bold;
			}
			.text
			{
				span
				{
					 color: $CoffeeRewardsTextSpan;
					 display: inline-block;
					 font-size: 18px;
					 font-weight: bold;
					 margin: 0 4px 8px;
				}
				.coffee-icon
				{
					width: 45px;
				}
				 .more-link
				 {
					text-decoration: none;
					img
					{
						width: 30px;
					}
				 }
			 }
		}
	} */ }
  #SaveMorePage #DigitalCouponsContent {
    margin-top: 20px; }
    #SaveMorePage #DigitalCouponsContent .coffee-rewards-box {
      background-color: #814634; }
      #SaveMorePage #DigitalCouponsContent .coffee-rewards-box .title {
        width: 100%; }
        #SaveMorePage #DigitalCouponsContent .coffee-rewards-box .title span.text-label {
          line-height: 0px;
          padding-right: 0px;
          padding-top: 10px;
          float: none; }
      #SaveMorePage #DigitalCouponsContent .coffee-rewards-box p {
        margin: 10px 0px; }
      #SaveMorePage #DigitalCouponsContent .coffee-rewards-box .rewards-link {
        font-family: arial;
        font-size: 9px;
        color: #fff;
        text-decoration: none; }
        @media (min-width: 0px) and (max-width: 991px) {
          #SaveMorePage #DigitalCouponsContent .coffee-rewards-box .rewards-link {
            font-size: 8px; } }
    #SaveMorePage #DigitalCouponsContent #CoffeeRewards .note-message {
      padding: 10px 0px;
      font-weight: bold; }
    #SaveMorePage #DigitalCouponsContent #CoffeeRewards .text span {
      color: #6b3628;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      margin: 0 4px 8px; }
    #SaveMorePage #DigitalCouponsContent #CoffeeRewards .text .coffee-icon {
      width: 25px; }
    #SaveMorePage #DigitalCouponsContent #CoffeeRewards .text .more-link {
      text-decoration: none; }
      #SaveMorePage #DigitalCouponsContent #CoffeeRewards .text .more-link img {
        width: 30px; }
    #SaveMorePage #DigitalCouponsContent .digital-coupons-box-mobile {
      background-color: #19aeb4; }
      #SaveMorePage #DigitalCouponsContent .digital-coupons-box-mobile .title span.text-label {
        line-height: 20px;
        padding-top: 0px; }
        @media (min-width: 0px) and (max-width: 991px) {
          #SaveMorePage #DigitalCouponsContent .digital-coupons-box-mobile .title span.text-label {
            font-size: 19px; } }
      @media (min-width: 0px) and (max-width: 991px) {
        #SaveMorePage #DigitalCouponsContent .digital-coupons-box-mobile .title {
          width: 48%; } }
    #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content {
      min-height: 275px; }
      #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped {
        display: block; }
        #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .header-tb {
          display: table;
          width: 100%;
          border: 0; }
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .header-tb > tr > td {
            width: 70%; }
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .header-tb > tr, #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .header-tb > tr > td {
            background-color: #e9e3ce !important;
            color: #19aeb4; }
        #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb {
          display: inline-block;
          height: 282px;
          overflow-y: scroll;
          overflow-x: hidden;
          width: 100%;
          border: 0; }
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb > tr > td {
            width: 70%; }
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb > tr, #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb > tr > td {
            background-color: inherit !important;
            border: 0px; }
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb > tr > td:first-child {
            padding: 8px 0px 8px 15px; }
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb > tr > td:last-child {
            padding: 8px 5px 8px 0px; }
          @media (max-width: 991px) {
            #SaveMorePage #DigitalCouponsContent .digital-coupon-content .coupons-content .table-striped .content-tb {
              height: 310px; } }
    #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header {
      background-color: #19aeb4;
      border-top-left-radius: 12px;
      -moz-border-radius-topleft: 12px;
      -webkit-border-top-left-radius: 12px;
      -ms-border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      -moz-border-radius-topright: 12px;
      -webkit-border-top-right-radius: 12px;
      -ms-border-top-right-radius: 12px;
      color: #fff; }
      #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .title {
        font-size: 22px;
        font-weight: bold;
        float: left;
        width: 42%;
        line-height: 100%;
        padding-top: 10px; }
        #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .title span.text-label {
          display: block;
          text-align: left;
          line-height: 22px;
          padding-top: 10px;
          float: left;
          padding-bottom: 12px; }
        @media (max-width: 767px) {
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .title {
            font-size: 17px;
            padding-top: 3px; } }
        @media (max-width: 991px) {
          #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .title {
            font-size: 17px;
            padding-top: 3px; } }
      #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .points {
        font-size: 16px;
        font-weight: bold;
        float: right;
        padding-top: 7px; }
        #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .points span.count-label {
          border-left: 2px solid #cbff99;
          font-size: 40px;
          line-height: 58px;
          display: inline-block;
          padding-left: 5px; }
          @media (min-width: 0px) and (max-width: 991px) {
            #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .points span.count-label {
              font-size: 29px;
              border-left: 0px; } }
        #SaveMorePage #DigitalCouponsContent .digital-coupon-content .digital-coupons-box-header .points span.text-label {
          display: block;
          text-align: left;
          line-height: 22px;
          padding-right: 5px;
          padding-top: 5px;
          float: left; }
    #SaveMorePage #DigitalCouponsContent .hide-row {
      display: none; }
    #SaveMorePage #DigitalCouponsContent .digital-coupons-box-footer {
      cursor: pointer;
      background-color: #19aeb4;
      height: 50px;
      color: #fff;
      padding: 10px 20px;
      border-bottom-left-radius: 12px;
      -moz-border-radius-bottomleft: 12px;
      -webkit-border-bottom-left-radius: 12px;
      -ms-border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      -moz-border-radius-bottomright: 12px;
      -webkit-border-bottom-right-radius: 12px;
      -ms-border-bottom-right-radius: 12px; }
      #SaveMorePage #DigitalCouponsContent .digital-coupons-box-footer .pull-right {
        font-size: 18px;
        font-weight: bold; }
        @media (max-width: 991px) {
          #SaveMorePage #DigitalCouponsContent .digital-coupons-box-footer .pull-right {
            font-size: 15px; } }
        #SaveMorePage #DigitalCouponsContent .digital-coupons-box-footer .pull-right span.text-label {
          display: block;
          text-align: right;
          line-height: 20px;
          float: left;
          padding-top: 5px; }
    #SaveMorePage #DigitalCouponsContent .coupons-content .label-save {
      font-size: 14px; }
    #SaveMorePage #DigitalCouponsContent .coupons-content .table td.header {
      padding: 5px 15px; }
    #SaveMorePage #DigitalCouponsContent .coupons-content.scroll {
      height: 428px;
      overflow-y: auto;
      display: inline-block; }
  #SaveMorePage #BoxContent .my-points-box {
    background-color: #1B75BC; }
    #SaveMorePage #BoxContent .my-points-box .title {
      width: 48%; }
    #SaveMorePage #BoxContent .my-points-box .title span.text-label {
      line-height: 20px;
      padding-top: 0px; }
      @media (min-width: 0px) and (max-width: 991px) {
        #SaveMorePage #BoxContent .my-points-box .title span.text-label {
          font-size: 19px; } }
  #SaveMorePage #BoxContent .rx-club-box {
    background-color: #ed2227; }
    #SaveMorePage #BoxContent .rx-club-box img {
      width: auto;
      height: 40px; }
  #SaveMorePage #BoxContent .kids-club-box {
    background-color: #ec9f37; }
    #SaveMorePage #BoxContent .kids-club-box img {
      width: auto;
      height: 83px;
      padding-top: 4px;
      float: left;
      padding-left: 5px; }
    #SaveMorePage #BoxContent .kids-club-box .title {
      padding-top: 0px;
      width: 70%; }
    #SaveMorePage #BoxContent .kids-club-box .title span.text-label {
      line-height: 20px;
      padding-top: 30px; }
      @media (min-width: 0px) and (max-width: 991px) {
        #SaveMorePage #BoxContent .kids-club-box .title span.text-label {
          font-size: 19px; } }
  #SaveMorePage #BoxContent .pet-club-box {
    background-color: #855fa8; }
    #SaveMorePage #BoxContent .pet-club-box .title {
      padding-top: 0px;
      width: 70%; }
    #SaveMorePage #BoxContent .pet-club-box .title span.text-label {
      line-height: 20px;
      padding-top: 30px; }
      @media (min-width: 0px) and (max-width: 991px) {
        #SaveMorePage #BoxContent .pet-club-box .title span.text-label {
          font-size: 19px; } }
  #SaveMorePage #BoxContent .wine-beer-club-box {
    background-color: #696a6c; }
    #SaveMorePage #BoxContent .wine-beer-club-box .title {
      padding-top: 0px;
      width: 70%; }
    #SaveMorePage #BoxContent .wine-beer-club-box .title span.text-label {
      line-height: 20px;
      padding-top: 30px; }
      @media (min-width: 0px) and (max-width: 991px) {
        #SaveMorePage #BoxContent .wine-beer-club-box .title span.text-label {
          font-size: 19px; } }
  #SaveMorePage #BoxContent .birthday-club-box {
    background-color: #95ca3c; }
    #SaveMorePage #BoxContent .birthday-club-box .title {
      padding-top: 0px;
      width: 70%; }
    #SaveMorePage #BoxContent .birthday-club-box .title span.text-label {
      line-height: 20px;
      padding-top: 30px; }
      @media (min-width: 0px) and (max-width: 991px) {
        #SaveMorePage #BoxContent .birthday-club-box .title span.text-label {
          font-size: 19px; } }
  #SaveMorePage .box-view {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    margin-top: 20px;
    color: #fff;
    position: relative;
    height: 85px;
    padding-right: 0px; }
    #SaveMorePage .box-view .title {
      font-size: 22px;
      font-weight: bold;
      float: left;
      width: 50%;
      line-height: 100%;
      padding-top: 20px; }
      #SaveMorePage .box-view .title span.text-label {
        display: block;
        text-align: left;
        line-height: 60px;
        padding-right: 15px;
        padding-top: 10px;
        float: left; }
        @media (max-width: 991px) {
          #SaveMorePage .box-view .title span.text-label {
            padding-right: 0px; } }
    #SaveMorePage .box-view .points {
      font-size: 16px;
      font-weight: bold;
      float: right;
      padding-right: 15px;
      padding-top: 7px; }
      #SaveMorePage .box-view .points span.count-label {
        font-size: 40px;
        line-height: 70px;
        display: inline-block; }
        @media (min-width: 0px) and (max-width: 991px) {
          #SaveMorePage .box-view .points span.count-label {
            font-size: 29px;
            margin-right: -10px; } }
    #SaveMorePage .box-view .more-info {
      height: 100%;
      width: 33px;
      background-color: rgba(0, 0, 0, 0.4);
      float: right;
      margin: 0;
      border-top-right-radius: 12px;
      -moz-border-radius-topright: 12px;
      -webkit-border-top-right-radius: 12px;
      -ms-border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      -moz-border-radius-bottomright: 12px;
      -webkit-border-bottom-right-radius: 12px;
      -ms-border-bottom-right-radius: 12px; }
      #SaveMorePage .box-view .more-info span {
        transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        white-space: nowrap;
        -webkit-transform: translate(5px, 80px) rotate(-90deg);
        -moz-transform: translate(5px, 80px) rotate(-90deg);
        -ms-transform: translate(5px, 80px) rotate(-90deg);
        -o-transform: translate(5px, 80px) rotate(-90deg);
        transform: translate(5px, 80px) rotate(-90deg);
        display: inline-block; }
        #SaveMorePage .box-view .more-info span a {
          color: white;
          font-size: 16px;
          text-decoration: none;
          font-family: arial;
          margin: 4px; }
  #SaveMorePage a {
    text-decoration: none;
    cursor: pointer; }
  #SaveMorePage .item-box {
    margin-bottom: 20px;
    border: solid 1px #ccc;
    background-color: #eee;
    padding: 8px 0 8px 10px; }
  #SaveMorePage .item-box .item-title {
    margin-top: 17px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none; }
  #SaveMorePage .item-box .item-available span, #SaveMorePage .item-box .item-added span {
    font-size: 32px; }
  #SaveMorePage .item-box .item-available,
  #SaveMorePage .item-box .item-added,
  #SaveMorePage .item-value .item-available,
  #SaveMorePage .item-value .item-added {
    text-align: center; }
  #SaveMorePage .item-box .item-available a,
  #SaveMorePage .item-box .item-added a,
  #SaveMorePage .item-value .item-available a,
  #SaveMorePage .item-value .item-added a {
    color: black; }
  #SaveMorePage .item-box .item-title {
    text-align: left; }
  #SaveMorePage .item-value {
    padding: 0 0 15px 0;
    margin-top: -13px; }
  #SaveMorePage .item-value span {
    font-size: 24px; }
  #SaveMorePage .item-value .item-added span {
    color: #b12831; }
  #SaveMorePage .item-line {
    padding: 18px;
    border-bottom: solid 1px #ccc; }
  #SaveMorePage .item-line .item-title a {
    font-size: 17px;
    color: black;
    font-weight: bold; }
  #SaveMorePage .item-line .item-available span {
    color: deepskyblue;
    font-weight: bold; }
  #SaveMorePage .coffee-icon {
    width: 8% !important;
    margin: 0 0.5% 8px 0.5%; }
  #SaveMorePage .purchased-coffee {
    margin-top: 11px; }

#CateringPage .order-table, #GiftCardsOrderView .order-table, #CookingSchoolView .order-table {
  border: 0; }

@media (max-width: 640px) {
  #CateringPage .current-orders, #GiftCardsOrderView .current-orders, #CookingSchoolView .current-orders {
    width: 100%; } }

@media (max-width: 350px) {
  #CateringPage .contact-info, #CateringPage .pickup-info, #CateringPage .billing-info, #CateringPage .shipping-info, #GiftCardsOrderView .contact-info, #GiftCardsOrderView .pickup-info, #GiftCardsOrderView .billing-info, #GiftCardsOrderView .shipping-info, #CookingSchoolView .contact-info, #CookingSchoolView .pickup-info, #CookingSchoolView .billing-info, #CookingSchoolView .shipping-info {
    width: 100%; } }

#OrderHistoryView .order-list {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }
  #OrderHistoryView .order-list .type-title {
    background: #dddddd;
    height: 40px;
    padding-top: 10px;
    padding-left: 5px; }
  #OrderHistoryView .order-list .order-item {
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px; }

@media (max-width: 480px) {
  #OrderHistoryView .order-num {
    width: 100%; }
  #OrderHistoryView .order-links {
    width: 100%;
    text-align: left; } }

@media (max-width: 350px) {
  #OrderHistoryView .order-confirm-title, #OrderHistoryView .order-confirm-va, #OrderHistoryView .order-date-title, #OrderHistoryView .order-date-val {
    width: 100%; } }

#GiftCardsOrderView ul.ordered-product, #CookingSchoolOrderView ul.ordered-product, #CateringOrderView ul.ordered-product {
  list-style: disc; }

#main-body #KidsClubPage .kids-club-content ul li, #SignUpKidsClubPage .kids-club-content ul li {
  color: #b12831; }

#main-body #KidsClubPage .kids-club-content ul li p, #SignUpKidsClubPage .kids-club-content ul li p {
  color: black;
  margin: 0; }

#main-body #KidsClubPage .kids-club-content span, #SignUpKidsClubPage .kids-club-content span {
  color: #b12831;
  font-weight: bold;
  padding-left: 24px; }

#main-body #KidsClubPage .sign-up-kids-club, #SignUpKidsClubPage .sign-up-kids-club {
  text-align: center; }
  #main-body #KidsClubPage .sign-up-kids-club #SignUpKidsClub, #SignUpKidsClubPage .sign-up-kids-club #SignUpKidsClub {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    background: #b12831;
    text-transform: inherit;
    padding: 5px 50px; }

#main-body #KidsClubPage .kidsbaby-club-info-content table thead tr td, #SignUpKidsClubPage .kidsbaby-club-info-content table thead tr td {
  font-weight: bold; }

#main-body #KidsClubPage .kidsbaby-club-info-content .kidsbaby-item .delete-kids-baby-btn, #SignUpKidsClubPage .kidsbaby-club-info-content .kidsbaby-item .delete-kids-baby-btn {
  padding-top: 8px;
  cursor: pointer; }

#main-body #KidsClubPage .kidsbaby-club-info-content .kidsbaby-club-footer #SaveKidsBabyClub, #SignUpKidsClubPage .kidsbaby-club-info-content .kidsbaby-club-footer #SaveKidsBabyClub {
  padding: 4px 10px;
  font-size: 15px;
  float: right; }

#main-body #KidsClubPage .kidsbaby-club-info-content .kidsbaby-club-footer #AddMoreKidsBaby, #SignUpKidsClubPage .kidsbaby-club-info-content .kidsbaby-club-footer #AddMoreKidsBaby {
  background: #b12831;
  text-transform: inherit;
  padding: 4px 10px;
  font-size: 15px;
  float: left; }

#main-body #JoinedPage .right-content .red-mss {
  color: #ff1026;
  font-weight: bold; }

#main-body #JoinedPage .update-acc-form {
  text-align: center;
  margin-bottom: 5px; }
  #main-body #JoinedPage .update-acc-form .footer-control {
    margin-top: 10px; }
  #main-body #JoinedPage .update-acc-form .markauth-label {
    text-align: left;
    padding-left: 10px; }

#main-body #SignUpPage .left-content .discount {
  color: #000;
  font-size: 16px; }
  #main-body #SignUpPage .left-content .discount span {
    font-size: 21px;
    font-weight: bold; }
  #main-body #SignUpPage .left-content .discount .entt {
    color: #ffffff; }

#main-body #SignUpPage .right-content {
  margin-top: -100px; }
  #main-body #SignUpPage .right-content .enroll-box {
    background: #e9e5cf; }
    #main-body #SignUpPage .right-content .enroll-box .slogan {
      font-size: 15px; }
    #main-body #SignUpPage .right-content .enroll-box .div-condition {
      font-size: 75%; }
    #main-body #SignUpPage .right-content .enroll-box #EnrollForm .controls {
      padding-left: 20px; }
    #main-body #SignUpPage .right-content .enroll-box #EnrollForm .enroll-controls {
      margin-bottom: 10px;
      margin-top: 10px; }
    #main-body #SignUpPage .right-content .enroll-box .enroll-bottom-text {
      margin-bottom: 5px;
      font-size: 11px; }
  #main-body #SignUpPage .right-content .enroll-box-bottom {
    font-size: 11px; }

#main-body #PaidPage .right-content .update-acc-form .footer-control {
  margin-top: 10px; }

#main-body #SignUpPage a, #main-body #JoinedPage a, #main-body #PaidPage a {
  color: #1c3866; }

#main-body #SignUpPage h3, #main-body #JoinedPage h3, #main-body #PaidPage h3 {
  font-size: 24px;
  font-weight: bold; }

#main-body #SignUpPage span.discount-span, #main-body #JoinedPage span.discount-span, #main-body #PaidPage span.discount-span {
  font-size: 16px;
  font-weight: bold; }

#main-body #SignUpPage .spliter hr, #main-body #JoinedPage .spliter hr, #main-body #PaidPage .spliter hr {
  border-top: 1px #eeeeee double; }

#main-body #SignUpPage .faq, #main-body #JoinedPage .faq, #main-body #PaidPage .faq {
  margin-top: 10px; }
  #main-body #SignUpPage .faq a, #main-body #JoinedPage .faq a, #main-body #PaidPage .faq a {
    font-size: 11px;
    text-decoration: none; }

#main-body #SignUpPage .pdf-btn, #main-body #JoinedPage .pdf-btn, #main-body #PaidPage .pdf-btn {
  text-align: center;
  margin: 0px; }
  #main-body #SignUpPage .pdf-btn img.logo, #main-body #JoinedPage .pdf-btn img.logo, #main-body #PaidPage .pdf-btn img.logo {
    width: 282px; }
  #main-body #SignUpPage .pdf-btn a.albertson-logo, #main-body #JoinedPage .pdf-btn a.albertson-logo, #main-body #PaidPage .pdf-btn a.albertson-logo {
    position: absolute;
    top: 51px;
    left: 4px;
    width: 64px;
    height: 62px;
    background-color: transparent; }
  #main-body #SignUpPage .pdf-btn a.other-logo, #main-body #JoinedPage .pdf-btn a.other-logo, #main-body #PaidPage .pdf-btn a.other-logo {
    position: absolute;
    top: 51px;
    left: 68px;
    width: 212px;
    height: 62px;
    background-color: transparent; }

#main-body #SignUpPage .img-map, #main-body #JoinedPage .img-map, #main-body #PaidPage .img-map {
  margin: auto;
  position: relative;
  width: 280px; }

@media (max-width: 1199px) {
  #main-body #SignUpPage .left-content, #main-body #JoinedPage .left-content, #main-body #PaidPage .left-content {
    width: 100%; }
  #main-body #SignUpPage .right-content, #main-body #JoinedPage .right-content, #main-body #PaidPage .right-content {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    #main-body #SignUpPage .right-content .pdf-btn a.albertson-logo, #main-body #JoinedPage .right-content .pdf-btn a.albertson-logo, #main-body #PaidPage .right-content .pdf-btn a.albertson-logo {
      left: 4px; }
    #main-body #SignUpPage .right-content .pdf-btn a.other-logo, #main-body #JoinedPage .right-content .pdf-btn a.other-logo, #main-body #PaidPage .right-content .pdf-btn a.other-logo {
      left: 68px; } }

@media (max-width: 992px) {
  #main-body #SignUpPage .pdf-btn a.albertson-logo, #main-body #JoinedPage .pdf-btn a.albertson-logo, #main-body #PaidPage .pdf-btn a.albertson-logo {
    left: 2px; }
  #main-body #SignUpPage .pdf-btn a.other-logo, #main-body #JoinedPage .pdf-btn a.other-logo, #main-body #PaidPage .pdf-btn a.other-logo {
    left: 66px; } }

@media (max-width: 768px) {
  #main-body #SignUpPage .pdf-btn a.albertson-logo, #main-body #JoinedPage .pdf-btn a.albertson-logo, #main-body #PaidPage .pdf-btn a.albertson-logo {
    left: 4px; }
  #main-body #SignUpPage .pdf-btn a.other-logo, #main-body #JoinedPage .pdf-btn a.other-logo, #main-body #PaidPage .pdf-btn a.other-logo {
    left: 68px; } }

#TopMenu .shoppinglist-popover-total {
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold; }

.shoppinglist-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .shoppinglist-table .header {
    background: #e9e2cd;
    height: 30px;
    color: #f18903; }
    .shoppinglist-table .header th.name {
      width: 16.66667%;
      text-align: center; }
    .shoppinglist-table .header th.desc {
      width: 41.66667%;
      text-align: center; }
    .shoppinglist-table .header th.price {
      width: 16.66667%;
      text-align: right; }
    .shoppinglist-table .header th.quantity {
      width: 16.66667%;
      text-align: center; }
    .shoppinglist-table .header th.delControl {
      width: 8.33333%;
      text-align: center; }
  .shoppinglist-table td {
    padding: 5px; }
  .shoppinglist-table .section-header {
    /*vertical-align: middle;*/
    color: #f18903;
    font-size: 15px;
    font-weight: bolder;
    background: #dddddd; }
  .shoppinglist-table .sub-section-header .section-header-text {
    padding-left: 5px;
    background: #e9e3ce;
    color: #f18903;
    font-weight: bold; }
  .shoppinglist-table .product-content {
    width: 100%;
    border-bottom: 0px solid #e9e3ce;
    display: inline-block; }
    .shoppinglist-table .product-content .product-image {
      float: left;
      width: 16.66667%; }
      .shoppinglist-table .product-content .product-image img {
        max-height: 50px;
        max-width: 100%;
        margin: 5px 0px 0px 0px;
        width: auto; }
    .shoppinglist-table .product-content .product-text {
      float: left;
      height: auto;
      position: relative;
      width: 83.33333%;
      word-break: break-word;
      padding-left: 10px; }
      .shoppinglist-table .product-content .product-text .label {
        font-size: 12px; }
      .shoppinglist-table .product-content .product-text .product-desc {
        font-size: 0.9em; }
  .shoppinglist-table .spinner {
    width: 80px; }
    .shoppinglist-table .spinner .input-group-addon .spin-down .fa-sort-desc {
      position: relative;
      top: -4px; }
  .shoppinglist-table tr.coupon-item {
    border: 4px dashed #f18903; }

.shopplist-footer #AddNoteBtn {
  margin-bottom: 1px; }

.shopplist-footer .button-group {
  text-align: right; }

.shopplist-footer .guest-print-btn {
  margin-bottom: 1px; }

.shoppinglist-popover {
  min-width: 300px; }
  .shoppinglist-popover .min-close-shoppinglist-btn {
    color: gray;
    cursor: pointer;
    margin-top: -20px;
    position: absolute;
    margin-left: 270px;
    font-size: 16px; }

.min-shoppinglist-ctn {
  margin-top: 10px;
  color: #000; }
  .min-shoppinglist-ctn .shoppinglist-name {
    display: inline-block;
    color: #b12831;
    font-weight: bold; }
  .min-shoppinglist-ctn .min-shopping-list {
    padding-left: 0px;
    padding-right: 8px;
    list-style: none;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden; }
    .min-shoppinglist-ctn .min-shopping-list .name {
      word-break: break-word; }
  .min-shoppinglist-ctn .shopping-list-slider-change {
    margin-bottom: 15px;
    border-bottom: 1px solid;
    border-color: #b12831; }
  .min-shoppinglist-ctn .min-shopping-footer {
    margin-top: 10px; }
    .min-shoppinglist-ctn .min-shopping-footer a {
      color: #000; }
  .min-shoppinglist-ctn #ShoppinglistFullLink {
    color: #000; }

@media (max-width: 767px) {
  .shoppinglist-table .header th.name {
    width: 0%;
    text-align: center; }
  .shoppinglist-table .header th.desc {
    width: 41.66667%;
    text-align: center; }
  .shoppinglist-table .header th.price {
    width: 0%;
    text-align: right; }
  .shoppinglist-table .header th.quantity {
    width: 25%;
    text-align: center; }
  .shoppinglist-table .header th.delControl {
    width: 25%;
    text-align: center; }
  .shoppinglist-table .product-content .product-text {
    width: 100%; }
  .shoppinglist-table .spinner {
    width: 100%; }
  .shopplist-footer .button-group {
    text-align: center; }
  .shopping-list-popup .shoppinglist-table .product-content .product-text, .print-popup .shoppinglist-table .product-content .product-text {
    width: 83.33333%; } }

.list-of-shoppinglist .list-group-item {
  border-radius: 0px;
  border-left: none;
  border-right: none; }
  .list-of-shoppinglist .list-group-item input {
    width: 95%; }
  .list-of-shoppinglist .list-group-item input, .list-of-shoppinglist .list-group-item .del-btn, .list-of-shoppinglist .list-group-item .done-btn {
    display: none; }
  .list-of-shoppinglist .list-group-item .name-txt {
    cursor: pointer; }

.list-of-shoppinglist .list-group-item.edit .name-txt, .list-of-shoppinglist .list-group-item.edit .edit-btn, .list-of-shoppinglist .list-group-item.edit .add-btn {
  display: none; }

.list-of-shoppinglist .list-group-item.edit input, .list-of-shoppinglist .list-group-item.edit .del-btn, .list-of-shoppinglist .list-group-item.edit .done-btn {
  display: inline-block; }

#ShoppingListPage .shoppinglist-table tr.coupon-item {
  border: 0; }

#ShoppingListPage .item-type-icon {
  width: 20px;
  margin-top: 5px;
  height: auto; }

#ShoppingListPage .ingredeint-item .item-icon-col .item-type-icon {
  width: 26px;
  margin-top: 5px;
  height: auto; }

#ShoppingListPage .shopping-list-name h1 {
  margin-bottom: -5px; }

#ShoppingListPage .shoppinglist-table .header th.name {
  text-align: left; }

#ShoppingListPage .item-quantity img {
  width: 26px; }

#ShoppingListPage .pointer {
  cursor: pointer; }

#ShoppingListPage .grid-tool {
  width: 94px; }

#ShoppingListPage .grid-quantity {
  width: 84px; }

#ShoppingListPage .shopplist-footer button {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 8px 12px !important; }

#ShoppingListPage #CreateListBtn {
  margin-top: 40px;
  margin-right: 10px; }

#ShoppingListPage .no-margin-top {
  margin-top: 0 !important; }

#ShoppingListPage .shoppinglist-table .item span {
  font-size: 12px; }

#ShoppingListPage .item-quantity-control {
  width: 72px;
  float: left;
  margin-top: 5px; }

#ShoppingListPage .item-quantity-control img {
  width: 28px; }

#ShoppingListPage #NoteForm input[type=text] {
  width: 110px;
  float: left;
  margin-right: 6px; }

#ShoppingListPage .control input {
  width: 136px;
  float: left;
  margin-right: 6px; }

#ShoppingListPage .control .form-group {
  margin-bottom: 0; }

#ShoppingListPage .box-footer {
  border: 1px solid #ddd;
  padding-left: 4%;
  padding-bottom: 20px; }

#ShoppingListPage #PrintShoppintListBtn {
  font-size: 14px !important;
  line-height: 14px !important;
  margin-left: 10px; }

#ShoppingListPage #PrintShoppintListBtn .icon {
  width: 18px;
  height: 18px;
  background-size: 100%;
  margin: -5px 5px -5px -5px; }

#ShoppingListPage #add-note-cats {
  width: 110px;
  float: left; }

#ShoppingListPage .item-quantity {
  padding-top: 12px; }

#ShoppingListPage .modal-content button {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 6px 12px !important; }

#DigitalCouponPage, #PrintCouponPage, #SocialCouponPage {
  background: #f3f0e6; }
  #DigitalCouponPage .coupon-header, #PrintCouponPage .coupon-header, #SocialCouponPage .coupon-header {
    margin-top: 10px; }
    #DigitalCouponPage .coupon-header .title, #PrintCouponPage .coupon-header .title, #SocialCouponPage .coupon-header .title {
      float: left;
      margin-right: 5px;
      font-size: 16px;
      font-weight: bold; }
    #DigitalCouponPage .coupon-header select, #PrintCouponPage .coupon-header select, #SocialCouponPage .coupon-header select {
      font-size: 11px;
      padding: 3px;
      width: 120px;
      height: 25px; }
    #DigitalCouponPage .coupon-header .sort-coupon, #PrintCouponPage .coupon-header .sort-coupon, #SocialCouponPage .coupon-header .sort-coupon {
      margin-top: 10px;
      width: 345px; }
    #DigitalCouponPage .coupon-header .page-coupon, #PrintCouponPage .coupon-header .page-coupon, #SocialCouponPage .coupon-header .page-coupon {
      margin-top: 10px;
      text-align: right; }
  #DigitalCouponPage .single-coupon, #PrintCouponPage .single-coupon, #SocialCouponPage .single-coupon {
    margin-bottom: 15px;
    min-height: 325px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #fff;
    padding: 0 15px 15px 15px; }
    #DigitalCouponPage .single-coupon .coupon-saving-header, #PrintCouponPage .single-coupon .coupon-saving-header, #SocialCouponPage .single-coupon .coupon-saving-header {
      background: #f8981d;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      padding: 5px;
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 8px 8px 0 0; }
    #DigitalCouponPage .single-coupon .coupon-footer, #PrintCouponPage .single-coupon .coupon-footer, #SocialCouponPage .single-coupon .coupon-footer {
      text-align: center;
      margin-bottom: 10px; }
      #DigitalCouponPage .single-coupon .coupon-footer .added-button, #PrintCouponPage .single-coupon .coupon-footer .added-button, #SocialCouponPage .single-coupon .coupon-footer .added-button {
        cursor: default !important;
        background: red; }
    #DigitalCouponPage .single-coupon .coupon-content .coupon-thumb, #PrintCouponPage .single-coupon .coupon-content .coupon-thumb, #SocialCouponPage .single-coupon .coupon-content .coupon-thumb {
      height: 110px;
      overflow: hidden;
      margin: 10px 0;
      text-align: center; }
      #DigitalCouponPage .single-coupon .coupon-content .coupon-thumb > img, #PrintCouponPage .single-coupon .coupon-content .coupon-thumb > img, #SocialCouponPage .single-coupon .coupon-content .coupon-thumb > img {
        max-height: 110px;
        width: auto;
        height: auto; }
    #DigitalCouponPage .single-coupon .coupon-content .coupon-detail, #PrintCouponPage .single-coupon .coupon-content .coupon-detail, #SocialCouponPage .single-coupon .coupon-content .coupon-detail {
      min-height: 150px; }
      #DigitalCouponPage .single-coupon .coupon-content .coupon-detail .coupon-title, #PrintCouponPage .single-coupon .coupon-content .coupon-detail .coupon-title, #SocialCouponPage .single-coupon .coupon-content .coupon-detail .coupon-title {
        font-size: 15px;
        font-weight: bold; }
      #DigitalCouponPage .single-coupon .coupon-content .coupon-detail .coupon-desc, #PrintCouponPage .single-coupon .coupon-content .coupon-detail .coupon-desc, #SocialCouponPage .single-coupon .coupon-content .coupon-detail .coupon-desc {
        font-size: 15px; }
    #DigitalCouponPage .single-coupon .coupon-content .exp-date, #PrintCouponPage .single-coupon .coupon-content .exp-date, #SocialCouponPage .single-coupon .coupon-content .exp-date {
      text-align: center; }
    #DigitalCouponPage .single-coupon .coupon-content .disclaimer, #PrintCouponPage .single-coupon .coupon-content .disclaimer, #SocialCouponPage .single-coupon .coupon-content .disclaimer {
      margin-top: 15px; }
    #DigitalCouponPage .single-coupon .coupon-footer button, #PrintCouponPage .single-coupon .coupon-footer button, #SocialCouponPage .single-coupon .coupon-footer button {
      padding: 5px 5px;
      margin-top: 40px; }
  #DigitalCouponPage .border-dashed, #PrintCouponPage .border-dashed, #SocialCouponPage .border-dashed {
    border-color: #000 !important;
    border-style: dashed !important;
    border-width: 1px; }
  #DigitalCouponPage .introduce-coupon-header .coupon-policy, #PrintCouponPage .introduce-coupon-header .coupon-policy, #SocialCouponPage .introduce-coupon-header .coupon-policy {
    float: right;
    padding-right: 20px;
    font-weight: bold;
    color: #f86629;
    text-decoration: none; }
  #DigitalCouponPage .introduce-coupon-header .coupon-print-help, #PrintCouponPage .introduce-coupon-header .coupon-print-help, #SocialCouponPage .introduce-coupon-header .coupon-print-help {
    float: right;
    padding: 7px 13px;
    margin-top: 15px; }

#DigitalCouponPage {
  background-color: #eee; }
  #DigitalCouponPage .page-tab-header {
    border-bottom: solid #ccc 1px;
    border-top: solid #ccc 1px;
    background-color: white; }
  #DigitalCouponPage .page-tab-header h3 {
    margin: 0 !important; }
  #DigitalCouponPage .tab-header span {
    font-size: 32px; }
  #DigitalCouponPage .tab-header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center; }
  #DigitalCouponPage .tab-saving {
    padding-top: 8px;
    text-align: center; }
  #DigitalCouponPage .tab-saving span {
    font-size: 28px; }
  #DigitalCouponPage .added-saving {
    color: #b12831; }
  #DigitalCouponPage .page-tab-header .active {
    color: white;
    background-color: #b12831; }
  #DigitalCouponPage .page-tab-header .active :after {
    top: 100%;
    left: 50%;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    pointer-events: none;
    border-top-color: #b12831;
    border-width: 10px;
    margin-left: -10px; }
  #DigitalCouponPage .coupon-item, #DigitalCouponPage .tab-header, #DigitalCouponPage .choose-shopping-list, #DigitalCouponPage .choose-category {
    cursor: pointer; }
  #DigitalCouponPage .coupon-item .text-saving {
    text-align: center;
    color: #b12831; }
  #DigitalCouponPage .coupon-item .single-coupon {
    padding: 0 !important; }
  #DigitalCouponPage .coupon-item .coupon-detail {
    min-height: 110px !important; }
  #DigitalCouponPage .single-coupon, #DigitalCouponPage #PrintCouponPage .single-coupon, #DigitalCouponPage #SocialCouponPage .single-coupon {
    border-radius: 0 !important; }
  #DigitalCouponPage button {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 6px 12px !important; }
  #DigitalCouponPage .add-to-account-btn {
    width: 44px;
    float: right;
    margin-top: 10px; }
  #DigitalCouponPage .promo-code {
    width: 68%; }
  #DigitalCouponPage .sort-coupon {
    padding-top: 10px;
    padding-left: 15px; }
  #DigitalCouponPage #CouponCategory {
    width: 200px; }

#detail-coupon-popup .image-coupon {
  text-align: center; }

#detail-coupon-popup .image-coupon img {
  max-width: 140px; }

#detail-coupon-popup .coupon-type {
  color: #00A8EC;
  padding-top: 10px; }

#detail-coupon-popup .coupon-type img {
  width: 34px;
  margin: -22px 6px 0 5px; }

#detail-coupon-popup .coupon-title {
  font-size: 20px; }

#detail-coupon-popup hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee; }

#detail-coupon-popup .btnRemoveListItem {
  background-color: #df0024 !important;
  margin: 7% 0% !important;
  text-align: center;
  width: 100% !important; }

#detail-coupon-popup button {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 6px 12px !important; }

#detail-coupon-popup .select-icon:after {
  content: '\00BB';
  color: #00a8ec;
  font-size: 160%;
  right: 0px;
  left: auto;
  top: -2px; }

#main-body #StoreLocatorPage .storeresult-listitem {
  height: 230px; }
  @media (max-width: 767px) {
    #main-body #StoreLocatorPage .storeresult-listitem {
      height: 310px; } }
  #main-body #StoreLocatorPage .storeresult-listitem .store-item {
    min-height: 175px; }
    @media (max-width: 767px) {
      #main-body #StoreLocatorPage .storeresult-listitem .store-item {
        min-height: 265px; } }
    @media (min-width: 768px) {
      #main-body #StoreLocatorPage .storeresult-listitem .store-item {
        min-height: 275px; } }
    @media (min-width: 992px) {
      #main-body #StoreLocatorPage .storeresult-listitem .store-item {
        min-height: 175px; } }
    #main-body #StoreLocatorPage .storeresult-listitem .store-item .store-more-info .gas {
      color: #ff1026;
      text-transform: uppercase;
      font-weight: bold; }
    #main-body #StoreLocatorPage .storeresult-listitem .store-item .link-footer .cstore {
      margin-top: 5px; }
      #main-body #StoreLocatorPage .storeresult-listitem .store-item .link-footer .cstore .cstore-img {
        float: left; }
        #main-body #StoreLocatorPage .storeresult-listitem .store-item .link-footer .cstore .cstore-img img {
          width: 44px; }
      #main-body #StoreLocatorPage .storeresult-listitem .store-item .link-footer .cstore .cstore-title {
        float: left;
        font-size: 11px; }
  #main-body #StoreLocatorPage .storeresult-listitem hr {
    border: 1px solid #dddddd;
    border-top: 0px; }

#main-body #StoreLocatorPage #gmap {
  height: 280px;
  display: block;
  width: 100%; }
  #main-body #StoreLocatorPage #gmap .store-ballon {
    color: #000; }

#main-body #StoreLocatorPage .mapbox {
  background-color: #b22731;
  color: #fff; }
  #main-body #StoreLocatorPage .mapbox .box-search-store h3.search-title {
    color: white; }
  #main-body #StoreLocatorPage .mapbox .box-search-store .search-store-btn:hover {
    background-color: #000080; }

#main-body #StoreLocatorPage .store-map {
  padding: 0; }

#main-body #StoreLocatorPage #divSideBar {
  font-size: 12px;
  margin-top: 10px; }
  #main-body #StoreLocatorPage #divSideBar .no-label {
    font-size: 14px; }

#main-body #StoreLocatorPage .online-store {
  background-color: #ff8316;
  color: white;
  width: 94%;
  margin: -10px 0 10px 12px;
  text-align: center;
  line-height: 26px;
  font-weight: bold; }

#main-body #StoreLocatorPage .margin-top-5 {
  margin-top: -5px; }

#main-body #GiftCardsPage .product-box-left .first-card-box {
  width: 310px;
  border: 1px solid #dddddd; }
  #main-body #GiftCardsPage .product-box-left .first-card-box .gift-card-img img {
    width: 100px;
    margin-top: 10px; }
  #main-body #GiftCardsPage .product-box-left .first-card-box .spinner {
    width: 85px; }
  #main-body #GiftCardsPage .product-box-left .first-card-box .qty-label {
    float: left;
    padding-top: 8px; }

#main-body #GiftCardsPage .box-spliter {
  border: 1px solid #dddddd;
  height: 190px;
  width: 0px;
  padding: 0px; }

#main-body #GiftCardsPage .product-box-right h3 {
  margin-top: 0px; }

@media (max-width: 1199px) {
  #main-body #GiftCardsPage .product-box-left, #main-body #GiftCardsPage .product-box-right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  #main-body #GiftCardsPage .box-spliter {
    display: none; } }

@media (max-width: 330px) {
  #main-body #GiftCardsPage .product-box-left .first-card-box {
    width: 280px; } }

#main-body #ViewCartPage .spinner.input-group .input-group-addon a.spin-up, #main-body #ViewCartPage .spinner.input-group .input-group-addon a.spin-down, #main-body #GiftCardsPage .spinner.input-group .input-group-addon a.spin-up, #main-body #GiftCardsPage .spinner.input-group .input-group-addon a.spin-down {
  font-size: 12px; }

#main-body #ViewCartPage #ViewCartView .product-detail {
  margin: 5px 0px; }

#main-body #OrderInfoPage #OrderInfoView #OrderForm .shipping-address-content, #main-body #OrderInfoPage #OrderInfoView #OrderForm .shipping-address-content {
  margin-left: 15px; }

#main-body #OrderInfoPage #OrderInfoView #OrderForm #PersonalMessage {
  width: 100%; }

#main-body #OrderInfoPage #OrderInfoView .new-address-content {
  display: none; }

@media (max-width: 1199px) {
  #main-body #OrderInfoPage #OrderInfoView .billing-info-content, #main-body #OrderInfoPage #OrderInfoView .shipping-info-content {
    width: 100%; }
  #main-body #OrderInfoPage #OrderInfoView #OrderForm .form-group .control-label {
    text-align: left; } }

#main-body #PaymentProcessPage #PaymentProcessView .info-box {
  min-height: 160px;
  margin-bottom: 10px; }

#main-body #PaymentProcessPage #PaymentProcessView .payment-option-content .payment-img {
  width: 240px;
  cursor: pointer; }

#main-body #PaymentProcessPage #PaymentProcessView .border-right {
  border-right: 1px solid #dddddd; }

@media (max-width: 992px) {
  #main-body #PaymentProcessPage #PaymentProcessView .col-sm-6 {
    width: 50%; } }

@media (max-width: 580px) {
  #main-body #PaymentProcessPage #PaymentProcessView .payment-process-content .info-box {
    width: 100%; }
  #main-body #PaymentProcessPage #PaymentProcessView .border-right {
    border-right: 0px; }
  #main-body #PaymentProcessPage #PaymentProcessView .payment-process-content .info-box {
    min-height: initial; } }

#main-body .top-spliter hr {
  border-top: 1px solid #dddddd; }

.login-modal {
  width: 750px; }
  .login-modal .icon-feature {
    padding-left: 15px; }

@media (min-width: 992px) {
  .login-modal #btnLogOn {
    margin-top: 11px; } }

@media (min-width: 1200px) {
  .login-modal #btnLogOn {
    margin-top: 60px; } }

@media (max-width: 991px) {
  .login-modal {
    width: auto; } }

#EnterAmountForm .invalidmsg {
  display: none;
  color: #ff1026; }

#EnterAmountForm #txtUnitPrice {
  margin: 0px auto;
  width: 50%; }

@media (min-width: 1200px) {
  .login-modal #LogOnView form .control-label {
    padding-left: 0px;
    padding-right: 0px;
    text-align: right; } }

#WeeklyAdContainer, #NextWeeklyAdContainer {
  background: #f3f0e6;
  padding: 15px 0; }
  #WeeklyAdContainer .dept-view, #NextWeeklyAdContainer .dept-view {
    display: none; }
  #WeeklyAdContainer .search-view, #NextWeeklyAdContainer .search-view {
    display: none; }
  #WeeklyAdContainer .empty-view, #NextWeeklyAdContainer .empty-view {
    display: none; }
  #WeeklyAdContainer .multiple-ads-view, #NextWeeklyAdContainer .multiple-ads-view {
    display: none; }
  #WeeklyAdContainer .flyer-view, #NextWeeklyAdContainer .flyer-view {
    display: block; }
  #WeeklyAdContainer.dept-view-mode .dept-view, #NextWeeklyAdContainer.dept-view-mode .dept-view {
    display: block; }
  #WeeklyAdContainer.dept-view-mode .flyer-view, #NextWeeklyAdContainer.dept-view-mode .flyer-view {
    display: none; }
  #WeeklyAdContainer.dept-view-mode .search-view, #NextWeeklyAdContainer.dept-view-mode .search-view {
    display: none; }
  #WeeklyAdContainer.dept-view-mode .empty-view, #NextWeeklyAdContainer.dept-view-mode .empty-view {
    display: none; }
  #WeeklyAdContainer.dept-view-mode .multiple-ads-view, #NextWeeklyAdContainer.dept-view-mode .multiple-ads-view {
    display: none; }
  #WeeklyAdContainer.search-view-mode .dept-view, #NextWeeklyAdContainer.search-view-mode .dept-view {
    display: none; }
  #WeeklyAdContainer.search-view-mode .flyer-view, #NextWeeklyAdContainer.search-view-mode .flyer-view {
    display: none; }
  #WeeklyAdContainer.search-view-mode .search-view, #NextWeeklyAdContainer.search-view-mode .search-view {
    display: block; }
  #WeeklyAdContainer.search-view-mode .empty-view, #NextWeeklyAdContainer.search-view-mode .empty-view {
    display: none; }
  #WeeklyAdContainer.search-view-mode .multiple-ads-view, #NextWeeklyAdContainer.search-view-mode .multiple-ads-view {
    display: none; }
  #WeeklyAdContainer.empty-view-mode .dept-view, #NextWeeklyAdContainer.empty-view-mode .dept-view {
    display: none; }
  #WeeklyAdContainer.empty-view-mode .flyer-view, #NextWeeklyAdContainer.empty-view-mode .flyer-view {
    display: none; }
  #WeeklyAdContainer.empty-view-mode .search-view, #NextWeeklyAdContainer.empty-view-mode .search-view {
    display: none; }
  #WeeklyAdContainer.empty-view-mode .empty-view, #NextWeeklyAdContainer.empty-view-mode .empty-view {
    display: block; }
  #WeeklyAdContainer.empty-view-mode .multiple-ads-view, #NextWeeklyAdContainer.empty-view-mode .multiple-ads-view {
    display: none; }
  #WeeklyAdContainer.multi-view-mode, #NextWeeklyAdContainer.multi-view-mode {
    background: white;
    padding-top: 0px; }
    #WeeklyAdContainer.multi-view-mode .inverted-header, #NextWeeklyAdContainer.multi-view-mode .inverted-header {
      margin-bottom: 10px; }
    #WeeklyAdContainer.multi-view-mode .weekly-ad, #NextWeeklyAdContainer.multi-view-mode .weekly-ad {
      min-height: 100px;
      margin-bottom: 15px; }
    #WeeklyAdContainer.multi-view-mode .display-name, #NextWeeklyAdContainer.multi-view-mode .display-name {
      font-size: 16px;
      font-weight: bold;
      color: #f26649;
      margin: 0px;
      word-wrap: break-word;
      color: #f26649; }
    #WeeklyAdContainer.multi-view-mode .weekly-ad-thumbnail, #NextWeeklyAdContainer.multi-view-mode .weekly-ad-thumbnail {
      max-height: 410px;
      max-width: 192px;
      text-align: center; }
      #WeeklyAdContainer.multi-view-mode .weekly-ad-thumbnail img, #NextWeeklyAdContainer.multi-view-mode .weekly-ad-thumbnail img {
        max-width: 192px;
        max-height: 410px;
        width: auto;
        height: auto; }
    #WeeklyAdContainer.multi-view-mode .prices-valid p:first-child, #NextWeeklyAdContainer.multi-view-mode .prices-valid p:first-child {
      color: black; }
    #WeeklyAdContainer.multi-view-mode .prices-valid p:last-child, #NextWeeklyAdContainer.multi-view-mode .prices-valid p:last-child {
      font-size: 13px;
      color: #f26649; }
    #WeeklyAdContainer.multi-view-mode .dept-view, #NextWeeklyAdContainer.multi-view-mode .dept-view {
      display: none; }
    #WeeklyAdContainer.multi-view-mode .flyer-view, #NextWeeklyAdContainer.multi-view-mode .flyer-view {
      display: none; }
    #WeeklyAdContainer.multi-view-mode .search-view, #NextWeeklyAdContainer.multi-view-mode .search-view {
      display: none; }
    #WeeklyAdContainer.multi-view-mode .empty-view, #NextWeeklyAdContainer.multi-view-mode .empty-view {
      display: none; }
    #WeeklyAdContainer.multi-view-mode .multiple-ads-view, #NextWeeklyAdContainer.multi-view-mode .multiple-ads-view {
      display: block; }
  #WeeklyAdContainer .view-flyer-btn, #NextWeeklyAdContainer .view-flyer-btn {
    background-color: #000080; }
  #WeeklyAdContainer .view-flyer-btn:hover, #NextWeeklyAdContainer .view-flyer-btn:hover {
    background-color: #b22731; }
  #WeeklyAdContainer #FlyerPagesPaging a.page, #WeeklyAdContainer #FlyerPagesPaging a.flyer-next-btn, #WeeklyAdContainer #FlyerPagesPaging a.flyer-prev-btn, #NextWeeklyAdContainer #FlyerPagesPaging a.page, #NextWeeklyAdContainer #FlyerPagesPaging a.flyer-next-btn, #NextWeeklyAdContainer #FlyerPagesPaging a.flyer-prev-btn {
    color: #000080; }
  #WeeklyAdContainer #FlyerPagesPaging a.page:hover, #WeeklyAdContainer #FlyerPagesPaging a.flyer-next-btn:hover, #WeeklyAdContainer #FlyerPagesPaging a.flyer-prev-btn:hover, #NextWeeklyAdContainer #FlyerPagesPaging a.page:hover, #NextWeeklyAdContainer #FlyerPagesPaging a.flyer-next-btn:hover, #NextWeeklyAdContainer #FlyerPagesPaging a.flyer-prev-btn:hover {
    background-color: #b22731;
    color: white; }
  #WeeklyAdContainer #FlyerPagesPaging a.page.active, #NextWeeklyAdContainer #FlyerPagesPaging a.page.active {
    background-color: #b22731;
    color: white; }

.wa-navigation {
  margin-bottom: 10px; }
  .wa-navigation .wa-next-section > * {
    display: block;
    font-size: 12px; }
  .wa-navigation .paging-section > div {
    text-align: center; }
  .wa-navigation .paging-section .pages {
    margin-top: 5px; }
    .wa-navigation .paging-section .pages a.page {
      font-weight: bold;
      padding: 1px 5px 2px; }
    .wa-navigation .paging-section .pages a.page:hover, .wa-navigation .paging-section .pages a.active {
      background: #f22e55;
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
  .wa-navigation .download-section {
    padding-left: 8px;
    margin-right: 10px;
    width: 46px;
    height: 28px;
    border-right: 1px solid #e84a36; }
  .wa-navigation .dept-section select {
    float: right;
    margin-right: 15px;
    margin-top: 5px; }

.popover {
  max-width: 400px; }

.flyer-view {
  width: 100%; }
  .flyer-view .icon.prev-btn, .flyer-view .icon.next-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 250px;
    opacity: .7; }
  .flyer-view .icon.next-btn {
    right: 15px; }
  .flyer-view .flyer-pages {
    max-width: 768px;
    margin-right: auto; }
    @media (min-width: 992px) {
      .flyer-view .flyer-pages {
        margin-left: -17px; } }
    @media (min-width: 1200px) {
      .flyer-view .flyer-pages {
        margin-left: 47px; } }

.flyer-page {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px; }
  .flyer-page.loading:before {
    position: absolute; }
  .flyer-page .flyer-img {
    width: auto; }
  .flyer-page .flyer-items {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
  .flyer-page .flyer-item {
    position: absolute;
    cursor: pointer; }

.flyer-item-detail table {
  width: 350px; }
  .flyer-item-detail table img {
    max-width: 200px;
    width: auto;
    max-height: 200px;
    height: auto; }
  .flyer-item-detail table .name {
    text-transform: capitalize;
    corlor: #f18903;
    font-size: 16px;
    margin: -4px 0 10px 10px;
    font-weight: bold;
    line-height: 1.1;
    min-height: 30px; }
  .flyer-item-detail table .description {
    font-size: 11px;
    margin: 7px 0;
    color: #000;
    line-height: 1.1;
    min-height: 50px;
    margin-left: 10px; }
  .flyer-item-detail table .price {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    font-family: "Cabin";
    font-weight: bold;
    line-height: 1.1;
    margin-left: 10px; }
  .flyer-item-detail table .action {
    color: #696969;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
    font-size: 10px;
    line-height: 1.1;
    margin-left: 10px; }

.dept-view .dept-title, .search-view .dept-title {
  margin-left: 15px;
  margin-bottom: 10px;
  font-weight: bold; }

.dept-view .list-paging, .search-view .list-paging {
  text-align: right; }

.dept-view .sale-item-wrapper, .search-view .sale-item-wrapper {
  overflow: auto; }

.dept-view .saleitem, .search-view .saleitem {
  border: 1px solid #e9e3ce;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  padding: 15px; }
  .dept-view .saleitem > .row, .search-view .saleitem > .row {
    position: relative; }
  .dept-view .saleitem .saleitem-image, .search-view .saleitem .saleitem-image {
    min-height: 130px; }
    .dept-view .saleitem .saleitem-image img, .search-view .saleitem .saleitem-image img {
      max-width: 130px;
      max-height: 130px;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      height: auto;
      display: block; }
  .dept-view .saleitem .info, .search-view .saleitem .info {
    min-height: 120px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .dept-view .saleitem .info, .search-view .saleitem .info {
        text-align: center;
        height: 190px; } }
    .dept-view .saleitem .info .price, .search-view .saleitem .info .price {
      padding-bottm: 5px;
      font-weight: bold;
      font-size: 16px; }
    .dept-view .saleitem .info .name, .search-view .saleitem .info .name {
      color: #000;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      /*height: 60px;
				overflow: hidden;
				*/
      margin: 10px 0; }
    .dept-view .saleitem .info .desc, .search-view .saleitem .info .desc {
      font-size: 12px;
      line-height: 14px;
      /*height: 36px;
				overflow: hidden;
				*/ }
    .dept-view .saleitem .info .action, .search-view .saleitem .info .action {
      margin-top: 10px;
      font-size: 13px; }
  .dept-view .saleitem .action, .search-view .saleitem .action {
    font-size: 13px; }
    @media (min-width: 768px) {
      .dept-view .saleitem .action, .search-view .saleitem .action {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 5px; } }

@media (max-width: 991px) {
  #WeeklyAdContainer .dept-view {
    display: block; }
  #WeeklyAdContainer .flyer-view {
    display: none; } }

@media (max-width: 767px) {
  .dept-section select {
    float: none;
    width: 90%; }
  .dept-view .saleitem .saleitem-image img {
    max-width: 100%; }
  .dept-view .saleitem .info .name {
    height: auto; } }

ul.menu-search-r-s-menu li {
  list-style: outside none none; }

/* fix click for IE */
body.IE9 #WeeklyAdContainer .flyer-view .flyer-item, body.IE9 #NextWeeklyAdContainer .flyer-view .flyer-item, body.IE10 #WeeklyAdContainer .flyer-view .flyer-item, body.IE10 #NextWeeklyAdContainer .flyer-view .flyer-item {
  background: white;
  opacity: 0; }

#CateringPage .catering-top-banner {
  background: url(images/catering_header.jpg) no-repeat top center;
  border-radius: 15px;
  background-size: 100%;
  height: 240px;
  padding-top: 55px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    #CateringPage .catering-top-banner {
      height: 232px;
      padding-top: 55px; } }
  @media (min-width: 992px) {
    #CateringPage .catering-top-banner {
      height: 290px;
      padding-top: 75px; } }
  @media (min-width: 1200px) {
    #CateringPage .catering-top-banner {
      height: 350px;
      padding-top: 95px; } }
  #CateringPage .catering-top-banner #catering-cat {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #666666;
    border-radius: 6px;
    height: 45px; }

#CateringPage .catering-store-content {
  margin-top: 10px; }
  #CateringPage .catering-store-content .storeresult-listitem .store-item {
    min-height: 200px;
    width: 100%;
    padding-left: 15px; }
    #CateringPage .catering-store-content .storeresult-listitem .store-item .link-footer {
      padding-right: 15px; }
    @media (min-width: 768px) {
      #CateringPage .catering-store-content .storeresult-listitem .store-item {
        min-height: 300px; } }
    @media (min-width: 992px) {
      #CateringPage .catering-store-content .storeresult-listitem .store-item {
        min-height: 255px; } }
    @media (min-width: 1200px) {
      #CateringPage .catering-store-content .storeresult-listitem .store-item {
        min-height: 200px; } }
    #CateringPage .catering-store-content .storeresult-listitem .store-item .store-more-info .gas {
      color: #ff1026;
      text-transform: uppercase;
      font-weight: bold; }
    #CateringPage .catering-store-content .storeresult-listitem .store-item .link-footer .cstore {
      margin-top: 5px; }
      #CateringPage .catering-store-content .storeresult-listitem .store-item .link-footer .cstore .cstore-img {
        float: left; }
        #CateringPage .catering-store-content .storeresult-listitem .store-item .link-footer .cstore .cstore-img img {
          width: 44px; }
      #CateringPage .catering-store-content .storeresult-listitem .store-item .link-footer .cstore .cstore-title {
        float: left;
        font-size: 11px; }
  #CateringPage .catering-store-content .storeresult-listitem hr {
    border: 1px solid #dddddd;
    border-top: 0px; }

#CateringPage #CateringPageContent .list-header {
  margin-bottom: 15px; }
  #CateringPage #CateringPageContent .list-header .paging {
    text-align: right; }

#CateringPage #CateringPageContent .catering-product-box {
  margin-bottom: 30px; }
  #CateringPage #CateringPageContent .catering-product-box .catering-product-item {
    border: 1px solid #666666;
    border-radius: 8px;
    padding: 20px;
    min-height: 380px; }
  #CateringPage #CateringPageContent .catering-product-box .catering-product-title {
    font-size: 17px;
    font-weight: bold;
    height: 110px;
    line-height: 28px;
    padding-top: 12px;
    overflow: hidden;
    cursor: pointer; }
  #CateringPage #CateringPageContent .catering-product-box .catering-product-text {
    min-height: 50px; }
  #CateringPage #CateringPageContent .catering-product-box .catering-product-image {
    min-height: 155px; }
    #CateringPage #CateringPageContent .catering-product-box .catering-product-image img {
      width: 128px; }

@media (max-width: 767px) {
  #CateringPage #CateringPageContent .catering-product-box .catering-product-item {
    min-height: 180px; }
    #CateringPage #CateringPageContent .catering-product-box .catering-product-item .catering-product-image {
      float: left; }
    #CateringPage #CateringPageContent .catering-product-box .catering-product-item .catering-product-title {
      padding-left: 15px;
      height: auto; }
    #CateringPage #CateringPageContent .catering-product-box .catering-product-item .catering-product-text {
      display: inline-block;
      padding-left: 15px;
      padding-top: 10px; } }

#ProductDetails .product-details .header-detail {
  padding: 25px 0px !important; }

#ProductDetails .product-details .content-detail .row {
  padding-bottom: 10px !important; }

#ProductDetails .product-details .content-detail #UpdateCateringInfoForm .spin-up, #ProductDetails .product-details .content-detail #UpdateCateringInfoForm .spin-down {
  font-size: 12px; }

#ViewCardPageContent .view-cart-list-header {
  margin-top: 15px;
  margin-bottom: 15px; }
  #ViewCardPageContent .view-cart-list-header .total-card {
    padding-top: 30px;
    text-align: right; }

#ViewCardPageContent .view-cart-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  #ViewCardPageContent .view-cart-table .header {
    background: #e9e2cd;
    height: 30px;
    color: #f18903; }
    #ViewCardPageContent .view-cart-table .header th.total {
      width: 16.66667%;
      text-align: center; }
    #ViewCardPageContent .view-cart-table .header th.dish {
      width: 41.66667%;
      text-align: center; }
    #ViewCardPageContent .view-cart-table .header th.price {
      width: 16.66667%;
      text-align: center; }
    #ViewCardPageContent .view-cart-table .header th.quantity {
      width: 16.66667%;
      text-align: center; }
    #ViewCardPageContent .view-cart-table .header th.del {
      width: 8.33333%;
      text-align: center; }
  #ViewCardPageContent .view-cart-table .product-detail .product-quantity, #ViewCardPageContent .view-cart-table .product-detail .product-price, #ViewCardPageContent .view-cart-table .product-detail .product-totalPrice, #ViewCardPageContent .view-cart-table .product-detail .product-del {
    text-align: center; }
  #ViewCardPageContent .view-cart-table .product-detail ul {
    margin-left: 10px;
    list-style: disc; }
  #ViewCardPageContent .view-cart-table .product-detail .product-quantity .spin-up, #ViewCardPageContent .view-cart-table .product-detail .product-quantity .spin-down {
    font-size: 12px; }

#ViewCardPageContent .view-cart-table-footer a {
  color: #f18903;
  text-decoration: none;
  font-size: 14px;
  font-family: "Calibri-Normal";
  font-weight: bold; }

#ViewCardPageContent .view-cart-table-footer #aUpdateCart {
  float: right;
  margin-right: 5px; }

#ViewCardPageContent .view-cart-list-footer {
  text-align: right;
  margin-top: 10px; }

#ViewCardPageContent .view-cart-no-result {
  min-height: 300px; }

#OrderInfoPageContent .order-info-content .header {
  background: #e9e3ce;
  font-size: 15px;
  color: #f18903;
  padding: 10px;
  margin-bottom: 20px; }

#OrderInfoPageContent .order-info-footer {
  margin: 15px 0px 0px 0px; }
  #OrderInfoPageContent .order-info-footer #PlaceOrder {
    float: right; }

#OrderInfoPageContent .payment-process-content {
  margin: 0; }
  #OrderInfoPageContent .payment-process-content .product-info-item {
    border-bottom: 1px solid #e9e3ce; }
    #OrderInfoPageContent .payment-process-content .product-info-item .product-info {
      padding-left: 18px;
      font-size: 14px;
      font-weight: bold; }
  #OrderInfoPageContent .payment-process-content .row {
    margin-bottom: 15px; }
  #OrderInfoPageContent .payment-process-content .header {
    background: #e9e3ce;
    font-size: 15px;
    color: #f18903;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold; }
  #OrderInfoPageContent .payment-process-content .payment-process-list-product {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
    #OrderInfoPageContent .payment-process-content .payment-process-list-product .header {
      background: #e9e3ce;
      font-size: 15px;
      color: #f18903; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.total {
        width: 16.66667%;
        text-align: center;
        padding: 10px; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.name {
        width: 50%;
        text-align: left;
        padding: 10px; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.price {
        width: 16.66667%;
        text-align: center;
        padding: 10px; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.quantity {
        width: 16.66667%;
        text-align: center;
        padding: 10px; }

#OrderInfoPageContent .payment-process-footer {
  margin: 0; }
  #OrderInfoPageContent .payment-process-footer #CancelOrder {
    margin-right: 10px; }

#OrderInfoPageContent .summary-content {
  margin-top: 15px; }

@media (max-width: 480px) {
  #ViewCardPageContent .view-cart-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
    #ViewCardPageContent .view-cart-table .header {
      background: #e9e2cd;
      height: 30px;
      color: #f18903; }
      #ViewCardPageContent .view-cart-table .header th.total {
        width: 0%;
        text-align: center; }
      #ViewCardPageContent .view-cart-table .header th.dish {
        width: 66.66667%;
        text-align: center; }
      #ViewCardPageContent .view-cart-table .header th.price {
        width: 0%;
        text-align: center; }
      #ViewCardPageContent .view-cart-table .header th.quantity {
        width: 25%;
        text-align: center; }
      #ViewCardPageContent .view-cart-table .header th.del {
        width: 8.33333%;
        text-align: center; }
    #ViewCardPageContent .view-cart-table .product-detail .product-quantity, #ViewCardPageContent .view-cart-table .product-detail .product-price, #ViewCardPageContent .view-cart-table .product-detail .product-totalPrice, #ViewCardPageContent .view-cart-table .product-detail .product-del {
      text-align: center; }
    #ViewCardPageContent .view-cart-table .product-detail ul {
      margin-left: -15px;
      list-style: disc; }
  #OrderInfoPageContent .payment-process-content .header {
    background: #e9e3ce;
    font-size: 15px;
    color: #f18903;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold; }
  #OrderInfoPageContent .payment-process-content .payment-process-list-product {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
    #OrderInfoPageContent .payment-process-content .payment-process-list-product .header {
      background: #e9e3ce;
      font-size: 15px;
      color: #f18903; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.total {
        width: 8.33333%;
        text-align: center;
        padding: 10px; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.name {
        width: 75%;
        text-align: left;
        padding: 10px; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.price {
        width: 0%;
        text-align: center;
        padding: 10px; }
      #OrderInfoPageContent .payment-process-content .payment-process-list-product .header th.quantity {
        width: 16.66667%;
        text-align: center;
        padding: 10px; }
  #OrderInfoPageContent .product-info ul {
    padding-left: 10px; } }

article.page.content-item h1, article.page.content-item h2, .layout-canvas-wrapper h1, .layout-canvas-wrapper h2, .mce-content-body h1, .mce-content-body h2 {
  font-family: "Oswald", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

article.page.content-item h1, .layout-canvas-wrapper h1, .mce-content-body h1 {
  font-size: 29px;
  padding-top: 15px;
  padding-bottom: 0;
  color: #b12831;
  line-height: 1.3em;
  text-align: center; }

article.page.content-item h2, .layout-canvas-wrapper h2, .mce-content-body h2 {
  font-size: 22px;
  padding-bottom: 7px;
  color: #94a545;
  margin-top: 5px; }

article.page.content-item .heading-content p, .layout-canvas-wrapper .heading-content p, .mce-content-body .heading-content p {
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  padding-bottom: 15px; }

article.page.content-item p, .layout-canvas-wrapper p, .mce-content-body p {
  font-size: 15px;
  line-height: 23px; }

@media (max-width: 767px) {
  article.page.content-item .img-savings-rewards, .layout-canvas-wrapper .img-savings-rewards, .mce-content-body .img-savings-rewards {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }

article.page.content-item .map.contain-stores.store-ballon, .layout-canvas-wrapper .map.contain-stores.store-ballon, .mce-content-body .map.contain-stores.store-ballon {
  line-height: normal;
  text-align: left;
  color: #535353; }

.search-results.content-items article.page.content-item > header {
  display: inherit; }
  .search-results.content-items article.page.content-item > header h1 {
    text-align: left; }
  .search-results.content-items article.page.content-item > header .metadata {
    display: none; }

ul.search-results {
  list-style: none; }

#MyPointsPage .my-points-header {
  text-align: center; }
  #MyPointsPage .my-points-header img {
    width: 50%; }

#MyPointsPage .my-points-content {
  padding-top: 25px; }
  #MyPointsPage .my-points-content .my-points-toward .title {
    color: #00b0bd; }
  #MyPointsPage .my-points-content .redeemable-points .title {
    color: #f25c53; }
  #MyPointsPage .my-points-content .points-content .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px; }
  #MyPointsPage .my-points-content .points-content .my-points {
    width: 40%;
    float: left;
    text-align: right;
    font-size: 42px;
    color: white;
    font-weight: bold;
    margin-top: -48px;
    padding-right: 7px; }
  #MyPointsPage .my-points-content .my-points-toward-text, #MyPointsPage .my-points-content .redeemable-points-text {
    margin-top: 15px;
    text-align: center;
    font-size: 15px; }
  #MyPointsPage .my-points-content .my-rewards {
    margin-top: 15px;
    width: 100%; }
    #MyPointsPage .my-points-content .my-rewards table.points-toward {
      background-color: #00b0bd; }
    #MyPointsPage .my-points-content .my-rewards table.points-redeemable {
      background-color: #f25c53; }
    #MyPointsPage .my-points-content .my-rewards table {
      width: 100%;
      border-collapse: separate;
      margin: 0 auto;
      color: white; }
      #MyPointsPage .my-points-content .my-rewards table tr th {
        border-bottom: 1px solid white;
        padding: 10px 10px; }
      #MyPointsPage .my-points-content .my-rewards table tr td {
        padding: 10px 10px; }
      #MyPointsPage .my-points-content .my-rewards table .date {
        width: 24%;
        font-size: 17px;
        text-align: left; }
      #MyPointsPage .my-points-content .my-rewards table .name {
        width: 50%;
        font-size: 17px;
        text-align: center; }
      #MyPointsPage .my-points-content .my-rewards table .expires {
        width: 25%;
        font-size: 17px;
        text-align: right; }
  #MyPointsPage .my-points-content .program-details {
    border-top: 1px solid;
    padding-top: 22px;
    margin-top: 22px; }
    #MyPointsPage .my-points-content .program-details .title {
      font-size: 22px;
      color: black;
      text-align: center;
      color: #1B75BC;
      font-weight: bold; }
    #MyPointsPage .my-points-content .program-details .text {
      padding: 8px 5px;
      padding-right: 40px; }
    #MyPointsPage .my-points-content .program-details .content {
      font-size: 20px;
      padding: 5px 10px 20px 10px; }

/*@media (min-width:$screen-md-min) and (max-width:$screen-lg-min)  
{
	#MyPointsPage
	{
		
	}
}
@media (min-width:$screen-sm-min) and (max-width:$screen-md-min)  
{
	#MyPointsPage
	{
		

	}
}*/
@media (min-width: 480px) and (max-width: 768px) {
  #MyPointsPage .my-points-toward .title {
    font-size: 17px !important; }
  #MyPointsPage .redeemable-points .title {
    font-size: 17px !important; }
  #MyPointsPage .my-rewards table .date, #MyPointsPage .my-rewards table .expires, #MyPointsPage .my-rewards table .name {
    font-size: 12px !important; }
  #MyPointsPage .my-rewards table tr td {
    font-size: 12px !important; } }

/*@media (min-width:360px) and (max-width:$screen-xs-min)  
{
	#MyPointsPage
	{
		
	}
}*/
@media (max-width: 360px) {
  #MyPointsPage .col-xs-12 {
    padding-right: 15px; }
  #MyPointsPage .redeemable-points .title {
    padding-top: 15px; } }

#MyPointsPage {
  font-family: helvetica !important; }
  #MyPointsPage .no-padding-left-right {
    padding-right: 0 !important; }
  #MyPointsPage .page-tab-header {
    border-bottom: solid #ccc 1px;
    border-top: solid #ccc 1px; }
  #MyPointsPage .page-tab-header h3 {
    margin: 0 !important; }
  #MyPointsPage .tab-header span {
    font-size: 32px; }
  #MyPointsPage .tab-header {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center; }
  #MyPointsPage .tab-saving {
    padding-top: 8px;
    text-align: center; }
  #MyPointsPage .tab-saving span {
    font-size: 28px; }
  #MyPointsPage .added-saving {
    color: #b12831; }
  #MyPointsPage .page-tab-header .active {
    color: white;
    background-color: #b12831; }
  #MyPointsPage .page-tab-header .active :after {
    top: 100%;
    left: 50%;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    pointer-events: none;
    border-top-color: #b12831;
    border-width: 10px;
    margin-left: -10px; }
  #MyPointsPage .my-points-header img {
    width: 32%; }
  #MyPointsPage .my-points-content .program-details {
    border-top: 0;
    padding-top: 5px !important;
    margin-top: 22px; }
  #MyPointsPage .my-points-header {
    margin-top: 25px; }
  #MyPointsPage .available-items, #MyPointsPage .added-items {
    margin-top: -30px; }
  #MyPointsPage .point-box {
    background-repeat: no-repeat;
    background-position: center center;
    height: 320px;
    background-size: 66% auto;
    display: table;
    max-width: 414px;
    min-width: 333px; }
  #MyPointsPage .point-box-content {
    display: table-cell;
    vertical-align: middle; }
  #MyPointsPage .point-box-content .available-points {
    font-size: 90px;
    color: white;
    line-height: 90px; }
  #MyPointsPage .point-text {
    font-size: 21px;
    font-weight: bold;
    color: #1c3866;
    line-height: 23px; }
  #MyPointsPage .reward-text {
    font-size: 28px;
    color: white; }
  #MyPointsPage .reward-points {
    font-size: 90px;
    color: #daa520;
    line-height: 130px; }
  #MyPointsPage .reward-points span {
    font-size: 30px;
    top: 80px;
    position: absolute; }

#main-body #PetClubPage .pet-club-content ul li, #SignUpPetClubPage .pet-club-content ul li {
  color: #b12831; }

#main-body #PetClubPage .pet-club-content ul li p, #SignUpPetClubPage .pet-club-content ul li p {
  color: black;
  margin: 0; }

#main-body #PetClubPage .pet-club-content span, #SignUpPetClubPage .pet-club-content span {
  color: #b12831;
  font-weight: bold;
  padding-left: 24px; }

#main-body #PetClubPage .petclub-info-content table thead tr td, #SignUpPetClubPage .petclub-info-content table thead tr td {
  font-weight: bold; }

#main-body #PetClubPage .petclub-info-content .petclub-item .delete-pet-btn, #SignUpPetClubPage .petclub-info-content .petclub-item .delete-pet-btn {
  padding-top: 8px;
  cursor: pointer; }

#main-body #PetClubPage .petclub-info-content .petclub-footer #SavePetClub, #SignUpPetClubPage .petclub-info-content .petclub-footer #SavePetClub {
  padding: 4px 10px;
  font-size: 15px;
  float: right; }

#main-body #PetClubPage .petclub-info-content .petclub-footer #AddMorePet, #SignUpPetClubPage .petclub-info-content .petclub-footer #AddMorePet {
  background: #b12831;
  text-transform: inherit;
  padding: 4px 10px;
  font-size: 15px;
  float: left; }

#main-body #PetClubPage .sign-up-pet-club, #SignUpPetClubPage .sign-up-pet-club {
  text-align: center; }
  #main-body #PetClubPage .sign-up-pet-club #SignUpPetClub, #SignUpPetClubPage .sign-up-pet-club #SignUpPetClub {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    background: #b12831;
    text-transform: inherit;
    padding: 5px 50px; }

#main-body #WineBeerClubPage .wine-beer-club-content ul li, #SignUpWineBeerClubPage .wine-beer-club-content ul li {
  color: #b12831; }

#main-body #WineBeerClubPage .wine-beer-club-content ul li p, #SignUpWineBeerClubPage .wine-beer-club-content ul li p {
  color: black;
  margin: 0; }

#main-body #WineBeerClubPage .wine-beer-club-content span, #SignUpWineBeerClubPage .wine-beer-club-content span {
  color: #b12831;
  font-weight: bold;
  padding-left: 24px; }

#main-body #WineBeerClubPage .wine-beer-info-content table thead tr td, #SignUpWineBeerClubPage .wine-beer-info-content table thead tr td {
  font-weight: bold; }

#main-body #WineBeerClubPage .wine-beer-info-content .wine-beer-info input[type='checkbox'], #SignUpWineBeerClubPage .wine-beer-info-content .wine-beer-info input[type='checkbox'] {
  margin-top: 10px; }

#main-body #WineBeerClubPage .wine-beer-info-content .wine-beer-footer, #SignUpWineBeerClubPage .wine-beer-info-content .wine-beer-footer {
  text-align: right; }
  #main-body #WineBeerClubPage .wine-beer-info-content .wine-beer-footer #SaveWineBeerClub, #SignUpWineBeerClubPage .wine-beer-info-content .wine-beer-footer #SaveWineBeerClub {
    padding: 4px 10px;
    font-size: 15px; }

#main-body #WineBeerClubPage .sign-up-winebeer-club, #SignUpWineBeerClubPage .sign-up-winebeer-club {
  text-align: center; }
  #main-body #WineBeerClubPage .sign-up-winebeer-club #SignUpWineBeerClub, #SignUpWineBeerClubPage .sign-up-winebeer-club #SignUpWineBeerClub {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    background: #b12831;
    text-transform: inherit;
    padding: 5px 50px; }

@media (max-width: 480px) {
  .wine-beer-info-content table tbody tr td:first-child {
    width: 30%; }
  .wine-beer-info-content table tbody tr td:last-child {
    width: 40%; } }

#main-body #BirthdaySurprisePage .birthday-info-content table thead tr td, #SignUpBirthdaySurprisePage .birthday-info-content table thead tr td {
  font-weight: bold; }

#main-body #BirthdaySurprisePage .birthday-info-content .birthday-surprise-footer, #SignUpBirthdaySurprisePage .birthday-info-content .birthday-surprise-footer {
  text-align: right; }
  #main-body #BirthdaySurprisePage .birthday-info-content .birthday-surprise-footer #SaveBirthdaySurprise, #SignUpBirthdaySurprisePage .birthday-info-content .birthday-surprise-footer #SaveBirthdaySurprise {
    padding: 4px 10px;
    font-size: 15px; }

#main-body #BirthdaySurprisePage .sign-up-birthday-surprise, #SignUpBirthdaySurprisePage .sign-up-birthday-surprise {
  text-align: center; }
  #main-body #BirthdaySurprisePage .sign-up-birthday-surprise #SignUpBirthdaySurprise, #SignUpBirthdaySurprisePage .sign-up-birthday-surprise #SignUpBirthdaySurprise {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    background: #b12831;
    text-transform: inherit;
    padding: 5px 50px; }
