@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map *//*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
/*# sourceMappingURL=select.min.css.map */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(lib/bower_components/slick-carousel/slick/ajax-loader-c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(lib/bower_components/slick-carousel/slick/fonts/slick-ced611daf7709cc778da928fec876475.eot);
    src: url(lib/bower_components/slick-carousel/slick/fonts/slick-ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(lib/bower_components/slick-carousel/slick/fonts/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(lib/bower_components/slick-carousel/slick/fonts/slick-d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(lib/bower_components/slick-carousel/slick/fonts/slick-f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";
/*
To customize the look and feel of Ionic, you can override the variables
in ionic's _variables.scss file.

For example, you might change some of the default colors:

$light:                           #fff !default;
$stable:                          #f8f8f8 !default;
$positive:                        #387ef5 !default;
$calm:                            #11c1f3 !default;
$balanced:                        #33cd5f !default;
$energized:                       #ffc900 !default;
$assertive:                       #ef473a !default;
$royal:                           #886aea !default;
$dark:                            #444 !default;
*/
/*! normalize.css v3.0.1 | 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,
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: 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: 0.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: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(lib/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular-7ad17c6085dee9a33787bac28fb23d46.eot);
  src: url(lib/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular-7ad17c6085dee9a33787bac28fb23d46.eot?#iefix) format("embedded-opentype"), url(lib/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular-68ed1dac06bf0409c18ae7bc62889170.woff) format("woff"), url(lib/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular-e49d52e74b7689a0727def99da31f3eb.ttf) format("truetype"), url(lib/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular-32941d6330044744c02493835b799e90.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    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 {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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%; }

cite {
  font-style: normal; }

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

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

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

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

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

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  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.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

.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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

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

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .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 > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .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: #333333;
  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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .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); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled 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-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .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-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

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

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

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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 {
  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 {
  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 {
  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-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label, .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .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; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s 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; }

.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: #fff;
  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.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

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

.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.42857;
  color: #777777;
  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: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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 > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        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: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-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: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @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; }
  @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-nav.navbar-right:last-child {
        margin-right: -15px; } }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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 (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .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: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.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.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 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 > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 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:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

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

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

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

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.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: #fff;
  text-align: center;
  background-color: #428bca;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.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[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.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,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

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

.media-object {
  display: block; }

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

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

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

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .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: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

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

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.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 {
    color: inherit; }

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

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .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 {
    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: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 td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .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 th:first-child,
  .panel > .table-responsive:first-child > .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 th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .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 th:last-child,
  .panel > .table-responsive:first-child > .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 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 td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .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 th:first-child,
  .panel > .table-responsive:last-child > .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 th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .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 th:last-child,
  .panel > .table-responsive:last-child > .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 th:last-child {
    border-bottom-right-radius: 3px; }

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

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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 {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.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 {
    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: #ddd;
    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 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.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: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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: #fff;
  border: 1px solid #999;
  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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.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.42857; }

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.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: #fff;
  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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

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

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

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

.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: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, 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: #fff;
    text-decoration: none;
    opacity: 0.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;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203A'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .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 {
  content: " ";
  display: table; }

.clearfix: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(lib/bower_components/font-awesome/fonts/fontawesome-webfont-7149833697a959306ec3012a8588dcfa.eot);
  src: url(lib/bower_components/font-awesome/fonts/fontawesome-webfont-7149833697a959306ec3012a8588dcfa.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(lib/bower_components/font-awesome/fonts/fontawesome-webfont-d95d6f5d5ab7cfefd09651800b69bd54.woff) format("woff"), url(lib/bower_components/font-awesome/fonts/fontawesome-webfont-c4668ed2440df82d3fd2f8be9d31d07d.ttf) format("truetype"), url(lib/bower_components/font-awesome/fonts/fontawesome-webfont-65bcbc899f379216109acd0b6c494618.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/ionic-team/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(lib/bower_components/ionic/fonts/ionicons-2c2ae068be3b089e0a5b59abb1831550.eot);
  src: url(lib/bower_components/ionic/fonts/ionicons-2c2ae068be3b089e0a5b59abb1831550.eot#iefix) format("embedded-opentype"), url(lib/bower_components/ionic/fonts/ionicons-24712f6c47821394fba7942fbb52c3b2.ttf) format("truetype"), url(lib/bower_components/ionic/fonts/ionicons-05acfdb568b3df49ad31355b19495d4a.woff) format("woff"), url(lib/bower_components/ionic/fonts/ionicons-05acfdb568b3df49ad31355b19495d4a.woff) format("woff"), url(lib/bower_components/ionic/fonts/ionicons-621bd386841f74e0053cb8e67f8a0604.svg#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\F101"; }

.ion-alert-circled:before {
  content: "\F100"; }

.ion-android-add:before {
  content: "\F2C7"; }

.ion-android-add-circle:before {
  content: "\F359"; }

.ion-android-alarm-clock:before {
  content: "\F35A"; }

.ion-android-alert:before {
  content: "\F35B"; }

.ion-android-apps:before {
  content: "\F35C"; }

.ion-android-archive:before {
  content: "\F2C9"; }

.ion-android-arrow-back:before {
  content: "\F2CA"; }

.ion-android-arrow-down:before {
  content: "\F35D"; }

.ion-android-arrow-dropdown:before {
  content: "\F35F"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\F35E"; }

.ion-android-arrow-dropleft:before {
  content: "\F361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\F360"; }

.ion-android-arrow-dropright:before {
  content: "\F363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\F362"; }

.ion-android-arrow-dropup:before {
  content: "\F365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\F364"; }

.ion-android-arrow-forward:before {
  content: "\F30F"; }

.ion-android-arrow-up:before {
  content: "\F366"; }

.ion-android-attach:before {
  content: "\F367"; }

.ion-android-bar:before {
  content: "\F368"; }

.ion-android-bicycle:before {
  content: "\F369"; }

.ion-android-boat:before {
  content: "\F36A"; }

.ion-android-bookmark:before {
  content: "\F36B"; }

.ion-android-bulb:before {
  content: "\F36C"; }

.ion-android-bus:before {
  content: "\F36D"; }

.ion-android-calendar:before {
  content: "\F2D1"; }

.ion-android-call:before {
  content: "\F2D2"; }

.ion-android-camera:before {
  content: "\F2D3"; }

.ion-android-cancel:before {
  content: "\F36E"; }

.ion-android-car:before {
  content: "\F36F"; }

.ion-android-cart:before {
  content: "\F370"; }

.ion-android-chat:before {
  content: "\F2D4"; }

.ion-android-checkbox:before {
  content: "\F374"; }

.ion-android-checkbox-blank:before {
  content: "\F371"; }

.ion-android-checkbox-outline:before {
  content: "\F373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\F372"; }

.ion-android-checkmark-circle:before {
  content: "\F375"; }

.ion-android-clipboard:before {
  content: "\F376"; }

.ion-android-close:before {
  content: "\F2D7"; }

.ion-android-cloud:before {
  content: "\F37A"; }

.ion-android-cloud-circle:before {
  content: "\F377"; }

.ion-android-cloud-done:before {
  content: "\F378"; }

.ion-android-cloud-outline:before {
  content: "\F379"; }

.ion-android-color-palette:before {
  content: "\F37B"; }

.ion-android-compass:before {
  content: "\F37C"; }

.ion-android-contact:before {
  content: "\F2D8"; }

.ion-android-contacts:before {
  content: "\F2D9"; }

.ion-android-contract:before {
  content: "\F37D"; }

.ion-android-create:before {
  content: "\F37E"; }

.ion-android-delete:before {
  content: "\F37F"; }

.ion-android-desktop:before {
  content: "\F380"; }

.ion-android-document:before {
  content: "\F381"; }

.ion-android-done:before {
  content: "\F383"; }

.ion-android-done-all:before {
  content: "\F382"; }

.ion-android-download:before {
  content: "\F2DD"; }

.ion-android-drafts:before {
  content: "\F384"; }

.ion-android-exit:before {
  content: "\F385"; }

.ion-android-expand:before {
  content: "\F386"; }

.ion-android-favorite:before {
  content: "\F388"; }

.ion-android-favorite-outline:before {
  content: "\F387"; }

.ion-android-film:before {
  content: "\F389"; }

.ion-android-folder:before {
  content: "\F2E0"; }

.ion-android-folder-open:before {
  content: "\F38A"; }

.ion-android-funnel:before {
  content: "\F38B"; }

.ion-android-globe:before {
  content: "\F38C"; }

.ion-android-hand:before {
  content: "\F2E3"; }

.ion-android-hangout:before {
  content: "\F38D"; }

.ion-android-happy:before {
  content: "\F38E"; }

.ion-android-home:before {
  content: "\F38F"; }

.ion-android-image:before {
  content: "\F2E4"; }

.ion-android-laptop:before {
  content: "\F390"; }

.ion-android-list:before {
  content: "\F391"; }

.ion-android-locate:before {
  content: "\F2E9"; }

.ion-android-lock:before {
  content: "\F392"; }

.ion-android-mail:before {
  content: "\F2EB"; }

.ion-android-map:before {
  content: "\F393"; }

.ion-android-menu:before {
  content: "\F394"; }

.ion-android-microphone:before {
  content: "\F2EC"; }

.ion-android-microphone-off:before {
  content: "\F395"; }

.ion-android-more-horizontal:before {
  content: "\F396"; }

.ion-android-more-vertical:before {
  content: "\F397"; }

.ion-android-navigate:before {
  content: "\F398"; }

.ion-android-notifications:before {
  content: "\F39B"; }

.ion-android-notifications-none:before {
  content: "\F399"; }

.ion-android-notifications-off:before {
  content: "\F39A"; }

.ion-android-open:before {
  content: "\F39C"; }

.ion-android-options:before {
  content: "\F39D"; }

.ion-android-people:before {
  content: "\F39E"; }

.ion-android-person:before {
  content: "\F3A0"; }

.ion-android-person-add:before {
  content: "\F39F"; }

.ion-android-phone-landscape:before {
  content: "\F3A1"; }

.ion-android-phone-portrait:before {
  content: "\F3A2"; }

.ion-android-pin:before {
  content: "\F3A3"; }

.ion-android-plane:before {
  content: "\F3A4"; }

.ion-android-playstore:before {
  content: "\F2F0"; }

.ion-android-print:before {
  content: "\F3A5"; }

.ion-android-radio-button-off:before {
  content: "\F3A6"; }

.ion-android-radio-button-on:before {
  content: "\F3A7"; }

.ion-android-refresh:before {
  content: "\F3A8"; }

.ion-android-remove:before {
  content: "\F2F4"; }

.ion-android-remove-circle:before {
  content: "\F3A9"; }

.ion-android-restaurant:before {
  content: "\F3AA"; }

.ion-android-sad:before {
  content: "\F3AB"; }

.ion-android-search:before {
  content: "\F2F5"; }

.ion-android-send:before {
  content: "\F2F6"; }

.ion-android-settings:before {
  content: "\F2F7"; }

.ion-android-share:before {
  content: "\F2F8"; }

.ion-android-share-alt:before {
  content: "\F3AC"; }

.ion-android-star:before {
  content: "\F2FC"; }

.ion-android-star-half:before {
  content: "\F3AD"; }

.ion-android-star-outline:before {
  content: "\F3AE"; }

.ion-android-stopwatch:before {
  content: "\F2FD"; }

.ion-android-subway:before {
  content: "\F3AF"; }

.ion-android-sunny:before {
  content: "\F3B0"; }

.ion-android-sync:before {
  content: "\F3B1"; }

.ion-android-textsms:before {
  content: "\F3B2"; }

.ion-android-time:before {
  content: "\F3B3"; }

.ion-android-train:before {
  content: "\F3B4"; }

.ion-android-unlock:before {
  content: "\F3B5"; }

.ion-android-upload:before {
  content: "\F3B6"; }

.ion-android-volume-down:before {
  content: "\F3B7"; }

.ion-android-volume-mute:before {
  content: "\F3B8"; }

.ion-android-volume-off:before {
  content: "\F3B9"; }

.ion-android-volume-up:before {
  content: "\F3BA"; }

.ion-android-walk:before {
  content: "\F3BB"; }

.ion-android-warning:before {
  content: "\F3BC"; }

.ion-android-watch:before {
  content: "\F3BD"; }

.ion-android-wifi:before {
  content: "\F305"; }

.ion-aperture:before {
  content: "\F313"; }

.ion-archive:before {
  content: "\F102"; }

.ion-arrow-down-a:before {
  content: "\F103"; }

.ion-arrow-down-b:before {
  content: "\F104"; }

.ion-arrow-down-c:before {
  content: "\F105"; }

.ion-arrow-expand:before {
  content: "\F25E"; }

.ion-arrow-graph-down-left:before {
  content: "\F25F"; }

.ion-arrow-graph-down-right:before {
  content: "\F260"; }

.ion-arrow-graph-up-left:before {
  content: "\F261"; }

.ion-arrow-graph-up-right:before {
  content: "\F262"; }

.ion-arrow-left-a:before {
  content: "\F106"; }

.ion-arrow-left-b:before {
  content: "\F107"; }

.ion-arrow-left-c:before {
  content: "\F108"; }

.ion-arrow-move:before {
  content: "\F263"; }

.ion-arrow-resize:before {
  content: "\F264"; }

.ion-arrow-return-left:before {
  content: "\F265"; }

.ion-arrow-return-right:before {
  content: "\F266"; }

.ion-arrow-right-a:before {
  content: "\F109"; }

.ion-arrow-right-b:before {
  content: "\F10A"; }

.ion-arrow-right-c:before {
  content: "\F10B"; }

.ion-arrow-shrink:before {
  content: "\F267"; }

.ion-arrow-swap:before {
  content: "\F268"; }

.ion-arrow-up-a:before {
  content: "\F10C"; }

.ion-arrow-up-b:before {
  content: "\F10D"; }

.ion-arrow-up-c:before {
  content: "\F10E"; }

.ion-asterisk:before {
  content: "\F314"; }

.ion-at:before {
  content: "\F10F"; }

.ion-backspace:before {
  content: "\F3BF"; }

.ion-backspace-outline:before {
  content: "\F3BE"; }

.ion-bag:before {
  content: "\F110"; }

.ion-battery-charging:before {
  content: "\F111"; }

.ion-battery-empty:before {
  content: "\F112"; }

.ion-battery-full:before {
  content: "\F113"; }

.ion-battery-half:before {
  content: "\F114"; }

.ion-battery-low:before {
  content: "\F115"; }

.ion-beaker:before {
  content: "\F269"; }

.ion-beer:before {
  content: "\F26A"; }

.ion-bluetooth:before {
  content: "\F116"; }

.ion-bonfire:before {
  content: "\F315"; }

.ion-bookmark:before {
  content: "\F26B"; }

.ion-bowtie:before {
  content: "\F3C0"; }

.ion-briefcase:before {
  content: "\F26C"; }

.ion-bug:before {
  content: "\F2BE"; }

.ion-calculator:before {
  content: "\F26D"; }

.ion-calendar:before {
  content: "\F117"; }

.ion-camera:before {
  content: "\F118"; }

.ion-card:before {
  content: "\F119"; }

.ion-cash:before {
  content: "\F316"; }

.ion-chatbox:before {
  content: "\F11B"; }

.ion-chatbox-working:before {
  content: "\F11A"; }

.ion-chatboxes:before {
  content: "\F11C"; }

.ion-chatbubble:before {
  content: "\F11E"; }

.ion-chatbubble-working:before {
  content: "\F11D"; }

.ion-chatbubbles:before {
  content: "\F11F"; }

.ion-checkmark:before {
  content: "\F122"; }

.ion-checkmark-circled:before {
  content: "\F120"; }

.ion-checkmark-round:before {
  content: "\F121"; }

.ion-chevron-down:before {
  content: "\F123"; }

.ion-chevron-left:before {
  content: "\F124"; }

.ion-chevron-right:before {
  content: "\F125"; }

.ion-chevron-up:before {
  content: "\F126"; }

.ion-clipboard:before {
  content: "\F127"; }

.ion-clock:before {
  content: "\F26E"; }

.ion-close:before {
  content: "\F12A"; }

.ion-close-circled:before {
  content: "\F128"; }

.ion-close-round:before {
  content: "\F129"; }

.ion-closed-captioning:before {
  content: "\F317"; }

.ion-cloud:before {
  content: "\F12B"; }

.ion-code:before {
  content: "\F271"; }

.ion-code-download:before {
  content: "\F26F"; }

.ion-code-working:before {
  content: "\F270"; }

.ion-coffee:before {
  content: "\F272"; }

.ion-compass:before {
  content: "\F273"; }

.ion-compose:before {
  content: "\F12C"; }

.ion-connection-bars:before {
  content: "\F274"; }

.ion-contrast:before {
  content: "\F275"; }

.ion-crop:before {
  content: "\F3C1"; }

.ion-cube:before {
  content: "\F318"; }

.ion-disc:before {
  content: "\F12D"; }

.ion-document:before {
  content: "\F12F"; }

.ion-document-text:before {
  content: "\F12E"; }

.ion-drag:before {
  content: "\F130"; }

.ion-earth:before {
  content: "\F276"; }

.ion-easel:before {
  content: "\F3C2"; }

.ion-edit:before {
  content: "\F2BF"; }

.ion-egg:before {
  content: "\F277"; }

.ion-eject:before {
  content: "\F131"; }

.ion-email:before {
  content: "\F132"; }

.ion-email-unread:before {
  content: "\F3C3"; }

.ion-erlenmeyer-flask:before {
  content: "\F3C5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\F3C4"; }

.ion-eye:before {
  content: "\F133"; }

.ion-eye-disabled:before {
  content: "\F306"; }

.ion-female:before {
  content: "\F278"; }

.ion-filing:before {
  content: "\F134"; }

.ion-film-marker:before {
  content: "\F135"; }

.ion-fireball:before {
  content: "\F319"; }

.ion-flag:before {
  content: "\F279"; }

.ion-flame:before {
  content: "\F31A"; }

.ion-flash:before {
  content: "\F137"; }

.ion-flash-off:before {
  content: "\F136"; }

.ion-folder:before {
  content: "\F139"; }

.ion-fork:before {
  content: "\F27A"; }

.ion-fork-repo:before {
  content: "\F2C0"; }

.ion-forward:before {
  content: "\F13A"; }

.ion-funnel:before {
  content: "\F31B"; }

.ion-gear-a:before {
  content: "\F13D"; }

.ion-gear-b:before {
  content: "\F13E"; }

.ion-grid:before {
  content: "\F13F"; }

.ion-hammer:before {
  content: "\F27B"; }

.ion-happy:before {
  content: "\F31C"; }

.ion-happy-outline:before {
  content: "\F3C6"; }

.ion-headphone:before {
  content: "\F140"; }

.ion-heart:before {
  content: "\F141"; }

.ion-heart-broken:before {
  content: "\F31D"; }

.ion-help:before {
  content: "\F143"; }

.ion-help-buoy:before {
  content: "\F27C"; }

.ion-help-circled:before {
  content: "\F142"; }

.ion-home:before {
  content: "\F144"; }

.ion-icecream:before {
  content: "\F27D"; }

.ion-image:before {
  content: "\F147"; }

.ion-images:before {
  content: "\F148"; }

.ion-information:before {
  content: "\F14A"; }

.ion-information-circled:before {
  content: "\F149"; }

.ion-ionic:before {
  content: "\F14B"; }

.ion-ios-alarm:before {
  content: "\F3C8"; }

.ion-ios-alarm-outline:before {
  content: "\F3C7"; }

.ion-ios-albums:before {
  content: "\F3CA"; }

.ion-ios-albums-outline:before {
  content: "\F3C9"; }

.ion-ios-americanfootball:before {
  content: "\F3CC"; }

.ion-ios-americanfootball-outline:before {
  content: "\F3CB"; }

.ion-ios-analytics:before {
  content: "\F3CE"; }

.ion-ios-analytics-outline:before {
  content: "\F3CD"; }

.ion-ios-arrow-back:before {
  content: "\F3CF"; }

.ion-ios-arrow-down:before {
  content: "\F3D0"; }

.ion-ios-arrow-forward:before {
  content: "\F3D1"; }

.ion-ios-arrow-left:before {
  content: "\F3D2"; }

.ion-ios-arrow-right:before {
  content: "\F3D3"; }

.ion-ios-arrow-thin-down:before {
  content: "\F3D4"; }

.ion-ios-arrow-thin-left:before {
  content: "\F3D5"; }

.ion-ios-arrow-thin-right:before {
  content: "\F3D6"; }

.ion-ios-arrow-thin-up:before {
  content: "\F3D7"; }

.ion-ios-arrow-up:before {
  content: "\F3D8"; }

.ion-ios-at:before {
  content: "\F3DA"; }

.ion-ios-at-outline:before {
  content: "\F3D9"; }

.ion-ios-barcode:before {
  content: "\F3DC"; }

.ion-ios-barcode-outline:before {
  content: "\F3DB"; }

.ion-ios-baseball:before {
  content: "\F3DE"; }

.ion-ios-baseball-outline:before {
  content: "\F3DD"; }

.ion-ios-basketball:before {
  content: "\F3E0"; }

.ion-ios-basketball-outline:before {
  content: "\F3DF"; }

.ion-ios-bell:before {
  content: "\F3E2"; }

.ion-ios-bell-outline:before {
  content: "\F3E1"; }

.ion-ios-body:before {
  content: "\F3E4"; }

.ion-ios-body-outline:before {
  content: "\F3E3"; }

.ion-ios-bolt:before {
  content: "\F3E6"; }

.ion-ios-bolt-outline:before {
  content: "\F3E5"; }

.ion-ios-book:before {
  content: "\F3E8"; }

.ion-ios-book-outline:before {
  content: "\F3E7"; }

.ion-ios-bookmarks:before {
  content: "\F3EA"; }

.ion-ios-bookmarks-outline:before {
  content: "\F3E9"; }

.ion-ios-box:before {
  content: "\F3EC"; }

.ion-ios-box-outline:before {
  content: "\F3EB"; }

.ion-ios-briefcase:before {
  content: "\F3EE"; }

.ion-ios-briefcase-outline:before {
  content: "\F3ED"; }

.ion-ios-browsers:before {
  content: "\F3F0"; }

.ion-ios-browsers-outline:before {
  content: "\F3EF"; }

.ion-ios-calculator:before {
  content: "\F3F2"; }

.ion-ios-calculator-outline:before {
  content: "\F3F1"; }

.ion-ios-calendar:before {
  content: "\F3F4"; }

.ion-ios-calendar-outline:before {
  content: "\F3F3"; }

.ion-ios-camera:before {
  content: "\F3F6"; }

.ion-ios-camera-outline:before {
  content: "\F3F5"; }

.ion-ios-cart:before {
  content: "\F3F8"; }

.ion-ios-cart-outline:before {
  content: "\F3F7"; }

.ion-ios-chatboxes:before {
  content: "\F3FA"; }

.ion-ios-chatboxes-outline:before {
  content: "\F3F9"; }

.ion-ios-chatbubble:before {
  content: "\F3FC"; }

.ion-ios-chatbubble-outline:before {
  content: "\F3FB"; }

.ion-ios-checkmark:before {
  content: "\F3FF"; }

.ion-ios-checkmark-empty:before {
  content: "\F3FD"; }

.ion-ios-checkmark-outline:before {
  content: "\F3FE"; }

.ion-ios-circle-filled:before {
  content: "\F400"; }

.ion-ios-circle-outline:before {
  content: "\F401"; }

.ion-ios-clock:before {
  content: "\F403"; }

.ion-ios-clock-outline:before {
  content: "\F402"; }

.ion-ios-close:before {
  content: "\F406"; }

.ion-ios-close-empty:before {
  content: "\F404"; }

.ion-ios-close-outline:before {
  content: "\F405"; }

.ion-ios-cloud:before {
  content: "\F40C"; }

.ion-ios-cloud-download:before {
  content: "\F408"; }

.ion-ios-cloud-download-outline:before {
  content: "\F407"; }

.ion-ios-cloud-outline:before {
  content: "\F409"; }

.ion-ios-cloud-upload:before {
  content: "\F40B"; }

.ion-ios-cloud-upload-outline:before {
  content: "\F40A"; }

.ion-ios-cloudy:before {
  content: "\F410"; }

.ion-ios-cloudy-night:before {
  content: "\F40E"; }

.ion-ios-cloudy-night-outline:before {
  content: "\F40D"; }

.ion-ios-cloudy-outline:before {
  content: "\F40F"; }

.ion-ios-cog:before {
  content: "\F412"; }

.ion-ios-cog-outline:before {
  content: "\F411"; }

.ion-ios-color-filter:before {
  content: "\F414"; }

.ion-ios-color-filter-outline:before {
  content: "\F413"; }

.ion-ios-color-wand:before {
  content: "\F416"; }

.ion-ios-color-wand-outline:before {
  content: "\F415"; }

.ion-ios-compose:before {
  content: "\F418"; }

.ion-ios-compose-outline:before {
  content: "\F417"; }

.ion-ios-contact:before {
  content: "\F41A"; }

.ion-ios-contact-outline:before {
  content: "\F419"; }

.ion-ios-copy:before {
  content: "\F41C"; }

.ion-ios-copy-outline:before {
  content: "\F41B"; }

.ion-ios-crop:before {
  content: "\F41E"; }

.ion-ios-crop-strong:before {
  content: "\F41D"; }

.ion-ios-download:before {
  content: "\F420"; }

.ion-ios-download-outline:before {
  content: "\F41F"; }

.ion-ios-drag:before {
  content: "\F421"; }

.ion-ios-email:before {
  content: "\F423"; }

.ion-ios-email-outline:before {
  content: "\F422"; }

.ion-ios-eye:before {
  content: "\F425"; }

.ion-ios-eye-outline:before {
  content: "\F424"; }

.ion-ios-fastforward:before {
  content: "\F427"; }

.ion-ios-fastforward-outline:before {
  content: "\F426"; }

.ion-ios-filing:before {
  content: "\F429"; }

.ion-ios-filing-outline:before {
  content: "\F428"; }

.ion-ios-film:before {
  content: "\F42B"; }

.ion-ios-film-outline:before {
  content: "\F42A"; }

.ion-ios-flag:before {
  content: "\F42D"; }

.ion-ios-flag-outline:before {
  content: "\F42C"; }

.ion-ios-flame:before {
  content: "\F42F"; }

.ion-ios-flame-outline:before {
  content: "\F42E"; }

.ion-ios-flask:before {
  content: "\F431"; }

.ion-ios-flask-outline:before {
  content: "\F430"; }

.ion-ios-flower:before {
  content: "\F433"; }

.ion-ios-flower-outline:before {
  content: "\F432"; }

.ion-ios-folder:before {
  content: "\F435"; }

.ion-ios-folder-outline:before {
  content: "\F434"; }

.ion-ios-football:before {
  content: "\F437"; }

.ion-ios-football-outline:before {
  content: "\F436"; }

.ion-ios-game-controller-a:before {
  content: "\F439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\F438"; }

.ion-ios-game-controller-b:before {
  content: "\F43B"; }

.ion-ios-game-controller-b-outline:before {
  content: "\F43A"; }

.ion-ios-gear:before {
  content: "\F43D"; }

.ion-ios-gear-outline:before {
  content: "\F43C"; }

.ion-ios-glasses:before {
  content: "\F43F"; }

.ion-ios-glasses-outline:before {
  content: "\F43E"; }

.ion-ios-grid-view:before {
  content: "\F441"; }

.ion-ios-grid-view-outline:before {
  content: "\F440"; }

.ion-ios-heart:before {
  content: "\F443"; }

.ion-ios-heart-outline:before {
  content: "\F442"; }

.ion-ios-help:before {
  content: "\F446"; }

.ion-ios-help-empty:before {
  content: "\F444"; }

.ion-ios-help-outline:before {
  content: "\F445"; }

.ion-ios-home:before {
  content: "\F448"; }

.ion-ios-home-outline:before {
  content: "\F447"; }

.ion-ios-infinite:before {
  content: "\F44A"; }

.ion-ios-infinite-outline:before {
  content: "\F449"; }

.ion-ios-information:before {
  content: "\F44D"; }

.ion-ios-information-empty:before {
  content: "\F44B"; }

.ion-ios-information-outline:before {
  content: "\F44C"; }

.ion-ios-ionic-outline:before {
  content: "\F44E"; }

.ion-ios-keypad:before {
  content: "\F450"; }

.ion-ios-keypad-outline:before {
  content: "\F44F"; }

.ion-ios-lightbulb:before {
  content: "\F452"; }

.ion-ios-lightbulb-outline:before {
  content: "\F451"; }

.ion-ios-list:before {
  content: "\F454"; }

.ion-ios-list-outline:before {
  content: "\F453"; }

.ion-ios-location:before {
  content: "\F456"; }

.ion-ios-location-outline:before {
  content: "\F455"; }

.ion-ios-locked:before {
  content: "\F458"; }

.ion-ios-locked-outline:before {
  content: "\F457"; }

.ion-ios-loop:before {
  content: "\F45A"; }

.ion-ios-loop-strong:before {
  content: "\F459"; }

.ion-ios-medical:before {
  content: "\F45C"; }

.ion-ios-medical-outline:before {
  content: "\F45B"; }

.ion-ios-medkit:before {
  content: "\F45E"; }

.ion-ios-medkit-outline:before {
  content: "\F45D"; }

.ion-ios-mic:before {
  content: "\F461"; }

.ion-ios-mic-off:before {
  content: "\F45F"; }

.ion-ios-mic-outline:before {
  content: "\F460"; }

.ion-ios-minus:before {
  content: "\F464"; }

.ion-ios-minus-empty:before {
  content: "\F462"; }

.ion-ios-minus-outline:before {
  content: "\F463"; }

.ion-ios-monitor:before {
  content: "\F466"; }

.ion-ios-monitor-outline:before {
  content: "\F465"; }

.ion-ios-moon:before {
  content: "\F468"; }

.ion-ios-moon-outline:before {
  content: "\F467"; }

.ion-ios-more:before {
  content: "\F46A"; }

.ion-ios-more-outline:before {
  content: "\F469"; }

.ion-ios-musical-note:before {
  content: "\F46B"; }

.ion-ios-musical-notes:before {
  content: "\F46C"; }

.ion-ios-navigate:before {
  content: "\F46E"; }

.ion-ios-navigate-outline:before {
  content: "\F46D"; }

.ion-ios-nutrition:before {
  content: "\F470"; }

.ion-ios-nutrition-outline:before {
  content: "\F46F"; }

.ion-ios-paper:before {
  content: "\F472"; }

.ion-ios-paper-outline:before {
  content: "\F471"; }

.ion-ios-paperplane:before {
  content: "\F474"; }

.ion-ios-paperplane-outline:before {
  content: "\F473"; }

.ion-ios-partlysunny:before {
  content: "\F476"; }

.ion-ios-partlysunny-outline:before {
  content: "\F475"; }

.ion-ios-pause:before {
  content: "\F478"; }

.ion-ios-pause-outline:before {
  content: "\F477"; }

.ion-ios-paw:before {
  content: "\F47A"; }

.ion-ios-paw-outline:before {
  content: "\F479"; }

.ion-ios-people:before {
  content: "\F47C"; }

.ion-ios-people-outline:before {
  content: "\F47B"; }

.ion-ios-person:before {
  content: "\F47E"; }

.ion-ios-person-outline:before {
  content: "\F47D"; }

.ion-ios-personadd:before {
  content: "\F480"; }

.ion-ios-personadd-outline:before {
  content: "\F47F"; }

.ion-ios-photos:before {
  content: "\F482"; }

.ion-ios-photos-outline:before {
  content: "\F481"; }

.ion-ios-pie:before {
  content: "\F484"; }

.ion-ios-pie-outline:before {
  content: "\F483"; }

.ion-ios-pint:before {
  content: "\F486"; }

.ion-ios-pint-outline:before {
  content: "\F485"; }

.ion-ios-play:before {
  content: "\F488"; }

.ion-ios-play-outline:before {
  content: "\F487"; }

.ion-ios-plus:before {
  content: "\F48B"; }

.ion-ios-plus-empty:before {
  content: "\F489"; }

.ion-ios-plus-outline:before {
  content: "\F48A"; }

.ion-ios-pricetag:before {
  content: "\F48D"; }

.ion-ios-pricetag-outline:before {
  content: "\F48C"; }

.ion-ios-pricetags:before {
  content: "\F48F"; }

.ion-ios-pricetags-outline:before {
  content: "\F48E"; }

.ion-ios-printer:before {
  content: "\F491"; }

.ion-ios-printer-outline:before {
  content: "\F490"; }

.ion-ios-pulse:before {
  content: "\F493"; }

.ion-ios-pulse-strong:before {
  content: "\F492"; }

.ion-ios-rainy:before {
  content: "\F495"; }

.ion-ios-rainy-outline:before {
  content: "\F494"; }

.ion-ios-recording:before {
  content: "\F497"; }

.ion-ios-recording-outline:before {
  content: "\F496"; }

.ion-ios-redo:before {
  content: "\F499"; }

.ion-ios-redo-outline:before {
  content: "\F498"; }

.ion-ios-refresh:before {
  content: "\F49C"; }

.ion-ios-refresh-empty:before {
  content: "\F49A"; }

.ion-ios-refresh-outline:before {
  content: "\F49B"; }

.ion-ios-reload:before {
  content: "\F49D"; }

.ion-ios-reverse-camera:before {
  content: "\F49F"; }

.ion-ios-reverse-camera-outline:before {
  content: "\F49E"; }

.ion-ios-rewind:before {
  content: "\F4A1"; }

.ion-ios-rewind-outline:before {
  content: "\F4A0"; }

.ion-ios-rose:before {
  content: "\F4A3"; }

.ion-ios-rose-outline:before {
  content: "\F4A2"; }

.ion-ios-search:before {
  content: "\F4A5"; }

.ion-ios-search-strong:before {
  content: "\F4A4"; }

.ion-ios-settings:before {
  content: "\F4A7"; }

.ion-ios-settings-strong:before {
  content: "\F4A6"; }

.ion-ios-shuffle:before {
  content: "\F4A9"; }

.ion-ios-shuffle-strong:before {
  content: "\F4A8"; }

.ion-ios-skipbackward:before {
  content: "\F4AB"; }

.ion-ios-skipbackward-outline:before {
  content: "\F4AA"; }

.ion-ios-skipforward:before {
  content: "\F4AD"; }

.ion-ios-skipforward-outline:before {
  content: "\F4AC"; }

.ion-ios-snowy:before {
  content: "\F4AE"; }

.ion-ios-speedometer:before {
  content: "\F4B0"; }

.ion-ios-speedometer-outline:before {
  content: "\F4AF"; }

.ion-ios-star:before {
  content: "\F4B3"; }

.ion-ios-star-half:before {
  content: "\F4B1"; }

.ion-ios-star-outline:before {
  content: "\F4B2"; }

.ion-ios-stopwatch:before {
  content: "\F4B5"; }

.ion-ios-stopwatch-outline:before {
  content: "\F4B4"; }

.ion-ios-sunny:before {
  content: "\F4B7"; }

.ion-ios-sunny-outline:before {
  content: "\F4B6"; }

.ion-ios-telephone:before {
  content: "\F4B9"; }

.ion-ios-telephone-outline:before {
  content: "\F4B8"; }

.ion-ios-tennisball:before {
  content: "\F4BB"; }

.ion-ios-tennisball-outline:before {
  content: "\F4BA"; }

.ion-ios-thunderstorm:before {
  content: "\F4BD"; }

.ion-ios-thunderstorm-outline:before {
  content: "\F4BC"; }

.ion-ios-time:before {
  content: "\F4BF"; }

.ion-ios-time-outline:before {
  content: "\F4BE"; }

.ion-ios-timer:before {
  content: "\F4C1"; }

.ion-ios-timer-outline:before {
  content: "\F4C0"; }

.ion-ios-toggle:before {
  content: "\F4C3"; }

.ion-ios-toggle-outline:before {
  content: "\F4C2"; }

.ion-ios-trash:before {
  content: "\F4C5"; }

.ion-ios-trash-outline:before {
  content: "\F4C4"; }

.ion-ios-undo:before {
  content: "\F4C7"; }

.ion-ios-undo-outline:before {
  content: "\F4C6"; }

.ion-ios-unlocked:before {
  content: "\F4C9"; }

.ion-ios-unlocked-outline:before {
  content: "\F4C8"; }

.ion-ios-upload:before {
  content: "\F4CB"; }

.ion-ios-upload-outline:before {
  content: "\F4CA"; }

.ion-ios-videocam:before {
  content: "\F4CD"; }

.ion-ios-videocam-outline:before {
  content: "\F4CC"; }

.ion-ios-volume-high:before {
  content: "\F4CE"; }

.ion-ios-volume-low:before {
  content: "\F4CF"; }

.ion-ios-wineglass:before {
  content: "\F4D1"; }

.ion-ios-wineglass-outline:before {
  content: "\F4D0"; }

.ion-ios-world:before {
  content: "\F4D3"; }

.ion-ios-world-outline:before {
  content: "\F4D2"; }

.ion-ipad:before {
  content: "\F1F9"; }

.ion-iphone:before {
  content: "\F1FA"; }

.ion-ipod:before {
  content: "\F1FB"; }

.ion-jet:before {
  content: "\F295"; }

.ion-key:before {
  content: "\F296"; }

.ion-knife:before {
  content: "\F297"; }

.ion-laptop:before {
  content: "\F1FC"; }

.ion-leaf:before {
  content: "\F1FD"; }

.ion-levels:before {
  content: "\F298"; }

.ion-lightbulb:before {
  content: "\F299"; }

.ion-link:before {
  content: "\F1FE"; }

.ion-load-a:before {
  content: "\F29A"; }

.ion-load-b:before {
  content: "\F29B"; }

.ion-load-c:before {
  content: "\F29C"; }

.ion-load-d:before {
  content: "\F29D"; }

.ion-location:before {
  content: "\F1FF"; }

.ion-lock-combination:before {
  content: "\F4D4"; }

.ion-locked:before {
  content: "\F200"; }

.ion-log-in:before {
  content: "\F29E"; }

.ion-log-out:before {
  content: "\F29F"; }

.ion-loop:before {
  content: "\F201"; }

.ion-magnet:before {
  content: "\F2A0"; }

.ion-male:before {
  content: "\F2A1"; }

.ion-man:before {
  content: "\F202"; }

.ion-map:before {
  content: "\F203"; }

.ion-medkit:before {
  content: "\F2A2"; }

.ion-merge:before {
  content: "\F33F"; }

.ion-mic-a:before {
  content: "\F204"; }

.ion-mic-b:before {
  content: "\F205"; }

.ion-mic-c:before {
  content: "\F206"; }

.ion-minus:before {
  content: "\F209"; }

.ion-minus-circled:before {
  content: "\F207"; }

.ion-minus-round:before {
  content: "\F208"; }

.ion-model-s:before {
  content: "\F2C1"; }

.ion-monitor:before {
  content: "\F20A"; }

.ion-more:before {
  content: "\F20B"; }

.ion-mouse:before {
  content: "\F340"; }

.ion-music-note:before {
  content: "\F20C"; }

.ion-navicon:before {
  content: "\F20E"; }

.ion-navicon-round:before {
  content: "\F20D"; }

.ion-navigate:before {
  content: "\F2A3"; }

.ion-network:before {
  content: "\F341"; }

.ion-no-smoking:before {
  content: "\F2C2"; }

.ion-nuclear:before {
  content: "\F2A4"; }

.ion-outlet:before {
  content: "\F342"; }

.ion-paintbrush:before {
  content: "\F4D5"; }

.ion-paintbucket:before {
  content: "\F4D6"; }

.ion-paper-airplane:before {
  content: "\F2C3"; }

.ion-paperclip:before {
  content: "\F20F"; }

.ion-pause:before {
  content: "\F210"; }

.ion-person:before {
  content: "\F213"; }

.ion-person-add:before {
  content: "\F211"; }

.ion-person-stalker:before {
  content: "\F212"; }

.ion-pie-graph:before {
  content: "\F2A5"; }

.ion-pin:before {
  content: "\F2A6"; }

.ion-pinpoint:before {
  content: "\F2A7"; }

.ion-pizza:before {
  content: "\F2A8"; }

.ion-plane:before {
  content: "\F214"; }

.ion-planet:before {
  content: "\F343"; }

.ion-play:before {
  content: "\F215"; }

.ion-playstation:before {
  content: "\F30A"; }

.ion-plus:before {
  content: "\F218"; }

.ion-plus-circled:before {
  content: "\F216"; }

.ion-plus-round:before {
  content: "\F217"; }

.ion-podium:before {
  content: "\F344"; }

.ion-pound:before {
  content: "\F219"; }

.ion-power:before {
  content: "\F2A9"; }

.ion-pricetag:before {
  content: "\F2AA"; }

.ion-pricetags:before {
  content: "\F2AB"; }

.ion-printer:before {
  content: "\F21A"; }

.ion-pull-request:before {
  content: "\F345"; }

.ion-qr-scanner:before {
  content: "\F346"; }

.ion-quote:before {
  content: "\F347"; }

.ion-radio-waves:before {
  content: "\F2AC"; }

.ion-record:before {
  content: "\F21B"; }

.ion-refresh:before {
  content: "\F21C"; }

.ion-reply:before {
  content: "\F21E"; }

.ion-reply-all:before {
  content: "\F21D"; }

.ion-ribbon-a:before {
  content: "\F348"; }

.ion-ribbon-b:before {
  content: "\F349"; }

.ion-sad:before {
  content: "\F34A"; }

.ion-sad-outline:before {
  content: "\F4D7"; }

.ion-scissors:before {
  content: "\F34B"; }

.ion-search:before {
  content: "\F21F"; }

.ion-settings:before {
  content: "\F2AD"; }

.ion-share:before {
  content: "\F220"; }

.ion-shuffle:before {
  content: "\F221"; }

.ion-skip-backward:before {
  content: "\F222"; }

.ion-skip-forward:before {
  content: "\F223"; }

.ion-social-android:before {
  content: "\F225"; }

.ion-social-android-outline:before {
  content: "\F224"; }

.ion-social-angular:before {
  content: "\F4D9"; }

.ion-social-angular-outline:before {
  content: "\F4D8"; }

.ion-social-apple:before {
  content: "\F227"; }

.ion-social-apple-outline:before {
  content: "\F226"; }

.ion-social-bitcoin:before {
  content: "\F2AF"; }

.ion-social-bitcoin-outline:before {
  content: "\F2AE"; }

.ion-social-buffer:before {
  content: "\F229"; }

.ion-social-buffer-outline:before {
  content: "\F228"; }

.ion-social-chrome:before {
  content: "\F4DB"; }

.ion-social-chrome-outline:before {
  content: "\F4DA"; }

.ion-social-codepen:before {
  content: "\F4DD"; }

.ion-social-codepen-outline:before {
  content: "\F4DC"; }

.ion-social-css3:before {
  content: "\F4DF"; }

.ion-social-css3-outline:before {
  content: "\F4DE"; }

.ion-social-designernews:before {
  content: "\F22B"; }

.ion-social-designernews-outline:before {
  content: "\F22A"; }

.ion-social-dribbble:before {
  content: "\F22D"; }

.ion-social-dribbble-outline:before {
  content: "\F22C"; }

.ion-social-dropbox:before {
  content: "\F22F"; }

.ion-social-dropbox-outline:before {
  content: "\F22E"; }

.ion-social-euro:before {
  content: "\F4E1"; }

.ion-social-euro-outline:before {
  content: "\F4E0"; }

.ion-social-facebook:before {
  content: "\F231"; }

.ion-social-facebook-outline:before {
  content: "\F230"; }

.ion-social-foursquare:before {
  content: "\F34D"; }

.ion-social-foursquare-outline:before {
  content: "\F34C"; }

.ion-social-freebsd-devil:before {
  content: "\F2C4"; }

.ion-social-github:before {
  content: "\F233"; }

.ion-social-github-outline:before {
  content: "\F232"; }

.ion-social-google:before {
  content: "\F34F"; }

.ion-social-google-outline:before {
  content: "\F34E"; }

.ion-social-googleplus:before {
  content: "\F235"; }

.ion-social-googleplus-outline:before {
  content: "\F234"; }

.ion-social-hackernews:before {
  content: "\F237"; }

.ion-social-hackernews-outline:before {
  content: "\F236"; }

.ion-social-html5:before {
  content: "\F4E3"; }

.ion-social-html5-outline:before {
  content: "\F4E2"; }

.ion-social-instagram:before {
  content: "\F351"; }

.ion-social-instagram-outline:before {
  content: "\F350"; }

.ion-social-javascript:before {
  content: "\F4E5"; }

.ion-social-javascript-outline:before {
  content: "\F4E4"; }

.ion-social-linkedin:before {
  content: "\F239"; }

.ion-social-linkedin-outline:before {
  content: "\F238"; }

.ion-social-markdown:before {
  content: "\F4E6"; }

.ion-social-nodejs:before {
  content: "\F4E7"; }

.ion-social-octocat:before {
  content: "\F4E8"; }

.ion-social-pinterest:before {
  content: "\F2B1"; }

.ion-social-pinterest-outline:before {
  content: "\F2B0"; }

.ion-social-python:before {
  content: "\F4E9"; }

.ion-social-reddit:before {
  content: "\F23B"; }

.ion-social-reddit-outline:before {
  content: "\F23A"; }

.ion-social-rss:before {
  content: "\F23D"; }

.ion-social-rss-outline:before {
  content: "\F23C"; }

.ion-social-sass:before {
  content: "\F4EA"; }

.ion-social-skype:before {
  content: "\F23F"; }

.ion-social-skype-outline:before {
  content: "\F23E"; }

.ion-social-snapchat:before {
  content: "\F4EC"; }

.ion-social-snapchat-outline:before {
  content: "\F4EB"; }

.ion-social-tumblr:before {
  content: "\F241"; }

.ion-social-tumblr-outline:before {
  content: "\F240"; }

.ion-social-tux:before {
  content: "\F2C5"; }

.ion-social-twitch:before {
  content: "\F4EE"; }

.ion-social-twitch-outline:before {
  content: "\F4ED"; }

.ion-social-twitter:before {
  content: "\F243"; }

.ion-social-twitter-outline:before {
  content: "\F242"; }

.ion-social-usd:before {
  content: "\F353"; }

.ion-social-usd-outline:before {
  content: "\F352"; }

.ion-social-vimeo:before {
  content: "\F245"; }

.ion-social-vimeo-outline:before {
  content: "\F244"; }

.ion-social-whatsapp:before {
  content: "\F4F0"; }

.ion-social-whatsapp-outline:before {
  content: "\F4EF"; }

.ion-social-windows:before {
  content: "\F247"; }

.ion-social-windows-outline:before {
  content: "\F246"; }

.ion-social-wordpress:before {
  content: "\F249"; }

.ion-social-wordpress-outline:before {
  content: "\F248"; }

.ion-social-yahoo:before {
  content: "\F24B"; }

.ion-social-yahoo-outline:before {
  content: "\F24A"; }

.ion-social-yen:before {
  content: "\F4F2"; }

.ion-social-yen-outline:before {
  content: "\F4F1"; }

.ion-social-youtube:before {
  content: "\F24D"; }

.ion-social-youtube-outline:before {
  content: "\F24C"; }

.ion-soup-can:before {
  content: "\F4F4"; }

.ion-soup-can-outline:before {
  content: "\F4F3"; }

.ion-speakerphone:before {
  content: "\F2B2"; }

.ion-speedometer:before {
  content: "\F2B3"; }

.ion-spoon:before {
  content: "\F2B4"; }

.ion-star:before {
  content: "\F24E"; }

.ion-stats-bars:before {
  content: "\F2B5"; }

.ion-steam:before {
  content: "\F30B"; }

.ion-stop:before {
  content: "\F24F"; }

.ion-thermometer:before {
  content: "\F2B6"; }

.ion-thumbsdown:before {
  content: "\F250"; }

.ion-thumbsup:before {
  content: "\F251"; }

.ion-toggle:before {
  content: "\F355"; }

.ion-toggle-filled:before {
  content: "\F354"; }

.ion-transgender:before {
  content: "\F4F5"; }

.ion-trash-a:before {
  content: "\F252"; }

.ion-trash-b:before {
  content: "\F253"; }

.ion-trophy:before {
  content: "\F356"; }

.ion-tshirt:before {
  content: "\F4F7"; }

.ion-tshirt-outline:before {
  content: "\F4F6"; }

.ion-umbrella:before {
  content: "\F2B7"; }

.ion-university:before {
  content: "\F357"; }

.ion-unlocked:before {
  content: "\F254"; }

.ion-upload:before {
  content: "\F255"; }

.ion-usb:before {
  content: "\F2B8"; }

.ion-videocamera:before {
  content: "\F256"; }

.ion-volume-high:before {
  content: "\F257"; }

.ion-volume-low:before {
  content: "\F258"; }

.ion-volume-medium:before {
  content: "\F259"; }

.ion-volume-mute:before {
  content: "\F25A"; }

.ion-wand:before {
  content: "\F358"; }

.ion-waterdrop:before {
  content: "\F25B"; }

.ion-wifi:before {
  content: "\F25C"; }

.ion-wineglass:before {
  content: "\F2B9"; }

.ion-woman:before {
  content: "\F25D"; }

.ion-wrench:before {
  content: "\F2BA"; }

.ion-xbox:before {
  content: "\F30C"; }

/**
 * Resets
 * --------------------------------------------------
 * Adapted from normalize.css and some reset.css. We don't care even one
 * bit about old IE, so we don't need any hacks for that in here.
 *
 * There are probably other things we could remove here, as well.
 *
 * normalize.css v2.1.2 | MIT License | git.io/normalize

 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, fieldset,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 */
html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  line-height: 1; }

/**
 * Remove default outlines.
 */
a,
button,
:focus,
a:focus,
button:focus,
a:active,
a:hover {
  outline: 0; }

/* *
 * Remove tap highlight color
 */
a {
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  a[href]:hover {
    cursor: pointer; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, serif; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Remove any default :focus styles
 * 5. Make sure webkit font smoothing is being inherited
 * 6. Remove default gradient in Android Firefox / FirefoxOS
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 3 */
  font-size: 100%;
  /* 2 */
  font-family: inherit;
  /* 1 */
  outline-offset: 0;
  /* 4 */
  outline-style: none;
  /* 4 */
  outline-width: 0;
  /* 4 */
  -webkit-font-smoothing: inherit;
  /* 5 */
  background-image: none;
  /* 6 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `importnt` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

img {
  -webkit-user-drag: none; }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

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

html {
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

body,
.ionic-body {
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #000;
  word-wrap: break-word;
  font-size: 14px;
  font-family: -apple-system;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
  -ms-content-zooming: none; }

body.grade-b,
body.grade-c {
  text-rendering: auto; }

.content {
  position: relative; }

.scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 1px;
  margin-bottom: -1px;
  width: auto;
  height: auto; }

.menu .scroll-content.scroll-content-false {
  z-index: 11; }

.scroll-view {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -1px; }
  .scroll-view.overflow-scroll {
    position: relative; }
  .scroll-view.scroll-x {
    overflow-x: scroll;
    overflow-y: hidden; }
  .scroll-view.scroll-y {
    overflow-x: hidden;
    overflow-y: scroll; }
  .scroll-view.scroll-xy {
    overflow-x: scroll;
    overflow-y: scroll; }

/**
 * Scroll is the scroll view component available for complex and custom
 * scroll view functionality.
 */
.scroll {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-transform-origin: left top;
  transform-origin: left top; }

/**
 * Set ms-viewport to prevent MS "page squish" and allow fluid scrolling
 * https://msdn.microsoft.com/en-us/library/ie/hh869615(v=vs.85).aspx
 */
@-ms-viewport {
  width: device-width; }

.scroll-bar {
  position: absolute;
  z-index: 9999; }

.ng-animate .scroll-bar {
  visibility: hidden; }

.scroll-bar-h {
  right: 2px;
  bottom: 3px;
  left: 2px;
  height: 3px; }
  .scroll-bar-h .scroll-bar-indicator {
    height: 100%; }

.scroll-bar-v {
  top: 2px;
  right: 3px;
  bottom: 2px;
  width: 3px; }
  .scroll-bar-v .scroll-bar-indicator {
    width: 100%; }

.scroll-bar-indicator {
  position: absolute;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .scroll-bar-indicator.scroll-bar-fade-out {
    opacity: 0; }

.platform-android .scroll-bar-indicator {
  border-radius: 0; }

.grade-b .scroll-bar-indicator,
.grade-c .scroll-bar-indicator {
  background: #aaa; }
  .grade-b .scroll-bar-indicator.scroll-bar-fade-out,
  .grade-c .scroll-bar-indicator.scroll-bar-fade-out {
    -webkit-transition: none;
    transition: none; }

ion-infinite-scroll {
  height: 60px;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  ion-infinite-scroll .icon {
    color: #666666;
    font-size: 30px;
    color: #666666; }
  ion-infinite-scroll:not(.active) .spinner,
  ion-infinite-scroll:not(.active) .icon:before {
    display: none; }

.overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }
  .overflow-scroll.pane {
    overflow-x: hidden;
    overflow-y: scroll; }
  .overflow-scroll .scroll {
    position: static;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0); }

/* If you change these, change platform.scss as well */
.has-header {
  top: 44px; }

.no-header {
  top: 0; }

.has-subheader {
  top: 244px; }

.has-tabs-top {
  top: 93px; }

.has-header.has-subheader.has-tabs-top {
  top: 293px; }

.has-footer {
  bottom: 44px; }

.has-subfooter {
  bottom: 88px; }

.has-tabs,
.bar-footer.has-tabs {
  bottom: 49px; }
  .has-tabs.pane,
  .bar-footer.has-tabs.pane {
    bottom: 49px;
    height: auto; }

.bar-subfooter.has-tabs {
  bottom: 93px; }

.has-footer.has-tabs {
  bottom: 93px; }

.pane {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0;
  transition-duration: 0;
  z-index: 1; }

.view {
  z-index: 1; }

.pane,
.view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden; }

.view-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }

/**
 * Typography
 * --------------------------------------------------
 */
p {
  margin: 0 0 10px; }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1; }
  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; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1:first-child, .h1:first-child,
  h2:first-child, .h2:first-child,
  h3:first-child, .h3:first-child {
    margin-top: 0; }
  h1 + h1, h1 + .h1,
  h1 + h2, h1 + .h2,
  h1 + h3, h1 + .h3, .h1 + h1, .h1 + .h1,
  .h1 + h2, .h1 + .h2,
  .h1 + h3, .h1 + .h3,
  h2 + h1,
  h2 + .h1,
  h2 + h2,
  h2 + .h2,
  h2 + h3,
  h2 + .h3, .h2 + h1, .h2 + .h1,
  .h2 + h2, .h2 + .h2,
  .h2 + h3, .h2 + .h3,
  h3 + h1,
  h3 + .h1,
  h3 + h2,
  h3 + .h2,
  h3 + h3,
  h3 + .h3, .h3 + h1, .h3 + .h1,
  .h3 + h2, .h3 + .h2,
  .h3 + h3, .h3 + .h3 {
    margin-top: 10px; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

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

h1 small, .h1 small {
  font-size: 24px; }

h2 small, .h2 small {
  font-size: 18px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid gray; }
  blockquote p {
    font-weight: 300;
    font-size: 17.5px;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857; }
    blockquote small:before {
      content: '\2014   \A0'; }

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

a {
  color: #00ad90; }

a.subdued {
  padding-right: 10px;
  color: #888;
  text-decoration: none; }
  a.subdued:hover {
    text-decoration: none; }
  a.subdued:last-child {
    padding-right: 0; }

/**
 * Action Sheets
 * --------------------------------------------------
 */
.action-sheet-backdrop {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: transparent; }
  .action-sheet-backdrop.active {
    background-color: rgba(0, 0, 0, 0.4); }

.action-sheet-wrapper {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 500ms;
  transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 500ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: auto; }

.action-sheet-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.action-sheet {
  margin-left: 8px;
  margin-right: 8px;
  width: auto;
  z-index: 11;
  overflow: hidden; }
  .action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    border-color: #d1d3d6;
    background-color: transparent;
    color: #007aff;
    font-size: 21px; }
    .action-sheet .button:hover {
      color: #007aff; }
    .action-sheet .button.destructive {
      color: #ff3b30; }
      .action-sheet .button.destructive:hover {
        color: #ff3b30; }
  .action-sheet .button.active, .action-sheet .button.activated {
    box-shadow: none;
    border-color: #d1d3d6;
    color: #007aff;
    background: #e4e5e7; }

.action-sheet-has-icons .icon {
  position: absolute;
  left: 16px; }

.action-sheet-title {
  padding: 16px;
  color: #8f8f8f;
  text-align: center;
  font-size: 13px; }

.action-sheet-group {
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden; }
  .action-sheet-group .button {
    border-width: 1px 0px 0px 0px; }
  .action-sheet-group .button:first-child:last-child {
    border-width: 0; }

.action-sheet-options {
  background: #f1f2f3; }

.action-sheet-cancel .button {
  font-weight: 500; }

.action-sheet-open {
  pointer-events: none; }
  .action-sheet-open.modal-open .modal {
    pointer-events: none; }
  .action-sheet-open .action-sheet-backdrop {
    pointer-events: auto; }

.platform-android .action-sheet-backdrop.active {
  background-color: rgba(0, 0, 0, 0.2); }

.platform-android .action-sheet {
  margin: 0; }
  .platform-android .action-sheet .action-sheet-title,
  .platform-android .action-sheet .button {
    text-align: left;
    border-color: transparent;
    font-size: 16px;
    color: inherit; }
  .platform-android .action-sheet .action-sheet-title {
    font-size: 14px;
    padding: 16px;
    color: #666; }
  .platform-android .action-sheet .button.active,
  .platform-android .action-sheet .button.activated {
    background: #e8e8e8; }

.platform-android .action-sheet-group {
  margin: 0;
  border-radius: 0;
  background-color: #fafafa; }

.platform-android .action-sheet-cancel {
  display: none; }

.platform-android .action-sheet-has-icons .button {
  padding-left: 56px; }

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear; }
  .backdrop.visible {
    visibility: visible; }
  .backdrop.active {
    opacity: 1; }

/**
 * Bar (Headers and Footers)
 * --------------------------------------------------
 */
.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 44px;
  border-width: 0;
  border-style: solid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  background-color: white;
  /* border-width: 1px will actually create 2 device pixels on retina */
  /* this nifty trick sets an actual 1px border on hi-res displays */
  background-size: 0; }
  @media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .bar {
      border: none;
      background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
      background-position: bottom;
      background-size: 100% 1px;
      background-repeat: no-repeat; } }
  .bar.bar-clear {
    border: none;
    background: none;
    color: #fff; }
    .bar.bar-clear .button {
      color: #fff; }
    .bar.bar-clear .title {
      color: #fff; }
  .bar.item-input-inset .item-input-wrapper {
    margin-top: -1px; }
    .bar.item-input-inset .item-input-wrapper input {
      padding-left: 8px;
      width: 94%;
      height: 28px;
      background: transparent; }
  .bar.bar-light {
    border-color: #ddd;
    background-color: white;
    background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
    color: #444; }
    .bar.bar-light .title {
      color: #444; }
    .bar.bar-light.bar-footer {
      background-image: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%); }
  .bar.bar-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444; }
    .bar.bar-stable .title {
      color: #444; }
    .bar.bar-stable.bar-footer {
      background-image: linear-gradient(180deg, #b2b2b2, #b2b2b2 50%, transparent 50%); }
  .bar.bar-positive {
    border-color: #1bc395;
    background-color: #1bc395;
    background-image: linear-gradient(0deg, #1bc395, #1bc395 50%, transparent 50%);
    color: white; }
    .bar.bar-positive .title {
      color: white; }
    .bar.bar-positive.bar-footer {
      background-image: linear-gradient(180deg, #1bc395, #1bc395 50%, transparent 50%); }
  .bar.bar-calm {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
    color: #fff; }
    .bar.bar-calm .title {
      color: #fff; }
    .bar.bar-calm.bar-footer {
      background-image: linear-gradient(180deg, #0a9dc7, #0a9dc7 50%, transparent 50%); }
  .bar.bar-assertive {
    border-color: #e42112;
    background-color: #ef473a;
    background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
    color: #fff; }
    .bar.bar-assertive .title {
      color: #fff; }
    .bar.bar-assertive.bar-footer {
      background-image: linear-gradient(180deg, #e42112, #e42112 50%, transparent 50%); }
  .bar.bar-balanced {
    border-color: #28a54c;
    background-color: #33cd5f;
    background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
    color: #fff; }
    .bar.bar-balanced .title {
      color: #fff; }
    .bar.bar-balanced.bar-footer {
      background-image: linear-gradient(180deg, #28a54c, #28a54c 50%, transparent 50%); }
  .bar.bar-energized {
    border-color: #e6b500;
    background-color: #ffc900;
    background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
    color: #fff; }
    .bar.bar-energized .title {
      color: #fff; }
    .bar.bar-energized.bar-footer {
      background-image: linear-gradient(180deg, #e6b500, #e6b500 50%, transparent 50%); }
  .bar.bar-royal {
    border-color: #4963a0;
    background-color: #4963a0;
    background-image: linear-gradient(0deg, #4963a0, #4963a0 50%, transparent 50%);
    color: #fff; }
    .bar.bar-royal .title {
      color: #fff; }
    .bar.bar-royal.bar-footer {
      background-image: linear-gradient(180deg, #4963a0, #4963a0 50%, transparent 50%); }
  .bar.bar-dark {
    border-color: #111;
    background-color: #444444;
    background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
    color: #fff; }
    .bar.bar-dark .title {
      color: #fff; }
    .bar.bar-dark.bar-footer {
      background-image: linear-gradient(180deg, #111, #111 50%, transparent 50%); }
  .bar .title {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px; }
    .bar .title.title-left {
      text-align: left; }
    .bar .title.title-right {
      text-align: right; }
  .bar .title a {
    color: inherit; }
  .bar .button, .bar button {
    z-index: 1;
    padding: 0 8px;
    min-width: initial;
    min-height: 31px;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px; }
    .bar .button.button-icon:before,
    .bar .button .icon:before, .bar .button.icon:before, .bar .button.icon-left:before, .bar .button.icon-right:before, .bar button.button-icon:before,
    .bar button .icon:before, .bar button.icon:before, .bar button.icon-left:before, .bar button.icon-right:before {
      padding-right: 2px;
      padding-left: 2px;
      font-size: 20px;
      line-height: 32px; }
    .bar .button.button-icon, .bar button.button-icon {
      font-size: 17px; }
      .bar .button.button-icon .icon:before, .bar .button.button-icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before, .bar button.button-icon .icon:before, .bar button.button-icon:before, .bar button.button-icon.icon-left:before, .bar button.button-icon.icon-right:before {
        vertical-align: top;
        font-size: 32px;
        line-height: 32px; }
    .bar .button.button-clear, .bar button.button-clear {
      padding-right: 2px;
      padding-left: 2px;
      font-weight: 300;
      font-size: 17px; }
      .bar .button.button-clear .icon:before, .bar .button.button-clear.icon:before, .bar .button.button-clear.icon-left:before, .bar .button.button-clear.icon-right:before, .bar button.button-clear .icon:before, .bar button.button-clear.icon:before, .bar button.button-clear.icon-left:before, .bar button.button-clear.icon-right:before {
        font-size: 32px;
        line-height: 32px; }
    .bar .button.back-button, .bar button.back-button {
      display: block;
      margin-right: 5px;
      padding: 0;
      white-space: nowrap;
      font-weight: 400; }
    .bar .button.back-button.active, .bar .button.back-button.activated, .bar button.back-button.active, .bar button.back-button.activated {
      opacity: 0.2; }
  .bar .button-bar > .button,
  .bar .buttons > .button {
    min-height: 31px;
    line-height: 32px; }
  .bar .button-bar + .button,
  .bar .button + .button-bar {
    margin-left: 5px; }
  .bar .buttons,
  .bar .buttons.primary-buttons,
  .bar .buttons.secondary-buttons {
    display: inherit; }
  .bar .buttons span {
    display: inline-block; }
  .bar .buttons-left span {
    margin-right: 5px;
    display: inherit; }
  .bar .buttons-right span {
    margin-left: 5px;
    display: inherit; }
  .bar .title + .button:last-child,
  .bar > .button + .button:last-child,
  .bar > .button.pull-right,
  .bar .buttons.pull-right,
  .bar .title + .buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px; }

.platform-android .nav-bar-has-subheader .bar {
  background-image: none; }

.platform-android .bar .back-button .icon:before {
  font-size: 24px; }

.platform-android .bar .title {
  font-size: 19px;
  line-height: 44px; }

.bar-light .button {
  border-color: #ddd;
  background-color: white;
  color: #444; }
  .bar-light .button:hover {
    color: #444;
    text-decoration: none; }
  .bar-light .button.active, .bar-light .button.activated {
    border-color: #ccc;
    background-color: #fafafa; }
  .bar-light .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #444;
    font-size: 17px; }
  .bar-light .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444; }
  .bar-stable .button:hover {
    color: #444;
    text-decoration: none; }
  .bar-stable .button.active, .bar-stable .button.activated {
    border-color: #a2a2a2;
    background-color: #e5e5e5; }
  .bar-stable .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #444;
    font-size: 17px; }
  .bar-stable .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-positive .button {
  border-color: #1bc395;
  background-color: #1bc395;
  color: white; }
  .bar-positive .button:hover {
    color: white;
    text-decoration: none; }
  .bar-positive .button.active, .bar-positive .button.activated {
    border-color: #159673;
    background-color: #159673; }
  .bar-positive .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-positive .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-calm .button {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  color: #fff; }
  .bar-calm .button:hover {
    color: #fff;
    text-decoration: none; }
  .bar-calm .button.active, .bar-calm .button.activated {
    border-color: #0a9dc7;
    background-color: #0a9dc7; }
  .bar-calm .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-calm .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-assertive .button {
  border-color: #e42112;
  background-color: #ef473a;
  color: #fff; }
  .bar-assertive .button:hover {
    color: #fff;
    text-decoration: none; }
  .bar-assertive .button.active, .bar-assertive .button.activated {
    border-color: #e42112;
    background-color: #e42112; }
  .bar-assertive .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-assertive .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-balanced .button {
  border-color: #28a54c;
  background-color: #33cd5f;
  color: #fff; }
  .bar-balanced .button:hover {
    color: #fff;
    text-decoration: none; }
  .bar-balanced .button.active, .bar-balanced .button.activated {
    border-color: #28a54c;
    background-color: #28a54c; }
  .bar-balanced .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-balanced .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-energized .button {
  border-color: #e6b500;
  background-color: #ffc900;
  color: #fff; }
  .bar-energized .button:hover {
    color: #fff;
    text-decoration: none; }
  .bar-energized .button.active, .bar-energized .button.activated {
    border-color: #e6b500;
    background-color: #e6b500; }
  .bar-energized .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-energized .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-royal .button {
  border-color: #4963a0;
  background-color: #4963a0;
  color: #fff; }
  .bar-royal .button:hover {
    color: #fff;
    text-decoration: none; }
  .bar-royal .button.active, .bar-royal .button.activated {
    border-color: #3c5284;
    background-color: #3c5284; }
  .bar-royal .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-royal .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-dark .button {
  border-color: #111;
  background-color: #444444;
  color: #fff; }
  .bar-dark .button:hover {
    color: #fff;
    text-decoration: none; }
  .bar-dark .button.active, .bar-dark .button.activated {
    border-color: #000;
    background-color: #262626; }
  .bar-dark .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .bar-dark .button.button-icon {
    border-color: transparent;
    background: none; }

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px; }
  .bar-header.has-tabs-top {
    border-bottom-width: 0px;
    background-image: none; }

.tabs-top .bar-header {
  border-bottom-width: 0px;
  background-image: none; }

.bar-footer {
  bottom: 0;
  border-top-width: 1px;
  border-bottom-width: 0;
  background-position: top;
  height: 44px; }
  .bar-footer.item-input-inset {
    position: absolute; }
  .bar-footer .title {
    height: 43px;
    line-height: 44px; }

.bar-tabs {
  padding: 0; }

.bar-subheader {
  top: 44px;
  height: 200px; }
  .bar-subheader .title {
    height: 199px;
    line-height: 200px; }

.bar-subfooter {
  bottom: 44px;
  height: 44px; }
  .bar-subfooter .title {
    height: 43px;
    line-height: 44px; }

.nav-bar-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9; }

.bar .back-button.hide,
.bar .buttons .hide {
  display: none; }

.nav-bar-tabs-top .bar {
  background-image: none; }

/**
 * Tabs
 * --------------------------------------------------
 * A navigation bar with any number of tab items supported.
 */
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: horizontal;
  flex-direction: horizontal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  color: #444;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 49px;
  border-style: solid;
  border-top-width: 1px;
  background-size: 0;
  line-height: 49px; }
  .tabs .tab-item .badge {
    background-color: #444;
    color: #f8f8f8; }
  @media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .tabs {
      padding-top: 2px;
      border-top: none !important;
      border-bottom: none;
      background-position: top;
      background-size: 100% 1px;
      background-repeat: no-repeat; } }

/* Allow parent element of tabs to define color, or just the tab itself */
.tabs-light > .tabs,
.tabs.tabs-light {
  border-color: #dddddd;
  background-color: #fff;
  background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
  color: #999999; }
  .tabs-light > .tabs .tab-item .badge,
  .tabs.tabs-light .tab-item .badge {
    background-color: #999999;
    color: #fff; }

.tabs-stable > .tabs,
.tabs.tabs-stable {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  color: #444; }
  .tabs-stable > .tabs .tab-item .badge,
  .tabs.tabs-stable .tab-item .badge {
    background-color: #444;
    color: #f8f8f8; }

.tabs-positive > .tabs,
.tabs.tabs-positive {
  border-color: #039f7e;
  background-color: white;
  background-image: linear-gradient(0deg, #039f7e, #039f7e 50%, transparent 50%);
  color: #00ad90; }
  .tabs-positive > .tabs .tab-item .badge,
  .tabs.tabs-positive .tab-item .badge {
    background-color: #00ad90;
    color: white; }

.tabs-calm > .tabs,
.tabs.tabs-calm {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
  color: #fff; }
  .tabs-calm > .tabs .tab-item .badge,
  .tabs.tabs-calm .tab-item .badge {
    background-color: #fff;
    color: #11c1f3; }

.tabs-assertive > .tabs,
.tabs.tabs-assertive {
  border-color: #e42112;
  background-color: #ef473a;
  background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
  color: #fff; }
  .tabs-assertive > .tabs .tab-item .badge,
  .tabs.tabs-assertive .tab-item .badge {
    background-color: #fff;
    color: #ef473a; }

.tabs-balanced > .tabs,
.tabs.tabs-balanced {
  border-color: #28a54c;
  background-color: #33cd5f;
  background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
  color: #fff; }
  .tabs-balanced > .tabs .tab-item .badge,
  .tabs.tabs-balanced .tab-item .badge {
    background-color: #fff;
    color: #33cd5f; }

.tabs-energized > .tabs,
.tabs.tabs-energized {
  border-color: #e6b500;
  background-color: #ffc900;
  background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
  color: #fff; }
  .tabs-energized > .tabs .tab-item .badge,
  .tabs.tabs-energized .tab-item .badge {
    background-color: #fff;
    color: #ffc900; }

.tabs-royal > .tabs,
.tabs.tabs-royal {
  border-color: #4963a0;
  background-color: #4963a0;
  background-image: linear-gradient(0deg, #4963a0, #4963a0 50%, transparent 50%);
  color: #fff; }
  .tabs-royal > .tabs .tab-item .badge,
  .tabs.tabs-royal .tab-item .badge {
    background-color: #fff;
    color: #4963a0; }

.tabs-dark > .tabs,
.tabs.tabs-dark {
  border-color: #111;
  background-color: #444;
  background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
  color: #fff; }
  .tabs-dark > .tabs .tab-item .badge,
  .tabs.tabs-dark .tab-item .badge {
    background-color: #fff;
    color: #444; }

.tabs-striped .tabs {
  background-color: white;
  background-image: none;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-top: 2px; }

.tabs-striped .tab-item.tab-item-active, .tabs-striped .tab-item.active, .tabs-striped .tab-item.activated {
  margin-top: -2px;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #444; }
  .tabs-striped .tab-item.tab-item-active .badge, .tabs-striped .tab-item.active .badge, .tabs-striped .tab-item.activated .badge {
    top: 2px;
    opacity: 1; }

.tabs-striped.tabs-light .tabs {
  background-color: #fff; }

.tabs-striped.tabs-light .tab-item {
  color: rgba(68, 68, 68, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-light .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-light .tab-item.tab-item-active, .tabs-striped.tabs-light .tab-item.active, .tabs-striped.tabs-light .tab-item.activated {
    margin-top: -2px;
    color: #444;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #444; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-stable .tabs {
  background-color: #f8f8f8; }

.tabs-striped.tabs-stable .tab-item {
  color: rgba(68, 68, 68, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-stable .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-stable .tab-item.tab-item-active, .tabs-striped.tabs-stable .tab-item.active, .tabs-striped.tabs-stable .tab-item.activated {
    margin-top: -2px;
    color: #444;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #444; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-positive .tabs {
  background-color: #1bc395; }

.tabs-striped.tabs-positive .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-positive .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-positive .tab-item.tab-item-active, .tabs-striped.tabs-positive .tab-item.active, .tabs-striped.tabs-positive .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-calm .tabs {
  background-color: #11c1f3; }

.tabs-striped.tabs-calm .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-calm .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-calm .tab-item.tab-item-active, .tabs-striped.tabs-calm .tab-item.active, .tabs-striped.tabs-calm .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-assertive .tabs {
  background-color: #ef473a; }

.tabs-striped.tabs-assertive .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-assertive .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-assertive .tab-item.tab-item-active, .tabs-striped.tabs-assertive .tab-item.active, .tabs-striped.tabs-assertive .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-balanced .tabs {
  background-color: #33cd5f; }

.tabs-striped.tabs-balanced .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-balanced .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-balanced .tab-item.tab-item-active, .tabs-striped.tabs-balanced .tab-item.active, .tabs-striped.tabs-balanced .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-energized .tabs {
  background-color: #ffc900; }

.tabs-striped.tabs-energized .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-energized .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-energized .tab-item.tab-item-active, .tabs-striped.tabs-energized .tab-item.active, .tabs-striped.tabs-energized .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-royal .tabs {
  background-color: #4963a0; }

.tabs-striped.tabs-royal .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-royal .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-royal .tab-item.tab-item-active, .tabs-striped.tabs-royal .tab-item.active, .tabs-striped.tabs-royal .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-dark .tabs {
  background-color: #444; }

.tabs-striped.tabs-dark .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-dark .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-dark .tab-item.tab-item-active, .tabs-striped.tabs-dark .tab-item.active, .tabs-striped.tabs-dark .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff; }

.tabs-striped.tabs-top .tab-item.tab-item-active .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.activated .badge {
  top: 4%; }

.tabs-striped.tabs-background-light .tabs {
  background-color: #fff;
  background-image: none; }

.tabs-striped.tabs-background-stable .tabs {
  background-color: #f8f8f8;
  background-image: none; }

.tabs-striped.tabs-background-positive .tabs {
  background-color: #1bc395;
  background-image: none; }

.tabs-striped.tabs-background-calm .tabs {
  background-color: #11c1f3;
  background-image: none; }

.tabs-striped.tabs-background-assertive .tabs {
  background-color: #ef473a;
  background-image: none; }

.tabs-striped.tabs-background-balanced .tabs {
  background-color: #33cd5f;
  background-image: none; }

.tabs-striped.tabs-background-energized .tabs {
  background-color: #ffc900;
  background-image: none; }

.tabs-striped.tabs-background-royal .tabs {
  background-color: #4963a0;
  background-image: none; }

.tabs-striped.tabs-background-dark .tabs {
  background-color: #444;
  background-image: none; }

.tabs-striped.tabs-color-light .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-light .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-light .tab-item.tab-item-active, .tabs-striped.tabs-color-light .tab-item.active, .tabs-striped.tabs-color-light .tab-item.activated {
    margin-top: -2px;
    color: #fff;
    border: 0 solid #fff;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-light .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-light .tab-item.active .badge, .tabs-striped.tabs-color-light .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-stable .tab-item {
  color: rgba(248, 248, 248, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-stable .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-stable .tab-item.tab-item-active, .tabs-striped.tabs-color-stable .tab-item.active, .tabs-striped.tabs-color-stable .tab-item.activated {
    margin-top: -2px;
    color: #f8f8f8;
    border: 0 solid #f8f8f8;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-stable .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-stable .tab-item.active .badge, .tabs-striped.tabs-color-stable .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-positive .tab-item {
  color: rgba(27, 195, 149, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-positive .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-positive .tab-item.tab-item-active, .tabs-striped.tabs-color-positive .tab-item.active, .tabs-striped.tabs-color-positive .tab-item.activated {
    margin-top: -2px;
    color: #1bc395;
    border: 0 solid #1bc395;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-positive .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-positive .tab-item.active .badge, .tabs-striped.tabs-color-positive .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-calm .tab-item {
  color: rgba(17, 193, 243, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-calm .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-calm .tab-item.tab-item-active, .tabs-striped.tabs-color-calm .tab-item.active, .tabs-striped.tabs-color-calm .tab-item.activated {
    margin-top: -2px;
    color: #11c1f3;
    border: 0 solid #11c1f3;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-calm .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-calm .tab-item.active .badge, .tabs-striped.tabs-color-calm .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-assertive .tab-item {
  color: rgba(239, 71, 58, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-assertive .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-assertive .tab-item.tab-item-active, .tabs-striped.tabs-color-assertive .tab-item.active, .tabs-striped.tabs-color-assertive .tab-item.activated {
    margin-top: -2px;
    color: #ef473a;
    border: 0 solid #ef473a;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-assertive .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-assertive .tab-item.active .badge, .tabs-striped.tabs-color-assertive .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-balanced .tab-item {
  color: rgba(51, 205, 95, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-balanced .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-balanced .tab-item.tab-item-active, .tabs-striped.tabs-color-balanced .tab-item.active, .tabs-striped.tabs-color-balanced .tab-item.activated {
    margin-top: -2px;
    color: #33cd5f;
    border: 0 solid #33cd5f;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-balanced .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-balanced .tab-item.active .badge, .tabs-striped.tabs-color-balanced .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-energized .tab-item {
  color: rgba(255, 201, 0, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-energized .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-energized .tab-item.tab-item-active, .tabs-striped.tabs-color-energized .tab-item.active, .tabs-striped.tabs-color-energized .tab-item.activated {
    margin-top: -2px;
    color: #ffc900;
    border: 0 solid #ffc900;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-energized .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-energized .tab-item.active .badge, .tabs-striped.tabs-color-energized .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-royal .tab-item {
  color: rgba(73, 99, 160, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-royal .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-royal .tab-item.tab-item-active, .tabs-striped.tabs-color-royal .tab-item.active, .tabs-striped.tabs-color-royal .tab-item.activated {
    margin-top: -2px;
    color: #4963a0;
    border: 0 solid #4963a0;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-royal .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-royal .tab-item.active .badge, .tabs-striped.tabs-color-royal .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-striped.tabs-color-dark .tab-item {
  color: rgba(68, 68, 68, 0.4);
  opacity: 1; }
  .tabs-striped.tabs-color-dark .tab-item .badge {
    opacity: 0.4; }
  .tabs-striped.tabs-color-dark .tab-item.tab-item-active, .tabs-striped.tabs-color-dark .tab-item.active, .tabs-striped.tabs-color-dark .tab-item.activated {
    margin-top: -2px;
    color: #444;
    border: 0 solid #444;
    border-top-width: 2px; }
    .tabs-striped.tabs-color-dark .tab-item.tab-item-active .badge, .tabs-striped.tabs-color-dark .tab-item.active .badge, .tabs-striped.tabs-color-dark .tab-item.activated .badge {
      top: 2px;
      opacity: 1; }

.tabs-background-light .tabs,
.tabs-background-light > .tabs {
  background-color: #fff;
  background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
  border-color: #ddd; }

.tabs-background-stable .tabs,
.tabs-background-stable > .tabs {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  border-color: #b2b2b2; }

.tabs-background-positive .tabs,
.tabs-background-positive > .tabs {
  background-color: #1bc395;
  background-image: linear-gradient(0deg, #1bc395, #1bc395 50%, transparent 50%);
  border-color: #1bc395; }

.tabs-background-calm .tabs,
.tabs-background-calm > .tabs {
  background-color: #11c1f3;
  background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
  border-color: #0a9dc7; }

.tabs-background-assertive .tabs,
.tabs-background-assertive > .tabs {
  background-color: #ef473a;
  background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
  border-color: #e42112; }

.tabs-background-balanced .tabs,
.tabs-background-balanced > .tabs {
  background-color: #33cd5f;
  background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
  border-color: #28a54c; }

.tabs-background-energized .tabs,
.tabs-background-energized > .tabs {
  background-color: #ffc900;
  background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
  border-color: #e6b500; }

.tabs-background-royal .tabs,
.tabs-background-royal > .tabs {
  background-color: #4963a0;
  background-image: linear-gradient(0deg, #4963a0, #4963a0 50%, transparent 50%);
  border-color: #4963a0; }

.tabs-background-dark .tabs,
.tabs-background-dark > .tabs {
  background-color: #444;
  background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
  border-color: #111; }

.tabs-color-light .tab-item {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; }
  .tabs-color-light .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-light .tab-item.tab-item-active, .tabs-color-light .tab-item.active, .tabs-color-light .tab-item.activated {
    color: #fff;
    border: 0 solid #fff; }
    .tabs-color-light .tab-item.tab-item-active .badge, .tabs-color-light .tab-item.active .badge, .tabs-color-light .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-stable .tab-item {
  color: rgba(248, 248, 248, 0.4);
  opacity: 1; }
  .tabs-color-stable .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-stable .tab-item.tab-item-active, .tabs-color-stable .tab-item.active, .tabs-color-stable .tab-item.activated {
    color: #f8f8f8;
    border: 0 solid #f8f8f8; }
    .tabs-color-stable .tab-item.tab-item-active .badge, .tabs-color-stable .tab-item.active .badge, .tabs-color-stable .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-positive .tab-item {
  color: rgba(27, 195, 149, 0.4);
  opacity: 1; }
  .tabs-color-positive .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-positive .tab-item.tab-item-active, .tabs-color-positive .tab-item.active, .tabs-color-positive .tab-item.activated {
    color: #1bc395;
    border: 0 solid #1bc395; }
    .tabs-color-positive .tab-item.tab-item-active .badge, .tabs-color-positive .tab-item.active .badge, .tabs-color-positive .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-calm .tab-item {
  color: rgba(17, 193, 243, 0.4);
  opacity: 1; }
  .tabs-color-calm .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-calm .tab-item.tab-item-active, .tabs-color-calm .tab-item.active, .tabs-color-calm .tab-item.activated {
    color: #11c1f3;
    border: 0 solid #11c1f3; }
    .tabs-color-calm .tab-item.tab-item-active .badge, .tabs-color-calm .tab-item.active .badge, .tabs-color-calm .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-assertive .tab-item {
  color: rgba(239, 71, 58, 0.4);
  opacity: 1; }
  .tabs-color-assertive .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-assertive .tab-item.tab-item-active, .tabs-color-assertive .tab-item.active, .tabs-color-assertive .tab-item.activated {
    color: #ef473a;
    border: 0 solid #ef473a; }
    .tabs-color-assertive .tab-item.tab-item-active .badge, .tabs-color-assertive .tab-item.active .badge, .tabs-color-assertive .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-balanced .tab-item {
  color: rgba(51, 205, 95, 0.4);
  opacity: 1; }
  .tabs-color-balanced .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-balanced .tab-item.tab-item-active, .tabs-color-balanced .tab-item.active, .tabs-color-balanced .tab-item.activated {
    color: #33cd5f;
    border: 0 solid #33cd5f; }
    .tabs-color-balanced .tab-item.tab-item-active .badge, .tabs-color-balanced .tab-item.active .badge, .tabs-color-balanced .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-energized .tab-item {
  color: rgba(255, 201, 0, 0.4);
  opacity: 1; }
  .tabs-color-energized .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-energized .tab-item.tab-item-active, .tabs-color-energized .tab-item.active, .tabs-color-energized .tab-item.activated {
    color: #ffc900;
    border: 0 solid #ffc900; }
    .tabs-color-energized .tab-item.tab-item-active .badge, .tabs-color-energized .tab-item.active .badge, .tabs-color-energized .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-royal .tab-item {
  color: rgba(73, 99, 160, 0.4);
  opacity: 1; }
  .tabs-color-royal .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-royal .tab-item.tab-item-active, .tabs-color-royal .tab-item.active, .tabs-color-royal .tab-item.activated {
    color: #4963a0;
    border: 0 solid #4963a0; }
    .tabs-color-royal .tab-item.tab-item-active .badge, .tabs-color-royal .tab-item.active .badge, .tabs-color-royal .tab-item.activated .badge {
      opacity: 1; }

.tabs-color-dark .tab-item {
  color: rgba(68, 68, 68, 0.4);
  opacity: 1; }
  .tabs-color-dark .tab-item .badge {
    opacity: 0.4; }
  .tabs-color-dark .tab-item.tab-item-active, .tabs-color-dark .tab-item.active, .tabs-color-dark .tab-item.activated {
    color: #444;
    border: 0 solid #444; }
    .tabs-color-dark .tab-item.tab-item-active .badge, .tabs-color-dark .tab-item.active .badge, .tabs-color-dark .tab-item.activated .badge {
      opacity: 1; }

ion-tabs.tabs-color-active-light .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-light .tab-item.tab-item-active, ion-tabs.tabs-color-active-light .tab-item.active, ion-tabs.tabs-color-active-light .tab-item.activated {
    color: #fff; }

ion-tabs.tabs-striped.tabs-color-active-light .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-light .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-light .tab-item.activated {
  border-color: #fff;
  color: #fff; }

ion-tabs.tabs-color-active-stable .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-stable .tab-item.tab-item-active, ion-tabs.tabs-color-active-stable .tab-item.active, ion-tabs.tabs-color-active-stable .tab-item.activated {
    color: #f8f8f8; }

ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.activated {
  border-color: #f8f8f8;
  color: #f8f8f8; }

ion-tabs.tabs-color-active-positive .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-positive .tab-item.tab-item-active, ion-tabs.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-color-active-positive .tab-item.activated {
    color: #1bc395; }

ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.activated {
  border-color: #1bc395;
  color: #1bc395; }

ion-tabs.tabs-color-active-calm .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-calm .tab-item.tab-item-active, ion-tabs.tabs-color-active-calm .tab-item.active, ion-tabs.tabs-color-active-calm .tab-item.activated {
    color: #11c1f3; }

ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.activated {
  border-color: #11c1f3;
  color: #11c1f3; }

ion-tabs.tabs-color-active-assertive .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-assertive .tab-item.tab-item-active, ion-tabs.tabs-color-active-assertive .tab-item.active, ion-tabs.tabs-color-active-assertive .tab-item.activated {
    color: #ef473a; }

ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.activated {
  border-color: #ef473a;
  color: #ef473a; }

ion-tabs.tabs-color-active-balanced .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-balanced .tab-item.tab-item-active, ion-tabs.tabs-color-active-balanced .tab-item.active, ion-tabs.tabs-color-active-balanced .tab-item.activated {
    color: #33cd5f; }

ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.activated {
  border-color: #33cd5f;
  color: #33cd5f; }

ion-tabs.tabs-color-active-energized .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-energized .tab-item.tab-item-active, ion-tabs.tabs-color-active-energized .tab-item.active, ion-tabs.tabs-color-active-energized .tab-item.activated {
    color: #ffc900; }

ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.activated {
  border-color: #ffc900;
  color: #ffc900; }

ion-tabs.tabs-color-active-royal .tab-item {
  color: #444; }
  ion-tabs.tabs-color-active-royal .tab-item.tab-item-active, ion-tabs.tabs-color-active-royal .tab-item.active, ion-tabs.tabs-color-active-royal .tab-item.activated {
    color: #4963a0; }

ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.activated {
  border-color: #4963a0;
  color: #4963a0; }

ion-tabs.tabs-color-active-dark .tab-item {
  color: #fff; }
  ion-tabs.tabs-color-active-dark .tab-item.tab-item-active, ion-tabs.tabs-color-active-dark .tab-item.active, ion-tabs.tabs-color-active-dark .tab-item.activated {
    color: #444; }

ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.activated {
  border-color: #444;
  color: #444; }

.tabs-top.tabs-striped {
  padding-bottom: 0; }
  .tabs-top.tabs-striped .tab-item {
    background: transparent;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease; }
    .tabs-top.tabs-striped .tab-item.tab-item-active, .tabs-top.tabs-striped .tab-item.active, .tabs-top.tabs-striped .tab-item.activated {
      margin-top: 1px;
      border-width: 0px 0px 2px 0px !important;
      border-style: solid; }
      .tabs-top.tabs-striped .tab-item.tab-item-active > .badge, .tabs-top.tabs-striped .tab-item.tab-item-active > i, .tabs-top.tabs-striped .tab-item.active > .badge, .tabs-top.tabs-striped .tab-item.active > i, .tabs-top.tabs-striped .tab-item.activated > .badge, .tabs-top.tabs-striped .tab-item.activated > i {
        margin-top: -1px; }
    .tabs-top.tabs-striped .tab-item .badge {
      -webkit-transition: color .2s ease;
      -moz-transition: color .2s ease;
      -ms-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease; }
  .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated i {
    display: block;
    margin-top: -1px; }
  .tabs-top.tabs-striped.tabs-icon-left .tab-item {
    margin-top: 1px; }
    .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated i {
      margin-top: -0.1em; }

/* Allow parent element to have tabs-top */
/* If you change this, change platform.scss as well */
.tabs-top > .tabs,
.tabs.tabs-top {
  top: 44px;
  padding-top: 0;
  background-position: bottom;
  border-top-width: 0;
  border-bottom-width: 1px; }
  .tabs-top > .tabs .tab-item.tab-item-active .badge, .tabs-top > .tabs .tab-item.active .badge, .tabs-top > .tabs .tab-item.activated .badge,
  .tabs.tabs-top .tab-item.tab-item-active .badge,
  .tabs.tabs-top .tab-item.active .badge,
  .tabs.tabs-top .tab-item.activated .badge {
    top: 4%; }

.tabs-top ~ .bar-header {
  border-bottom-width: 0; }

.tab-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  max-width: 150px;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.7; }
  .tab-item:hover {
    cursor: pointer; }
  .tab-item.tab-hidden {
    display: none; }

.tabs-item-hide > .tabs,
.tabs.tabs-item-hide {
  display: none; }

.tabs-icon-top > .tabs .tab-item,
.tabs-icon-top.tabs .tab-item,
.tabs-icon-bottom > .tabs .tab-item,
.tabs-icon-bottom.tabs .tab-item {
  font-size: 10px;
  line-height: 14px; }

.tab-item .icon {
  display: block;
  margin: 0 auto;
  height: 32px;
  font-size: 32px; }

.tabs-icon-left.tabs .tab-item,
.tabs-icon-left > .tabs .tab-item,
.tabs-icon-right.tabs .tab-item,
.tabs-icon-right > .tabs .tab-item {
  font-size: 10px; }
  .tabs-icon-left.tabs .tab-item .icon, .tabs-icon-left.tabs .tab-item .tab-title,
  .tabs-icon-left > .tabs .tab-item .icon,
  .tabs-icon-left > .tabs .tab-item .tab-title,
  .tabs-icon-right.tabs .tab-item .icon,
  .tabs-icon-right.tabs .tab-item .tab-title,
  .tabs-icon-right > .tabs .tab-item .icon,
  .tabs-icon-right > .tabs .tab-item .tab-title {
    display: inline-block;
    vertical-align: top;
    margin-top: -.1em; }
    .tabs-icon-left.tabs .tab-item .icon:before, .tabs-icon-left.tabs .tab-item .tab-title:before,
    .tabs-icon-left > .tabs .tab-item .icon:before,
    .tabs-icon-left > .tabs .tab-item .tab-title:before,
    .tabs-icon-right.tabs .tab-item .icon:before,
    .tabs-icon-right.tabs .tab-item .tab-title:before,
    .tabs-icon-right > .tabs .tab-item .icon:before,
    .tabs-icon-right > .tabs .tab-item .tab-title:before {
      font-size: 24px;
      line-height: 49px; }

.tabs-icon-left > .tabs .tab-item .icon,
.tabs-icon-left.tabs .tab-item .icon {
  padding-right: 3px; }

.tabs-icon-right > .tabs .tab-item .icon,
.tabs-icon-right.tabs .tab-item .icon {
  padding-left: 3px; }

.tabs-icon-only > .tabs .icon,
.tabs-icon-only.tabs .icon {
  line-height: inherit; }

.tab-item.has-badge {
  position: relative; }

.tab-item .badge {
  position: absolute;
  top: 4%;
  right: 33%;
  right: calc(50% - 26px);
  padding: 1px 6px;
  height: auto;
  font-size: 12px;
  line-height: 16px; }

/* Navigational tab */
/* Active state for tab */
.tab-item.tab-item-active,
.tab-item.active,
.tab-item.activated {
  opacity: 1; }
  .tab-item.tab-item-active.tab-item-light,
  .tab-item.active.tab-item-light,
  .tab-item.activated.tab-item-light {
    color: #fff; }
  .tab-item.tab-item-active.tab-item-stable,
  .tab-item.active.tab-item-stable,
  .tab-item.activated.tab-item-stable {
    color: #f8f8f8; }
  .tab-item.tab-item-active.tab-item-positive,
  .tab-item.active.tab-item-positive,
  .tab-item.activated.tab-item-positive {
    color: #1bc395; }
  .tab-item.tab-item-active.tab-item-calm,
  .tab-item.active.tab-item-calm,
  .tab-item.activated.tab-item-calm {
    color: #11c1f3; }
  .tab-item.tab-item-active.tab-item-assertive,
  .tab-item.active.tab-item-assertive,
  .tab-item.activated.tab-item-assertive {
    color: #ef473a; }
  .tab-item.tab-item-active.tab-item-balanced,
  .tab-item.active.tab-item-balanced,
  .tab-item.activated.tab-item-balanced {
    color: #33cd5f; }
  .tab-item.tab-item-active.tab-item-energized,
  .tab-item.active.tab-item-energized,
  .tab-item.activated.tab-item-energized {
    color: #ffc900; }
  .tab-item.tab-item-active.tab-item-royal,
  .tab-item.active.tab-item-royal,
  .tab-item.activated.tab-item-royal {
    color: #4963a0; }
  .tab-item.tab-item-active.tab-item-dark,
  .tab-item.active.tab-item-dark,
  .tab-item.activated.tab-item-dark {
    color: #444; }

.item.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .item.tabs .icon:before {
    position: relative; }

.tab-item.disabled,
.tab-item[disabled] {
  opacity: .4;
  cursor: default;
  pointer-events: none; }

.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs {
  top: 0; }

.pane[hide-nav-bar="true"] .has-tabs-top {
  top: 49px; }

/**
 * Menus
 * --------------------------------------------------
 * Side panel structure
 */
.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  min-height: 100%;
  max-height: 100%;
  width: 275px;
  background-color: #fff; }
  .menu .scroll-content {
    z-index: 10; }
  .menu .bar-header {
    z-index: 11; }

.menu-content {
  -webkit-transform: none;
  transform: none;
  box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0, 0, 0, 0.2); }

.menu-open .menu-content .pane,
.menu-open .menu-content .scroll-content {
  pointer-events: none; }

.menu-open .menu-content .scroll-content .scroll {
  pointer-events: none; }

.menu-open .menu-content .scroll-content:not(.overflow-scroll) {
  overflow: hidden; }

.grade-b .menu-content,
.grade-c .menu-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  right: -1px;
  left: -1px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-shadow: none; }

.menu-left {
  left: 0; }

.menu-right {
  right: 0; }

.aside-open.aside-resizing .menu-right {
  display: none; }

.menu-animated {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease; }

/**
 * Modals
 * --------------------------------------------------
 * Modals are independent windows that slide in from off-screen.
 */
.modal-backdrop,
.modal-backdrop-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%; }

.modal-backdrop-bg {
  pointer-events: none; }

.modal {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  background-color: #fff; }

@media (min-width: 680px) {
  .modal {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
    min-height: 240px;
    width: 60%; }
  .modal.ng-leave-active {
    bottom: 0; }
  .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
    height: 44px; }
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
      margin-top: 0; }
  .platform-ios.platform-cordova .modal-wrapper .modal .tabs-top > .tabs,
  .platform-ios.platform-cordova .modal-wrapper .modal .tabs.tabs-top {
    top: 44px; }
  .platform-ios.platform-cordova .modal-wrapper .modal .has-header,
  .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader {
    top: 44px; }
  .platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
    top: 244px; }
  .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-tabs-top {
    top: 93px; }
  .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
    top: 293px; }
  .modal-backdrop-bg {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #000;
    opacity: 0; }
  .active .modal-backdrop-bg {
    opacity: 0.5; } }

.modal-open {
  pointer-events: none; }
  .modal-open .modal,
  .modal-open .modal-backdrop {
    pointer-events: auto; }
  .modal-open.loading-active .modal,
  .modal-open.loading-active .modal-backdrop {
    pointer-events: none; }

/**
 * Popovers
 * --------------------------------------------------
 * Popovers are independent views which float over content
 */
.popover-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: transparent; }
  .popover-backdrop.active {
    background-color: rgba(0, 0, 0, 0.1); }

.popover {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 10;
  display: block;
  margin-top: 12px;
  margin-left: -110px;
  height: 280px;
  width: 220px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  opacity: 0; }
  .popover .item:first-child {
    border-top: 0; }
  .popover .item:last-child {
    border-bottom: 0; }
  .popover.popover-bottom {
    margin-top: -12px; }

.popover,
.popover .bar-header {
  border-radius: 2px; }

.popover .scroll-content {
  z-index: 1;
  margin: 2px 0; }

.popover .bar-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.popover .has-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.popover-arrow {
  display: none; }

.platform-ios .popover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px; }

.platform-ios .popover .bar-header {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px; }

.platform-ios .popover .scroll-content {
  margin: 8px 0;
  border-radius: 10px; }

.platform-ios .popover .scroll-content.has-header {
  margin-top: 0; }

.platform-ios .popover-arrow {
  position: absolute;
  display: block;
  top: -17px;
  width: 30px;
  height: 19px;
  overflow: hidden; }
  .platform-ios .popover-arrow:after {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.platform-ios .popover-bottom .popover-arrow {
  top: auto;
  bottom: -10px; }
  .platform-ios .popover-bottom .popover-arrow:after {
    top: -6px; }

.platform-android .popover {
  margin-top: -32px;
  background-color: #fafafa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35); }
  .platform-android .popover .item {
    border-color: #fafafa;
    background-color: #fafafa;
    color: #4d4d4d; }
  .platform-android .popover.popover-bottom {
    margin-top: 32px; }

.platform-android .popover-backdrop,
.platform-android .popover-backdrop.active {
  background-color: transparent; }

.popover-open {
  pointer-events: none; }
  .popover-open .popover,
  .popover-open .popover-backdrop {
    pointer-events: auto; }
  .popover-open.loading-active .popover,
  .popover-open.loading-active .popover-backdrop {
    pointer-events: none; }

@media (min-width: 680px) {
  .popover {
    width: 360px;
    margin-left: -180px; } }

/**
 * Popups
 * --------------------------------------------------
 */
.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 12;
  visibility: hidden; }
  .popup-container.popup-showing {
    visibility: visible; }
  .popup-container.popup-hidden .popup {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .popup-container.active .popup {
    -webkit-animation-name: superScaleIn;
    animation-name: superScaleIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .popup-container .popup {
    width: 250px;
    max-width: 100%;
    max-height: 90%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popup-container input,
  .popup-container textarea {
    width: 100%; }

.popup-head {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center; }

.popup-title {
  margin: 0;
  padding: 0;
  font-size: 15px; }

.popup-sub-title {
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 11px; }

.popup-body {
  padding: 10px;
  overflow: auto; }

.popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  min-height: 65px; }
  .popup-buttons .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    min-height: 45px;
    border-radius: 2px;
    line-height: 20px;
    margin-right: 5px; }
    .popup-buttons .button:last-child {
      margin-right: 0px; }

.popup-open {
  pointer-events: none; }
  .popup-open.modal-open .modal {
    pointer-events: none; }
  .popup-open .popup-backdrop, .popup-open .popup {
    pointer-events: auto; }

/**
 * Loading
 * --------------------------------------------------
 */
.loading-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  visibility: hidden;
  opacity: 0; }
  .loading-container:not(.visible) .icon,
  .loading-container:not(.visible) .spinner {
    display: none; }
  .loading-container.visible {
    visibility: visible; }
  .loading-container.active {
    opacity: 1; }
  .loading-container .loading {
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px; }
    .loading-container .loading h1, .loading-container .loading h2, .loading-container .loading h3, .loading-container .loading h4, .loading-container .loading h5, .loading-container .loading h6 {
      color: #fff; }

/**
 * Items
 * --------------------------------------------------
 */
.item {
  border-color: #ddd;
  background-color: #fff;
  color: #444;
  position: relative;
  z-index: 2;
  display: block;
  margin: -1px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px; }
  .item h2 {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: normal; }
  .item h3 {
    margin: 0 0 4px 0;
    font-size: 14px; }
  .item h4 {
    margin: 0 0 4px 0;
    font-size: 12px; }
  .item h5, .item h6 {
    margin: 0 0 3px 0;
    font-size: 10px; }
  .item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px; }
  .item h1:last-child,
  .item h2:last-child,
  .item h3:last-child,
  .item h4:last-child,
  .item h5:last-child,
  .item h6:last-child,
  .item p:last-child {
    margin-bottom: 0; }
  .item .badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 16px;
    right: 32px; }
  .item.item-button-right .badge {
    right: 67px; }
  .item.item-divider .badge {
    top: 8px; }
  .item .badge + .badge {
    margin-right: 5px; }
  .item.item-light {
    border-color: #ddd;
    background-color: #fff;
    color: #444; }
  .item.item-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444; }
  .item.item-positive {
    border-color: #039f7e;
    background-color: #1bc395;
    color: white; }
  .item.item-calm {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    color: #fff; }
  .item.item-assertive {
    border-color: #e42112;
    background-color: #ef473a;
    color: #fff; }
  .item.item-balanced {
    border-color: #28a54c;
    background-color: #33cd5f;
    color: #fff; }
  .item.item-energized {
    border-color: #e6b500;
    background-color: #ffc900;
    color: #fff; }
  .item.item-royal {
    border-color: #4963a0;
    background-color: #4963a0;
    color: #fff; }
  .item.item-dark {
    border-color: #111;
    background-color: #444;
    color: #fff; }
  .item[ng-click]:hover {
    cursor: pointer; }

.list-borderless .item,
.item-borderless {
  border-width: 0; }

.item.active,
.item.activated,
.item-complex.active .item-content,
.item-complex.activated .item-content,
.item .item-content.active,
.item .item-content.activated {
  border-color: #ccc;
  background-color: #D9D9D9; }
  .item.active.item-complex > .item-content,
  .item.activated.item-complex > .item-content,
  .item-complex.active .item-content.item-complex > .item-content,
  .item-complex.activated .item-content.item-complex > .item-content,
  .item .item-content.active.item-complex > .item-content,
  .item .item-content.activated.item-complex > .item-content {
    border-color: #ccc;
    background-color: #D9D9D9; }
  .item.active.item-light,
  .item.activated.item-light,
  .item-complex.active .item-content.item-light,
  .item-complex.activated .item-content.item-light,
  .item .item-content.active.item-light,
  .item .item-content.activated.item-light {
    border-color: #ccc;
    background-color: #fafafa; }
    .item.active.item-light.item-complex > .item-content,
    .item.activated.item-light.item-complex > .item-content,
    .item-complex.active .item-content.item-light.item-complex > .item-content,
    .item-complex.activated .item-content.item-light.item-complex > .item-content,
    .item .item-content.active.item-light.item-complex > .item-content,
    .item .item-content.activated.item-light.item-complex > .item-content {
      border-color: #ccc;
      background-color: #fafafa; }
  .item.active.item-stable,
  .item.activated.item-stable,
  .item-complex.active .item-content.item-stable,
  .item-complex.activated .item-content.item-stable,
  .item .item-content.active.item-stable,
  .item .item-content.activated.item-stable {
    border-color: #a2a2a2;
    background-color: #e5e5e5; }
    .item.active.item-stable.item-complex > .item-content,
    .item.activated.item-stable.item-complex > .item-content,
    .item-complex.active .item-content.item-stable.item-complex > .item-content,
    .item-complex.activated .item-content.item-stable.item-complex > .item-content,
    .item .item-content.active.item-stable.item-complex > .item-content,
    .item .item-content.activated.item-stable.item-complex > .item-content {
      border-color: #a2a2a2;
      background-color: #e5e5e5; }
  .item.active.item-positive,
  .item.activated.item-positive,
  .item-complex.active .item-content.item-positive,
  .item-complex.activated .item-content.item-positive,
  .item .item-content.active.item-positive,
  .item .item-content.activated.item-positive {
    border-color: #159673;
    background-color: #159673; }
    .item.active.item-positive.item-complex > .item-content,
    .item.activated.item-positive.item-complex > .item-content,
    .item-complex.active .item-content.item-positive.item-complex > .item-content,
    .item-complex.activated .item-content.item-positive.item-complex > .item-content,
    .item .item-content.active.item-positive.item-complex > .item-content,
    .item .item-content.activated.item-positive.item-complex > .item-content {
      border-color: #159673;
      background-color: #159673; }
  .item.active.item-calm,
  .item.activated.item-calm,
  .item-complex.active .item-content.item-calm,
  .item-complex.activated .item-content.item-calm,
  .item .item-content.active.item-calm,
  .item .item-content.activated.item-calm {
    border-color: #0a9dc7;
    background-color: #0a9dc7; }
    .item.active.item-calm.item-complex > .item-content,
    .item.activated.item-calm.item-complex > .item-content,
    .item-complex.active .item-content.item-calm.item-complex > .item-content,
    .item-complex.activated .item-content.item-calm.item-complex > .item-content,
    .item .item-content.active.item-calm.item-complex > .item-content,
    .item .item-content.activated.item-calm.item-complex > .item-content {
      border-color: #0a9dc7;
      background-color: #0a9dc7; }
  .item.active.item-assertive,
  .item.activated.item-assertive,
  .item-complex.active .item-content.item-assertive,
  .item-complex.activated .item-content.item-assertive,
  .item .item-content.active.item-assertive,
  .item .item-content.activated.item-assertive {
    border-color: #e42112;
    background-color: #e42112; }
    .item.active.item-assertive.item-complex > .item-content,
    .item.activated.item-assertive.item-complex > .item-content,
    .item-complex.active .item-content.item-assertive.item-complex > .item-content,
    .item-complex.activated .item-content.item-assertive.item-complex > .item-content,
    .item .item-content.active.item-assertive.item-complex > .item-content,
    .item .item-content.activated.item-assertive.item-complex > .item-content {
      border-color: #e42112;
      background-color: #e42112; }
  .item.active.item-balanced,
  .item.activated.item-balanced,
  .item-complex.active .item-content.item-balanced,
  .item-complex.activated .item-content.item-balanced,
  .item .item-content.active.item-balanced,
  .item .item-content.activated.item-balanced {
    border-color: #28a54c;
    background-color: #28a54c; }
    .item.active.item-balanced.item-complex > .item-content,
    .item.activated.item-balanced.item-complex > .item-content,
    .item-complex.active .item-content.item-balanced.item-complex > .item-content,
    .item-complex.activated .item-content.item-balanced.item-complex > .item-content,
    .item .item-content.active.item-balanced.item-complex > .item-content,
    .item .item-content.activated.item-balanced.item-complex > .item-content {
      border-color: #28a54c;
      background-color: #28a54c; }
  .item.active.item-energized,
  .item.activated.item-energized,
  .item-complex.active .item-content.item-energized,
  .item-complex.activated .item-content.item-energized,
  .item .item-content.active.item-energized,
  .item .item-content.activated.item-energized {
    border-color: #e6b500;
    background-color: #e6b500; }
    .item.active.item-energized.item-complex > .item-content,
    .item.activated.item-energized.item-complex > .item-content,
    .item-complex.active .item-content.item-energized.item-complex > .item-content,
    .item-complex.activated .item-content.item-energized.item-complex > .item-content,
    .item .item-content.active.item-energized.item-complex > .item-content,
    .item .item-content.activated.item-energized.item-complex > .item-content {
      border-color: #e6b500;
      background-color: #e6b500; }
  .item.active.item-royal,
  .item.activated.item-royal,
  .item-complex.active .item-content.item-royal,
  .item-complex.activated .item-content.item-royal,
  .item .item-content.active.item-royal,
  .item .item-content.activated.item-royal {
    border-color: #3c5284;
    background-color: #3c5284; }
    .item.active.item-royal.item-complex > .item-content,
    .item.activated.item-royal.item-complex > .item-content,
    .item-complex.active .item-content.item-royal.item-complex > .item-content,
    .item-complex.activated .item-content.item-royal.item-complex > .item-content,
    .item .item-content.active.item-royal.item-complex > .item-content,
    .item .item-content.activated.item-royal.item-complex > .item-content {
      border-color: #3c5284;
      background-color: #3c5284; }
  .item.active.item-dark,
  .item.activated.item-dark,
  .item-complex.active .item-content.item-dark,
  .item-complex.activated .item-content.item-dark,
  .item .item-content.active.item-dark,
  .item .item-content.activated.item-dark {
    border-color: #000;
    background-color: #262626; }
    .item.active.item-dark.item-complex > .item-content,
    .item.activated.item-dark.item-complex > .item-content,
    .item-complex.active .item-content.item-dark.item-complex > .item-content,
    .item-complex.activated .item-content.item-dark.item-complex > .item-content,
    .item .item-content.active.item-dark.item-complex > .item-content,
    .item .item-content.activated.item-dark.item-complex > .item-content {
      border-color: #000;
      background-color: #262626; }

.item,
.item h1,
.item h2,
.item h3,
.item h4,
.item h5,
.item h6,
.item p,
.item-content,
.item-content h1,
.item-content h2,
.item-content h3,
.item-content h4,
.item-content h5,
.item-content h6,
.item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

a.item {
  color: inherit;
  text-decoration: none; }
  a.item:hover, a.item:focus {
    text-decoration: none; }

/**
 * Complex Items
 * --------------------------------------------------
 * Adding .item-complex allows the .item to be slidable and
 * have options underneath the button, but also requires an
 * additional .item-content element inside .item.
 * Basically .item-complex removes any default settings which
 * .item added, so that .item-content looks them as just .item.
 */
.item-complex,
a.item.item-complex,
button.item.item-complex {
  padding: 0; }

.item-complex .item-content,
.item-radio .item-content {
  position: relative;
  z-index: 2;
  padding: 16px 49px 16px 16px;
  border: none;
  background-color: #fff; }

a.item-content {
  display: block;
  color: inherit;
  text-decoration: none; }

.item-text-wrap .item,
.item-text-wrap .item-content,
.item-text-wrap,
.item-text-wrap h1,
.item-text-wrap h2,
.item-text-wrap h3,
.item-text-wrap h4,
.item-text-wrap h5,
.item-text-wrap h6,
.item-text-wrap p,
.item-complex.item-text-wrap .item-content,
.item-body h1,
.item-body h2,
.item-body h3,
.item-body h4,
.item-body h5,
.item-body h6,
.item-body p {
  overflow: visible;
  white-space: normal; }

.item-complex.item-text-wrap,
.item-complex.item-text-wrap h1,
.item-complex.item-text-wrap h2,
.item-complex.item-text-wrap h3,
.item-complex.item-text-wrap h4,
.item-complex.item-text-wrap h5,
.item-complex.item-text-wrap h6,
.item-complex.item-text-wrap p {
  overflow: visible;
  white-space: normal; }

.item-complex.item-light > .item-content {
  border-color: #ddd;
  background-color: #fff;
  color: #444; }
  .item-complex.item-light > .item-content.active, .item-complex.item-light > .item-content:active {
    border-color: #ccc;
    background-color: #fafafa; }
    .item-complex.item-light > .item-content.active.item-complex > .item-content, .item-complex.item-light > .item-content:active.item-complex > .item-content {
      border-color: #ccc;
      background-color: #fafafa; }

.item-complex.item-stable > .item-content {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444; }
  .item-complex.item-stable > .item-content.active, .item-complex.item-stable > .item-content:active {
    border-color: #a2a2a2;
    background-color: #e5e5e5; }
    .item-complex.item-stable > .item-content.active.item-complex > .item-content, .item-complex.item-stable > .item-content:active.item-complex > .item-content {
      border-color: #a2a2a2;
      background-color: #e5e5e5; }

.item-complex.item-positive > .item-content {
  border-color: #039f7e;
  background-color: #1bc395;
  color: white; }
  .item-complex.item-positive > .item-content.active, .item-complex.item-positive > .item-content:active {
    border-color: #159673;
    background-color: #159673; }
    .item-complex.item-positive > .item-content.active.item-complex > .item-content, .item-complex.item-positive > .item-content:active.item-complex > .item-content {
      border-color: #159673;
      background-color: #159673; }

.item-complex.item-calm > .item-content {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  color: #fff; }
  .item-complex.item-calm > .item-content.active, .item-complex.item-calm > .item-content:active {
    border-color: #0a9dc7;
    background-color: #0a9dc7; }
    .item-complex.item-calm > .item-content.active.item-complex > .item-content, .item-complex.item-calm > .item-content:active.item-complex > .item-content {
      border-color: #0a9dc7;
      background-color: #0a9dc7; }

.item-complex.item-assertive > .item-content {
  border-color: #e42112;
  background-color: #ef473a;
  color: #fff; }
  .item-complex.item-assertive > .item-content.active, .item-complex.item-assertive > .item-content:active {
    border-color: #e42112;
    background-color: #e42112; }
    .item-complex.item-assertive > .item-content.active.item-complex > .item-content, .item-complex.item-assertive > .item-content:active.item-complex > .item-content {
      border-color: #e42112;
      background-color: #e42112; }

.item-complex.item-balanced > .item-content {
  border-color: #28a54c;
  background-color: #33cd5f;
  color: #fff; }
  .item-complex.item-balanced > .item-content.active, .item-complex.item-balanced > .item-content:active {
    border-color: #28a54c;
    background-color: #28a54c; }
    .item-complex.item-balanced > .item-content.active.item-complex > .item-content, .item-complex.item-balanced > .item-content:active.item-complex > .item-content {
      border-color: #28a54c;
      background-color: #28a54c; }

.item-complex.item-energized > .item-content {
  border-color: #e6b500;
  background-color: #ffc900;
  color: #fff; }
  .item-complex.item-energized > .item-content.active, .item-complex.item-energized > .item-content:active {
    border-color: #e6b500;
    background-color: #e6b500; }
    .item-complex.item-energized > .item-content.active.item-complex > .item-content, .item-complex.item-energized > .item-content:active.item-complex > .item-content {
      border-color: #e6b500;
      background-color: #e6b500; }

.item-complex.item-royal > .item-content {
  border-color: #4963a0;
  background-color: #4963a0;
  color: #fff; }
  .item-complex.item-royal > .item-content.active, .item-complex.item-royal > .item-content:active {
    border-color: #3c5284;
    background-color: #3c5284; }
    .item-complex.item-royal > .item-content.active.item-complex > .item-content, .item-complex.item-royal > .item-content:active.item-complex > .item-content {
      border-color: #3c5284;
      background-color: #3c5284; }

.item-complex.item-dark > .item-content {
  border-color: #111;
  background-color: #444;
  color: #fff; }
  .item-complex.item-dark > .item-content.active, .item-complex.item-dark > .item-content:active {
    border-color: #000;
    background-color: #262626; }
    .item-complex.item-dark > .item-content.active.item-complex > .item-content, .item-complex.item-dark > .item-content:active.item-complex > .item-content {
      border-color: #000;
      background-color: #262626; }

/**
 * Item Icons
 * --------------------------------------------------
 */
.item-icon-left .icon,
.item-icon-right .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 32px; }
  .item-icon-left .icon:before,
  .item-icon-right .icon:before {
    display: block;
    width: 32px;
    text-align: center; }

.item .fill-icon {
  min-width: 30px;
  min-height: 30px;
  font-size: 28px; }

.item-icon-left {
  padding-left: 54px; }
  .item-icon-left .icon {
    left: 11px; }

.item-complex.item-icon-left {
  padding-left: 0; }
  .item-complex.item-icon-left .item-content {
    padding-left: 54px; }

.item-icon-right {
  padding-right: 54px; }
  .item-icon-right .icon {
    right: 11px; }

.item-complex.item-icon-right {
  padding-right: 0; }
  .item-complex.item-icon-right .item-content {
    padding-right: 54px; }

.item-icon-left.item-icon-right .icon:first-child {
  right: auto; }

.item-icon-left.item-icon-right .icon:last-child,
.item-icon-left .item-delete .icon {
  left: auto; }

.item-icon-left .icon-accessory,
.item-icon-right .icon-accessory {
  color: #ccc;
  font-size: 16px; }

.item-icon-left .icon-accessory {
  left: 3px; }

.item-icon-right .icon-accessory {
  right: 3px; }

/**
 * Item Button
 * --------------------------------------------------
 * An item button is a child button inside an .item (not the entire .item)
 */
.item-button-left {
  padding-left: 72px; }

.item-button-left > .button,
.item-button-left .item-content > .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 11px;
  min-width: 34px;
  min-height: 34px;
  font-size: 18px;
  line-height: 32px; }
  .item-button-left > .button .icon:before,
  .item-button-left .item-content > .button .icon:before {
    position: relative;
    left: auto;
    width: auto;
    line-height: 31px; }
  .item-button-left > .button > .button,
  .item-button-left .item-content > .button > .button {
    margin: 0px 2px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px; }

.item-button-right,
a.item.item-button-right,
button.item.item-button-right {
  padding-right: 80px; }

.item-button-right > .button,
.item-button-right .item-content > .button,
.item-button-right > .buttons,
.item-button-right .item-content > .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 16px;
  min-width: 34px;
  min-height: 34px;
  font-size: 18px;
  line-height: 32px; }
  .item-button-right > .button .icon:before,
  .item-button-right .item-content > .button .icon:before,
  .item-button-right > .buttons .icon:before,
  .item-button-right .item-content > .buttons .icon:before {
    position: relative;
    left: auto;
    width: auto;
    line-height: 31px; }
  .item-button-right > .button > .button,
  .item-button-right .item-content > .button > .button,
  .item-button-right > .buttons > .button,
  .item-button-right .item-content > .buttons > .button {
    margin: 0px 2px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px; }

.item-button-left.item-button-right .button:first-child {
  right: auto; }

.item-button-left.item-button-right .button:last-child {
  left: auto; }

.item-avatar,
.item-avatar .item-content,
.item-avatar-left,
.item-avatar-left .item-content {
  padding-left: 77px;
  min-height: 77px; }
  .item-avatar > img:first-child,
  .item-avatar .item-image,
  .item-avatar .item-content > img:first-child,
  .item-avatar .item-content .item-image,
  .item-avatar-left > img:first-child,
  .item-avatar-left .item-image,
  .item-avatar-left .item-content > img:first-child,
  .item-avatar-left .item-content .item-image {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: 45px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.item-avatar-right,
.item-avatar-right .item-content {
  padding-right: 77px;
  min-height: 77px; }
  .item-avatar-right > img:first-child,
  .item-avatar-right .item-image,
  .item-avatar-right .item-content > img:first-child,
  .item-avatar-right .item-content .item-image {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 45px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.item-thumbnail-left,
.item-thumbnail-left .item-content {
  padding-top: 8px;
  padding-left: 106px;
  min-height: 100px; }
  .item-thumbnail-left > img:first-child,
  .item-thumbnail-left .item-image,
  .item-thumbnail-left .item-content > img:first-child,
  .item-thumbnail-left .item-content .item-image {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%; }

.item-avatar.item-complex,
.item-avatar-left.item-complex,
.item-thumbnail-left.item-complex {
  padding-top: 0;
  padding-left: 0; }

.item-thumbnail-right,
.item-thumbnail-right .item-content {
  padding-top: 8px;
  padding-right: 106px;
  min-height: 100px; }
  .item-thumbnail-right > img:first-child,
  .item-thumbnail-right .item-image,
  .item-thumbnail-right .item-content > img:first-child,
  .item-thumbnail-right .item-content .item-image {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%; }

.item-avatar-right.item-complex,
.item-thumbnail-right.item-complex {
  padding-top: 0;
  padding-right: 0; }

.item-image {
  padding: 0;
  text-align: center; }
  .item-image img:first-child, .item-image .list-img {
    width: 100%;
    vertical-align: middle; }

.item-body {
  overflow: auto;
  padding: 16px;
  text-overflow: inherit;
  white-space: normal; }
  .item-body h1, .item-body h2, .item-body h3, .item-body h4, .item-body h5, .item-body h6, .item-body p {
    margin-top: 16px;
    margin-bottom: 16px; }

.item-divider {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 30px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: 500; }

.platform-ios .item-divider-platform,
.item-divider-ios {
  padding-top: 26px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  background-color: #efeff4;
  color: #555; }

.platform-android .item-divider-platform,
.item-divider-android {
  font-weight: 300;
  font-size: 13px; }

.item-note {
  float: right;
  color: #aaa;
  font-size: 14px; }

.item-left-editable .item-content,
.item-right-editable .item-content {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }

.list-left-editing .item-left-editable .item-content,
.item-left-editing.item-left-editable .item-content {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0); }

.item-remove-animate.ng-leave {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.item-remove-animate.ng-leave .item-content, .item-remove-animate.ng-leave:last-of-type {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: all;
  transition-property: all; }

.item-remove-animate.ng-leave.ng-leave-active .item-content {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  transform: translate3d(-100%, 0, 0) !important; }

.item-remove-animate.ng-leave.ng-leave-active:last-of-type {
  opacity: 0; }

.item-remove-animate.ng-leave.ng-leave-active ~ ion-item:not(.ng-leave) {
  -webkit-transform: translate3d(0, -webkit-calc(-100% + 1px), 0);
  transform: translate3d(0, calc(-100% + 1px), 0);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.81, 0.24, 1);
  transition-timing-function: cubic-bezier(0.25, 0.81, 0.24, 1);
  -webkit-transition-property: all;
  transition-property: all; }

.item-left-edit {
  -webkit-transition: all ease-in-out 125ms;
  transition: all ease-in-out 125ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50px;
  height: 100%;
  line-height: 100%;
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(-21px, 0, 0);
  transform: translate3d(-21px, 0, 0); }
  .item-left-edit .button {
    height: 100%; }
    .item-left-edit .button.icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      height: 100%; }
  .item-left-edit.visible {
    display: block; }
    .item-left-edit.visible.active {
      opacity: 1;
      -webkit-transform: translate3d(8px, 0, 0);
      transform: translate3d(8px, 0, 0); }

.list-left-editing .item-left-edit {
  -webkit-transition-delay: 125ms;
  transition-delay: 125ms; }

.item-delete .button.icon {
  color: #ef473a;
  font-size: 24px; }
  .item-delete .button.icon:hover {
    opacity: .7; }

.item-right-edit {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 75px;
  height: 100%;
  background: inherit;
  padding-left: 20px;
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(75px, 0, 0);
  transform: translate3d(75px, 0, 0); }
  .item-right-edit .button {
    min-width: 50px;
    height: 100%; }
    .item-right-edit .button.icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      height: 100%;
      font-size: 32px; }
  .item-right-edit.visible {
    display: block; }
    .item-right-edit.visible.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.item-reorder .button.icon {
  color: #444;
  font-size: 32px; }

.item-reordering {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #aaa; }
  .item-reordering .item-reorder {
    z-index: 9; }

.item-placeholder {
  opacity: 0.7; }

/**
 * The hidden right-side buttons that can be exposed under a list item
 * with dragging.
 */
.item-options {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%; }
  .item-options .button {
    height: 100%;
    border: none;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .item-options .button:before {
      margin: 0 auto; }
  .item-options ion-option-button:last-child {
    padding-right: calc(constant(safe-area-inset-right) + 27px);
    padding-right: calc(env(safe-area-inset-right) + 27px); }

/**
 * Lists
 * --------------------------------------------------
 */
.list {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
  margin-bottom: 20px; }

.list:last-child {
  margin-bottom: 0px; }
  .list:last-child.card {
    margin-bottom: 40px; }

/**
 * List Header
 * --------------------------------------------------
 */
.list-header {
  margin-top: 20px;
  padding: 5px 15px;
  background-color: transparent;
  color: #222;
  font-weight: bold; }

.card.list .list-item {
  padding-right: 1px;
  padding-left: 1px; }

/**
 * Cards and Inset Lists
 * --------------------------------------------------
 * A card and list-inset are close to the same thing, except a card as a box shadow.
 */
.card,
.list-inset {
  overflow: hidden;
  margin: 20px 10px;
  border-radius: 2px;
  background-color: #fff; }

.card {
  padding-top: 1px;
  padding-bottom: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .card .item {
    border-left: 0;
    border-right: 0; }
  .card .item:first-child {
    border-top: 0; }
  .card .item:last-child {
    border-bottom: 0; }

.padding .card, .padding .list-inset {
  margin-left: 0;
  margin-right: 0; }

.card .item:first-child,
.list-inset .item:first-child,
.padding > .list .item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .card .item:first-child .item-content,
  .list-inset .item:first-child .item-content,
  .padding > .list .item:first-child .item-content {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }

.card .item:last-child,
.list-inset .item:last-child,
.padding > .list .item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .card .item:last-child .item-content,
  .list-inset .item:last-child .item-content,
  .padding > .list .item:last-child .item-content {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.card .item:last-child,
.list-inset .item:last-child {
  margin-bottom: -1px; }

.card .item,
.list-inset .item,
.padding > .list .item,
.padding-horizontal > .list .item {
  margin-right: 0;
  margin-left: 0; }
  .card .item.item-input input,
  .list-inset .item.item-input input,
  .padding > .list .item.item-input input,
  .padding-horizontal > .list .item.item-input input {
    padding-right: 44px; }

.padding-left > .list .item {
  margin-left: 0; }

.padding-right > .list .item {
  margin-right: 0; }

/**
 * Badges
 * --------------------------------------------------
 */
.badge {
  background-color: transparent;
  color: #AAAAAA;
  z-index: 1;
  display: inline-block;
  padding: 3px 8px;
  min-width: 10px;
  border-radius: 10px;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 1; }
  .badge:empty {
    display: none; }

.tabs .tab-item .badge.badge-light,
.badge.badge-light {
  background-color: #fff;
  color: #444; }

.tabs .tab-item .badge.badge-stable,
.badge.badge-stable {
  background-color: #f8f8f8;
  color: #444; }

.tabs .tab-item .badge.badge-positive,
.badge.badge-positive {
  background-color: #1bc395;
  color: white; }

.tabs .tab-item .badge.badge-calm,
.badge.badge-calm {
  background-color: #11c1f3;
  color: #fff; }

.tabs .tab-item .badge.badge-assertive,
.badge.badge-assertive {
  background-color: #ef473a;
  color: #fff; }

.tabs .tab-item .badge.badge-balanced,
.badge.badge-balanced {
  background-color: #33cd5f;
  color: #fff; }

.tabs .tab-item .badge.badge-energized,
.badge.badge-energized {
  background-color: #ffc900;
  color: #fff; }

.tabs .tab-item .badge.badge-royal,
.badge.badge-royal {
  background-color: #4963a0;
  color: #fff; }

.tabs .tab-item .badge.badge-dark,
.badge.badge-dark {
  background-color: #444;
  color: #fff; }

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

/**
 * Slide Box
 * --------------------------------------------------
 */
.slider {
  position: relative;
  visibility: hidden;
  overflow: hidden; }

.slider-slides {
  position: relative;
  height: 100%; }

.slider-slide {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  vertical-align: top; }

.slider-slide-image > img {
  width: 100%; }

.slider-pager {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  height: 15px;
  text-align: center; }
  .slider-pager .slider-pager-page {
    display: inline-block;
    margin: 0px 3px;
    width: 15px;
    color: #000;
    text-decoration: none;
    opacity: 0.3; }
    .slider-pager .slider-pager-page.active {
      -webkit-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in;
      opacity: 1; }

.slider-slide.ng-enter, .slider-slide.ng-leave, .slider-slide.ng-animate,
.slider-pager-page.ng-enter,
.slider-pager-page.ng-leave,
.slider-pager-page.ng-animate {
  -webkit-transition: none !important;
  transition: none !important; }

.slider-slide.ng-animate,
.slider-pager-page.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s; }

/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 7, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

ion-slides {
  width: 100%;
  height: 100%;
  display: block; }

.slide-zoom {
  display: block;
  width: 100%;
  text-align: center; }

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden; }

.swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0; }

.swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* Center slide text vertically */ }
  .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.scroll-refresher {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  height: 60px; }
  .scroll-refresher .ionic-refresher-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 30px; }
    .scroll-refresher .ionic-refresher-content .text-refreshing,
    .scroll-refresher .ionic-refresher-content .text-pulling {
      font-size: 16px;
      line-height: 16px; }
    .scroll-refresher .ionic-refresher-content.ionic-refresher-with-text {
      bottom: 10px; }
  .scroll-refresher .icon-refreshing,
  .scroll-refresher .icon-pulling {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .scroll-refresher .icon-pulling {
    -webkit-animation-name: refresh-spin-back;
    animation-name: refresh-spin-back;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }
  .scroll-refresher .icon-refreshing,
  .scroll-refresher .text-refreshing {
    display: none; }
  .scroll-refresher .icon-refreshing {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; }
  .scroll-refresher.active .icon-pulling:not(.pulling-rotation-disabled) {
    -webkit-animation-name: refresh-spin;
    animation-name: refresh-spin;
    -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
    transform: translate3d(0, 0, 0) rotate(-180deg); }
  .scroll-refresher.active.refreshing {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
    .scroll-refresher.active.refreshing .icon-pulling,
    .scroll-refresher.active.refreshing .text-pulling {
      display: none; }
    .scroll-refresher.active.refreshing .icon-refreshing,
    .scroll-refresher.active.refreshing .text-refreshing {
      display: block; }
    .scroll-refresher.active.refreshing.refreshing-tail {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0); }

.overflow-scroll > .scroll {
  -webkit-overflow-scrolling: touch;
  width: 100%; }
  .overflow-scroll > .scroll.overscroll {
    position: fixed;
    right: 0;
    left: 0; }

.overflow-scroll.padding > .scroll.overscroll {
  padding: 10px; }

@-webkit-keyframes refresh-spin {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg); } }

@keyframes refresh-spin {
  0% {
    transform: translate3d(0, 0, 0) rotate(0); }
  100% {
    transform: translate3d(0, 0, 0) rotate(180deg); } }

@-webkit-keyframes refresh-spin-back {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0); } }

@keyframes refresh-spin-back {
  0% {
    transform: translate3d(0, 0, 0) rotate(180deg); }
  100% {
    transform: translate3d(0, 0, 0) rotate(0); } }

/**
 * Spinners
 * --------------------------------------------------
 */
.spinner {
  stroke: #444;
  fill: #444; }
  .spinner svg {
    width: 28px;
    height: 28px; }
  .spinner.spinner-light {
    stroke: #fff;
    fill: #fff; }
  .spinner.spinner-stable {
    stroke: #f8f8f8;
    fill: #f8f8f8; }
  .spinner.spinner-positive {
    stroke: #1bc395;
    fill: #1bc395; }
  .spinner.spinner-calm {
    stroke: #11c1f3;
    fill: #11c1f3; }
  .spinner.spinner-balanced {
    stroke: #33cd5f;
    fill: #33cd5f; }
  .spinner.spinner-assertive {
    stroke: #ef473a;
    fill: #ef473a; }
  .spinner.spinner-energized {
    stroke: #ffc900;
    fill: #ffc900; }
  .spinner.spinner-royal {
    stroke: #4963a0;
    fill: #4963a0; }
  .spinner.spinner-dark {
    stroke: #444;
    fill: #444; }

.spinner-android {
  stroke: #4b8bf4; }

.spinner-ios,
.spinner-ios-small {
  stroke: #69717d; }

.spinner-spiral .stop1 {
  stop-color: #fff;
  stop-opacity: 0; }

.spinner-spiral.spinner-light .stop1 {
  stop-color: #444; }

.spinner-spiral.spinner-light .stop2 {
  stop-color: #fff; }

.spinner-spiral.spinner-stable .stop2 {
  stop-color: #f8f8f8; }

.spinner-spiral.spinner-positive .stop2 {
  stop-color: #1bc395; }

.spinner-spiral.spinner-calm .stop2 {
  stop-color: #11c1f3; }

.spinner-spiral.spinner-balanced .stop2 {
  stop-color: #33cd5f; }

.spinner-spiral.spinner-assertive .stop2 {
  stop-color: #ef473a; }

.spinner-spiral.spinner-energized .stop2 {
  stop-color: #ffc900; }

.spinner-spiral.spinner-royal .stop2 {
  stop-color: #4963a0; }

.spinner-spiral.spinner-dark .stop2 {
  stop-color: #444; }

/**
 * Forms
 * --------------------------------------------------
 */
form {
  margin: 0 0 1.42857; }

legend {
  display: block;
  margin-bottom: 1.42857;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  color: #444;
  font-size: 21px;
  line-height: 2.85714; }
  legend small {
    color: #f8f8f8;
    font-size: 1.07143; }

label,
input,
button,
select,
textarea {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.item-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px 0 5px 16px; }
  .item-input input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 220px;
    -moz-box-flex: 1;
    -moz-flex: 1 220px;
    -ms-flex: 1 220px;
    flex: 1 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding-right: 24px;
    background-color: transparent; }
  .item-input .button .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: static;
    display: inline-block;
    height: auto;
    text-align: center;
    font-size: 16px; }
  .item-input .button-bar {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 220px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 220px;
    -ms-flex: 1 0 220px;
    flex: 1 0 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .item-input .icon {
    min-width: 14px; }

.platform-windowsphone .item-input input {
  flex-shrink: 1; }

.item-input-inset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 10.66667px; }

.item-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-right: 8px;
  padding-left: 8px;
  background: #eee; }

.item-input-inset .item-input-wrapper input {
  padding-left: 4px;
  height: 29px;
  background: transparent;
  line-height: 18px; }

.item-input-wrapper ~ .button {
  margin-left: 10.66667px; }

.input-label {
  display: table;
  padding: 7px 10px 7px 0px;
  max-width: 200px;
  width: 35%;
  color: #444;
  font-size: 16px; }

.placeholder-icon {
  color: #aaa; }
  .placeholder-icon:first-child {
    padding-right: 6px; }
  .placeholder-icon:last-child {
    padding-left: 6px; }

.item-stacked-label {
  display: block;
  background-color: transparent;
  box-shadow: none; }
  .item-stacked-label .input-label, .item-stacked-label .icon {
    display: inline-block;
    padding: 4px 0 0 0px;
    vertical-align: middle; }

.item-stacked-label input,
.item-stacked-label textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 8px 3px 0;
  border: none;
  background-color: #fff; }

.item-stacked-label input {
  overflow: hidden;
  height: 46px; }

.item-select.item-stacked-label select {
  position: relative;
  padding: 0px;
  max-width: 90%;
  direction: ltr;
  white-space: pre-wrap;
  margin: -3px; }

.item-floating-label {
  display: block;
  background-color: transparent;
  box-shadow: none; }
  .item-floating-label .input-label {
    position: relative;
    padding: 5px 0 0 0;
    opacity: 0;
    top: 10px;
    -webkit-transition: opacity 0.15s ease-in, top 0.2s linear;
    transition: opacity 0.15s ease-in, top 0.2s linear; }
    .item-floating-label .input-label.has-input {
      opacity: 1;
      top: 0;
      -webkit-transition: opacity 0.15s ease-in, top 0.2s linear;
      transition: opacity 0.15s ease-in, top 0.2s linear; }

textarea,
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"] {
  display: block;
  padding-top: 2px;
  padding-left: 0;
  height: 34px;
  color: #555555;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px; }

.platform-ios input[type="datetime-local"],
.platform-ios input[type="date"],
.platform-ios input[type="month"],
.platform-ios input[type="time"],
.platform-ios input[type="week"],
.platform-android input[type="datetime-local"],
.platform-android input[type="date"],
.platform-android input[type="month"],
.platform-android input[type="time"],
.platform-android input[type="week"] {
  padding-top: 8px; }

.item-input input,
.item-input textarea {
  width: 100%; }

textarea {
  padding-left: 0; }
  textarea::-moz-placeholder {
    color: #777777; }
  textarea:-ms-input-placeholder {
    color: #777777; }
  textarea::-webkit-input-placeholder {
    color: #777777;
    text-indent: -3px; }

textarea {
  height: auto; }

textarea,
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"] {
  border: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  line-height: normal; }

.item-input input[type="file"],
.item-input input[type="image"],
.item-input input[type="submit"],
.item-input input[type="reset"],
.item-input input[type="button"],
.item-input input[type="radio"],
.item-input input[type="checkbox"] {
  width: auto; }

input[type="file"] {
  line-height: 34px; }

.previous-input-focus,
.cloned-text-input + input,
.cloned-text-input + textarea {
  position: absolute !important;
  left: -9999px;
  width: 200px; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
  text-indent: 0; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly]:not(.cloned-text-input),
textarea[readonly]:not(.cloned-text-input),
select[readonly] {
  background-color: #eeeeee;
  cursor: not-allowed; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

/**
 * Checkbox
 * --------------------------------------------------
 */
.checkbox {
  position: relative;
  display: inline-block;
  padding: 7px 7px;
  cursor: pointer; }
  .checkbox input:before,
  .checkbox .checkbox-icon:before {
    border-color: #ddd; }
  .checkbox input:checked:before,
  .checkbox input:checked + .checkbox-icon:before {
    background: #1bc395;
    border-color: #1bc395; }

.checkbox-light input:before,
.checkbox-light .checkbox-icon:before {
  border-color: #ddd; }

.checkbox-light input:checked:before,
.checkbox-light input:checked + .checkbox-icon:before {
  background: #ddd;
  border-color: #ddd; }

.checkbox-stable input:before,
.checkbox-stable .checkbox-icon:before {
  border-color: #b2b2b2; }

.checkbox-stable input:checked:before,
.checkbox-stable input:checked + .checkbox-icon:before {
  background: #b2b2b2;
  border-color: #b2b2b2; }

.checkbox-positive input:before,
.checkbox-positive .checkbox-icon:before {
  border-color: #1bc395; }

.checkbox-positive input:checked:before,
.checkbox-positive input:checked + .checkbox-icon:before {
  background: #1bc395;
  border-color: #1bc395; }

.checkbox-calm input:before,
.checkbox-calm .checkbox-icon:before {
  border-color: #11c1f3; }

.checkbox-calm input:checked:before,
.checkbox-calm input:checked + .checkbox-icon:before {
  background: #11c1f3;
  border-color: #11c1f3; }

.checkbox-assertive input:before,
.checkbox-assertive .checkbox-icon:before {
  border-color: #ef473a; }

.checkbox-assertive input:checked:before,
.checkbox-assertive input:checked + .checkbox-icon:before {
  background: #ef473a;
  border-color: #ef473a; }

.checkbox-balanced input:before,
.checkbox-balanced .checkbox-icon:before {
  border-color: #33cd5f; }

.checkbox-balanced input:checked:before,
.checkbox-balanced input:checked + .checkbox-icon:before {
  background: #33cd5f;
  border-color: #33cd5f; }

.checkbox-energized input:before,
.checkbox-energized .checkbox-icon:before {
  border-color: #ffc900; }

.checkbox-energized input:checked:before,
.checkbox-energized input:checked + .checkbox-icon:before {
  background: #ffc900;
  border-color: #ffc900; }

.checkbox-royal input:before,
.checkbox-royal .checkbox-icon:before {
  border-color: #4963a0; }

.checkbox-royal input:checked:before,
.checkbox-royal input:checked + .checkbox-icon:before {
  background: #4963a0;
  border-color: #4963a0; }

.checkbox-dark input:before,
.checkbox-dark .checkbox-icon:before {
  border-color: #444; }

.checkbox-dark input:checked:before,
.checkbox-dark input:checked + .checkbox-icon:before {
  background: #444;
  border-color: #444; }

.checkbox input:disabled:before,
.checkbox input:disabled + .checkbox-icon:before {
  border-color: #ddd; }

.checkbox input:disabled:checked:before,
.checkbox input:disabled:checked + .checkbox-icon:before {
  background: #ddd; }

.checkbox.checkbox-input-hidden input {
  display: none !important; }

.checkbox input,
.checkbox-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none; }
  .checkbox input:before,
  .checkbox-icon:before {
    display: table;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 28px;
    background: #fff;
    content: ' ';
    -webkit-transition: background-color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out; }

.checkbox input:checked:before,
input:checked + .checkbox-icon:before {
  border-width: 2px; }

.checkbox input:after,
.checkbox-icon:after {
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 33%;
  left: 25%;
  display: table;
  width: 14px;
  height: 6px;
  border: 1px solid #fff;
  border-top: 0;
  border-right: 0;
  content: ' ';
  opacity: 0; }

.platform-android .checkbox-platform input:before,
.platform-android .checkbox-platform .checkbox-icon:before,
.checkbox-square input:before,
.checkbox-square .checkbox-icon:before {
  border-radius: 2px;
  width: 72%;
  height: 72%;
  margin-top: 14%;
  margin-left: 14%;
  border-width: 2px; }

.platform-android .checkbox-platform input:after,
.platform-android .checkbox-platform .checkbox-icon:after,
.checkbox-square input:after,
.checkbox-square .checkbox-icon:after {
  border-width: 2px;
  top: 19%;
  left: 25%;
  width: 13px;
  height: 7px; }

.platform-android .item-checkbox-right .checkbox-square .checkbox-icon::after {
  top: 31%; }

.grade-c .checkbox input:after,
.grade-c .checkbox-icon:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 3px;
  left: 4px;
  border: none;
  color: #fff;
  content: '\2713';
  font-weight: bold;
  font-size: 20px; }

.checkbox input:checked:after,
input:checked + .checkbox-icon:after {
  opacity: 1; }

.item-checkbox {
  padding-left: 60px; }
  .item-checkbox.active {
    box-shadow: none; }

.item-checkbox .checkbox {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 3;
  margin-top: -21px; }

.item-checkbox.item-checkbox-right {
  padding-right: 60px;
  padding-left: 16px; }

.item-checkbox-right .checkbox input,
.item-checkbox-right .checkbox-icon {
  float: right; }

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none; }

.toggle {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px; }
  .toggle input:checked + .track {
    border-color: #4cd964;
    background-color: #4cd964; }
  .toggle.dragging .handle {
    background-color: #f2f2f2 !important; }

.toggle.toggle-light input:checked + .track {
  border-color: #ddd;
  background-color: #ddd; }

.toggle.toggle-stable input:checked + .track {
  border-color: #b2b2b2;
  background-color: #b2b2b2; }

.toggle.toggle-positive input:checked + .track {
  border-color: #1bc395;
  background-color: #1bc395; }

.toggle.toggle-calm input:checked + .track {
  border-color: #11c1f3;
  background-color: #11c1f3; }

.toggle.toggle-assertive input:checked + .track {
  border-color: #ef473a;
  background-color: #ef473a; }

.toggle.toggle-balanced input:checked + .track {
  border-color: #33cd5f;
  background-color: #33cd5f; }

.toggle.toggle-energized input:checked + .track {
  border-color: #ffc900;
  background-color: #ffc900; }

.toggle.toggle-royal input:checked + .track {
  border-color: #4963a0;
  background-color: #4963a0; }

.toggle.toggle-dark input:checked + .track {
  border-color: #444;
  background-color: #444; }

.toggle input {
  display: none; }

/* the track appearance when the toggle is "off" */
.toggle .track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: ' ';
  cursor: pointer;
  pointer-events: none; }

/* Fix to avoid background color bleeding */
/* (occurred on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .track {
  -webkit-background-clip: padding-box; }

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.toggle .handle {
  -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15); }
  .toggle .handle:before {
    position: absolute;
    top: -4px;
    left: -21.5px;
    padding: 18.5px 34px;
    content: " "; }

.toggle input:checked + .track .handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff; }

.item-toggle.active {
  box-shadow: none; }

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px; }

.item-toggle.item-complex {
  padding-right: 0; }

.item-toggle .toggle {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 3; }

.toggle input:disabled + .track {
  opacity: .6; }

.toggle-small .track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e; }

.toggle-small input:checked + .track {
  background: rgba(0, 150, 137, 0.5); }

.toggle-small .handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }

.toggle-small input:checked + .track .handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: #009689; }

.toggle-small.item-toggle .toggle {
  top: 19px; }

.toggle-small .toggle-light input:checked + .track {
  background-color: rgba(221, 221, 221, 0.5); }

.toggle-small .toggle-light input:checked + .track .handle {
  background-color: #ddd; }

.toggle-small .toggle-stable input:checked + .track {
  background-color: rgba(178, 178, 178, 0.5); }

.toggle-small .toggle-stable input:checked + .track .handle {
  background-color: #b2b2b2; }

.toggle-small .toggle-positive input:checked + .track {
  background-color: rgba(27, 195, 149, 0.5); }

.toggle-small .toggle-positive input:checked + .track .handle {
  background-color: #1bc395; }

.toggle-small .toggle-calm input:checked + .track {
  background-color: rgba(17, 193, 243, 0.5); }

.toggle-small .toggle-calm input:checked + .track .handle {
  background-color: #11c1f3; }

.toggle-small .toggle-assertive input:checked + .track {
  background-color: rgba(239, 71, 58, 0.5); }

.toggle-small .toggle-assertive input:checked + .track .handle {
  background-color: #ef473a; }

.toggle-small .toggle-balanced input:checked + .track {
  background-color: rgba(51, 205, 95, 0.5); }

.toggle-small .toggle-balanced input:checked + .track .handle {
  background-color: #33cd5f; }

.toggle-small .toggle-energized input:checked + .track {
  background-color: rgba(255, 201, 0, 0.5); }

.toggle-small .toggle-energized input:checked + .track .handle {
  background-color: #ffc900; }

.toggle-small .toggle-royal input:checked + .track {
  background-color: rgba(73, 99, 160, 0.5); }

.toggle-small .toggle-royal input:checked + .track .handle {
  background-color: #4963a0; }

.toggle-small .toggle-dark input:checked + .track {
  background-color: rgba(68, 68, 68, 0.5); }

.toggle-small .toggle-dark input:checked + .track .handle {
  background-color: #444; }

/**
 * Radio Button Inputs
 * --------------------------------------------------
 */
.item-radio {
  padding: 0; }
  .item-radio:hover {
    cursor: pointer; }

.item-radio .item-content {
  /* give some room to the right for the checkmark icon */
  padding-right: 64px; }

.item-radio .radio-icon {
  /* checkmark icon will be hidden by default */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  visibility: hidden;
  padding: 14px;
  height: 100%;
  font-size: 24px; }

.item-radio input {
  /* hide any radio button inputs elements (the ugly circles) */
  position: absolute;
  left: -9999px; }
  .item-radio input:checked + .radio-content .item-content {
    /* style the item content when its checked */
    background: #f7f7f7; }
  .item-radio input:checked + .radio-content .radio-icon {
    /* show the checkmark icon when its checked */
    visibility: visible; }

/**
 * Range
 * --------------------------------------------------
 */
.range input {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 1px;
  width: auto;
  height: 43px;
  outline: none;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc), color-stop(100%, #ccc));
  background: linear-gradient(to right, #ccc 0%, #ccc 100%);
  background-position: center;
  background-size: 99% 2px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  /*
   &::-ms-track{
     background: transparent;
     border-color: transparent;
     border-width: 11px 0 16px;
     color:transparent;
     margin-top:20px;
   }
   &::-ms-thumb {
     width: $range-slider-width;
     height: $range-slider-height;
     border-radius: $range-slider-border-radius;
     background-color: $toggle-handle-off-bg-color;
     border-color:$toggle-handle-off-bg-color;
     box-shadow: $range-slider-box-shadow;
     margin-left:1px;
     margin-right:1px;
     outline:none;
   }
   &::-ms-fill-upper {
     height: $range-track-height;
     background:$range-default-track-bg;
   }
   */ }
  .range input::-moz-focus-outer {
    /* hide the focus outline in Firefox */
    border: 0; }
  .range input::-webkit-slider-thumb {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-appearance: none;
    border: 0; }
  .range input::-webkit-slider-thumb:before {
    /* what creates the colorful line on the left side of the slider */
    position: absolute;
    top: 13px;
    left: -2001px;
    width: 2000px;
    height: 2px;
    background: #444;
    content: ' '; }
  .range input::-webkit-slider-thumb:after {
    /* create a larger (but hidden) hit area */
    position: absolute;
    top: -15px;
    left: -15px;
    padding: 30px;
    content: ' '; }
  .range input::-ms-fill-lower {
    height: 2px;
    background: #444; }

.range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2px 11px; }
  .range.range-light input::-webkit-slider-thumb:before {
    background: #ddd; }
  .range.range-light input::-ms-fill-lower {
    background: #ddd; }
  .range.range-stable input::-webkit-slider-thumb:before {
    background: #b2b2b2; }
  .range.range-stable input::-ms-fill-lower {
    background: #b2b2b2; }
  .range.range-positive input::-webkit-slider-thumb:before {
    background: white; }
  .range.range-positive input::-ms-fill-lower {
    background: white; }
  .range.range-calm input::-webkit-slider-thumb:before {
    background: #11c1f3; }
  .range.range-calm input::-ms-fill-lower {
    background: #11c1f3; }
  .range.range-balanced input::-webkit-slider-thumb:before {
    background: #33cd5f; }
  .range.range-balanced input::-ms-fill-lower {
    background: #33cd5f; }
  .range.range-assertive input::-webkit-slider-thumb:before {
    background: #ef473a; }
  .range.range-assertive input::-ms-fill-lower {
    background: #ef473a; }
  .range.range-energized input::-webkit-slider-thumb:before {
    background: #ffc900; }
  .range.range-energized input::-ms-fill-lower {
    background: #ffc900; }
  .range.range-royal input::-webkit-slider-thumb:before {
    background: #4963a0; }
  .range.range-royal input::-ms-fill-lower {
    background: #4963a0; }
  .range.range-dark input::-webkit-slider-thumb:before {
    background: #444; }
  .range.range-dark input::-ms-fill-lower {
    background: #444; }

.range .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: block;
  min-width: 24px;
  text-align: center;
  font-size: 24px; }

.range input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-right: 10px;
  margin-left: 10px; }

.range-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  white-space: nowrap; }

.range-label:first-child {
  padding-left: 5px; }

.range input + .range-label {
  padding-right: 5px;
  padding-left: 0; }

.platform-windowsphone .range input {
  height: auto; }

/**
 * Select
 * --------------------------------------------------
 */
.item-select {
  position: relative; }
  .item-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 48px 0 16px;
    max-width: 65%;
    border: none;
    background: #fff;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    direction: rtl; }
  .item-select select::-ms-expand {
    display: none; }
  .item-select option {
    direction: ltr; }
  .item-select:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    content: "";
    pointer-events: none; }
  .item-select.item-light select {
    background: #fff;
    color: #444; }
  .item-select.item-stable select {
    background: #f8f8f8;
    color: #444; }
  .item-select.item-stable:after, .item-select.item-stable .input-label {
    color: #666666; }
  .item-select.item-positive select {
    background: #1bc395;
    color: white; }
  .item-select.item-positive:after, .item-select.item-positive .input-label {
    color: white; }
  .item-select.item-calm select {
    background: #11c1f3;
    color: #fff; }
  .item-select.item-calm:after, .item-select.item-calm .input-label {
    color: #fff; }
  .item-select.item-assertive select {
    background: #ef473a;
    color: #fff; }
  .item-select.item-assertive:after, .item-select.item-assertive .input-label {
    color: #fff; }
  .item-select.item-balanced select {
    background: #33cd5f;
    color: #fff; }
  .item-select.item-balanced:after, .item-select.item-balanced .input-label {
    color: #fff; }
  .item-select.item-energized select {
    background: #ffc900;
    color: #fff; }
  .item-select.item-energized:after, .item-select.item-energized .input-label {
    color: #fff; }
  .item-select.item-royal select {
    background: #4963a0;
    color: #fff; }
  .item-select.item-royal:after, .item-select.item-royal .input-label {
    color: #fff; }
  .item-select.item-dark select {
    background: #444;
    color: #fff; }
  .item-select.item-dark:after, .item-select.item-dark .input-label {
    color: #fff; }

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

/**
 * Progress
 * --------------------------------------------------
 */
progress {
  display: block;
  margin: 15px auto;
  width: 100%; }

/**
 * Buttons
 * --------------------------------------------------
 */
.button {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 27px;
  min-width: 97px;
  min-height: 47px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer; }
  .button:hover {
    color: #444;
    text-decoration: none; }
  .button.active, .button.activated {
    border-color: #a2a2a2;
    background-color: #e5e5e5; }
  .button:after {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: ' '; }
  .button .icon {
    vertical-align: top;
    pointer-events: none; }
  .button .icon:before, .button.icon:before, .button.icon-left:before, .button.icon-right:before {
    display: inline-block;
    padding: 0 0 1px 0;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 41px;
    pointer-events: none; }
  .button.icon-left:before {
    float: left;
    padding-right: .2em;
    padding-left: 0; }
  .button.icon-right:before {
    float: right;
    padding-right: 0;
    padding-left: .2em; }
  .button.button-block, .button.button-full {
    margin-top: 10px;
    margin-bottom: 10px; }
  .button.button-light {
    border-color: transparent;
    background-color: #fff;
    color: #444; }
    .button.button-light:hover {
      color: #444;
      text-decoration: none; }
    .button.button-light.active, .button.button-light.activated {
      border-color: #a2a2a2;
      background-color: #fafafa; }
    .button.button-light.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #ddd; }
    .button.button-light.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-light.button-outline {
      border-color: #ddd;
      background: transparent;
      color: #ddd; }
      .button.button-light.button-outline.active, .button.button-light.button-outline.activated {
        background-color: #ddd;
        box-shadow: none;
        color: #fff; }
  .button.button-stable {
    border-color: transparent;
    background-color: #f8f8f8;
    color: #444; }
    .button.button-stable:hover {
      color: #444;
      text-decoration: none; }
    .button.button-stable.active, .button.button-stable.activated {
      border-color: #a2a2a2;
      background-color: #e5e5e5; }
    .button.button-stable.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #b2b2b2; }
    .button.button-stable.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-stable.button-outline {
      border-color: #b2b2b2;
      background: transparent;
      color: #b2b2b2; }
      .button.button-stable.button-outline.active, .button.button-stable.button-outline.activated {
        background-color: #b2b2b2;
        box-shadow: none;
        color: #fff; }
  .button.button-positive {
    border-color: transparent;
    background-color: white;
    color: #00ad90; }
    .button.button-positive:hover {
      color: #00ad90;
      text-decoration: none; }
    .button.button-positive.active, .button.button-positive.activated {
      border-color: #a2a2a2;
      background-color: #159673; }
    .button.button-positive.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: white; }
    .button.button-positive.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-positive.button-outline {
      border-color: white;
      background: transparent;
      color: white; }
      .button.button-positive.button-outline.active, .button.button-positive.button-outline.activated {
        background-color: white;
        box-shadow: none;
        color: #fff; }
  .button.button-calm {
    border-color: transparent;
    background-color: #11c1f3;
    color: #fff; }
    .button.button-calm:hover {
      color: #fff;
      text-decoration: none; }
    .button.button-calm.active, .button.button-calm.activated {
      border-color: #a2a2a2;
      background-color: #0a9dc7; }
    .button.button-calm.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #11c1f3; }
    .button.button-calm.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-calm.button-outline {
      border-color: #11c1f3;
      background: transparent;
      color: #11c1f3; }
      .button.button-calm.button-outline.active, .button.button-calm.button-outline.activated {
        background-color: #11c1f3;
        box-shadow: none;
        color: #fff; }
  .button.button-assertive {
    border-color: transparent;
    background-color: #ef473a;
    color: #fff; }
    .button.button-assertive:hover {
      color: #fff;
      text-decoration: none; }
    .button.button-assertive.active, .button.button-assertive.activated {
      border-color: #a2a2a2;
      background-color: #e42112; }
    .button.button-assertive.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #ef473a; }
    .button.button-assertive.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-assertive.button-outline {
      border-color: #ef473a;
      background: transparent;
      color: #ef473a; }
      .button.button-assertive.button-outline.active, .button.button-assertive.button-outline.activated {
        background-color: #ef473a;
        box-shadow: none;
        color: #fff; }
  .button.button-balanced {
    border-color: transparent;
    background-color: #33cd5f;
    color: #fff; }
    .button.button-balanced:hover {
      color: #fff;
      text-decoration: none; }
    .button.button-balanced.active, .button.button-balanced.activated {
      border-color: #a2a2a2;
      background-color: #28a54c; }
    .button.button-balanced.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #33cd5f; }
    .button.button-balanced.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-balanced.button-outline {
      border-color: #33cd5f;
      background: transparent;
      color: #33cd5f; }
      .button.button-balanced.button-outline.active, .button.button-balanced.button-outline.activated {
        background-color: #33cd5f;
        box-shadow: none;
        color: #fff; }
  .button.button-energized {
    border-color: transparent;
    background-color: #ffc900;
    color: #fff; }
    .button.button-energized:hover {
      color: #fff;
      text-decoration: none; }
    .button.button-energized.active, .button.button-energized.activated {
      border-color: #a2a2a2;
      background-color: #e6b500; }
    .button.button-energized.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #ffc900; }
    .button.button-energized.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-energized.button-outline {
      border-color: #ffc900;
      background: transparent;
      color: #ffc900; }
      .button.button-energized.button-outline.active, .button.button-energized.button-outline.activated {
        background-color: #ffc900;
        box-shadow: none;
        color: #fff; }
  .button.button-royal {
    border-color: transparent;
    background-color: #4963a0;
    color: #fff; }
    .button.button-royal:hover {
      color: #fff;
      text-decoration: none; }
    .button.button-royal.active, .button.button-royal.activated {
      border-color: #a2a2a2;
      background-color: #3c5284; }
    .button.button-royal.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #4963a0; }
    .button.button-royal.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-royal.button-outline {
      border-color: #4963a0;
      background: transparent;
      color: #4963a0; }
      .button.button-royal.button-outline.active, .button.button-royal.button-outline.activated {
        background-color: #4963a0;
        box-shadow: none;
        color: #fff; }
  .button.button-dark {
    border-color: transparent;
    background-color: #444;
    color: #fff; }
    .button.button-dark:hover {
      color: #fff;
      text-decoration: none; }
    .button.button-dark.active, .button.button-dark.activated {
      border-color: #a2a2a2;
      background-color: #262626; }
    .button.button-dark.button-clear {
      border-color: transparent;
      background: none;
      box-shadow: none;
      color: #444; }
    .button.button-dark.button-icon {
      border-color: transparent;
      background: none; }
    .button.button-dark.button-outline {
      border-color: #444;
      background: transparent;
      color: #444; }
      .button.button-dark.button-outline.active, .button.button-dark.button-outline.activated {
        background-color: #444;
        box-shadow: none;
        color: #fff; }

.button-small {
  padding: 2px 4px 1px;
  min-width: 28px;
  min-height: 30px;
  font-size: 12px;
  line-height: 26px; }
  .button-small .icon:before, .button-small.icon:before, .button-small.icon-left:before, .button-small.icon-right:before {
    font-size: 16px;
    line-height: 19px;
    margin-top: 3px; }

.button-large {
  padding: 0 16px;
  min-width: 68px;
  min-height: 59px;
  font-size: 20px;
  line-height: 53px; }
  .button-large .icon:before, .button-large.icon:before, .button-large.icon-left:before, .button-large.icon-right:before {
    padding-bottom: 2px;
    font-size: 32px;
    line-height: 51px; }

.button-icon {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 0 6px;
  min-width: initial;
  border-color: transparent;
  background: none; }
  .button-icon.button.active, .button-icon.button.activated {
    border-color: transparent;
    background: none;
    box-shadow: none;
    opacity: 0.3; }
  .button-icon .icon:before, .button-icon.icon:before {
    font-size: 32px; }

.button-clear {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 0 6px;
  max-height: 42px;
  border-color: transparent;
  background: none;
  box-shadow: none; }
  .button-clear.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: transparent; }
  .button-clear.button-icon {
    border-color: transparent;
    background: none; }
  .button-clear.active, .button-clear.activated {
    opacity: 0.3; }

.button-outline {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  background: none;
  box-shadow: none; }
  .button-outline.button-outline {
    border-color: transparent;
    background: transparent;
    color: transparent; }
    .button-outline.button-outline.active, .button-outline.button-outline.activated {
      background-color: transparent;
      box-shadow: none;
      color: #fff; }

.padding > .button.button-block:first-child {
  margin-top: 0; }

.button-block {
  display: block;
  clear: both; }
  .button-block:after {
    clear: both; }

.button-full,
.button-full > .button {
  display: block;
  margin-right: 0;
  margin-left: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }

button.button-block,
button.button-full,
.button-full > button.button,
input.button.button-block {
  width: 100%; }

a.button {
  text-decoration: none; }
  a.button .icon:before, a.button.icon:before, a.button.icon-left:before, a.button.icon-right:before {
    margin-top: 2px; }

.button.disabled,
.button[disabled] {
  opacity: .4;
  cursor: default !important;
  pointer-events: none; }

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }
  .button-bar.button-bar-inline {
    display: block;
    width: auto;
    *zoom: 1; }
    .button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
      display: table;
      content: "";
      line-height: 0; }
    .button-bar.button-bar-inline:after {
      clear: both; }
    .button-bar.button-bar-inline > .button {
      width: auto;
      display: inline-block;
      float: left; }
  .button-bar.bar-light > .button {
    border-color: #ddd; }
  .button-bar.bar-stable > .button {
    border-color: #b2b2b2; }
  .button-bar.bar-positive > .button {
    border-color: #039f7e; }
  .button-bar.bar-calm > .button {
    border-color: #0a9dc7; }
  .button-bar.bar-assertive > .button {
    border-color: #e42112; }
  .button-bar.bar-balanced > .button {
    border-color: #28a54c; }
  .button-bar.bar-energized > .button {
    border-color: #e6b500; }
  .button-bar.bar-royal > .button {
    border-color: #4963a0; }
  .button-bar.bar-dark > .button {
    border-color: #111; }

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .button-bar > .button:before,
  .button-bar > .button .icon:before {
    line-height: 44px; }
  .button-bar > .button:first-child {
    border-radius: 4px 0px 0px 4px; }
  .button-bar > .button:last-child {
    border-right-width: 1px;
    border-radius: 0px 4px 4px 0px; }
  .button-bar > .button:only-child {
    border-radius: 4px; }

.button-bar > .button-small:before,
.button-bar > .button-small .icon:before {
  line-height: 28px; }

/**
 * Grid
 * --------------------------------------------------
 * Using flexbox for the grid, inspired by Philip Walton:
 * http://philipwalton.github.io/solved-by-flexbox/demos/grids/
 * By default each .col within a .row will evenly take up
 * available width, and the height of each .col with take
 * up the height of the tallest .col in the same .row.
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  width: 100%; }

.row-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-no-padding {
  padding: 0; }
  .row-no-padding > .col {
    padding: 0; }

.row + .row {
  margin-top: -5px;
  padding-top: 0; }

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 5px;
  width: 100%; }

/* Vertically Align Columns */
/* .row-* vertically aligns every .col in the .row */
.row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.row-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.row-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.row-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

/* .col-* vertically aligns an individual .col */
.col-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.col-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* Column Offsets */
.col-offset-10 {
  margin-left: 10%; }

.col-offset-20 {
  margin-left: 20%; }

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

.col-offset-33, .col-offset-34 {
  margin-left: 33.3333%; }

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

.col-offset-66, .col-offset-67 {
  margin-left: 66.6666%; }

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

.col-offset-80 {
  margin-left: 80%; }

.col-offset-90 {
  margin-left: 90%; }

/* Explicit Column Percent Sizes */
/* By default each grid column will evenly distribute */
/* across the grid. However, you can specify individual */
/* columns to take up a certain size of the available area */
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-33, .col-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }

.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.col-66, .col-67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%; }

.col-75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.col-90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

/* Responsive Grid Classes */
/* Adding a class of responsive-X to a row */
/* will trigger the flex-direction to */
/* change to column and add some margin */
/* to any columns in the row for clearity */
@media (max-width: 567px) {
  .responsive-sm {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .responsive-sm .col, .responsive-sm .col-10, .responsive-sm .col-20, .responsive-sm .col-25, .responsive-sm .col-33, .responsive-sm .col-34, .responsive-sm .col-50, .responsive-sm .col-66, .responsive-sm .col-67, .responsive-sm .col-75, .responsive-sm .col-80, .responsive-sm .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }

@media (max-width: 767px) {
  .responsive-md {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .responsive-md .col, .responsive-md .col-10, .responsive-md .col-20, .responsive-md .col-25, .responsive-md .col-33, .responsive-md .col-34, .responsive-md .col-50, .responsive-md .col-66, .responsive-md .col-67, .responsive-md .col-75, .responsive-md .col-80, .responsive-md .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }

@media (max-width: 1023px) {
  .responsive-lg {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .responsive-lg .col, .responsive-lg .col-10, .responsive-lg .col-20, .responsive-lg .col-25, .responsive-lg .col-33, .responsive-lg .col-34, .responsive-lg .col-50, .responsive-lg .col-66, .responsive-lg .col-67, .responsive-lg .col-75, .responsive-lg .col-80, .responsive-lg .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }

/**
 * Utility Classes
 * --------------------------------------------------
 */
.hide {
  display: none; }

.opacity-hide {
  opacity: 0; }

.grade-b .opacity-hide,
.grade-c .opacity-hide {
  opacity: 1;
  display: none; }

.show {
  display: block; }

.opacity-show {
  opacity: 1; }

.invisible {
  visibility: hidden; }

.keyboard-open .hide-on-keyboard-open {
  display: none; }

.keyboard-open .tabs.hide-on-keyboard-open + .pane .has-tabs,
.keyboard-open .bar-footer.hide-on-keyboard-open + .pane .has-footer {
  bottom: 0; }

.inline {
  display: inline-block; }

.disable-pointer-events {
  pointer-events: none; }

.enable-pointer-events {
  pointer-events: auto; }

.disable-user-behavior {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
  -ms-touch-action: none;
  -ms-content-zooming: none; }

.click-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 99999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden; }

.click-block-hide {
  -webkit-transform: translate3d(-9999px, 0, 0);
  transform: translate3d(-9999px, 0, 0); }

.no-resize {
  resize: none; }

.block {
  display: block;
  clear: both; }
  .block:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "."; }

.full-image {
  width: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

/**
 * Content Padding
 * --------------------------------------------------
 */
.padding {
  padding: 10px; }

.padding-top,
.padding-vertical {
  padding-top: 10px; }

.padding-right,
.padding-horizontal {
  padding-right: 10px; }

.padding-bottom,
.padding-vertical {
  padding-bottom: 10px; }

.padding-left,
.padding-horizontal {
  padding-left: 10px; }

/**
 * Scrollable iFrames
 * --------------------------------------------------
 */
.iframe-wrapper {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  overflow: scroll; }
  .iframe-wrapper iframe {
    height: 100%;
    width: 100%; }

/**
 * Rounded
 * --------------------------------------------------
 */
.rounded {
  border-radius: 4px; }

/**
 * Utility Colors
 * --------------------------------------------------
 * Utility colors are added to help set a naming convention. You'll
 * notice we purposely do not use words like "red" or "blue", but
 * instead have colors which represent an emotion or generic theme.
 */
.light, a.light {
  color: #fff; }

.light-bg {
  background-color: #fff; }

.light-border {
  border-color: #ddd; }

.stable, a.stable {
  color: #f8f8f8; }

.stable-bg {
  background-color: #f8f8f8; }

.stable-border {
  border-color: #b2b2b2; }

.positive, a.positive {
  color: #1bc395; }

.positive-bg {
  background-color: #1bc395; }

.positive-border {
  border-color: #039f7e; }

.calm, a.calm {
  color: #11c1f3; }

.calm-bg {
  background-color: #11c1f3; }

.calm-border {
  border-color: #0a9dc7; }

.assertive, a.assertive {
  color: #ef473a; }

.assertive-bg {
  background-color: #ef473a; }

.assertive-border {
  border-color: #e42112; }

.balanced, a.balanced {
  color: #33cd5f; }

.balanced-bg {
  background-color: #33cd5f; }

.balanced-border {
  border-color: #28a54c; }

.energized, a.energized {
  color: #ffc900; }

.energized-bg {
  background-color: #ffc900; }

.energized-border {
  border-color: #e6b500; }

.royal, a.royal {
  color: #4963a0; }

.royal-bg {
  background-color: #4963a0; }

.royal-border {
  border-color: #4963a0; }

.dark, a.dark {
  color: #444; }

.dark-bg {
  background-color: #444; }

.dark-border {
  border-color: #111; }

[collection-repeat] {
  /* Position is set by transforms */
  left: 0 !important;
  top: 0 !important;
  position: absolute !important;
  z-index: 1; }

.collection-repeat-container {
  position: relative;
  z-index: 1; }

.collection-repeat-after-container {
  z-index: 0;
  display: block;
  /* when scrolling horizontally, make sure the after container doesn't take up 100% width */ }
  .collection-repeat-after-container.horizontal {
    display: inline-block; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
.x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
  display: none !important; }

/**
 * Platform
 * --------------------------------------------------
 * Platform specific tweaks
 */
.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
  height: 64px;
  height: calc(constant(safe-area-inset-top) + 44px);
  height: calc(env(safe-area-inset-top) + 44px); }
  .platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
    margin-top: 19px !important; }
  .platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
    margin-top: 20px;
    margin-top: constant(safe-area-inset-top);
    margin-top: env(safe-area-inset-top); }

.platform-ios.platform-cordova:not(.fullscreen) .bar-header {
  padding-left: calc( constant(safe-area-inset-left) + 5px);
  padding-left: calc(env(safe-area-inset-left) + 5px);
  padding-right: calc(constant(safe-area-inset-right) + 5px);
  padding-right: calc(env(safe-area-inset-right) + 5px); }
  .platform-ios.platform-cordova:not(.fullscreen) .bar-header .buttons:last-child {
    right: calc(constant(safe-area-inset-right) + 5px);
    right: calc(env(safe-area-inset-right) + 5px); }

.platform-ios.platform-cordova:not(.fullscreen) .has-tabs, .platform-ios.platform-cordova:not(.fullscreen) .bar-footer.has-tabs {
  bottom: calc(constant(safe-area-inset-bottom) + 49px);
  bottom: calc(env(safe-area-inset-bottom) + 49px); }

.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top {
  top: 64px; }

.platform-ios.platform-cordova:not(.fullscreen) .tabs {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  height: calc(constant(safe-area-inset-bottom) + 49px);
  height: calc(env(safe-area-inset-bottom) + 49px); }

.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
  top: 64px;
  top: calc(constant(safe-area-inset-top) + 44px);
  top: calc(env(safe-area-inset-top) + 44px); }

.platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
  top: 264px;
  top: calc(constant(safe-area-inset-top) + 244px);
  top: calc(env(safe-area-inset-top) + 244px); }

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-tabs-top {
  top: 113px;
  top: calc(93px + constant(safe-area-inset-top));
  top: calc(93px + env(safe-area-inset-top)); }

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
  top: 313px;
  top: calc(293px + constant(safe-area-inset-right));
  top: calc(293px + env(safe-area-inset-right)); }

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) {
  height: 44px; }
  .platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
    margin-top: -1px; }
  .platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) > * {
    margin-top: 0; }

.platform-ios.platform-cordova .popover .has-header, .platform-ios.platform-cordova .popover .bar-subheader {
  top: 44px; }

.platform-ios.platform-cordova .popover .has-subheader {
  top: 244px; }

.platform-ios.platform-cordova.status-bar-hide {
  margin-bottom: 20px; }

@media (orientation: landscape) {
  .item {
    padding: 16px calc(constant(safe-area-inset-right) + 16px); }
    .item .badge {
      right: calc(constant(safe-area-inset-right) + 32px); }
  .item-icon-left {
    padding-left: calc(constant(safe-area-inset-left) + 54px); }
    .item-icon-left .icon {
      left: calc(constant(safe-area-inset-left) + 11px); }
  .item-icon-right {
    padding-right: calc(constant(safe-area-inset-right) + 54px); }
    .item-icon-right .icon {
      right: calc(constant(safe-area-inset-right) + 11px); }
  .item-complex, a.item.item-complex, button.item.item-complex {
    padding: 0; }
    .item-complex .item-content, a.item.item-complex .item-content, button.item.item-complex .item-content {
      padding: 16px calc(constant(safe-area-inset-right) + 49px) 16px calc(constant(safe-area-inset-left) + 16px); }
  .item-left-edit.visible.active {
    -webkit-transform: translate3d(calc(constant(safe-area-inset-left) + 8px), 0, 0);
    transform: translate3d(calc(constant(safe-area-inset-left) + 8px), 0, 0); }
  .list-left-editing .item-left-editable .item-content,
  .item-left-editing.item-left-editable .item-content {
    -webkit-transform: translate3d(calc(constant(safe-area-inset-left) + 50px), 0, 0);
    transform: translate3d(calc(constant(safe-area-inset-left) + 50px), 0, 0); }
  .item-right-edit {
    right: constant(safe-area-inset-right);
    right: env(safe-area-inset-right); }
  .platform-ios.platform-browser.platform-ipad {
    position: fixed; } }

.platform-c:not(.enable-transitions) * {
  -webkit-transition: none !important;
  transition: none !important; }

.slide-in-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.slide-in-up.ng-enter,
.slide-in-up > .ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; }

.slide-in-up.ng-enter-active,
.slide-in-up > .ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slide-in-up.ng-leave,
.slide-in-up > .ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.8);
    opacity: 0; } }

@keyframes scaleOut {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.8);
    opacity: 0; } }

@-webkit-keyframes superScaleIn {
  from {
    -webkit-transform: scale(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes superScaleIn {
  from {
    transform: scale(1.2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

[nav-view-transition="ios"] [nav-view="entering"],
[nav-view-transition="ios"] [nav-view="leaving"] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.66, 0.04, 1);
  transition-timing-function: cubic-bezier(0.36, 0.66, 0.04, 1);
  -webkit-transition-property: opacity, -webkit-transform, box-shadow;
  transition-property: opacity, transform, box-shadow; }

[nav-view-transition="ios"][nav-view-direction="forward"], [nav-view-transition="ios"][nav-view-direction="back"] {
  background-color: #000; }

[nav-view-transition="ios"] [nav-view="active"],
[nav-view-transition="ios"][nav-view-direction="forward"] [nav-view="entering"],
[nav-view-transition="ios"][nav-view-direction="back"] [nav-view="leaving"] {
  z-index: 3; }

[nav-view-transition="ios"][nav-view-direction="back"] [nav-view="entering"],
[nav-view-transition="ios"][nav-view-direction="forward"] [nav-view="leaving"] {
  z-index: 2; }

[nav-bar-transition="ios"] .title,
[nav-bar-transition="ios"] .buttons,
[nav-bar-transition="ios"] .back-text {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.66, 0.04, 1);
  transition-timing-function: cubic-bezier(0.36, 0.66, 0.04, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform; }

[nav-bar-transition="ios"] [nav-bar="active"],
[nav-bar-transition="ios"] [nav-bar="entering"] {
  z-index: 10; }
  [nav-bar-transition="ios"] [nav-bar="active"] .bar,
  [nav-bar-transition="ios"] [nav-bar="entering"] .bar {
    background: transparent; }

[nav-bar-transition="ios"] [nav-bar="cached"] {
  display: block; }
  [nav-bar-transition="ios"] [nav-bar="cached"] .header-item {
    display: none; }

[nav-view-transition="android"] [nav-view="entering"],
[nav-view-transition="android"] [nav-view="leaving"] {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

[nav-view-transition="android"] [nav-view="active"],
[nav-view-transition="android"][nav-view-direction="forward"] [nav-view="entering"],
[nav-view-transition="android"][nav-view-direction="back"] [nav-view="leaving"] {
  z-index: 3; }

[nav-view-transition="android"][nav-view-direction="back"] [nav-view="entering"],
[nav-view-transition="android"][nav-view-direction="forward"] [nav-view="leaving"] {
  z-index: 2; }

[nav-bar-transition="android"] .title,
[nav-bar-transition="android"] .buttons {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity; }

[nav-bar-transition="android"] [nav-bar="active"],
[nav-bar-transition="android"] [nav-bar="entering"] {
  z-index: 10; }
  [nav-bar-transition="android"] [nav-bar="active"] .bar,
  [nav-bar-transition="android"] [nav-bar="entering"] .bar {
    background: transparent; }

[nav-bar-transition="android"] [nav-bar="cached"] {
  display: block; }
  [nav-bar-transition="android"] [nav-bar="cached"] .header-item {
    display: none; }

[nav-swipe="fast"] [nav-view],
[nav-swipe="fast"] .title,
[nav-swipe="fast"] .buttons,
[nav-swipe="fast"] .back-text {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

[nav-swipe="slow"] [nav-view],
[nav-swipe="slow"] .title,
[nav-swipe="slow"] .buttons,
[nav-swipe="slow"] .back-text {
  -webkit-transition-duration: 160ms;
  transition-duration: 160ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

[nav-view="cached"],
[nav-bar="cached"] {
  display: none; }

[nav-view="stage"] {
  opacity: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0; }

[nav-bar="stage"] .title,
[nav-bar="stage"] .buttons,
[nav-bar="stage"] .back-text {
  position: absolute;
  opacity: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.border-left {
  border-left: 1px solid #ddd; }

.border-right {
  border-right: 1px solid #ddd; }

.no-border {
  border-width: 0; }

.subtitle {
  font-size: 16px;
  color: white;
  line-height: 22px; }

.text-white {
  color: white !important; }

.text-grey {
  color: #989898; }

.text-steel {
  color: #666; }
  .text-steel:before {
    color: #666; }

.text-green {
  color: #1bc395; }

.bg-positive {
  background-position: center bottom;
  background-repeat: no-repeat !important;
  background-size: 100%;
  position: relative; }
  .bg-positive.no-image {
    background-image: none; }

.no-margin {
  margin: 0; }

.padding-top-tiny {
  padding-top: 5px; }

.padding-top-big {
  padding-top: 100px; }

.padding-top-medium {
  padding-top: 50px; }

.padding-left-medium {
  padding-left: 30px; }

.padding-right-medium {
  padding-right: 30px; }

.text-smaller {
  font-size: 80% !important; }

.text-bold {
  font-weight: 700 !important; }

.text-normal {
  font-weight: 500 !important; }

.centerer-wrapper {
  position: relative; }

.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

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

.text-center {
  text-align: center; }
  .text-center input {
    text-align: center; }
    .text-center input::-webkit-input-placeholder {
      text-align: center; }
    .text-center input:-moz-placeholder {
      /* Firefox 18- */
      text-align: center; }
    .text-center input::-moz-placeholder {
      /* Firefox 19+ */
      text-align: center; }
    .text-center input:-ms-input-placeholder {
      text-align: center; }

.wrap p {
  white-space: normal !important; }

.scroll-content {
  background-color: #f4f3f3; }

.left {
  float: left; }

.right {
  float: right; }

.link {
  color: #00ad90;
  text-decoration: none; }
  .link:hover {
    color: #008a73; }

.text-arista-font {
  font-family: "Arista", sans-serif; }

.secret-code {
  background-image: url(images/icons/icon-secret-code-1bccf31234ea9fe8e3fb227e3c40fea0.png);
  background-size: 61px 25px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 70px;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 61px;
  display: inline-block; }

.l-row--tiny {
  padding-top: 13px;
  padding-bottom: 13px; }

.l-row-big {
  padding-top: 30%;
  padding-bottom: 30%; }

.l-row-medium {
  padding-top: 20%;
  padding-bottom: 10%; }

.l-row {
  padding-top: 15%;
  padding-bottom: 15%; }

.l-row-full {
  padding-top: 100%;
  padding-bottom: 100%; }

@font-face {
  font-family: Arista;
  src: url(fonts/Arista/arista2.0-webfont-8b40708dc7abebc1ad4044436c8d9f3e.eot);
  src: url(fonts/Arista/arista2.0-webfont-8b40708dc7abebc1ad4044436c8d9f3e.eot?#iefix) format("embedded-opentype"), url(fonts/Arista/arista2.0-webfont-510b0f42fd8cb7b747323cdf3f4e8455.ttf) format("truetype"), url(fonts/Arista/arista2.0-webfont-de583e192ba2bc93bbb91058755413fe.svg#Arista) format("svg"); }

.icon-merchant {
  background: url(images/icons/icon-merchant-81db19cd440a6409884981923468e378.svg) center center no-repeat; }

.icon-merchant-active {
  background: url(images/icons/icon-merchant-active-b0c8fea5a6fd533e5a08d7402b57b585.svg) center center no-repeat; }

.icon-phone-book {
  background: url(images/icons/icon-phone-book-c795d7448e63cd231966198a7fdce05d.svg); }

.header-avatar {
  display: inline-block;
  border: 2px solid #159673;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  padding: 10%; }
  .header-avatar img {
    vertical-align: bottom;
    width: 100%;
    position: relative;
    display: inline-block; }

.bar {
  padding: 0; }

.bar-subheader {
  border-bottom-width: 0; }
  .bar-subheader .header-col:last-child {
    text-align: right; }

.header-col {
  position: relative; }

.tabs-light .tabs {
  padding-top: 1px !important;
  background-color: linear-gradient(0deg, #dddddd, #dddddd 50%, #dddddd 50%);
  border-bottom: 1px solid #dddddd; }

.tabs-light .tab-item {
  background-color: white;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-width: 1px 0 1px 1px; }
  .tabs-light .tab-item:last-child {
    border-right: 0; }
  .tabs-light .tab-item:first-child {
    border-left: 0; }

.tabs-light .tab-item-active, .tabs-light .active {
  background-color: #008467;
  color: white !important;
  border-top-color: #008467; }

.tabs-footer .tabs {
  background-color: #FFF;
  border: none;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(197, 197, 197, 0.5);
  -moz-box-shadow: 0px -1px 4px 0px rgba(197, 197, 197, 0.5);
    -moz-box-shadow-box-shadow: 0px -1px 4px 0px rgba(197, 197, 197, 0.5); }

.tabs-footer .tab-item {
  color: #292929; }
  .tabs-footer .tab-item.tab-item-active {
    color: #00a17f; }

.item:first-child {
  margin-top: -1px; }

.item.item-no-padding {
  padding: 0; }

.item .balance {
  color: #424242;
  position: relative; }
  .item .balance:after {
    content: "\2022";
    position: absolute;
    right: -17px;
    top: -13px;
    color: #1bc395;
    display: inline-block;
    font-size: 40px; }

.item .link-value {
  font-size: 14px;
  float: right;
  text-decoration: none;
  color: #1bc395; }

.item .date {
  color: #aeaead;
  font-size: 14px; }
  .item .date span {
    float: right; }

.item .price {
  font-family: "Helvetica CY", sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -2px;
  position: relative;
  bottom: -5px; }
  .item .price + span {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    bottom: -5px; }

.item-large-content input {
  font-size: 150%; }

.item-input-inset .prefix {
  border: 1px solid #ddd;
  border-radius: 3px;
  border-right-width: 0;
  padding: 9px 14px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: white; }
  .item-input-inset .prefix + input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

.item-input-inset input {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: 40px; }

.item-divider-flat {
  border-top-width: 0;
  padding: 3px 30px; }
  .item-divider-flat.padding-top-medium {
    padding-top: 50px; }

.button-bar .button:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.button-bar .button:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.button-outline {
  border-radius: 3px !important;
  background-color: white !important;
  padding-left: 10px;
  padding-right: 10px; }

.button-positive {
  border-color: #1bc395 !important;
  color: #1bc395 !important; }

.button.ion-email:before {
  position: absolute;
  left: 15px;
  line-height: 38px;
  font-size: 30px;
  border-right: 1px solid #007d61;
  padding-right: 10px;
  min-width: 35px; }

.button.ion-social-facebook:before {
  position: absolute;
  left: 15px;
  line-height: 38px;
  font-size: 30px;
  border-right: 1px solid #335194;
  padding-right: 10px;
  min-width: 35px; }

.button.positive {
  background-color: #1bc395;
  color: white !important; }

.button.radius {
  border-radius: 3px; }

.button-medium {
  min-height: 38px;
  line-height: 38px; }

.bar-footer {
  background: #015240 !important; }

.slider {
  height: 100%; }

.slider-slide {
  padding-top: 150px;
  background-color: #1bc395;
  color: white;
  text-align: center; }

.slider-pager {
  bottom: 150px; }
  .slider-pager .slider-pager-page.active {
    color: white; }

.logo {
  width: 100px;
  height: 100px;
  display: inline-block; }
  .logo img {
    width: 100%; }

.slide-bg {
  position: absolute;
  width: 100%;
  bottom: 39px; }
  .slide-bg img {
    width: 100%; }

#list {
  width: 170px;
  margin: 30px auto;
  font-size: 20px; }
  #list ol {
    margin-top: 30px; }
    #list ol li {
      text-align: left;
      list-style: decimal;
      margin: 10px 0; }

.item-thumbnail-small {
  min-height: 50px; }
  .item-thumbnail-small.item-thumbnail-left {
    padding-left: 70px; }
  .item-thumbnail-small.thumbnail-border-radius img, .item-thumbnail-small.thumbnail-border-radius wm-image {
    border-radius: 5px; }
  .item-thumbnail-small img, .item-thumbnail-small wm-image {
    max-width: 40px !important;
    max-height: 40px !important; }

.avatar .wm-image {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -60px;
  bottom: -50px;
  border-radius: 120px;
  height: 120px;
  width: 120px;
  z-index: 100; }

.block-merchant-tab .overflow-scroll > .scroll {
  height: auto; }

body {
  font-family: 'Lato',sans-serif !important;
  font-size: 14px;
  -webkit-text-stroke-width: 0.1px; }

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

wm-messages ng-message {
  color: red; }

.pdpa_agree {
  margin-right: 10px !important; }

/* Input: Custom Checkbox */
.checkbox.checkbox-compact .custom-checkbox + label:before {
  line-height: 20px; }

.custom-checkbox {
  display: none; }
  .custom-checkbox + label:before {
    font-family: FontAwesome;
    font-size: 24px;
    display: inline-block; }
  .custom-checkbox + label:before {
    content: "\F096";
    /* unchecked icon */
    position: relative;
    top: 4px; }
  .custom-checkbox + label:before {
    letter-spacing: 10px;
    /* space between checkbox and label */ }
  .custom-checkbox:checked + label:before {
    content: "\F046";
    /* checked icon */
    min-width: 21px; }
  .custom-checkbox:checked + label:before {
    letter-spacing: 6.6px;
    /* allow space for check mark */ }

.avatar-circle {
  width: 150px;
  height: 135px;
  position: relative;
  display: block;
  left: 50%;
  margin-left: -72px;
  z-index: 100; }

.avatar-circle .image-upload {
  background: none; }

.avatar-circle .image-upload .wm-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.avatar-circle .image-upload .image-holder {
  background: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.avatar-circle .image-upload .image-holder span {
  padding-top: 55px;
  display: block; }

.avatar-circle .image-upload .btn-file-upload {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 120px;
  padding-top: 40px;
  margin-top: -153px;
  background: transparent;
  font-size: 30px;
  text-indent: -9999px;
  z-index: 99;
  position: relative; }
  .avatar-circle .image-upload .btn-file-upload span {
    display: none; }

.avatar-circle .image-upload .btn-file-upload:after {
  content: '\F040';
  font-family: FontAwesome; }

.avatar-circle .image-upload .btn-file-upload:hover {
  background: none;
  text-indent: 0; }

.padding-top-90 {
  padding-top: 70px; }

.mBT0 {
  margin-bottom: 0 !important; }

.mT0 {
  margin-top: 0 !important; }

.pBT15 {
  padding-bottom: 15px !important; }

.pBT30 {
  padding-bottom: 30px !important; }

.pBT50 {
  padding-bottom: 50px !important; }

.text-bg-gardient {
  background: rgba(128, 128, 128, 0);
  background: -moz-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128, 128, 128, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#000000', GradientType=0 ); }

.card-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

.disable-user-behavior .list h2.text-bold {
  padding-bottom: 10px; }

.disable-user-behavior .list .tit {
  color: #FFF;
  background: #6cd0b6;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  border: none;
  display: inline-block; }

.disable-user-behavior .list .tit h2 {
  color: #FFF;
  font-size: 11px; }

.disable-user-behavior .list a {
  cursor: pointer;
  color: #000; }

.disable-user-behavior .list h2 i {
  color: #CCC;
  font-size: 20px;
  margin-right: 10px;
  width: 20px;
  text-align: center; }

.btn-logout {
  cursor: pointer;
  font-size: 17px;
  color: #FFF;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 99; }

.btn-logout:hover {
  color: #FFF;
  text-decoration: none; }

.phone-ext {
  display: block;
  height: 2.5rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  white-space: nowrap;
  margin-bottom: 15px; }

.tit-phone {
  margin: 80px 20px 40px; }
  .tit-phone img {
    max-width: 50px; }

.tit-phone p i {
  font-size: 80px;
  color: #666; }

.tit-phone a {
  color: #00a17f;
  padding: 0 20px; }

.block-pin {
  margin: 1px auto;
  width: 300px;
  text-align: center; }

.block-pin input {
  color: #000;
  display: inline-block;
  max-width: 280px;
  height: 60px !important;
  margin: 0 0px 15px 0px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 5px;
  -webkit-text-security: disc; }

.block-pin button {
  max-width: 280px;
  margin: 0 auto; }

.bg-positive img {
  max-width: 204px; }

.bar.bar-positive {
  background: #87df98;
  background: -moz-linear-gradient(top, #87df98 0%, #10c094 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #87df98), color-stop(100%, #10c094));
  background: -webkit-linear-gradient(top, #87df98 0%, #10c094 100%);
  background: -o-linear-gradient(top, #87df98 0%, #10c094 100%);
  background: -ms-linear-gradient(top, #87df98 0%, #10c094 100%);
  background: linear-gradient(to bottom, #87df98 0%, #10c094 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87df98', endColorstr='#10c094', GradientType=0 );
  border: none; }

.scroll-view {
  height: 100%; }

.has-header {
  top: 43px; }

.pane {
  background: #f9f9f9; }

ion-view.edit-profile,
ion-view.register-detail,
ion-view.register-options,
ion-view.verify-phone,
ion-view.login-options,
ion-view.login {
  background: #f8f8f8 url(images/landing_bckgrd-f794899d7cfbf9f99ff98e2843a6ab4c.png) no-repeat center bottom;
  background-size: 100% 100%; }

.item-divider {
  background: none; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  height: 2.5rem !important;
  padding: 6px 12px !important;
  border-bottom: 1px solid #ddd !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

select.form-control {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9f9f9f 50%), linear-gradient(135deg, #9f9f9f 50%, transparent 50%), linear-gradient(to right, #9f9f9f, #9f9f9f);
  background-position: calc(100% - 23px) calc(1em), calc(100% - 15px) calc(1em), calc(100% - 2.5em) 0.5em;
  background-size: 8px 8px, 8px 8px, 0 1.5em;
  background-repeat: no-repeat; }

.padding {
  padding: 10px 30px; }

.verify-img-lock img {
  max-width: 44px; }

.verify-phone a {
  color: #00a17f !important;
  font-size: 11px; }

.icon-merchant {
  background: url(images/icons/icon-merchant-81db19cd440a6409884981923468e378.svg) center center no-repeat; }

img {
  max-width: 100%; }

.tabs-footer .tabs {
  height: 60px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  bottom: 0; }
  .tabs-footer .tabs .tab-item {
    border: none !important;
    text-decoration: none !important;
    padding-top: 8px; }
    .tabs-footer .tabs .tab-item .icon {
      background-size: 20px 24px; }

.has-tabs {
  bottom: 0; }

.icon-home {
  background: url(images/icons/iconHome@2x-f10a0f750be98d933628757aad17d885.png) no-repeat center center;
  background-size: 26px 24px !important; }

.icon-campaign {
  background: url(images/icons/wallet-aaf5f2bf56b3f0c633a3100b372d8702.png) no-repeat center center; }

.icon-refer {
  background: url(images/icons/gift-e5eb9718a977814fec86fe13480acb0e.png) no-repeat center center; }

.icon-history {
  background: url(images/icons/invoice@2x-d82d1badb9125a851d01969981ac86dd.png) no-repeat center center;
  background-size: 24px 24px !important; }

.icon-account {
  background: url(images/icons/social@2x-1768d9483b5cdd1220b0e792e402b3e8.png) no-repeat center center;
  background-size: 20px 24px !important; }

.tab-item-active .icon-home {
  background: url(images/icons/iconHome@2x_o-653f30cc64e7425026c0d4ec1e89c8fe.png) no-repeat center center; }

.tab-item-active .icon-history {
  background: url(images/icons/invoice@2x_o-a9bed166763a38e03620605c65ecc60c.png) no-repeat center center; }

.tab-item-active .icon-account {
  background: url(images/icons/social@2x_o-4e69e14fbadbba93cf08d4461b434ab6.png) no-repeat center center; }

.popup-buttons {
  padding: 0;
  min-height: 40px; }
  .popup-buttons .button {
    border: none;
    background: #1cc395;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    min-height: 23px;
    margin: 0;
    border-radius: 0;
    font-weight: 600; }
  .popup-buttons .button-positive {
    color: #FFF !important;
    background: #2dd4a6; }

.popup-head {
  border: none; }
  .popup-head h3 {
    font-weight: 600; }

.popup-body {
  text-align: center;
  padding-bottom: 20px; }

.overflow-scroll {
  overflow-y: auto;
  position: relative;
  height: 100%; }
  .overflow-scroll .scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

.has-footer {
  bottom: 60px; }

.block-merchant-tab {
  margin-bottom: 40px; }
  .block-merchant-tab .tabs {
    position: relative;
    height: auto;
    background-color: #FFF; }
    .block-merchant-tab .tabs .tab-item {
      font-size: 14px;
      line-height: 20px;
      padding: 15px;
      max-width: 60%;
      background: #FFF;
      color: #333 !important;
      margin-top: 0 !important;
      border-bottom: 2px solid #eeeeee !important;
      text-decoration: none !important;
      width: auto; }
    .block-merchant-tab .tabs .tab-item-active {
      background: #FFF;
      color: #0abf96 !important;
      border-bottom: 2px solid #0abf96 !important;
      border-top: none;
      position: relative;
      overflow: visible; }
    .block-merchant-tab .tabs .tab-item-active:after {
      content: ' ';
      position: absolute;
      bottom: -8px;
      left: 47%;
      width: 16px;
      height: 8px; }
  .block-merchant-tab ion-tabs ion-nav-view ion-scroll {
    padding-top: 60px; }
  .block-merchant-tab .pane {
    position: relative;
    background: none; }
  .block-merchant-tab .tab-merchant-content {
    color: #333;
    margin-bottom: 70px; }
    .block-merchant-tab .tab-merchant-content a {
      color: #333; }
    .block-merchant-tab .tab-merchant-content a.show-more {
      cursor: pointer;
      display: block;
      clear: both;
      font-size: 12px;
      text-align: center;
      color: #0abf96; }
    .block-merchant-tab .tab-merchant-content .tit-merchant {
      padding: 15px 20px 10px 20px; }
      .block-merchant-tab .tab-merchant-content .tit-merchant .image {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        max-height: 42px; }
        .block-merchant-tab .tab-merchant-content .tit-merchant .image img {
          max-width: 42px; }
      .block-merchant-tab .tab-merchant-content .tit-merchant .tit-right {
        padding-top: 5px; }
        .block-merchant-tab .tab-merchant-content .tit-merchant .tit-right h3 {
          font-size: 12px;
          font-weight: 700;
          margin-bottom: 0; }
        .block-merchant-tab .tab-merchant-content .tit-merchant .tit-right p {
          font-size: 11px;
          color: #7f7f7f; }
    .block-merchant-tab .tab-merchant-content .tit-campaign {
      padding: 10px 20px; }
      .block-merchant-tab .tab-merchant-content .tit-campaign .image {
        float: left;
        margin-right: 10px;
        margin-bottom: 0; }
        .block-merchant-tab .tab-merchant-content .tit-campaign .image img {
          max-width: 21px; }
      .block-merchant-tab .tab-merchant-content .tit-campaign .tit-right {
        padding-top: 5px; }
        .block-merchant-tab .tab-merchant-content .tit-campaign .tit-right h3 {
          font-size: 12px;
          font-weight: 700;
          margin-bottom: 0; }

.tab-swipped-title .tabs {
  border: none !important;
  justify-content: inherit;
  background-image: none;
  box-shadow: none;
  display: inline-block; }
  .tab-swipped-title .tabs .tab-item {
    overflow: visible;
    border: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline-block; }
  .tab-swipped-title .tabs .tab-item-active {
    border-bottom: 2px solid #0abf96 !important;
    font-weight: 600; }

.tab-swipped-title .tabs::-webkit-scrollbar {
  display: none !important;
  background-color: transparent;
  height: 0;
  width: 0; }

.tab-swipped-title.tab-white {
  background: #FFF; }

.item-merchant {
  background: #FFF;
  padding: 10px 20px;
  border-bottom: 1px solid #EEE; }
  .item-merchant a {
    color: #333; }
  .item-merchant .item-left-merchant {
    float: left;
    width: 60%;
    margin-right: 2%; }
    .item-merchant .item-left-merchant .image-merchant {
      float: left;
      margin-right: 10px;
      margin-bottom: 0; }
      .item-merchant .item-left-merchant .image-merchant img {
        max-width: 60px;
        border: 1px solid #EEE; }
    .item-merchant .item-left-merchant span {
      font-size: 11px;
      color: #333; }
    .item-merchant .item-left-merchant h3 {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 5px;
      margin-top: 5px; }
    .item-merchant .item-left-merchant span.date {
      color: #7f7f7f; }
      .item-merchant .item-left-merchant span.date span.credit {
        color: #7f7f7f;
        padding-left: 20px; }
        .item-merchant .item-left-merchant span.date span.credit i {
          font-size: 14px;
          padding-right: 10px; }
  .item-merchant .item-right-merchant {
    float: right;
    width: 38%;
    text-align: right;
    padding-top: 10px; }
    .item-merchant .item-right-merchant p {
      font-size: 24px;
      font-weight: bold;
      display: inline-block; }
    .item-merchant .item-right-merchant p.text-font-small {
      font-size: 18px; }
      .item-merchant .item-right-merchant p.text-font-small sup {
        top: -7px; }
    .item-merchant .item-right-merchant span {
      font-size: 11px;
      display: block; }

sup {
  top: -8px;
  font-size: 45%; }

.red-point {
  color: #bf2828; }

.green-point {
  color: #00a17f; }

.back-button {
  position: absolute;
  top: 3px;
  left: 5px;
  color: #FFF !important;
  font-size: 30px;
  padding: 5px 10px;
  z-index: 9999; }
  .back-button .back-text {
    display: none !important; }

.back-button-green {
  background: #00a17f;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF !important;
  font-size: 30px;
  padding: 4px 13px;
  z-index: 9999; }

.banner-refer-detail {
  min-height: 150px; }
  .banner-refer-detail img {
    float: left;
    background: #CCC; }

p.get-reward {
  font-size: 11px;
  padding: 10px 15px;
  margin: 0 10px 10px;
  background: #FFF;
  border-bottom: 1px solid #ddd; }
  p.get-reward a {
    color: #1bc395;
    display: block;
    background: url(images/icon_getreward-e9837387baff769730aa531293026a3f.png) no-repeat 0 0;
    padding: 8px 0 5px 40px;
    background-size: 27px 30px; }
  p.get-reward a:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px; }

.bar-footer {
  background: #0abf96 !important;
  border: none !important; }

.slider-slide {
  padding-top: 0;
  background: none; }

.slider-pager {
  bottom: 20px; }

.slider-pager .slider-pager-page {
  color: #FFF;
  opacity: 1; }

.slider-pager .slider-pager-page.active {
  color: #1bc395; }

.input-date {
  margin: 0;
  padding: 0 !important;
  border: none; }

.input-date input {
  border: none;
  ouline: none !important;
  line-height: 30px; }

.input-date input[type="date"]:after {
  content: "\F073";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 5px; }

.input-medium {
  height: 55px !important;
  font-size: 20px !important; }

.input-40 {
  height: 40px !important; }

.input-50 {
  height: 50px !important; }

.scroll-footer {
  margin-bottom: 70px; }

.scroll-footer-large {
  margin-bottom: 140px; }

.my-pdpa-popup .popup {
  width: 50%;
  background: #FFF; }
  .my-pdpa-popup .popup .popup-head {
    text-align: left; }
  .my-pdpa-popup .popup .popup-body {
    text-align: left; }
    .my-pdpa-popup .popup .popup-body .content-pdpa {
      max-height: 300px;
      margin-bottom: 5px;
      overflow-y: scroll; }
    .my-pdpa-popup .popup .popup-body .content-loadmore {
      color: #00a17f;
      cursor: pointer;
      display: none;
      text-decoration: none; }

.blueMessage {
  color: #4963a0; }

.orangeMessage {
  color: #fea92a; }

.list-sub-account {
  margin: 10px 0 0;
  clear: both; }
  .list-sub-account .item-sub-account {
    background: #f3f3f3;
    margin-bottom: 5px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .list-sub-account .item-sub-account .left {
      width: 60%; }
      .list-sub-account .item-sub-account .left img {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle; }
      .list-sub-account .item-sub-account .left span {
        font-weight: bold;
        font-size: 12px; }
      .list-sub-account .item-sub-account .left span.type {
        font-weight: normal; }
      .list-sub-account .item-sub-account .left span.expiry {
        color: #7f7f7f;
        font-size: 11px;
        display: block;
        font-weight: normal; }
    .list-sub-account .item-sub-account .right {
      font-size: 12px; }
      .list-sub-account .item-sub-account .right span {
        float: left; }
      .list-sub-account .item-sub-account .right span.type {
        color: #6d6d6d;
        display: inline-block;
        padding-top: 5px; }
      .list-sub-account .item-sub-account .right span.point {
        margin-left: 20px;
        line-height: 14px;
        text-align: right; }
        .list-sub-account .item-sub-account .right span.point strong {
          display: block;
          font-size: 14px; }
  .list-sub-account .item-sub-account:last-child {
    margin-bottom: 0; }

.sub-account .list-sub-account .item-sub-account .left img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px; }

.sub-account .list-sub-account .item-sub-account .left span {
  line-height: 12px;
  margin-top: 3px; }

.sub-account .list-sub-account .item-sub-account .right {
  margin-top: 5px; }

.wide-as-needed {
  white-space: nowrap; }

.width-full {
  width: 100%;
  overflow: hidden; }

.mL70 {
  margin-left: 70px; }

.view-container .scroll-view div.scroll {
  -webkit-overflow-scrolling: touch; }

.block-tabs-campaign .tabs-campaign a {
  color: #909090;
  padding: 10px 15px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 300; }

.block-tabs-campaign .tabs-campaign a:hover,
.block-tabs-campaign .tabs-campaign a.active {
  color: #111111;
  text-decoration: none;
  font-weight: 500; }

.block-tabs-campaign .content-campaign {
  border-top: 1px solid #EEE; }
  .block-tabs-campaign .content-campaign .item-merchant .item-left-merchant span {
    font-size: 13px;
    color: #292929;
    font-weight: 400;
    display: block; }
  .block-tabs-campaign .content-campaign .item-merchant .item-left-merchant h3 {
    font-weight: normal;
    color: #909090;
    margin-bottom: 0; }
  .block-tabs-campaign .content-campaign .item-merchant .item-left-merchant span.date {
    color: #909090;
    font-size: 12px;
    font-weight: 300; }
  .block-tabs-campaign .content-campaign .item-merchant .item-left-merchant .image-merchant img {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .block-tabs-campaign .content-campaign .item-merchant .item-right-merchant {
    padding-top: 15px; }
    .block-tabs-campaign .content-campaign .item-merchant .item-right-merchant p {
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 0; }
      .block-tabs-campaign .content-campaign .item-merchant .item-right-merchant p strong {
        font-weight: 500; }
    .block-tabs-campaign .content-campaign .item-merchant .item-right-merchant p.text-font-small {
      font-size: 18px; }
    .block-tabs-campaign .content-campaign .item-merchant .item-right-merchant span {
      font-size: 14px;
      color: #909090; }
  .block-tabs-campaign .content-campaign .tab-activities .item-merchant {
    padding: 10px 15px; }
    .block-tabs-campaign .content-campaign .tab-activities .item-merchant .item-right-merchant {
      padding-top: 0; }
  .block-tabs-campaign .content-campaign .block-title {
    padding: 0 15px; }
    .block-tabs-campaign .content-campaign .block-title h3 {
      color: #909090;
      font-size: 14px;
      font-weight: 300; }
  .block-tabs-campaign .content-campaign .block-content {
    background: #FFF;
    padding: 15px;
    margin-bottom: 20px;
    color: #292929;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE; }
  .block-tabs-campaign .content-campaign .block-description .block-content {
    border-top: none; }
  .block-tabs-campaign .content-campaign .block-contact .block-content > div {
    margin-bottom: 10px; }
    .block-tabs-campaign .content-campaign .block-contact .block-content > div .icon {
      float: left;
      margin-top: 2px; }
      .block-tabs-campaign .content-campaign .block-contact .block-content > div .icon i {
        font-size: 18px;
        color: #909090; }
    .block-tabs-campaign .content-campaign .block-contact .block-content > div p {
      margin-left: 30px; }
      .block-tabs-campaign .content-campaign .block-contact .block-content > div p span {
        display: block; }
  .block-tabs-campaign .content-campaign .block-contact .block-content > div:last-child {
    margin-bottom: 0; }

.block-membership {
  background: #947f36;
  color: #FFF;
  padding: 10px 15px;
  margin-bottom: 20px; }
  .block-membership .pull-left p {
    margin-bottom: 0; }
  .block-membership .pull-left .image {
    float: left;
    margin-right: 10px; }
    .block-membership .pull-left .image img {
      max-width: 20px;
      float: left; }
  .block-membership .pull-left .total-point {
    float: left; }
  .block-membership .pull-right span {
    font-size: 12px; }

.block-tabs-campaign .content-campaign {
  border-top: none; }
  .block-tabs-campaign .content-campaign .block-content a {
    color: #00a17f; }
  .block-tabs-campaign .content-campaign .block-how-work p {
    margin-bottom: 0; }
  .block-tabs-campaign .content-campaign .block-topup-option .block-content {
    padding: 0; }
    .block-tabs-campaign .content-campaign .block-topup-option .block-content .list-topup-option li {
      padding: 8px 15px;
      border-bottom: 1px solid #EEE;
      font-size: 14px; }
    .block-tabs-campaign .content-campaign .block-topup-option .block-content .list-topup-option li:last-child {
      border-bottom: none; }
  .block-tabs-campaign .content-campaign .block-redeem-option .block-content {
    padding: 0;
    border-bottom: none; }
    .block-tabs-campaign .content-campaign .block-redeem-option .block-content a {
      display: block;
      background: #f8f8f8;
      padding: 5px 0; }
    .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option {
      border-bottom: 1px solid #EEE; }
      .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li {
        padding: 8px 15px;
        border-bottom: 1px solid #EEE; }
        .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li .pull-left {
          margin-bottom: 0;
          padding-top: 5px; }
        .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li .pull-right p {
          margin-bottom: 0; }
        .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li .pull-right .point {
          float: left;
          font-size: 20px;
          font-weight: 600;
          padding-right: 10px;
          padding-top: 4px; }
        .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li .pull-right .point-require {
          float: left; }
          .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li .pull-right .point-require span {
            display: block;
            color: #666666;
            font-size: 12px;
            line-height: 14px; }
          .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li .pull-right .point-require span.line-height-require {
            padding-top: 7px; }
      .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li:last-child {
        border-bottom: none; }
      .block-tabs-campaign .content-campaign .block-redeem-option .block-content .list-redeem-option li.redeem-opacity {
        opacity: 0.5; }
  .block-tabs-campaign .content-campaign .block-available .block-content {
    padding: 0; }
    .block-tabs-campaign .content-campaign .block-available .block-content .list-available li {
      position: relative;
      color: #292929;
      padding: 10px 65px 0 15px;
      border-bottom: 1px solid #EEE; }
      .block-tabs-campaign .content-campaign .block-available .block-content .list-available li h3 {
        font-size: 14px;
        font-weight: 700; }
      .block-tabs-campaign .content-campaign .block-available .block-content .list-available li p {
        font-weight: 400; }
    .block-tabs-campaign .content-campaign .block-available .block-content .list-available li:last-child {
      border-bottom: none; }
    .block-tabs-campaign .content-campaign .block-available .block-content .list-available li:after {
      font-family: FontAwesome;
      color: #999999;
      position: absolute;
      right: 25px;
      top: 35%;
      content: '\F106';
      font-size: 30px; }
    .block-tabs-campaign .content-campaign .block-available .block-content .list-available li.avaiableUp:after {
      font-family: FontAwesome;
      color: #999999;
      position: absolute;
      right: 25px;
      top: 40%;
      content: '\F107';
      font-size: 30px; }

@media (max-width: 480px) {
  .my-pdpa-popup .popup {
    width: 95%; }
    .my-pdpa-popup .popup .popup-body .content-pdpa {
      overflow-y: hidden; }
    .my-pdpa-popup .popup .popup-body .pdpa_scroll {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    .my-pdpa-popup .popup .popup-body .content-loadmore {
      display: block; } }

@media (max-width: 360px) {
  .banner-refer-detail {
    min-height: 100px; } }

@media (max-width: 220px) {
  .banner-refer-detail {
    min-height: 50px; } }

@media (max-height: 525px) {
  .my-pdpa-popup .popup .popup-body .content-pdpa {
    max-height: 218px;
    overflow: hidden; }
  .my-pdpa-popup .popup .popup-body .pdpa_scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .my-pdpa-popup .popup .popup-body .content-loadmore {
    display: block; } }

@media (max-height: 460px) {
  .my-pdpa-popup .popup .popup-body .content-pdpa {
    max-height: 200px; } }

@media (max-height: 440px) {
  .my-pdpa-popup .popup .popup-body .content-pdpa {
    max-height: 170px; } }

@media (max-height: 405px) {
  .my-pdpa-popup .popup .popup-body .content-pdpa {
    max-height: 60px; } }

@media (max-height: 282px) {
  .my-pdpa-popup .popup .popup-body .content-pdpa {
    max-height: 20px; } }

.pdpa_alert {
  color: red; }

.store-spinners {
  display: none !important; }

img.img-lazy-loading {
  opacity: 1;
  transition: opacity 0.3s; }

img[data-src].img-lazy-loading {
  opacity: 0; }

.ui-select-match-text span {
  line-height: 28px; }

/***************** face login ***********/
.login-face-box {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00a17f;
  z-index: 999; }
  .login-face-box section {
    height: 100%; }
  .login-face-box .viewport {
    height: 100%;
    text-align: center; }

.circle-login {
  width: 360px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  float: left;
  overflow: hidden; }

.circle-login:after {
  content: '';
  position: absolute;
  border: 10px solid #15caa9;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.7); }

.content-qr-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  .content-qr-box .top-overlay,
  .content-qr-box .bottom-overlay {
    height: calc((100% - 360px) / 2);
    background: rgba(0, 0, 0, 0.7);
    width: 100%; }
  .content-qr-box .middle-overlay {
    width: calc((100% - 360px) / 2);
    height: 360px;
    float: left;
    background: rgba(0, 0, 0, 0.7); }
  .content-qr-box .notice-qr-box {
    color: #FFF;
    text-align: center;
    z-index: 999; }
    .content-qr-box .notice-qr-box p {
      background: rgba(0, 0, 0, 0.7);
      margin-bottom: 0;
      padding-bottom: 10px; }
    .content-qr-box .notice-qr-box .btn-switch-camera img {
      max-width: 40px; }
  .content-qr-box .btn-switch-login {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 999; }
    .content-qr-box .btn-switch-login img {
      max-width: 40px; }

.draw-line {
  height: 6px;
  background-color: #48e18b;
  transform-origin: left center;
  position: absolute;
  z-index: 1;
  width: 48px;
  border-radius: 0 3px 3px 0; }

.face-video {
  height: 100%; }
  .face-video video {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover; }
  .face-video .container {
    position: relative;
    width: auto; }
  .face-video .content-qr-box {
    position: absolute;
    top: 0;
    left: 0; }
    .face-video .content-qr-box .btn-switch-login {
      right: auto;
      left: 10px; }
      .face-video .content-qr-box .btn-switch-login img {
        max-width: 57px;
        width: 57px;
        height: 57px; }
    .face-video .content-qr-box .btn-face-login {
      background: #70c6b6;
      color: #FFF;
      width: 48px;
      height: 48px;
      padding-top: 8px;
      position: absolute;
      right: 12px;
      top: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      z-index: 999; }
      .face-video .content-qr-box .btn-face-login i {
        font-size: 30px; }
    .face-video .content-qr-box .btn-face-login-r {
      width: 200px;
      padding: 10px;
      background: #5fd65f;
      font-weight: bold;
      font-size: 20px;
      color: #ffffff; }

/*
 * Variables
 */
:root {
  --card-padding: 24px;
  --card-height: 340px;
  --card-skeleton: linear-gradient(lightgrey var(--card-height), transparent 0);
  --avatar-size: 32px;
  --avatar-position: var(--card-padding) var(--card-padding);
  --avatar-skeleton: radial-gradient(circle 16px at center, white 99%, transparent 0);
  --title-height: 32px;
  --title-width: 200px;
  --title-position: var(--card-padding) 180px;
  --title-skeleton: linear-gradient(white var(--title-height), transparent 0);
  --desc-line-height: 16px;
  --desc-line-skeleton: linear-gradient(white var(--desc-line-height), transparent 0);
  --desc-line-1-width: 230px;
  --desc-line-1-position: var(--card-padding) 242px;
  --desc-line-2-width: 180px;
  --desc-line-2-position: var(--card-padding);
  --footer-height: 40px;
  --footer-position: 0 calc(var(--card-height) - var(--footer-height));
  --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
  --blur-width: 200px;
  --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height)); }

/*
 * Card Skeleton for Loading
 */
.card {
  width: 100%;
  height: var(--card-height); }
  .card:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--card-skeleton);
    background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) var(--desc-line-height), var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
    background-position: -150% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
    background-repeat: no-repeat;
    animation: loading 1.5s infinite; }

@keyframes loading {
  to {
    background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0; } }

/*
 * Card Skeleton for Loading
 */
.card-home-skeleton {
  width: 100%;
  height: 200px;
  margin-bottom: 30px; }
  .card-home-skeleton:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%), var(--desc-line-skeleton), var(--card-skeleton);
    background-size: var(--blur-size), var(--desc-line-2-width) var(--desc-line-height), 100% 100%;
    background-position: -150% 0, 10px 170px, 0 0;
    background-repeat: no-repeat;
    animation: loading-card-home 1.5s infinite; }

@keyframes loading-card-home {
  to {
    background-position: 350% 0, 10px 170px, 0 0; } }

.sekeleton:empty {
  content: '';
  background: linear-gradient(rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.7));
  height: 280px; }

@keyframes skeletonAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

.card-skeleton {
  width: 100%;
  background: #CCC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  animation-name: skeletonAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

ul.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  overflow-y: scroll !important;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch; }

.version {
  position: absolute;
  margin: 4px 4px;
  left: 0px;
  z-index: 10;
  width: 100%;
  text-align: center; }

@supports (-webkit-touch-callout: none) { {
    /* CSS specific to iOS devices */ }
  .oto-pay span,
  .oto-pay a,
  .oto-pay p,
  .oto-pay div,
  .oto-pay input,
  .oto-pay label,
  .oto-pay h3,
  .oto-pay h4, .advo-pay-checkout span,
  .advo-pay-checkout a,
  .advo-pay-checkout p,
  .advo-pay-checkout div,
  .advo-pay-checkout input,
  .advo-pay-checkout label,
  .advo-pay-checkout h3,
  .advo-pay-checkout h4, .advo-pay-history span,
  .advo-pay-history a,
  .advo-pay-history p,
  .advo-pay-history div,
  .advo-pay-history input,
  .advo-pay-history label,
  .advo-pay-history h3,
  .advo-pay-history h4, .advo-pay-processing span,
  .advo-pay-processing a,
  .advo-pay-processing p,
  .advo-pay-processing div,
  .advo-pay-processing input,
  .advo-pay-processing label,
  .advo-pay-processing h3,
  .advo-pay-processing h4, .advo-pay-failure span,
  .advo-pay-failure a,
  .advo-pay-failure p,
  .advo-pay-failure div,
  .advo-pay-failure input,
  .advo-pay-failure label,
  .advo-pay-failure h3,
  .advo-pay-failure h4, .advo-pay-success span,
  .advo-pay-success a,
  .advo-pay-success p,
  .advo-pay-success div,
  .advo-pay-success input,
  .advo-pay-success label,
  .advo-pay-success h3,
  .advo-pay-success h4 {
    font-family: 'Lato', sans-serif !important;
    -webkit-text-stroke-width: 0.1px; } }
.login .phone-ext {
  display: block;
  height: 2.5rem;
  font-size: 1rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  margin-bottom: 15px; }

.login .brand-hidden {
  visibility: hidden; }

.login .form-control {
  font-size: 16px; }

.login .button {
  font-size: 20px; }

.login .phone-input {
  margin-bottom: 15px; }

.login .button-wang-merchant {
  background: black;
  border-color: black !important;
  font-weight: bold; }
[wm-load] > .wm-loading, [wm-load] > .wm-error {
  text-align: center;
  margin: 3rem; }

button[wm-load] > .wm-loading, button[wm-load] > .wm-error, [wm-load].btn > .wm-loading, [wm-load].btn > .wm-error, [wm-load].wm-load-inline > .wm-loading, [wm-load].wm-load-inline > .wm-error {
  text-align: inherit;
  margin: 0; }
.ui-select-choices {
  max-height: 300px; }

.ui-select-choices-row-inner {
  height: 50px;
  line-height: 40px !important; }

input.form-control.ui-select-search {
  padding: 0 0 0 15px !important;
  width: calc(100% - 15px) !important; }

ul.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  max-height: 350px; }
.login-options {
  background-image: none !important;
  background-color: #f9f9f9 !important; }
  .login-options span,
  .login-options p,
  .login-options div,
  .login-options button,
  .login-options a,
  .login-options h3,
  .login-options h4,
  .login-options h5 {
    font-family: Lato, sans-serif; }
  .login-options .login-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .login-options .login-content {
    margin-top: -200px;
    background: white;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .login-options .login-content .bg-positive {
      padding-top: 48px;
      padding-bottom: 64px; }
    .login-options .login-content h4 {
      font-size: 16px !important;
      color: #4a4a4a; }
    .login-options .login-content #btn-submit-login {
      margin-top: 32px;
      border-radius: 8px;
      background-image: -webkit-linear-gradient(right, #469f81, #338874);
      background-image: -o-linear-gradient(right, #469f81, #338874);
      background-image: linear-gradient(to left, #469f81, #338874);
      font-weight: 600; }
  .login-options .password-form {
    margin-top: 3rem;
    position: relative; }
    .login-options .password-form label {
      line-height: 48px;
      height: 48px;
      border-radius: 8px;
      font-family: Lato;
      border: 1px solid #d9d9d9; }
    .login-options .password-form input {
      color: #4a4a4a;
      font-size: 16px;
      background-clip: padding-box; }
  .login-options .login-avatar {
    text-align: center; }
    .login-options .login-avatar .wm-image {
      border-radius: 50%;
      width: 120px;
      height: 120px;
      border: 2px solid #fff;
      display: inline-block; }
  .login-options .error {
    font-size: 1.1rem;
    color: #f00; }
  .login-options .forgot-pass {
    color: #2d67c7;
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 13px;
    z-index: 999; }
  .login-options .resend-pass {
    color: #1bc395;
    font-size: 12px;
    display: block;
    text-align: center; }

.popup-pdpa-v2 .popup {
  width: 100%;
  max-width: 560px;
  background: white;
  border-radius: 8px;
  margin-left: 16px;
  margin-right: 16px; }

.popup-pdpa-v2 .popup-head {
  padding: 16px;
  font-family: Lato; }
  .popup-pdpa-v2 .popup-head h3 {
    text-align: left; }

.popup-pdpa-v2 .popup-body {
  border-radius: 8px;
  background: white;
  padding: 16px;
  font-size: 16px;
  color: #4a4a4a; }
  .popup-pdpa-v2 .popup-body .content-pdpa {
    max-height: 300px;
    margin-bottom: 5px;
    overflow-y: scroll; }
    .popup-pdpa-v2 .popup-body .content-pdpa p {
      color: #4a4a4a;
      font-size: 16px;
      line-height: 1.5;
      font-family: Lato, sans-serif;
      text-align: left; }
  .popup-pdpa-v2 .popup-body .content-loadmore {
    display: none; }
  .popup-pdpa-v2 .popup-body .term-condition {
    text-align: left; }

.popup-pdpa-v2 .popup-buttons {
  padding: 16px; }
  .popup-pdpa-v2 .popup-buttons button {
    height: 40px;
    border-radius: 8px;
    background-image: linear-gradient(to left, #469f81, #338874); }
  .popup-pdpa-v2 .popup-buttons .button-positive {
    position: absolute;
    top: 5px;
    right: -20px;
    background: none;
    color: red;
    padding: 0px; }
    .popup-pdpa-v2 .popup-buttons .button-positive p {
      color: #d2d2d2;
      font-size: 18px; }

.unlink-facebook {
  margin-top: 16px; }
  .unlink-facebook .unlink-text {
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 8px; }
    .unlink-facebook .unlink-text img {
      margin-bottom: -4px; }
    .unlink-facebook .unlink-text span {
      margin-left: 4px; }
  .unlink-facebook a {
    text-align: center;
    display: inherit;
    font-size: 14px;
    color: #2d67c7; }

.advo-unlink-facebook-card .popup {
  background: white;
  width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 8px; }
  .advo-unlink-facebook-card .popup .popup-head {
    padding: 0px; }
  .advo-unlink-facebook-card .popup .popup-body {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 24px; }
    .advo-unlink-facebook-card .popup .popup-body .content-unlink-facebook img {
      width: 80px; }
    .advo-unlink-facebook-card .popup .popup-body .content-unlink-facebook .intro-text {
      color: #4a4a4a;
      font-weight: bold;
      font-size: 16px;
      font-family: "Lato";
      margin-top: 24px;
      margin-bottom: 4px; }
    .advo-unlink-facebook-card .popup .popup-body .content-unlink-facebook .message-text {
      font-size: 16px;
      color: #4a4a4a;
      font-family: Lato, sans-serif;
      line-height: 24px; }

.advo-unlink-facebook-card .popup-buttons {
  display: flex;
  flex-direction: column; }
  .advo-unlink-facebook-card .popup-buttons .button {
    line-height: 48px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 8px;
    font-size: 16px;
    height: 48px; }
    .advo-unlink-facebook-card .popup-buttons .button p {
      margin-bottom: 0px;
      font-weight: normal;
      font-family: Lato; }
  .advo-unlink-facebook-card .popup-buttons .button-positive {
    background: #3b5a99;
    margin-bottom: 16px; }
  .advo-unlink-facebook-card .popup-buttons .button-default {
    background: none;
    border: 1px solid #ECECEC;
    margin-bottom: 24px;
    color: #4a4a4a; }
.register-options {
  background-image: none !important;
  background-color: #f9f9f9 !important; }
  .register-options a,
  .register-options p,
  .register-options span,
  .register-options h5 {
    font-family: Lato, sans-serif; }
  .register-options .login-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .register-options .fixed-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    display: flex;
    line-height: 56px; }
    .register-options .fixed-button .img-icon {
      margin-top: 18px;
      margin-left: 20px;
      position: absolute; }
    .register-options .fixed-button .title {
      width: 100%;
      text-align: center;
      line-height: 56px;
      height: 56px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .register-options .register-content {
    margin-top: -190px;
    background: white;
    border-radius: 8px;
    margin-left: 16px;
    margin-right: 16px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .register-options .register-content .bg-positive {
      padding-top: 48px;
      padding-bottom: 16px; }
    .register-options .register-content .padding {
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      position: relative; }
      .register-options .register-content .padding .img-absolute {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-top: auto;
        margin-bottom: auto; }
      .register-options .register-content .padding .button-medium {
        font-family: Lato,sans-serif;
        font-size: 16px;
        border: solid 1px #d9d9d9; }
      .register-options .register-content .padding .regis-email {
        background-color: white; }
    .register-options .register-content h5 {
      font-size: 16px;
      color: #4a4a4a; }
    .register-options .register-content .button-block {
      height: 48px;
      line-height: 48px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      font-size: 16px; }
    .register-options .register-content .button-block.ion-social-facebook {
      margin-bottom: 16px; }
    .register-options .register-content .button-block.ion-email {
      color: #4a4a4a !important;
      background: white;
      border: solid 1px #d9d9d9; }
    .register-options .register-content .button-block.ion-social-facebook:before,
    .register-options .register-content .button-block.ion-email:before {
      border-right: none !important;
      position: relative !important;
      line-height: 48px !important;
      left: 0px !important;
      padding-right: 0px !important; }
.dob-label {
  color: #aeaeae;
  font-size: 90%; }

.register-detail {
  background: #f9f9f9 !important; }
  .register-detail span,
  .register-detail button,
  .register-detail p,
  .register-detail div,
  .register-detail a {
    font-family: Lato,sans-serif !important; }
  .register-detail .next-text {
    padding-top: 0px;
    color: #4a4a4a; }
  .register-detail .register-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .register-detail .fixed-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    display: flex;
    line-height: 56px;
    cursor: pointer; }
    .register-detail .fixed-button .img-icon {
      margin-top: 18px;
      margin-left: 20px;
      position: absolute; }
    .register-detail .fixed-button .title {
      width: 100%;
      text-align: center;
      line-height: 56px;
      height: 56px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .register-detail .scroll-detail {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    margin-bottom: 48px;
    bottom: 0px;
    overflow: visible;
    height: 500px;
    border-radius: 8px; }
    .register-detail .scroll-detail .scroll {
      height: auto;
      margin-bottom: 24px;
      padding: 20px 20px 20px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .register-detail .scroll-detail .label-title {
      color: #4a4a4a;
      margin-top: 32px;
      margin-bottom: 0px; }
    .register-detail .scroll-detail .item-input {
      border: none;
      margin-top: 8px;
      padding: 0px;
      width: 100%;
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
      margin-bottom: 0px; }
      .register-detail .scroll-detail .item-input input {
        padding-right: 10px;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        border: solid 1px #d9d9d9;
        background-color: #ffffff;
        padding-left: 16px; }
    .register-detail .scroll-detail .gender-select {
      position: relative; }
      .register-detail .scroll-detail .gender-select select {
        width: 100%;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        padding-left: 16px;
        border: solid 1px #d9d9d9;
        color: #4a4a4a;
        margin-top: 8px;
        text-indent: 10px;
        position: relative;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: white; }
    .register-detail .scroll-detail .gender-select:after {
      content: "\F107";
      font-family: FontAwesome;
      z-index: 9;
      font-size: 20px;
      position: absolute;
      right: 12px;
      top: 42px; }
    .register-detail .scroll-detail .error_input {
      border-bottom: 1px solid #ff0000; }
    .register-detail .scroll-detail span.font-small {
      font-size: 11px;
      color: #aeaeae;
      margin-bottom: 10px;
      display: block; }
    .register-detail .scroll-detail wm-file-upload .image-upload {
      background: none;
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      display: flex;
      justify-content: center; }
      .register-detail .scroll-detail wm-file-upload .image-upload .image-holder .image-holder-inner {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff; }
        .register-detail .scroll-detail wm-file-upload .image-upload .image-holder .image-holder-inner .wm-image {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .register-detail .scroll-detail wm-file-upload .image-upload .btn-file-upload {
        background: url(images/upload-372f1e75bf513e8d7c65875ccb1c2384.png) no-repeat 0 0;
        width: 24px;
        height: 26px;
        background-size: 100% 100%;
        text-indent: -9999px;
        left: 50%;
        margin-left: 23px;
        top: 30px;
        position: absolute; }
    .register-detail .scroll-detail .btn-register {
      border-radius: 8px;
      background-image: -webkit-linear-gradient(right, #469f81, #338874);
      background-image: -o-linear-gradient(right, #469f81, #338874);
      background-image: linear-gradient(to left, #469f81, #338874); }
    .register-detail .scroll-detail wm-file-upload .image-upload .image-holder {
      float: left;
      width: auto; }
      .register-detail .scroll-detail wm-file-upload .image-upload .image-holder .dummy {
        margin-top: 0; }
    .register-detail .scroll-detail .block-gender {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      .register-detail .scroll-detail .block-gender a {
        background: #fff;
        display: block;
        float: left;
        padding: 8px 0;
        text-align: center;
        color: #333;
        width: 50%; }
      .register-detail .scroll-detail .block-gender a:hover {
        text-decoration: none; }
      .register-detail .scroll-detail .block-gender a.active {
        background: #1bc395;
        color: #fff; }
    .register-detail .scroll-detail .form-group .input-group input {
      background: #fff; }
    .register-detail .scroll-detail .form-group .input-group .input-group-addon {
      background: #fff;
      border: none;
      border-bottom: 1px solid #ddd;
      border-radius: 0; }
    .register-detail .scroll-detail .name-info .item-input {
      width: 100%;
      float: left; }
    .register-detail .scroll-detail .name-info .right {
      float: right !important; }
    .register-detail .scroll-detail .button {
      font-size: 16px;
      height: 45px;
      margin-bottom: 32px; }

.label-lv2 {
  color: #555555;
  margin-right: 10px; }

.dob-input {
  height: 48px;
  line-height: 48px;
  background: none;
  padding-left: 0 !important;
  border-bottom: none !important; }
  .dob-input .right-dob {
    position: absolute;
    right: 0; }
  .dob-input .input-select {
    background: #fff;
    margin-right: 2%;
    width: 32%;
    height: 46px;
    line-height: 46px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px; }
  .dob-input .input-select.last {
    margin-right: 0; }
  .dob-input select {
    width: 100%;
    background: none;
    border: none;
    height: 46px;
    line-height: 46px;
    z-index: 10;
    text-indent: 10px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .dob-input .input-select:after {
    content: "\F107";
    font-family: FontAwesome;
    z-index: 9;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

.error-msg {
  color: red;
  margin-right: 5px; }

.phoneNumber_error {
  text-align: left;
  color: #aeaeae; }

.notifyMessage {
  color: red; }

.successMessage {
  color: #1bc395; }
wm-file-upload .image-upload {
  position: relative;
  background-color: #eee; }
  wm-file-upload .image-upload .image-holder {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%; }
    wm-file-upload .image-upload .image-holder .image-holder-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    wm-file-upload .image-upload .image-holder .dummy {
      margin-top: 100%; }
  wm-file-upload .image-upload .btn-file-upload {
    margin-top: -0.4rem;
    height: 30px;
    width: 100%;
    background: #3aafda;
    color: #fff;
    border-radius: 0 0 5px 5px; }
  wm-file-upload .image-upload .half-width {
    width: 50%;
    border-radius: 0 0 0px 0px; }
  wm-file-upload .image-upload .btn-file-upload:hover {
    background: #0098D0; }
  wm-file-upload .image-upload .btn-file-remove {
    margin-top: -0.4rem;
    width: 50%;
    height: 30px;
    opacity: 0.9;
    background: #AF2634;
    color: #fff;
    border-radius: 0 0 0px 0px; }
  wm-file-upload .image-upload .btn-file-remove:hover {
    opacity: 1;
    background: #AF2634; }

wm-file-upload .image-upload.normal .image-holder {
  width: 100%; }

wm-file-upload .image-upload.thumbnail {
  width: 100%;
  max-width: 120px;
  border: none;
  padding: 0; }
  wm-file-upload .image-upload.thumbnail .image-holder {
    width: 100%; }

wm-file-upload .image-upload.banner {
  width: 100%;
  max-width: 632px; }
  wm-file-upload .image-upload.banner .image-holder {
    width: 100%;
    height: 280px; }

wm-file-upload .image-upload.banner-large {
  width: 100%;
  max-width: 1264px; }
  wm-file-upload .image-upload.banner-large .image-holder {
    width: 100%;
    height: 560px; }
.wm-image {
  width: 100%;
  height: 100%; }
  .wm-image.wm-image-cover {
    background-size: cover; }
  .wm-image.wm-image-contain {
    background-size: contain; }
.register-confirm .register-background {
  background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
  width: 100%;
  height: 260px;
  background-size: cover; }

.register-confirm .fixed-button {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  line-height: 56px; }
  .register-confirm .fixed-button .img-icon {
    margin-top: 18px;
    margin-left: 20px;
    position: absolute; }
  .register-confirm .fixed-button .title {
    width: 100%;
    text-align: center;
    line-height: 56px;
    height: 56px;
    color: white;
    font-size: 18px;
    font-weight: bold; }

.register-confirm .scroll-view {
  margin-top: -190px;
  margin-left: 16px;
  margin-right: 16px;
  box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
  .register-confirm .scroll-view .avatar {
    border-radius: 50% !important;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border: 2px solid #fff; }
  .register-confirm .scroll-view .label-lv2 {
    color: #555555;
    margin-right: 10px; }
  .register-confirm .scroll-view .confirm-title {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555555; }
  .register-confirm .scroll-view .confirm-registration-button {
    margin-top: 20px;
    background-image: linear-gradient(to left, #469f81, #338874); }
  .register-confirm .scroll-view .row-input {
    border: none;
    margin-bottom: 15px;
    padding: 10px; }
    .register-confirm .scroll-view .row-input span {
      font-size: 16px;
      color: #4a4a4a; }
    .register-confirm .scroll-view .row-input .title {
      color: #8f8f8f;
      display: inline-block;
      min-width: 120px; }
    .register-confirm .scroll-view .row-input.left {
      width: 48%; }
    .register-confirm .scroll-view .row-input.right {
      width: 48%; }
  .register-confirm .scroll-view .scroll {
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
    padding: 20px 20px 24px;
    background: white;
    border-radius: 8px;
    height: auto; }
  .register-confirm .scroll-view wm-file-upload .image-upload {
    background: none;
    display: block;
    overflow: hidden;
    margin-bottom: 10px; }
    .register-confirm .scroll-view wm-file-upload .image-upload .image-holder .image-holder-inner {
      width: 64px;
      height: 64px;
      position: relative;
      border-radius: 50%;
      border: 2px solid #fff; }
      .register-confirm .scroll-view wm-file-upload .image-upload .image-holder .image-holder-inner .wm-image {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .register-confirm .scroll-view wm-file-upload .image-upload .btn-file-upload {
      background: url(images/btn_upload-36ea7d2f5d12571f0bb275b3486fc3ff.png) no-repeat 0 0;
      width: 40px;
      height: 40px;
      background-size: 100% 100%;
      text-indent: -9999px;
      top: 18px;
      right: 40px;
      position: absolute; }
  .register-confirm .scroll-view wm-file-upload .image-upload .image-holder {
    float: left;
    width: auto; }
    .register-confirm .scroll-view wm-file-upload .image-upload .image-holder .dummy {
      margin-top: 0; }
.verify-phone {
  background-image: none !important;
  background-color: #f9f9f9 !important; }
  .verify-phone span,
  .verify-phone h3,
  .verify-phone h4,
  .verify-phone p,
  .verify-phone button,
  .verify-phone input {
    font-family: Lato; }
  .verify-phone .login-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .verify-phone .fixed-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    display: flex;
    line-height: 56px;
    cursor: pointer; }
    .verify-phone .fixed-button .img-icon {
      margin-top: 18px;
      margin-left: 20px;
      position: absolute; }
    .verify-phone .fixed-button .title {
      width: 100%;
      text-align: center;
      line-height: 56px;
      height: 56px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .verify-phone .verify-content {
    margin-top: -180px;
    background: white;
    border-radius: 8px;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 16px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .verify-phone .verify-content .text-wrap {
      margin-top: 20px;
      color: #4a4a4a;
      font-size: 16px; }
    .verify-phone .verify-content h3 {
      color: #4a4a4a;
      font-weight: 600;
      margin-top: 16px;
      font-size: 18px; }
    .verify-phone .verify-content .guide-text {
      font-size: 16px;
      line-height: 1.5;
      text-align: center;
      color: #8f8f8f;
      margin-top: 24px; }
    .verify-phone .verify-content .form-fake {
      display: flex;
      justify-content: center; }
      .verify-phone .verify-content .form-fake .number-form {
        border-radius: 8px;
        border: solid 1px #ececec;
        background-color: #ffffff;
        width: 42px;
        height: 42px;
        font-size: 16px;
        color: #4a4a4a; }
      .verify-phone .verify-content .form-fake .number-form:not(:first-child) {
        margin-left: 12px; }
  .verify-phone .form-control {
    font-size: 16px; }
  .verify-phone .text-wrap {
    white-space: normal; }
  .verify-phone .resend-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px; }
    .verify-phone .resend-block .count-down {
      text-align: center;
      color: #4a4a4a;
      font-size: 16px;
      margin-bottom: 8px; }
    .verify-phone .resend-block a {
      text-align: center;
      color: #2d67c7 !important;
      font-size: 16px;
      font-weight: 600; }
.verify-phone {
  background-image: none !important;
  background-color: #f9f9f9 !important; }
  .verify-phone span,
  .verify-phone h3,
  .verify-phone h4,
  .verify-phone p,
  .verify-phone button,
  .verify-phone input {
    font-family: Lato; }
  .verify-phone .login-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .verify-phone .fixed-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    display: flex;
    line-height: 56px;
    cursor: pointer; }
    .verify-phone .fixed-button .img-icon {
      margin-top: 18px;
      margin-left: 20px;
      position: absolute; }
    .verify-phone .fixed-button .title {
      width: 100%;
      text-align: center;
      line-height: 56px;
      height: 56px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .verify-phone .verify-content {
    margin-top: -180px;
    background: white;
    border-radius: 8px;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 16px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .verify-phone .verify-content .text-wrap {
      margin-top: 20px;
      color: #4a4a4a;
      font-size: 16px; }
    .verify-phone .verify-content h3 {
      color: #4a4a4a;
      font-weight: 600;
      margin-top: 16px;
      font-size: 18px; }
    .verify-phone .verify-content .guide-text {
      font-size: 16px;
      line-height: 1.5;
      text-align: center;
      color: #8f8f8f;
      margin-top: 24px; }
    .verify-phone .verify-content .form-fake {
      display: flex;
      justify-content: center; }
      .verify-phone .verify-content .form-fake .number-form {
        border-radius: 8px;
        border: solid 1px #ececec;
        background-color: #ffffff;
        width: 42px;
        height: 42px;
        font-size: 16px;
        color: #4a4a4a; }
      .verify-phone .verify-content .form-fake .number-form:not(:first-child) {
        margin-left: 12px; }
  .verify-phone .form-control {
    font-size: 16px; }
  .verify-phone .text-wrap {
    white-space: normal; }
  .verify-phone .resend-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px; }
    .verify-phone .resend-block .count-down {
      text-align: center;
      color: #4a4a4a;
      font-size: 16px;
      margin-bottom: 8px; }
    .verify-phone .resend-block a {
      text-align: center;
      color: #2d67c7 !important;
      font-size: 16px;
      font-weight: 600; }
.register-options {
  background-image: none !important;
  background-color: #f9f9f9 !important; }
  .register-options a,
  .register-options p,
  .register-options span,
  .register-options h5 {
    font-family: Lato, sans-serif; }
  .register-options .login-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .register-options .fixed-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    display: flex;
    line-height: 56px; }
    .register-options .fixed-button .img-icon {
      margin-top: 18px;
      margin-left: 20px;
      position: absolute; }
    .register-options .fixed-button .title {
      width: 100%;
      text-align: center;
      line-height: 56px;
      height: 56px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .register-options .register-content {
    margin-top: -190px;
    background: white;
    border-radius: 8px;
    margin-left: 16px;
    margin-right: 16px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .register-options .register-content .bg-positive {
      padding-top: 48px;
      padding-bottom: 16px; }
    .register-options .register-content .padding {
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      position: relative; }
      .register-options .register-content .padding .img-absolute {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-top: auto;
        margin-bottom: auto; }
      .register-options .register-content .padding .button-medium {
        font-family: Lato,sans-serif;
        font-size: 16px;
        border: solid 1px #d9d9d9; }
      .register-options .register-content .padding .regis-email {
        background-color: white; }
    .register-options .register-content h5 {
      font-size: 16px;
      color: #4a4a4a; }
    .register-options .register-content .button-block {
      height: 48px;
      line-height: 48px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      font-size: 16px; }
    .register-options .register-content .button-block.ion-social-facebook {
      margin-bottom: 16px; }
    .register-options .register-content .button-block.ion-email {
      color: #4a4a4a !important;
      background: white;
      border: solid 1px #d9d9d9; }
    .register-options .register-content .button-block.ion-social-facebook:before,
    .register-options .register-content .button-block.ion-email:before {
      border-right: none !important;
      position: relative !important;
      line-height: 48px !important;
      left: 0px !important;
      padding-right: 0px !important; }
  .register-options .fbunlink-chip-message {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    background: #F8FFF9;
    border: 1px solid #9DF7BE;
    box-sizing: border-box;
    border-radius: 100px;
    height: 48px;
    display: flex; }
    .register-options .fbunlink-chip-message img {
      width: 28px;
      height: 28px;
      margin: 10px; }
    .register-options .fbunlink-chip-message p {
      font-family: Lato;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 48px;
      color: #4A4A4A; }
.dob-label {
  color: #aeaeae;
  font-size: 90%; }

.register-detail {
  background: #f9f9f9 !important; }
  .register-detail span,
  .register-detail button,
  .register-detail p,
  .register-detail div,
  .register-detail a {
    font-family: Lato,sans-serif !important; }
  .register-detail .next-text {
    padding-top: 0px;
    color: #4a4a4a; }
  .register-detail .register-background {
    background-image: url(images/background-login-e257050b98c3a9a80e49f198c68b9b02.svg);
    width: 100%;
    height: 260px;
    background-size: cover; }
  .register-detail .fixed-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    display: flex;
    line-height: 56px;
    cursor: pointer; }
    .register-detail .fixed-button .img-icon {
      margin-top: 18px;
      margin-left: 20px;
      position: absolute; }
    .register-detail .fixed-button .title {
      width: 100%;
      text-align: center;
      line-height: 56px;
      height: 56px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .register-detail .scroll-detail {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    margin-bottom: 48px;
    bottom: 0px;
    overflow: visible;
    height: 500px;
    border-radius: 8px; }
    .register-detail .scroll-detail .scroll {
      height: auto;
      margin-bottom: 24px;
      padding: 20px 20px 20px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16); }
    .register-detail .scroll-detail .label-title {
      color: #4a4a4a;
      margin-top: 32px;
      margin-bottom: 0px; }
    .register-detail .scroll-detail .item-input {
      border: none;
      margin-top: 8px;
      padding: 0px;
      width: 100%;
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
      margin-bottom: 0px; }
      .register-detail .scroll-detail .item-input input {
        padding-right: 10px;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        border: solid 1px #d9d9d9;
        background-color: #ffffff;
        padding-left: 16px; }
    .register-detail .scroll-detail .gender-select {
      position: relative; }
      .register-detail .scroll-detail .gender-select select {
        width: 100%;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        padding-left: 16px;
        border: solid 1px #d9d9d9;
        color: #4a4a4a;
        margin-top: 8px;
        text-indent: 10px;
        position: relative;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: white; }
    .register-detail .scroll-detail .gender-select:after {
      content: "\F107";
      font-family: FontAwesome;
      z-index: 9;
      font-size: 20px;
      position: absolute;
      right: 12px;
      top: 42px; }
    .register-detail .scroll-detail .error_input {
      border-bottom: 1px solid #ff0000; }
    .register-detail .scroll-detail span.font-small {
      font-size: 11px;
      color: #aeaeae;
      margin-bottom: 10px;
      display: block; }
    .register-detail .scroll-detail wm-file-upload .image-upload {
      background: none;
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      display: flex;
      justify-content: center; }
      .register-detail .scroll-detail wm-file-upload .image-upload .image-holder .image-holder-inner {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff; }
        .register-detail .scroll-detail wm-file-upload .image-upload .image-holder .image-holder-inner .wm-image {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .register-detail .scroll-detail wm-file-upload .image-upload .btn-file-upload {
        background: url(images/upload-372f1e75bf513e8d7c65875ccb1c2384.png) no-repeat 0 0;
        width: 24px;
        height: 26px;
        background-size: 100% 100%;
        text-indent: -9999px;
        left: 50%;
        margin-left: 23px;
        top: 30px;
        position: absolute; }
    .register-detail .scroll-detail .btn-register {
      border-radius: 8px;
      background-image: -webkit-linear-gradient(right, #469f81, #338874);
      background-image: -o-linear-gradient(right, #469f81, #338874);
      background-image: linear-gradient(to left, #469f81, #338874); }
    .register-detail .scroll-detail wm-file-upload .image-upload .image-holder {
      float: left;
      width: auto; }
      .register-detail .scroll-detail wm-file-upload .image-upload .image-holder .dummy {
        margin-top: 0; }
    .register-detail .scroll-detail .block-gender {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      .register-detail .scroll-detail .block-gender a {
        background: #fff;
        display: block;
        float: left;
        padding: 8px 0;
        text-align: center;
        color: #333;
        width: 50%; }
      .register-detail .scroll-detail .block-gender a:hover {
        text-decoration: none; }
      .register-detail .scroll-detail .block-gender a.active {
        background: #1bc395;
        color: #fff; }
    .register-detail .scroll-detail .form-group .input-group input {
      background: #fff; }
    .register-detail .scroll-detail .form-group .input-group .input-group-addon {
      background: #fff;
      border: none;
      border-bottom: 1px solid #ddd;
      border-radius: 0; }
    .register-detail .scroll-detail .name-info .item-input {
      width: 100%;
      float: left; }
    .register-detail .scroll-detail .name-info .right {
      float: right !important; }
    .register-detail .scroll-detail .button {
      font-size: 16px;
      height: 45px;
      margin-bottom: 32px; }

.label-lv2 {
  color: #555555;
  margin-right: 10px; }

.dob-input {
  height: 48px;
  line-height: 48px;
  background: none;
  padding-left: 0 !important;
  border-bottom: none !important; }
  .dob-input .right-dob {
    position: absolute;
    right: 0; }
  .dob-input .input-select {
    background: #fff;
    margin-right: 2%;
    width: 32%;
    height: 46px;
    line-height: 46px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px; }
  .dob-input .input-select.last {
    margin-right: 0; }
  .dob-input select {
    width: 100%;
    background: none;
    border: none;
    height: 46px;
    line-height: 46px;
    z-index: 10;
    text-indent: 10px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .dob-input .input-select:after {
    content: "\F107";
    font-family: FontAwesome;
    z-index: 9;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

.error-msg {
  color: red;
  margin-right: 5px; }

.phoneNumber_error {
  text-align: left;
  color: #aeaeae; }

.notifyMessage {
  color: red; }

.successMessage {
  color: #1bc395; }
.seperate-input {
  height: 5px; }

.inline {
  display: inline-block; }

.clear {
  clear: both; }

.red {
  color: red; }

.bold-style {
  font-weight: bold; }

.div-lang {
  background: #fff;
  padding: 5px;
  list-style: none;
  width: 100%;
  text-align: center; }
  .div-lang li {
    padding: 5px; }
  .div-lang li > a {
    text-decoration: none;
    color: #999;
    font-size: 16px; }
  .div-lang li.active {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999; }
    .div-lang li.active a {
      color: #000;
      font-size: 16px;
      font-weight: bold; }
.advo-error-common .scroll-content {
  height: 100vh; }
  .advo-error-common .scroll-content .scroll {
    margin-top: 30vh;
    display: flex;
    justify-content: center; }

.advo-error-common .error-content {
  width: 288px; }
  .advo-error-common .error-content .img-block {
    display: flex; }
    .advo-error-common .error-content .img-block img {
      margin: auto; }
  .advo-error-common .error-content h4 {
    color: #4A4A4A;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 18px;
    font-family: Lato; }
  .advo-error-common .error-content p {
    margin-top: 4px;
    color: #8F8F8F;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-align: center; }
  .advo-error-common .error-content .back-login-button {
    border: none;
    margin-top: 24px;
    padding: 12px 46px;
    background: linear-gradient(90deg, #338874 0%, #469F81 100%);
    border-radius: 8px;
    font-family: Lato;
    font-size: 16px;
    color: white; }
.my-account .list {
  clear: both;
  padding-bottom: 120px; }

.my-account .scroll-view {
  padding: 0 20px 20px;
  margin-top: 20px; }

.my-account .btn-login {
  display: block; }

.my-account .link-login {
  position: absolute;
  right: 10px;
  top: 1px;
  color: #FFF;
  line-height: 32px;
  display: block;
  white-space: nowrap; }

.my-account .text-center {
  text-align: center !important; }

.my-account .item {
  border: none;
  margin: 0 0 5px;
  -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
  -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
  box-shadow: 3px 3px 5px 0px #eeeeee; }
  .my-account .item img {
    max-width: 25px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px; }
  .my-account .item span {
    display: inline-block;
    line-height: 22px; }

.my-account .item.about-us {
  margin-bottom: 100px; }
  .my-account .item.about-us img {
    max-width: 35px; }
  .my-account .item.about-us span {
    line-height: 32px; }

.my-account .no-bg {
  background: none;
  box-shadow: none;
  padding-top: 0; }

.my-account .notifyMessage {
  color: red; }

.my-account wm-file-upload .image-upload .image-holder .image-holder-inner {
  border: 2px solid #FFF;
  border-radius: 50%; }

.my-account .block-info-account {
  background: #FFF;
  margin-top: 44px; }
  .my-account .block-info-account .top-info-account {
    border-bottom: 1px solid #EEE;
    padding: 20px; }
    .my-account .block-info-account .top-info-account .avatar-circle {
      left: 0;
      margin-left: 0;
      margin-right: 10px;
      width: 60px;
      height: 60px;
      float: left; }
      .my-account .block-info-account .top-info-account .avatar-circle .image-upload .btn-file-upload {
        height: 60px;
        padding-top: 10px;
        margin-top: -95px; }
    .my-account .block-info-account .top-info-account .right-info {
      color: #3e3e3e;
      margin-left: 70px;
      margin-top: 10px; }
      .my-account .block-info-account .top-info-account .right-info h2 {
        font-size: 18px;
        margin-bottom: 5px; }
  .my-account .block-info-account .bottom-info-account {
    padding: 10px 20px;
    border-bottom: 1px solid #EEE; }
    .my-account .block-info-account .bottom-info-account p.bar-left {
      float: left;
      padding-top: 20px; }
    .my-account .block-info-account .bottom-info-account .bar-right {
      float: right; }
      .my-account .block-info-account .bottom-info-account .bar-right svg {
        background: #FFF; }
        .my-account .block-info-account .bottom-info-account .bar-right svg rect {
          background: #FFF !important; }
      .my-account .block-info-account .bottom-info-account .bar-right text {
        float: left;
        font-family: "Open Sans", sans-serif !important; }

.my-account .mg-left-15 {
  margin-left: 15px; }

.my-account .qr-box {
  max-width: 200px !important;
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.my-account .title-qr {
  font-size: 11pt;
  margin-bottom: 8px; }

.my-account .qr-loader {
  background-color: white; }

.my-account .width-full {
  width: 100%; }

.my-account .barcode-box {
  background: #FFF;
  margin-top: 0px; }
  .my-account .barcode-box .bottom-info-account p.bar-left {
    float: left;
    padding-top: 20px; }
  .my-account .barcode-box .bottom-info-account .bar-right {
    float: right; }
    .my-account .barcode-box .bottom-info-account .bar-right svg {
      background: #FFF; }
      .my-account .barcode-box .bottom-info-account .bar-right svg rect {
        background: #FFF !important; }
    .my-account .barcode-box .bottom-info-account .bar-right text {
      float: left;
      font-family: "Open Sans", sans-serif !important; }
.pin-button {
  height: 55px !important; }
.dob-label {
  color: #AEAEAE;
  font-size: 90%; }

.form-label-link {
  background-color: #1bc395;
  color: white;
  display: block;
  padding: 8px 0px;
  text-align: center;
  width: 100%; }
  .form-label-link:hover {
    text-decoration: none;
    color: #FFF; }
  .form-label-link:active {
    background: #1bc395;
    color: #FFF; }

.margin-bt-15 {
  margin-bottom: 15px; }

.form-label-fb-link {
  background-color: #4963a0;
  color: white;
  display: block;
  padding: 8px 0px;
  text-align: center;
  width: 100%; }
  .form-label-fb-link:hover {
    text-decoration: none;
    color: #FFF; }
  .form-label-fb-link:active {
    background: #4963a0;
    color: #FFF; }

.edit-profile .scroll-view .scroll {
  padding: 20px 20px 40px; }
  .edit-profile .scroll-view .scroll .button.positive {
    margin-bottom: 70px; }

.edit-profile .scroll-view .success_profile {
  display: none;
  color: #00a17f;
  text-align: center; }

.edit-profile .scroll-view .error_profile {
  display: none;
  color: red;
  text-align: center; }

.edit-profile .scroll-view .item-input {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 2px 0 2px 16px;
  width: 100%; }

.edit-profile .scroll-view span.font-small {
  font-size: 11px;
  color: #AEAEAE;
  margin-bottom: 10px;
  display: block; }

.edit-profile .scroll-view .text_profile {
  text-align: center; }

.edit-profile .scroll-view .avatar-circle {
  width: 150px;
  height: 135px;
  display: block;
  left: 50%;
  z-index: 100;
  float: none; }

.edit-profile .scroll-view .avatar-circle .image-upload {
  background: none; }

.edit-profile .scroll-view .avatar-circle .image-upload .wm-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.edit-profile .scroll-view .avatar-circle .image-upload .image-holder {
  background: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.edit-profile .scroll-view .avatar-circle .image-upload .image-holder span {
  padding-top: 55px;
  display: block; }

.edit-profile .scroll-view .avatar-circle .image-upload .btn-file-upload {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 120px;
  padding-top: 40px;
  margin-top: -153px;
  background: transparent;
  font-size: 30px;
  text-indent: -9999px;
  z-index: 99;
  position: relative; }
  .edit-profile .scroll-view .avatar-circle .image-upload .btn-file-upload span {
    display: none; }

.edit-profile .scroll-view .avatar-circle .image-upload .btn-file-upload:after {
  content: '\F040';
  font-family: FontAwesome; }

.edit-profile .scroll-view .avatar-circle .image-upload .btn-file-upload:hover {
  text-indent: 0; }

.edit-profile .scroll-view .block-gender {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .edit-profile .scroll-view .block-gender a {
    background: #FFF;
    display: block;
    float: left;
    padding: 8px 0;
    text-align: center;
    color: #333;
    width: 50%;
    cursor: pointer; }
  .edit-profile .scroll-view .block-gender a:hover {
    text-decoration: none; }
  .edit-profile .scroll-view .block-gender a.active {
    background: #1bc395;
    color: #FFF; }

.edit-profile .scroll-view .form-group .input-group input {
  background: #FFF; }

.edit-profile .scroll-view .form-group .input-group .input-group-addon {
  background: #FFF;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0; }

.edit-profile .scroll-view .name-info .item-input {
  width: 48%;
  float: left; }

.edit-profile .scroll-view .name-info .right {
  float: right !important; }

.edit-profile .scroll-view .grey input,
.edit-profile .scroll-view .grey .input-group-addon {
  background: #ccc !important; }

.edit-profile .scroll-view wm-file-upload .image-upload .image-holder .image-holder-inner {
  border: 2px solid #FFF;
  border-radius: 50%; }
.edit-profile-account .div-inline-2 {
  margin-top: 20px; }
  .edit-profile-account .div-inline-2 .span-strong {
    line-height: 34px;
    float: left;
    margin-right: 20px;
    min-width: 117px; }
  .edit-profile-account .div-inline-2 select {
    height: 34px;
    width: 50%;
    padding-left: 10px; }
  .edit-profile-account .div-inline-2 input {
    padding-left: 10px;
    width: 50%; }
  .edit-profile-account .div-inline-2 label.span-strong {
    width: 48%;
    float: left;
    margin: 0; }
  .edit-profile-account .div-inline-2 > div {
    width: 48%;
    float: right; }
    .edit-profile-account .div-inline-2 > div input {
      width: 100%; }
    .edit-profile-account .div-inline-2 > div select {
      width: 100%; }

.edit-profile-account .account_type {
  background: #fff;
  padding: 10px; }
  .edit-profile-account .account_type p {
    color: #CCC;
    margin: 0; }
    .edit-profile-account .account_type p span {
      color: #333;
      padding-left: 10px; }
.phone-input {
  margin-bottom: 15px; }
.seperate-input {
  height: 5px; }

.inline {
  display: inline-block; }

.clear {
  clear: both; }

.red {
  color: red; }
.seperate-input {
  height: 5px; }
.transactions sup {
  font-size: 70%;
  top: -4px; }

.transactions .item-merchant .item-left-merchant {
  width: 60%; }
  .transactions .item-merchant .item-left-merchant h3 {
    font-weight: normal; }

.transactions .item-merchant .item-right-merchant {
  width: 38%; }
  .transactions .item-merchant .item-right-merchant .total-point strong {
    font-weight: 500; }
  .transactions .item-merchant .item-right-merchant p.text-font-small {
    font-size: 16px; }
    .transactions .item-merchant .item-right-merchant p.text-font-small sup {
      top: -4px; }

.transactions .transaction-right {
  float: right;
  text-align: right;
  padding-top: 2px; }
  .transactions .transaction-right p {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: bold; }
  .transactions .transaction-right span {
    font-size: 11px; }

.transactions .tab-merchant-content {
  padding-bottom: 10px; }
  .transactions .tab-merchant-content .tit-merchant .tit-right {
    padding-top: 7px;
    float: left; }
    .transactions .tab-merchant-content .tit-merchant .tit-right p {
      margin-bottom: 0px; }
  .transactions .tab-merchant-content .timeline-date {
    display: block;
    padding: 10px 20px; }
membership-info-block .campaign-info-block {
  margin-bottom: 0;
  position: relative;
  z-index: 1; }
wm-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000000; }
  wm-modal .wm-modal {
    height: 100%;
    overflow: auto; }
  wm-modal .wm-modal-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5; }
wm-confirm {
  margin: 100px;
  display: block; }
  wm-confirm .modal-content {
    color: #333;
    width: 440px;
    max-width: 95%;
    box-sizing: border-box;
    margin: 0 auto; }
    wm-confirm .modal-content .modal-header {
      border: none;
      padding: 0; }
      wm-confirm .modal-content .modal-header h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 64px;
        position: relative; }
        wm-confirm .modal-content .modal-header h4:after {
          content: '';
          display: block;
          width: 15%;
          height: 1px;
          background-color: #ccc;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: -1px; }
    wm-confirm .modal-content .modal-body p {
      font-size: 18px;
      font-weight: bold;
      text-shadow: none; }
      wm-confirm .modal-content .modal-body p strong {
        font-size: 24px; }
      wm-confirm .modal-content .modal-body p.discount {
        color: #00a17f;
        font-size: 16px;
        padding-bottom: 20px; }
        wm-confirm .modal-content .modal-body p.discount strong {
          font-size: 19px; }
    wm-confirm .modal-content .modal-footer {
      padding: 0;
      border-top: 1px solid #ccc; }
      wm-confirm .modal-content .modal-footer .confirmation-nav {
        display: table;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        wm-confirm .modal-content .modal-footer .confirmation-nav li {
          display: table-cell;
          width: 50%; }
          wm-confirm .modal-content .modal-footer .confirmation-nav li:first-child {
            border-right: 1px solid #ccc; }
          wm-confirm .modal-content .modal-footer .confirmation-nav li button {
            width: 100%;
            border: none;
            background: none;
            color: #1595d4;
            border-radius: 0;
            font-size: 18px;
            line-height: 44px;
            padding: 0; }
.av-tabs-merchants .has-header {
  top: 40px !important; }

.av-tabs-merchants .active-campaigns,
.av-tabs-merchants .account-details {
  display: inline-block; }

.av-tabs-merchants .active-campaigns {
  text-align: right;
  border-right: 1px solid black;
  padding-right: 0.5rem; }
  .av-tabs-merchants .active-campaigns-count {
    font-size: 2rem;
    line-height: 2.3rem; }
  .av-tabs-merchants .active-campaigns-label {
    font-size: 0.7rem;
    line-height: 0.9rem; }

.av-tabs-merchants .account-container {
  position: relative; }

.av-tabs-merchants .account-details {
  padding-left: 0.5rem; }
  .av-tabs-merchants .account-details-title {
    position: absolute;
    top: 0;
    font-size: 1.4rem; }
  .av-tabs-merchants .account-details-last-visited {
    position: absolute;
    bottom: 0;
    font-size: 0.7rem; }

.av-tabs-merchants .pdpa_summary {
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.av-tabs-merchants .modal-backdrop-pdpa {
  position: absolute;
  display: none;
  opacity: 0.5;
  height: 100%; }

.av-tabs-merchants .pdpa_agree {
  margin-right: 10px; }

.av-tabs-merchants .list {
  border: none;
  padding-top: 0; }

.av-tabs-merchants .block-group-account .tit-merchant .tit-right {
  padding-top: 13px; }
  .av-tabs-merchants .block-group-account .tit-merchant .tit-right h3 {
    font-size: 16px;
    float: left; }
  .av-tabs-merchants .block-group-account .tit-merchant .tit-right a.visit-link {
    float: right; }
    .av-tabs-merchants .block-group-account .tit-merchant .tit-right a.visit-link i {
      font-size: 26px;
      line-height: 20px;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px; }

.av-tabs-merchants .block-group-account .count-brands {
  float: right;
  font-size: 11px;
  text-align: center;
  padding-top: 8px; }
  .av-tabs-merchants .block-group-account .count-brands a:hover {
    text-decoration: none; }
  .av-tabs-merchants .block-group-account .count-brands i {
    display: block;
    font-size: 30px;
    line-height: 18px; }

.av-tabs-merchants .block-group-account .item-merchant .item-right-merchant {
  margin-top: 15px; }

.av-tabs-merchants .tab-merchant-account .tit-merchant .tit-right h3 {
  font-size: 16px;
  padding-top: 8px;
  float: left; }

.av-tabs-merchants .tab-merchant-account .tit-merchant .tit-right .visit-link {
  float: right;
  margin-top: 8px; }
  .av-tabs-merchants .tab-merchant-account .tit-merchant .tit-right .visit-link i {
    font-size: 26px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }

.av-tabs-merchants .tab-merchant-account .item-merchant .item-left-merchant h3 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 16px; }
.referral-block h3.tit {
  font-size: 12px;
  padding: 0 30px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.referral-block .item-merchant {
  padding: 0; }
  .referral-block .item-merchant .item-left-merchant {
    padding: 15px 0 15px 20px; }
    .referral-block .item-merchant .item-left-merchant a {
      color: #1bc395; }
    .referral-block .item-merchant .item-left-merchant a:hover {
      text-decoration: none; }
    .referral-block .item-merchant .item-left-merchant .date span b {
      cursor: pointer;
      color: #1bc395; }
  .referral-block .item-merchant .item-right-merchant {
    padding: 23px 20px 15px 0; }

.referral-block .expiry-date {
  clear: both;
  font-size: 11px; }
  .referral-block .expiry-date .expiry-item {
    padding: 10px 15px;
    border-top: 1px solid #eeeeee; }
    .referral-block .expiry-date .expiry-item i {
      font-size: 18px;
      margin-right: 5px;
      vertical-align: middle; }
    .referral-block .expiry-date .expiry-item span {
      line-height: 14px; }
    .referral-block .expiry-date .expiry-item a:hover {
      text-decoration: none; }
.enjoy-benifit {
  padding: 5px 20px;
  font-size: 11px;
  background: #ebebeb; }
wm-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000000; }
  wm-popup .wm-popup-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5; }
  wm-popup .wm-popup-content {
    max-width: 300px;
    margin: 100px auto;
    background: #FFF;
    position: relative; }
wm-confirm-popup {
  display: block; }
  wm-confirm-popup .popup-content {
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto; }
    wm-confirm-popup .popup-content .popup-header {
      background: #ffffff;
      padding: 10px; }
      wm-confirm-popup .popup-content .popup-header h4 {
        color: #000;
        font-size: 18px;
        margin: 0; }
    wm-confirm-popup .popup-content .popup-body {
      padding: 20px; }
      wm-confirm-popup .popup-content .popup-body p {
        font-size: 18px;
        font-weight: bold;
        text-shadow: none; }
        wm-confirm-popup .popup-content .popup-body p strong {
          font-size: 24px; }
        wm-confirm-popup .popup-content .popup-body p.discount {
          color: #00a17f;
          font-size: 16px;
          padding-bottom: 20px; }
          wm-confirm-popup .popup-content .popup-body p.discount strong {
            font-size: 19px; }
    wm-confirm-popup .popup-content .popup-footer {
      padding: 0;
      background: #00a27f;
      border-top: 1px solid #FFF; }
      wm-confirm-popup .popup-content .popup-footer .confirmation-nav {
        display: table;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        wm-confirm-popup .popup-content .popup-footer .confirmation-nav li {
          display: table-cell;
          width: 50%; }
          wm-confirm-popup .popup-content .popup-footer .confirmation-nav li:first-child {
            border-right: 1px solid #FFF; }
          wm-confirm-popup .popup-content .popup-footer .confirmation-nav li button {
            width: 100%;
            border: none;
            background: none;
            color: #FFF;
            border-radius: 0;
            font-size: 18px;
            line-height: 44px;
            padding: 0; }
          wm-confirm-popup .popup-content .popup-footer .confirmation-nav li .red {
            background: #c74e50;
            border-color: #c74e50; }
wm-alert-popup {
  display: block; }
  wm-alert-popup .popup-content {
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto; }
    wm-alert-popup .popup-content .popup-header {
      background: #ffffff;
      padding: 10px; }
      wm-alert-popup .popup-content .popup-header h4 {
        color: #000;
        font-size: 18px;
        margin: 0; }
    wm-alert-popup .popup-content .popup-body {
      padding: 20px; }
      wm-alert-popup .popup-content .popup-body p {
        font-size: 18px;
        font-weight: bold;
        text-shadow: none; }
        wm-alert-popup .popup-content .popup-body p strong {
          font-size: 24px; }
        wm-alert-popup .popup-content .popup-body p.discount {
          color: #00a17f;
          font-size: 16px;
          padding-bottom: 20px; }
          wm-alert-popup .popup-content .popup-body p.discount strong {
            font-size: 19px; }
    wm-alert-popup .popup-content .popup-footer {
      padding: 0;
      background: #00a27f;
      border-top: 1px solid #FFF; }
      wm-alert-popup .popup-content .popup-footer .confirmation-nav {
        display: table;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        wm-alert-popup .popup-content .popup-footer .confirmation-nav li {
          display: table-cell;
          width: 50%; }
          wm-alert-popup .popup-content .popup-footer .confirmation-nav li:first-child {
            border-right: 1px solid #FFF; }
          wm-alert-popup .popup-content .popup-footer .confirmation-nav li button {
            width: 100%;
            border: none;
            background: none;
            color: #FFF;
            border-radius: 0;
            font-size: 18px;
            line-height: 44px;
            padding: 0; }
          wm-alert-popup .popup-content .popup-footer .confirmation-nav li .red {
            background: #c74e50;
            border-color: #c74e50; }
.av-tabs-merchants-list-all .block-group-account .tit-merchant .tit-right {
  float: left; }

.av-tabs-merchants-list-all .block-group-account .tit-merchant a.visit-link {
  float: right;
  margin-top: 12px; }
  .av-tabs-merchants-list-all .block-group-account .tit-merchant a.visit-link i {
    font-size: 26px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
.page-merchant .list {
  padding-top: 0; }

.block-tabs-campaign .membership-tier .block-content {
  padding: 0 !important;
  border: none !important; }

.block-tabs-campaign .membership-tier .list-memberhip-tier {
  border-bottom: 1px solid #EEE; }
  .block-tabs-campaign .membership-tier .list-memberhip-tier li {
    border-top: 1px solid #EEE;
    padding: 15px; }
    .block-tabs-campaign .membership-tier .list-memberhip-tier li a {
      color: #666666;
      display: block; }
      .block-tabs-campaign .membership-tier .list-memberhip-tier li a img {
        float: left;
        max-width: 20px;
        margin-right: 10px; }
      .block-tabs-campaign .membership-tier .list-memberhip-tier li a .name-tier {
        float: left;
        margin-right: 10px; }
      .block-tabs-campaign .membership-tier .list-memberhip-tier li a .current-status {
        float: left;
        color: #666666;
        font-size: 12px;
        padding-top: 1px; }
      .block-tabs-campaign .membership-tier .list-memberhip-tier li a .arrow {
        float: right; }
        .block-tabs-campaign .membership-tier .list-memberhip-tier li a .arrow img {
          max-width: 15px;
          padding-top: 8px; }
    .block-tabs-campaign .membership-tier .list-memberhip-tier li .content-membership-tier {
      padding-top: 15px; }
    .block-tabs-campaign .membership-tier .list-memberhip-tier li .membership-item {
      margin-bottom: 15px;
      padding: 0 10px; }
      .block-tabs-campaign .membership-tier .list-memberhip-tier li .membership-item h3 {
        font-size: 13px;
        font-weight: 700; }
      .block-tabs-campaign .membership-tier .list-memberhip-tier li .membership-item p {
        margin-bottom: 0; }
    .block-tabs-campaign .membership-tier .list-memberhip-tier li .membership-item:last-child {
      margin-bottom: 0; }

.block-tabs-campaign .content-campaign .block-how-work .block-content i {
  font-style: italic !important; }

.block-tabs-campaign .content-campaign .block-how-enjoy .block-content i {
  font-style: italic !important; }

.block-tabs-campaign .content-campaign .mg-left-60 a {
  display: inline;
  font-size: 14px; }

.block-tabs-campaign .content-campaign .block-available .block-content {
  border-top: none; }
  .block-tabs-campaign .content-campaign .block-available .block-content .tit-detail {
    background: #f9f9f9;
    padding-top: 0; }
    .block-tabs-campaign .content-campaign .block-available .block-content .tit-detail .image {
      margin-right: 10px; }
  .block-tabs-campaign .content-campaign .block-available .block-content .list-available li:after {
    top: 30px; }
  .block-tabs-campaign .content-campaign .block-available .block-content .list-available .content-available div {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 50px; }
  .block-tabs-campaign .content-campaign .block-available .block-content .list-available .content-available .icon {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
    grid-column: 1; }
  .block-tabs-campaign .content-campaign .block-available .block-content .list-available .content-available p {
    float: left;
    grid-column: 2; }

.merchant-tabs {
  top: 244px !important; }

.header-avatar {
  display: inline-block;
  border: 2px solid #159673;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  padding: 10%;
  width: 100px;
  height: 100px; }

.campaign-score-details.stored-value {
  background-color: #007a60; }

.campaign-type.stored-value {
  color: #007a60; }

.campaign-score-details.stamps {
  background-color: #8b572a; }

.campaign-type.stamps {
  color: #8b572a; }

.campaign-score-details.prepaid {
  background-color: #0f6895; }

.campaign-type.prepaid {
  color: #0f6895; }

.campaign-score-details.loyalty {
  background-color: #eb9532; }

.campaign-type.loyalty {
  color: #eb9532; }

.border-top {
  border-top: 1px solid #FFF;
  padding-top: 5px;
  margin-top: 5px; }

.tit-detail {
  padding: 15px; }
  .tit-detail .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 0; }
    .tit-detail .image img {
      max-width: 50px;
      border: 1px solid #EEE;
      background: #FFF;
      float: left; }
  .tit-detail .right-detail {
    padding-top: 7px; }
    .tit-detail .right-detail h3 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0;
      color: #292929; }
    .tit-detail .right-detail p {
      font-size: 14px;
      color: #292929;
      font-weight: 300;
      margin-bottom: 0; }
      .tit-detail .right-detail p span.right {
        color: #999999;
        font-size: 12px; }
  .tit-detail .history-title {
    font-size: 12px;
    line-height: 12px;
    color: #6D6D6D;
    padding-left: 20px;
    padding-right: 20px; }
  .tit-detail span {
    line-height: 20px; }
  .tit-detail .show-more {
    color: #0abf96 !important; }
  .tit-detail .gift-line {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white; }
    .tit-detail .gift-line .right {
      float: right;
      font-size: 10px;
      color: #6d6d6d; }
    .tit-detail .gift-line .left {
      float: left;
      font-size: 14px; }
  .tit-detail .gift-line-disabled {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    opacity: 0.5; }
    .tit-detail .gift-line-disabled .right {
      float: right;
      font-size: 10px;
      color: #6d6d6d; }
    .tit-detail .gift-line-disabled .left {
      float: left;
      font-size: 14px; }

.how-it-work {
  background: #FFF;
  padding: 10px 15px; }
  .how-it-work .slider-pager {
    display: none; }
  .how-it-work .slider-slide {
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
  .how-it-work .slider {
    height: 40px; }
  .how-it-work .slider-auto {
    height: auto; }
  .how-it-work .content-how {
    padding: 10px;
    color: #000; }
    .how-it-work .content-how i {
      font-size: 20px;
      padding: 0 10px;
      color: #1bc395;
      float: left;
      cursor: pointer; }
    .how-it-work .content-how p {
      padding-left: 30px; }
  .how-it-work .block-topup {
    padding: 10px 0; }
    .how-it-work .block-topup .item-topup {
      display: inline-block;
      border-right: 1px solid #eeeeee;
      padding: 0 20px;
      vertical-align: top; }
      .how-it-work .block-topup .item-topup span.tit {
        font-size: 11px;
        color: #bababa;
        display: block;
        background: none;
        padding: 0 0 5px;
        margin-top: 0;
        margin-bottom: 0;
        border: none; }
      .how-it-work .block-topup .item-topup p {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 25px; }
        .how-it-work .block-topup .item-topup p img {
          max-width: 36px; }
    .how-it-work .block-topup .item-topup:last-child {
      border: none; }
    .how-it-work .block-topup .expires span {
      padding-bottom: 0;
      color: #000;
      display: block;
      line-height: 14px;
      min-width: 75px; }
    .how-it-work .block-topup .expires span.tit {
      padding-bottom: 15px; }
    .how-it-work .block-topup .expires p {
      float: left;
      padding-top: 2px; }
  .how-it-work .left-detail .image {
    float: left;
    padding-right: 15px;
    margin-bottom: 0; }
    .how-it-work .left-detail .image img {
      max-width: 50px; }
  .how-it-work .left-detail .item-topup {
    float: left;
    padding-top: 5px; }
    .how-it-work .left-detail .item-topup .total-point {
      color: #3e3e3e;
      font-size: 30px;
      font-weight: 600;
      padding-top: 10px;
      padding-right: 10px;
      float: left; }
    .how-it-work .left-detail .item-topup .tit-balance {
      color: #666666;
      font-size: 13px;
      line-height: 15px;
      float: left;
      padding-top: 6px; }
      .how-it-work .left-detail .item-topup .tit-balance span {
        display: block; }
  .how-it-work .right-detail .block-topup {
    padding: 0;
    text-align: right; }
    .how-it-work .right-detail .block-topup .item-topup {
      padding: 6px 0 0 0; }
    .how-it-work .right-detail .block-topup .expires span {
      font-size: 12px; }
    .how-it-work .right-detail .block-topup .expires span.tit {
      padding-top: 5px;
      padding-bottom: 0;
      color: #666666; }
    .how-it-work .right-detail .block-topup .expires .date-expiry {
      font-size: 12px;
      font-weight: 600; }

p.link-how {
  padding: 10px;
  display: block;
  color: #1bc395;
  font-size: 12px; }

p.link-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden; }

.show_content {
  text-align: center;
  display: block;
  color: #CCC !important; }

.how_work {
  background: #FFF;
  padding-bottom: 30px; }

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

.reward-overall {
  background: #fff; }

.reward-title {
  padding-left: 10px;
  color: #504ea4;
  font-weight: bold; }

.reward-content {
  padding: 0 30px 15px;
  font-size: 15px; }

.reward-content span {
  font-weight: bold;
  display: block; }

.for-reward {
  font-weight: bold; }

.reward-italic {
  font-style: italic; }

.item-reward .pull-left {
  padding-top: 12px; }

.item-reward .pull-right p {
  padding-left: 20px;
  text-align: center; }
  .item-reward .pull-right p span {
    display: block; }

.block-outlet .tit-outlet {
  background: #FFF;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  .block-outlet .tit-outlet a:hover {
    text-decoration: none; }
  .block-outlet .tit-outlet .image {
    float: left;
    margin-right: 10px; }
    .block-outlet .tit-outlet .image img {
      max-width: 52px; }
  .block-outlet .tit-outlet h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px; }
  .block-outlet .tit-outlet span {
    font-size: 11px;
    display: block;
    padding-bottom: 13px;
    color: #bababa; }

.block-outlet .tit-outlet:after {
  content: '\F105';
  font-family: FontAwesome;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #6D6D6D; }

.block-outlet .option {
  font-size: 11px;
  background: #FFF;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
  color: #bababa; }

.block-outlet .loading-block {
  text-align: center;
  margin-top: 7px; }

.block-outlet .block-buy {
  margin-bottom: 10px; }
  .block-outlet .block-buy .buy-item {
    background: #FFF;
    border-bottom: 1px solid #eeeeee;
    padding: 10px; }
    .block-outlet .block-buy .buy-item .left-buy {
      width: 90%;
      float: left; }
      .block-outlet .block-buy .buy-item .left-buy p {
        margin-bottom: 0; }
      .block-outlet .block-buy .buy-item .left-buy .image {
        float: left;
        padding-right: 10px;
        padding-bottom: 0;
        margin-bottom: 0; }
        .block-outlet .block-buy .buy-item .left-buy .image img {
          max-width: 45px; }
    .block-outlet .block-buy .buy-item .right-buy {
      width: 10%;
      float: right; }
      .block-outlet .block-buy .buy-item .right-buy img {
        max-width: 28px; }

.block-outlet .past-transaction {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  margin-bottom: 20px; }
  .block-outlet .past-transaction a {
    color: #7f7f7f;
    display: block; }
  .block-outlet .past-transaction a:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #6D6D6D; }

.get-reward {
  background: #FFF;
  margin: 10px 10px 0px 10px; }
  .get-reward a.promo-line {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #1bc395;
    font-size: 12px;
    max-height: 50px;
    box-shadow: -1px 1px 3px rgba(170, 170, 170, 0.5); }
    .get-reward a.promo-line span {
      margin-left: 15px;
      line-height: 30px; }
  .get-reward a.promo-line:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D; }

.popup-referral .popup {
  width: 90%;
  background-color: white; }

.popup-referral .popup-head {
  display: none; }

.popup-referral .popup-body {
  text-align: left;
  padding: 0px; }

.popup-referral .container {
  margin: 15px;
  padding: 0px; }
  .popup-referral .container .popup-table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: inherit; }
    .popup-referral .container .popup-table td {
      padding-bottom: 20px; }
      .popup-referral .container .popup-table td .step-box {
        width: 50px;
        height: 24px;
        background-color: #6BD0B5; }
        .popup-referral .container .popup-table td .step-box .step-text {
          font-size: 10px;
          line-height: 10px;
          color: #ffffff;
          padding-left: 10px; }
      .popup-referral .container .popup-table td .step-box-content {
        margin-left: 70px; }
        .popup-referral .container .popup-table td .step-box-content .step-text-content {
          font-size: 14px;
          line-height: 16pt;
          color: #111111; }
    .popup-referral .container .popup-table td.head-paragraph {
      font-size: 12px;
      color: #6D6D6D;
      margin-bottom: 20px; }
    .popup-referral .container .popup-table .merchant {
      width: 100%;
      border: 1px solid #EEEEEE;
      padding: 10px; }
      .popup-referral .container .popup-table .merchant img.merchant-logo {
        width: 100%;
        max-width: 55px;
        height: 100%;
        max-height: 55px; }
    .popup-referral .container .popup-table .merchant-content {
      margin-left: 65px;
      min-height: 50px; }
      .popup-referral .container .popup-table .merchant-content p.merchant-name {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #3E3E3E;
        margin-bottom: 6px;
        text-transform: uppercase; }
      .popup-referral .container .popup-table .merchant-content p.merchant-phone {
        font-size: 12px;
        line-height: 12px;
        color: #1BC395;
        margin-bottom: 6px; }
      .popup-referral .container .popup-table .merchant-content p.merchant-address {
        font-size: 12px;
        line-height: 16px;
        color: #1BC395;
        margin-bottom: 0px; }

.popup-referral .expiry-date {
  text-align: center;
  width: 100%;
  height: 73px;
  background: #f3f3f3;
  padding: 13px 0px 18px 0px; }
  .popup-referral .expiry-date p {
    font-size: 12px;
    line-height: 12px; }
  .popup-referral .expiry-date span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px; }

.padding-how-it-work {
  margin-bottom: 10px; }
membership-info-block .campaign-info-block {
  margin-bottom: 0;
  position: relative;
  z-index: 1; }

membership-info-block .item-merchant .item-left-merchant span {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  display: block; }

membership-info-block .item-merchant .item-left-merchant h3 {
  font-weight: normal;
  color: #909090; }

membership-info-block .item-merchant .item-left-merchant span.date {
  color: #909090;
  font-size: 12px;
  font-weight: 300; }

membership-info-block .item-merchant .item-left-merchant .image-merchant img {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

membership-info-block .item-merchant .item-right-merchant {
  padding-top: 15px; }
  membership-info-block .item-merchant .item-right-merchant p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0; }
  membership-info-block .item-merchant .item-right-merchant p.text-font-small {
    font-size: 18px; }
  membership-info-block .item-merchant .item-right-merchant span {
    font-size: 14px;
    color: #909090; }

membership-info-block .tab-activities .item-merchant {
  padding: 25px 20px; }
  membership-info-block .tab-activities .item-merchant .item-right-merchant {
    padding-top: 0; }
.page-membership-detail .back-button {
  background: #00a17f;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF !important;
  font-size: 30px;
  padding: 4px 13px;
  z-index: 9999; }

.page-membership-detail .list {
  padding-top: 0; }

.page-membership-detail .block-merchant-tab {
  margin-bottom: 0; }

.merchant-tabs {
  top: 244px !important; }

.pL70 {
  padding-left: 70px; }

p.link-how {
  padding: 10px;
  display: block;
  color: #1bc395;
  font-size: 12px; }

p.link-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden; }

.show_content {
  text-align: center;
  display: block;
  color: #CCC !important; }

.how_work {
  background: #FFF;
  padding-bottom: 30px; }

.header-avatar {
  display: inline-block;
  border: 2 px solid #159673;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  padding: 10%;
  width: 100px;
  height: 100px; }

.campaign-score-details.stored-value {
  background-color: #007a60; }

.campaign-type.stored-value {
  color: #007a60; }

.campaign-score-details.stamps {
  background-color: #8b572a; }

.campaign-type.stamps {
  color: #8b572a; }

.campaign-score-details.prepaid {
  background-color: #0f6895; }

.campaign-type.prepaid {
  color: #0f6895; }

.campaign-score-details.loyalty {
  background-color: #eb9532; }

.campaign-type.loyalty {
  color: #eb9532; }

.border-top {
  border-top: 1px solid #FFF;
  padding-top: 5px;
  margin-top: 5px; }

.tit-detail {
  padding: 15px; }
  .tit-detail .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 0; }
    .tit-detail .image img {
      max-width: 50px;
      border: 1px solid #EEE;
      background: #FFF; }
  .tit-detail .right-detail {
    padding-top: 7px;
    margin-left: 70px; }
    .tit-detail .right-detail h3 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0;
      color: #292929; }
    .tit-detail .right-detail p {
      font-size: 14px;
      color: #292929;
      font-weight: 300; }
  .tit-detail .history-title {
    font-size: 12px;
    line-height: 12px;
    color: #6D6D6D;
    padding-left: 20px;
    padding-right: 20px; }
  .tit-detail span {
    line-height: 20px; }
  .tit-detail .gift-line {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white; }
    .tit-detail .gift-line .right {
      float: right;
      font-size: 10px;
      color: #6d6d6d; }
    .tit-detail .gift-line .left {
      float: left;
      font-size: 14px; }
  .tit-detail .gift-line-disabled {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    opacity: 0.5; }
    .tit-detail .gift-line-disabled .right {
      float: right;
      font-size: 10px;
      color: #6d6d6d; }
    .tit-detail .gift-line-disabled .left {
      float: left;
      font-size: 14px; }

.how-it-work {
  background: #FFF;
  margin-bottom: 10px; }
  .how-it-work .slider-pager {
    display: none; }
  .how-it-work .slider-slide {
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
  .how-it-work .slider {
    height: 40px; }
  .how-it-work .slider-auto {
    height: auto; }
  .how-it-work .content-how {
    padding: 10px;
    color: #000; }
    .how-it-work .content-how i {
      font-size: 20px;
      padding: 0 10px;
      color: #1bc395;
      float: left;
      cursor: pointer; }
    .how-it-work .content-how p {
      padding-left: 30px; }
  .how-it-work a.link-how {
    padding: 10px;
    display: block;
    color: #1bc395;
    font-size: 12px;
    border-bottom: 1px solid #eeeeee; }
  .how-it-work a.link-how:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #6D6D6D; }
  .how-it-work .block-topup {
    padding: 10px 0; }
    .how-it-work .block-topup .item-topup {
      display: inline-block;
      border-right: 1px solid #eeeeee;
      padding: 0 20px; }
      .how-it-work .block-topup .item-topup span.tit {
        font-size: 15px;
        color: #bababa;
        display: block;
        background: none;
        padding: 0 0 5px;
        margin-top: 0;
        margin-bottom: 0;
        border: none; }
      .how-it-work .block-topup .item-topup p {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 25px; }
        .how-it-work .block-topup .item-topup p img {
          max-width: 36px; }
    .how-it-work .block-topup .item-topup:last-child {
      border: none; }
    .how-it-work .block-topup .expires span {
      padding-bottom: 0;
      color: #000;
      display: block;
      line-height: 14px;
      min-width: 75px; }
    .how-it-work .block-topup .expires span.tit {
      padding-bottom: 15px; }
    .how-it-work .block-topup .expires p {
      float: left;
      padding-top: 2px; }
    .how-it-work .block-topup.corporate {
      border-top: 1px solid #eeeeee; }
      .how-it-work .block-topup.corporate .tit {
        font-weight: bold; }
        .how-it-work .block-topup.corporate .tit strong {
          color: #000; }

.benefit {
  white-space: pre-wrap; }

.block-outlet .tit-outlet {
  background: #FFF;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  .block-outlet .tit-outlet a:hover {
    text-decoration: none; }
  .block-outlet .tit-outlet .image {
    float: left;
    margin-right: 10px; }
    .block-outlet .tit-outlet .image img {
      max-width: 52px; }
  .block-outlet .tit-outlet h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px; }
  .block-outlet .tit-outlet span {
    font-size: 11px;
    display: block;
    padding-bottom: 13px;
    color: #bababa; }

.block-outlet .tit-outlet:after {
  content: '\F105';
  font-family: FontAwesome;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #6D6D6D; }

.block-outlet .option {
  font-size: 11px;
  background: #FFF;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
  color: #bababa; }

.block-outlet .loading-block {
  text-align: center;
  margin-top: 7px; }

.block-outlet .block-buy {
  margin-bottom: 10px; }
  .block-outlet .block-buy .buy-item {
    background: #FFF;
    border-bottom: 1px solid #eeeeee;
    padding: 10px; }
    .block-outlet .block-buy .buy-item .left-buy {
      width: 90%;
      float: left; }
      .block-outlet .block-buy .buy-item .left-buy p {
        margin-bottom: 0; }
      .block-outlet .block-buy .buy-item .left-buy .image {
        float: left;
        padding-right: 10px;
        padding-bottom: 0;
        margin-bottom: 0; }
        .block-outlet .block-buy .buy-item .left-buy .image img {
          max-width: 45px; }
    .block-outlet .block-buy .buy-item .right-buy {
      width: 10%;
      float: right; }
      .block-outlet .block-buy .buy-item .right-buy img {
        max-width: 28px; }

.block-outlet .past-transaction {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  margin-bottom: 20px; }
  .block-outlet .past-transaction a {
    color: #7f7f7f;
    display: block; }
  .block-outlet .past-transaction a:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #6D6D6D; }

.get-reward {
  background: #FFF;
  margin: 10px 10px 0px 10px; }
  .get-reward a.promo-line {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #1bc395;
    font-size: 12px;
    max-height: 50px;
    box-shadow: -1px 1px 3px rgba(170, 170, 170, 0.5); }
    .get-reward a.promo-line span {
      margin-left: 15px;
      line-height: 30px; }
  .get-reward a.promo-line:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D; }

.popup-referral .popup {
  width: 90%;
  background-color: white; }

.popup-referral .popup-head {
  display: none; }

.popup-referral .popup-body {
  text-align: left;
  padding: 0px; }

.popup-referral .container {
  margin: 15px;
  padding: 0px; }
  .popup-referral .container .popup-table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: inherit; }
    .popup-referral .container .popup-table td {
      padding-bottom: 20px; }
      .popup-referral .container .popup-table td .step-box {
        width: 50px;
        height: 24px;
        background-color: #6BD0B5; }
        .popup-referral .container .popup-table td .step-box .step-text {
          font-size: 10px;
          line-height: 10px;
          color: #ffffff;
          padding-left: 10px; }
      .popup-referral .container .popup-table td .step-box-content {
        margin-left: 70px; }
        .popup-referral .container .popup-table td .step-box-content .step-text-content {
          font-size: 14px;
          line-height: 16pt;
          color: #111111; }
    .popup-referral .container .popup-table td.head-paragraph {
      font-size: 12px;
      color: #6D6D6D;
      margin-bottom: 20px; }
    .popup-referral .container .popup-table .merchant {
      width: 100%;
      border: 1px solid #EEEEEE;
      padding: 10px; }
      .popup-referral .container .popup-table .merchant img.merchant-logo {
        width: 100%;
        max-width: 55px;
        height: 100%;
        max-height: 55px; }
    .popup-referral .container .popup-table .merchant-content {
      margin-left: 65px;
      min-height: 50px; }
      .popup-referral .container .popup-table .merchant-content p.merchant-name {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #3E3E3E;
        margin-bottom: 6px;
        text-transform: uppercase; }
      .popup-referral .container .popup-table .merchant-content p.merchant-phone {
        font-size: 12px;
        line-height: 12px;
        color: #1BC395;
        margin-bottom: 6px; }
      .popup-referral .container .popup-table .merchant-content p.merchant-address {
        font-size: 12px;
        line-height: 16px;
        color: #1BC395;
        margin-bottom: 0px; }

.popup-referral .expiry-date {
  text-align: center;
  width: 100%;
  height: 73px;
  background: #f3f3f3;
  padding: 13px 0px 18px 0px; }
  .popup-referral .expiry-date p {
    font-size: 12px;
    line-height: 12px; }
  .popup-referral .expiry-date span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px; }

.padding-how-it-work {
  margin-bottom: 10px; }

.padding-avaiable-brands {
  font-weight: bold;
  padding: 5px 10px;
  font-size: 11px;
  border-bottom: 1px solid #EEE; }

.group-account .tit-outlet {
  display: block;
  overflow: hidden; }
  .group-account .tit-outlet .image {
    margin-bottom: 0; }
  .group-account .tit-outlet:after {
    top: 45%; }
  .group-account .tit-outlet h3 {
    font-size: 18px;
    padding-top: 8px; }

.tab-merchant-membership .item-merchant .item-left-merchant h3 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 16px; }

.tab-merchant-membership .item-merchant .item-right-merchant {
  padding-top: 20px; }
.av-tabs-refer .block-tab-refer .banner-refer img {
  max-width: 100%; }

.av-tabs-refer .block-tab-refer .note-refer {
  font-size: 11px;
  color: #bababa; }

.av-tabs-refer .block-tab-refer .list-merchant {
  padding: 0 10px 10px; }
  .av-tabs-refer .block-tab-refer .list-merchant .item-merchant {
    background: #FFF;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
    box-shadow: 3px 3px 5px 0px #eeeeee; }
    .av-tabs-refer .block-tab-refer .list-merchant .item-merchant a {
      color: #333; }
    .av-tabs-refer .block-tab-refer .list-merchant .item-merchant a:hover {
      text-decoration: none; }
    .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .img-merchant {
      float: left;
      margin-right: 10px; }
      .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .img-merchant img {
        max-width: 42px; }
    .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .right-merchant {
      padding-top: 8px; }
      .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .right-merchant .clearfix {
        display: block;
        overflow: hidden; }
      .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .right-merchant h3 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        float: left; }
      .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .right-merchant span {
        float: right;
        font-size: 10px;
        color: #bababa;
        line-height: 10px; }
      .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .tit-merchant .right-merchant p {
        font-size: 12px;
        color: #bababa; }
    .av-tabs-refer .block-tab-refer .list-merchant .item-merchant .text-refer {
      font-weight: 600;
      margin-bottom: 20px; }

.av-tabs-refer .block-my-reward .empty-my-reward {
  padding: 40px; }

.av-tabs-refer .block-my-reward .have-my-reward .past-merchant {
  opacity: 0.5; }

.av-tabs-refer .block-my-reward .have-my-reward h3.tit {
  font-size: 12px;
  padding: 0 30px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.av-tabs-refer .block-my-reward .have-my-reward .item-merchant {
  padding: 0; }
  .av-tabs-refer .block-my-reward .have-my-reward .item-merchant .item-left-merchant {
    padding: 15px 0 15px 20px; }
    .av-tabs-refer .block-my-reward .have-my-reward .item-merchant .item-left-merchant a {
      color: #1bc395; }
  .av-tabs-refer .block-my-reward .have-my-reward .item-merchant .item-right-merchant {
    padding: 23px 20px 15px 0; }

.av-tabs-refer .block-my-reward .have-my-reward .expiry-date {
  clear: both;
  font-size: 11px; }
  .av-tabs-refer .block-my-reward .have-my-reward .expiry-date .expiry-item {
    padding: 10px 15px;
    border-top: 1px solid #eeeeee; }
    .av-tabs-refer .block-my-reward .have-my-reward .expiry-date .expiry-item i {
      font-size: 18px;
      margin-right: 5px;
      vertical-align: middle; }
    .av-tabs-refer .block-my-reward .have-my-reward .expiry-date .expiry-item span {
      line-height: 14px; }
    .av-tabs-refer .block-my-reward .have-my-reward .expiry-date .expiry-item a:hover {
      text-decoration: none; }

.av-tabs-refer .block-list-faq {
  padding-top: 20px;
  margin-bottom: 100px; }
  .av-tabs-refer .block-list-faq .item {
    border: none;
    margin-bottom: 10px;
    white-space: inherit;
    -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
    box-shadow: 3px 3px 5px 0px #eeeeee; }
    .av-tabs-refer .block-list-faq .item span {
      width: 90%;
      float: left; }
    .av-tabs-refer .block-list-faq .item span.right {
      width: 10%;
      text-align: center; }
  .av-tabs-refer .block-list-faq .item-accordion {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.av-tabs-refer-detail .content-refer {
  padding: 15px 15px 70px; }
  .av-tabs-refer-detail .content-refer .msg-refer {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
    .av-tabs-refer-detail .content-refer .msg-refer span {
      text-transform: uppercase;
      font-weight: 600;
      color: #00a17f; }
  .av-tabs-refer-detail .content-refer .block-step .step {
    display: inline-block;
    color: #FFF;
    font-size: 11px;
    background: #6cd0b6;
    padding: 2px 10px; }
  .av-tabs-refer-detail .content-refer .block-step h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0; }
  .av-tabs-refer-detail .content-refer .block-step .form-group textarea {
    height: 60px !important; }
  .av-tabs-refer-detail .content-refer .block-step .form-group span {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #bababa; }
  .av-tabs-refer-detail .content-refer .block-step p.note {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-refer-detail .content-refer .block-step .social {
    margin-bottom: 15px;
    margin-top: 20px; }
    .av-tabs-refer-detail .content-refer .block-step .social a {
      padding: 0 10px;
      text-decoration: none !important;
      display: inline-block; }
      .av-tabs-refer-detail .content-refer .block-step .social a img {
        max-width: 50px; }
    .av-tabs-refer-detail .content-refer .block-step .social a:hover {
      text-decoration: none; }
.my-sub-account .list {
  clear: both;
  padding-bottom: 100px; }

.my-sub-account .scroll-view {
  padding: 20px 0 0; }

.my-sub-account .link-login {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #FFF;
  line-height: 32px;
  white-space: nowrap; }

.my-sub-account .item {
  border: none;
  border-bottom: 1px solid #EEE;
  margin: 0 0 0; }
  .my-sub-account .item .right {
    font-size: 12px;
    padding-top: 10px; }
    .my-sub-account .item .right a {
      color: #00a27f;
      margin-left: 10px; }
    .my-sub-account .item .right span {
      color: #6d6d6d; }
  .my-sub-account .item img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .my-sub-account .item span {
    display: inline-block;
    line-height: 22px; }
wm-sub-account-file-upload .image-upload {
  position: relative;
  background-color: #eee; }
  wm-sub-account-file-upload .image-upload .image-holder {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%; }
    wm-sub-account-file-upload .image-upload .image-holder .image-holder-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    wm-sub-account-file-upload .image-upload .image-holder .dummy {
      margin-top: 100%; }
  wm-sub-account-file-upload .image-upload .btn-file-upload {
    margin-top: -0.4rem;
    height: 30px;
    width: 100%;
    background: #3aafda;
    color: #fff;
    border-radius: 0 0 5px 5px; }
  wm-sub-account-file-upload .image-upload .half-width {
    width: 50%;
    border-radius: 0 0 0px 0px; }
  wm-sub-account-file-upload .image-upload .btn-file-upload:hover {
    background: #0098D0; }
  wm-sub-account-file-upload .image-upload .btn-file-remove {
    margin-top: -0.4rem;
    width: 50%;
    height: 30px;
    opacity: 0.9;
    background: #AF2634;
    color: #fff;
    border-radius: 0 0 0px 0px; }
  wm-sub-account-file-upload .image-upload .btn-file-remove:hover {
    opacity: 1;
    background: #AF2634; }

wm-sub-account-file-upload .image-upload.normal .image-holder {
  width: 100%; }

wm-sub-account-file-upload .image-upload.thumbnail {
  width: 100%;
  max-width: 120px;
  border: none;
  padding: 0; }
  wm-sub-account-file-upload .image-upload.thumbnail .image-holder {
    width: 100%; }

wm-sub-account-file-upload .image-upload.banner {
  width: 100%;
  max-width: 632px; }
  wm-sub-account-file-upload .image-upload.banner .image-holder {
    width: 100%;
    height: 280px; }

wm-sub-account-file-upload .image-upload.banner-large {
  width: 100%;
  max-width: 1264px; }
  wm-sub-account-file-upload .image-upload.banner-large .image-holder {
    width: 100%;
    height: 560px; }
.page-home .scroll-view {
  margin-top: 0; }

.page-home .bg-top-home {
  background: #00a17f;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s; }

.page-home .bg-top-home-animate {
  height: 0; }

.page-home .block-landing {
  background: #00a17f;
  padding: 0 0 0 20px; }
  .page-home .block-landing .block-merchant-tab {
    margin-bottom: 0; }
    .page-home .block-landing .block-merchant-tab .flickity-viewport {
      touch-action: pan-y !important; }
    .page-home .block-landing .block-merchant-tab .flickity-slider a {
      color: #FFF;
      font-size: 18px;
      font-weight: 300;
      padding: 20px 20px 20px 0;
      display: block;
      white-space: nowrap; }
    .page-home .block-landing .block-merchant-tab .flickity-slider a:hover,
    .page-home .block-landing .block-merchant-tab .flickity-slider a.active,
    .page-home .block-landing .block-merchant-tab .flickity-slider a.is-clicked {
      font-weight: 500;
      text-decoration: none; }
    .page-home .block-landing .block-merchant-tab .tabs {
      background: #00a17f;
      box-shadow: none; }
      .page-home .block-landing .block-merchant-tab .tabs .tab-item {
        opacity: 1;
        background: none;
        padding-bottom: 15px;
        padding-top: 15px;
        color: #FFF !important;
        font-size: 16px;
        font-weight: 300;
        display: inline-block; }
      .page-home .block-landing .block-merchant-tab .tabs .tab-item-active {
        border: none !important;
        font-weight: 600; }

.page-home .block-home-content {
  padding: 0 20px 150px; }
  .page-home .block-home-content .item-home-content {
    background: #f4f3f3;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    max-width: 451px;
    margin: 0 auto; }
    .page-home .block-home-content .item-home-content a:hover {
      text-decoration: none; }
    .page-home .block-home-content .item-home-content .info-merchant {
      position: relative;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      overflow: hidden;
      max-width: 451px;
      background: #CCC; }
      .page-home .block-home-content .item-home-content .info-merchant img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        float: left;
        min-height: 200px;
        max-height: 200px;
        object-fit: cover; }
      .page-home .block-home-content .item-home-content .info-merchant .stick-benifit {
        position: absolute;
        max-width: 80px;
        top: 0;
        left: 0; }
        .page-home .block-home-content .item-home-content .info-merchant .stick-benifit img {
          min-height: auto; }
      .page-home .block-home-content .item-home-content .info-merchant .tit {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        min-height: 110px;
        max-height: 110px; }
        .page-home .block-home-content .item-home-content .info-merchant .tit h2 {
          color: #FFF;
          max-width: 50%;
          font-size: 22px;
          font-weight: normal;
          padding: 10px 10px 0 10px;
          position: absolute;
          bottom: 5px; }
    .page-home .block-home-content .item-home-content .content-merchant {
      position: relative;
      max-width: 451px; }
      .page-home .block-home-content .item-home-content .content-merchant .detail-merchant {
        position: relative;
        padding: 10px 10px 25px;
        z-index: 10; }
        .page-home .block-home-content .item-home-content .content-merchant .detail-merchant p {
          color: #333333;
          margin-bottom: 0; }
          .page-home .block-home-content .item-home-content .content-merchant .detail-merchant p span {
            color: #aaaaaa; }
        .page-home .block-home-content .item-home-content .content-merchant .detail-merchant p.tit-benifit {
          font-size: 16px; }
      .page-home .block-home-content .item-home-content .content-merchant .total-merchant {
        position: absolute;
        right: 10px;
        top: -28px;
        background: #f4f3f3;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 15px;
        text-align: center; }
        .page-home .block-home-content .item-home-content .content-merchant .total-merchant p {
          margin-bottom: 0;
          color: #333; }
        .page-home .block-home-content .item-home-content .content-merchant .total-merchant .total {
          color: #000;
          font-size: 24px; }

.page-home .block-link-refer {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  max-width: 451px; }
  .page-home .block-link-refer a {
    color: #00a17f; }
  .page-home .block-link-refer a:hover {
    text-decoration: none; }
  .page-home .block-link-refer img {
    display: inline-block;
    vertical-align: middle; }
  .page-home .block-link-refer span {
    display: inline-block;
    vertical-align: middle;
    max-width: 65%;
    font-size: 16px; }

.page-home .block-add-homescreen {
  cursor: pointer;
  color: #333;
  background: url(images/download_button-f4f990472557211e3e8c192bfb61b5c8.png) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  padding: 15px 15px 15px 20px;
  max-width: 451px;
  height: 95px; }
  .page-home .block-add-homescreen .pull-left {
    padding-top: 3px;
    padding-left: 10px; }
    .page-home .block-add-homescreen .pull-left img {
      max-width: 60px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75); }
  .page-home .block-add-homescreen .pull-right {
    padding-top: 5px; }
  .page-home .block-add-homescreen p {
    font-weight: 600;
    font-size: 11px;
    text-align: right;
    margin-bottom: 0; }
  .page-home .block-add-homescreen .btn {
    color: #FFF;
    border: none;
    font-size: 12px;
    background: #6cab46;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    float: right; }

.popup-add-screen {
  position: fixed;
  bottom: 25px;
  width: 100%;
  opacity: 0;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  z-index: 99;
  visibility: hidden; }
  .popup-add-screen .content-add-screen {
    background: #FFF;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    padding: 15px;
    width: 451px;
    max-width: 92%;
    margin: 0 auto; }
    .popup-add-screen .content-add-screen .image {
      float: left;
      margin-bottom: 0; }
      .popup-add-screen .content-add-screen .image img {
        max-width: 40px; }
    .popup-add-screen .content-add-screen .right-screen {
      margin-left: 50px; }
      .popup-add-screen .content-add-screen .right-screen p {
        margin-bottom: 0;
        font-size: 11px;
        font-weight: bold; }
      .popup-add-screen .content-add-screen .right-screen span.is-ios {
        vertical-align: middle;
        font-size: 95%; }
        .popup-add-screen .content-add-screen .right-screen span.is-ios img {
          max-width: 13px;
          margin: 0 5px; }
      .popup-add-screen .content-add-screen .right-screen span.is-android {
        vertical-align: middle;
        font-size: 95%; }
        .popup-add-screen .content-add-screen .right-screen span.is-android img {
          max-width: 30px;
          margin: 0px 0px -10px 0px; }
    .popup-add-screen .content-add-screen .arrow-down {
      position: absolute;
      bottom: -22px;
      left: 47%;
      width: 20px; }
  .popup-add-screen .content-add-android .arrow-down {
    bottom: -23px; }

.popup-add-screen.fadeIn {
  opacity: 1;
  visibility: visible; }

@media (max-width: 480px) {
  .page-home .block-add-homescreen {
    padding: 15px 10px; }
    .page-home .block-add-homescreen p {
      font-size: 10px; } }

@media (max-width: 400px) {
  .page-home .block-add-homescreen {
    padding: 15px 10px; }
    .page-home .block-add-homescreen p {
      font-size: 9px; } }

@media (max-width: 380px) {
  .page-home .block-add-homescreen {
    padding: 15px 20px; }
    .page-home .block-add-homescreen p {
      font-size: 8px; }
    .page-home .block-add-homescreen .btn {
      padding: 5px 15px;
      font-size: 10px; } }

@media (max-width: 360px) {
  .page-home .block-add-homescreen .btn {
    font-size: 8px; } }

@media (max-width: 350px) {
  .page-home .block-refer-gift span {
    max-width: 80%; } }
.page-brand .back-button {
  background: #00a17f;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF !important;
  font-size: 30px;
  padding: 4px 13px;
  z-index: 9999; }

.page-brand .list {
  padding-top: 0; }

.page-brand .block-refer-gift {
  padding: 15px;
  background: #ffa92b;
  background: -moz-linear-gradient(left, #ffa92b 0%, #ffd456 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffa92b), color-stop(100%, #ffd456));
  background: -webkit-linear-gradient(left, #ffa92b 0%, #ffd456 100%);
  background: -o-linear-gradient(left, #ffa92b 0%, #ffd456 100%);
  background: -ms-linear-gradient(left, #ffa92b 0%, #ffd456 100%);
  background: linear-gradient(to right, #ffa92b 0%, #ffd456 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa92b', endColorstr='#ffd456', GradientType=1 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 15px 15px; }
  .page-brand .block-refer-gift img {
    display: inline-block;
    vertical-align: middle;
    max-width: 30px;
    margin-top: 5px;
    margin-right: 10px; }
  .page-brand .block-refer-gift span {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    color: #FFF;
    font-size: 16px; }
    .page-brand .block-refer-gift span strong {
      text-transform: uppercase; }

.page-brand .block-widthdraw {
  padding: 10px 20px 20px; }
  .page-brand .block-widthdraw span {
    cursor: pointer;
    color: #909090;
    font-size: 14px;
    font-weight: 300; }

.page-brand .tit-detail {
  background: none;
  padding: 10px 15px;
  margin-bottom: 0; }
  .page-brand .tit-detail .right-detail h3 {
    font-size: 18px; }
  .page-brand .tit-detail .right-detail p {
    font-size: 14px;
    font-weight: 300;
    color: #333; }
    .page-brand .tit-detail .right-detail p span.right span {
      color: #333;
      font-weight: 700;
      font-size: 12px; }
  .page-brand .tit-detail .image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.page-brand .block-benefit {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  min-height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 10px 15px;
  margin: 0 15px 15px;
  position: relative; }
  .page-brand .block-benefit h2 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 5px; }
  .page-brand .block-benefit p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px; }
  .page-brand .block-benefit p:last-child {
    margin-bottom: 0;
    color: #f6e752; }
  .page-brand .block-benefit a {
    color: #FFF; }
  .page-brand .block-benefit a:hover {
    text-decoration: none; }

.page-brand .block-benefit:after {
  content: '\F061';
  color: #f6e752;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 48%; }

.merchant-tabs {
  top: 244px !important; }

.header-avatar {
  display: inline-block;
  border: 2 px solid #159673;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  padding: 10%;
  width: 100px;
  height: 100px; }

.campaign-score-details.stored-value {
  background-color: #007a60; }

.campaign-type.stored-value {
  color: #007a60; }

.campaign-score-details.stamps {
  background-color: #8b572a; }

.campaign-type.stamps {
  color: #8b572a; }

.campaign-score-details.prepaid {
  background-color: #0f6895; }

.campaign-type.prepaid {
  color: #0f6895; }

.campaign-score-details.loyalty {
  background-color: #eb9532; }

.campaign-type.loyalty {
  color: #eb9532; }

.border-top {
  border-top: 1px solid #FFF;
  padding-top: 5px;
  margin-top: 5px; }

.tit-detail {
  padding: 15px; }
  .tit-detail .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 0; }
    .tit-detail .image img {
      max-width: 50px;
      border: 1px solid #EEE;
      background: #FFF; }
  .tit-detail .right-detail {
    padding-top: 7px; }
    .tit-detail .right-detail h3 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0;
      color: #292929; }
    .tit-detail .right-detail p {
      font-size: 14px;
      color: #292929;
      font-weight: 300; }
  .tit-detail .history-title {
    font-size: 12px;
    line-height: 12px;
    color: #6D6D6D;
    padding-left: 20px;
    padding-right: 20px; }
  .tit-detail span {
    line-height: 20px; }
  .tit-detail .show-more {
    color: #0abf96 !important; }
  .tit-detail .gift-line {
    padding: 10px 20px;
    background-color: white; }
    .tit-detail .gift-line img {
      margin-right: 5px; }
    .tit-detail .gift-line .right {
      float: right;
      font-size: 10px;
      color: #6d6d6d; }
    .tit-detail .gift-line .left {
      float: left;
      font-size: 14px; }
  .tit-detail .gift-line-disabled {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    opacity: 0.5; }
    .tit-detail .gift-line-disabled .right {
      float: right;
      font-size: 10px;
      color: #6d6d6d; }
    .tit-detail .gift-line-disabled .left {
      float: left;
      font-size: 14px; }

.how-it-work {
  background: #FFF; }
  .how-it-work .slider-pager {
    display: none; }
  .how-it-work .slider-slide {
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
  .how-it-work .slider {
    height: 40px; }
  .how-it-work .slider-auto {
    height: auto; }
  .how-it-work .content-how {
    padding: 10px;
    color: #000; }
    .how-it-work .content-how i {
      font-size: 20px;
      padding: 0 10px;
      color: #1bc395;
      float: left;
      cursor: pointer; }
    .how-it-work .content-how p {
      padding-left: 30px; }
  .how-it-work .block-topup {
    padding: 10px 0; }
    .how-it-work .block-topup .item-topup {
      display: inline-block;
      border-right: 1px solid #eeeeee;
      padding: 0 20px;
      vertical-align: top; }
      .how-it-work .block-topup .item-topup span.tit {
        font-size: 11px;
        color: #bababa;
        display: block;
        background: none;
        padding: 0 0 5px;
        margin-top: 0;
        margin-bottom: 0;
        border: none; }
      .how-it-work .block-topup .item-topup p {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 25px; }
        .how-it-work .block-topup .item-topup p img {
          max-width: 36px; }
    .how-it-work .block-topup .item-topup:last-child {
      border: none; }
    .how-it-work .block-topup .expires span {
      padding-bottom: 0;
      color: #000;
      display: block;
      line-height: 14px;
      min-width: 75px; }
    .how-it-work .block-topup .expires span.tit {
      padding-bottom: 15px; }
    .how-it-work .block-topup .expires p {
      float: left;
      padding-top: 2px; }

p.link-how {
  padding: 10px;
  display: block;
  color: #1bc395;
  font-size: 12px; }

p.link-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden; }

.show_content {
  text-align: center;
  display: block;
  color: #CCC !important; }

.how_work {
  background: #FFF;
  padding-bottom: 30px; }

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

.reward-overall {
  background: #fff; }

.reward-title {
  padding-left: 10px;
  color: #504ea4;
  font-weight: bold; }

.reward-content {
  padding: 0 30px 15px;
  font-size: 15px; }

.reward-content span {
  font-weight: bold;
  display: block; }

.for-reward {
  font-weight: bold; }

.reward-italic {
  font-style: italic; }

.item-reward .pull-left {
  padding-top: 12px; }

.item-reward .pull-right p {
  padding-left: 20px;
  text-align: center; }
  .item-reward .pull-right p span {
    display: block; }

.block-outlet .tit-outlet {
  background: #FFF;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  .block-outlet .tit-outlet a:hover {
    text-decoration: none; }
  .block-outlet .tit-outlet .image {
    float: left;
    margin-right: 10px; }
    .block-outlet .tit-outlet .image img {
      max-width: 52px; }
  .block-outlet .tit-outlet h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px; }
  .block-outlet .tit-outlet span {
    font-size: 11px;
    display: block;
    padding-bottom: 13px;
    color: #bababa; }

.block-outlet .tit-outlet:after {
  content: '\F105';
  font-family: FontAwesome;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #6D6D6D; }

.block-outlet .option {
  font-size: 11px;
  background: #FFF;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
  color: #bababa; }

.block-outlet .loading-block {
  text-align: center;
  margin-top: 7px; }

.block-outlet .block-buy {
  margin-bottom: 10px; }
  .block-outlet .block-buy .buy-item {
    background: #FFF;
    border-bottom: 1px solid #eeeeee;
    padding: 10px; }
    .block-outlet .block-buy .buy-item .left-buy {
      width: 90%;
      float: left; }
      .block-outlet .block-buy .buy-item .left-buy p {
        margin-bottom: 0; }
      .block-outlet .block-buy .buy-item .left-buy .image {
        float: left;
        padding-right: 10px;
        padding-bottom: 0;
        margin-bottom: 0; }
        .block-outlet .block-buy .buy-item .left-buy .image img {
          max-width: 45px; }
    .block-outlet .block-buy .buy-item .right-buy {
      width: 10%;
      float: right; }
      .block-outlet .block-buy .buy-item .right-buy img {
        max-width: 28px; }

.block-outlet .past-transaction {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  margin-bottom: 20px; }
  .block-outlet .past-transaction a {
    color: #7f7f7f;
    display: block; }
  .block-outlet .past-transaction a:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #6D6D6D; }

.get-reward {
  background: #FFF;
  margin: 10px 10px 0px 10px; }
  .get-reward a.promo-line {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #1bc395;
    font-size: 12px;
    max-height: 50px;
    box-shadow: -1px 1px 3px rgba(170, 170, 170, 0.5); }
    .get-reward a.promo-line span {
      margin-left: 15px;
      line-height: 30px; }
  .get-reward a.promo-line:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D; }

.popup-referral .popup {
  width: 90%;
  background-color: white; }

.popup-referral .popup-head {
  display: none; }

.popup-referral .popup-body {
  text-align: left;
  padding: 0px; }

.popup-referral .container {
  margin: 15px;
  padding: 0px; }
  .popup-referral .container .popup-table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: inherit; }
    .popup-referral .container .popup-table td {
      padding-bottom: 20px; }
      .popup-referral .container .popup-table td .step-box {
        width: 50px;
        height: 24px;
        background-color: #6BD0B5; }
        .popup-referral .container .popup-table td .step-box .step-text {
          font-size: 10px;
          line-height: 10px;
          color: #ffffff;
          padding-left: 10px; }
      .popup-referral .container .popup-table td .step-box-content {
        margin-left: 70px; }
        .popup-referral .container .popup-table td .step-box-content .step-text-content {
          font-size: 14px;
          line-height: 16pt;
          color: #111111; }
    .popup-referral .container .popup-table td.head-paragraph {
      font-size: 12px;
      color: #6D6D6D;
      margin-bottom: 20px; }
    .popup-referral .container .popup-table .merchant {
      width: 100%;
      border: 1px solid #EEEEEE;
      padding: 10px; }
      .popup-referral .container .popup-table .merchant img.merchant-logo {
        width: 100%;
        max-width: 55px;
        height: 100%;
        max-height: 55px; }
    .popup-referral .container .popup-table .merchant-content {
      margin-left: 65px;
      min-height: 50px; }
      .popup-referral .container .popup-table .merchant-content p.merchant-name {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #3E3E3E;
        margin-bottom: 6px;
        text-transform: uppercase; }
      .popup-referral .container .popup-table .merchant-content p.merchant-phone {
        font-size: 12px;
        line-height: 12px;
        color: #1BC395;
        margin-bottom: 6px; }
      .popup-referral .container .popup-table .merchant-content p.merchant-address {
        font-size: 12px;
        line-height: 16px;
        color: #1BC395;
        margin-bottom: 0px; }

.popup-referral .expiry-date {
  text-align: center;
  width: 100%;
  height: 73px;
  background: #f3f3f3;
  padding: 13px 0px 18px 0px; }
  .popup-referral .expiry-date p {
    font-size: 12px;
    line-height: 12px; }
  .popup-referral .expiry-date span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px; }

.padding-how-it-work {
  margin-bottom: 10px; }

.my-benifit-popup .popup {
  width: 75%;
  background: #FFF;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .my-benifit-popup .popup .popup-head {
    display: none; }
  .my-benifit-popup .popup .popup-body {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .my-benifit-popup .popup .popup-body .name-benifit h2 {
      background-size: 100%;
      background-position: right top;
      background-repeat: no-repeat;
      padding: 30px 15px;
      margin-bottom: 0;
      color: #FFF;
      font-size: 18px;
      text-align: center; }
    .my-benifit-popup .popup .popup-body .benefit-detail {
      padding: 15px; }
    .my-benifit-popup .popup .popup-body .step-benefit {
      text-align: left;
      background: #f3f3f3;
      padding: 20px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .my-benifit-popup .popup .popup-body .step-benefit h3 {
        font-size: 16px;
        font-weight: 600; }
      .my-benifit-popup .popup .popup-body .step-benefit p {
        font-size: 12px;
        font-weight: 600;
        color: #555; }
      .my-benifit-popup .popup .popup-body .step-benefit p.tit {
        color: #909090;
        margin-bottom: 0; }
  .my-benifit-popup .popup .info-benifix .close-poup {
    position: absolute;
    top: -30px;
    right: 0; }
    .my-benifit-popup .popup .info-benifix .close-poup i {
      font-size: 25px;
      color: #FFF; }
.item-merchant .item-left-merchant span {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  display: block; }

.item-merchant .item-left-merchant h3 {
  font-weight: normal;
  color: #909090; }

.item-merchant .item-left-merchant span.date {
  color: #909090;
  font-size: 12px;
  font-weight: 300; }

.item-merchant .item-left-merchant .image-merchant img {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left; }

.item-merchant .item-left-merchant .pL70 {
  padding-top: 4px; }

.item-merchant .item-right-merchant {
  padding-top: 15px; }
  .item-merchant .item-right-merchant p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0; }
  .item-merchant .item-right-merchant p.text-font-small {
    font-size: 18px; }
  .item-merchant .item-right-merchant span {
    font-size: 14px;
    color: #909090; }
.seperate-input {
  height: 5px; }

.inline {
  display: inline-block; }

.clear {
  clear: both; }

.red {
  color: red; }

.bold-style {
  font-weight: bold; }

.div-lang {
  background: #fff;
  padding: 5px;
  list-style: none;
  width: 100%;
  text-align: center; }
  .div-lang li {
    padding: 5px; }
  .div-lang li > a {
    text-decoration: none;
    color: #999;
    font-size: 16px; }
  .div-lang li.active {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999; }
    .div-lang li.active a {
      color: #000;
      font-size: 16px;
      font-weight: bold; }
.tab-notifications .scroll {
  padding: 20px 0; }
  .tab-notifications .scroll p.noted {
    padding: 0 20px; }
  .tab-notifications .scroll .list-notifications .item-notifications {
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 15px; }
    .tab-notifications .scroll .list-notifications .item-notifications .left {
      width: 60%; }
      .tab-notifications .scroll .list-notifications .item-notifications .left .image {
        float: left;
        margin-right: 10px;
        margin-bottom: 0; }
        .tab-notifications .scroll .list-notifications .item-notifications .left .image img {
          max-width: 60px; }
      .tab-notifications .scroll .list-notifications .item-notifications .left div {
        float: left; }
      .tab-notifications .scroll .list-notifications .item-notifications .left h3 {
        font-size: 12px;
        font-weight: 600;
        margin: 5px 0 0 0; }
      .tab-notifications .scroll .list-notifications .item-notifications .left p {
        font-size: 11px;
        color: #7f7f7f; }
    .tab-notifications .scroll .list-notifications .item-notifications .right {
      width: 38%; }
      .tab-notifications .scroll .list-notifications .item-notifications .right span {
        float: right;
        padding: 12px;
        border: 1px solid #0abf96;
        -webkit-border-radius: 50%;
        margin-left: 10px;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .tab-notifications .scroll .list-notifications .item-notifications .right span i {
          font-size: 30px;
          color: #0abf96; }
      .tab-notifications .scroll .list-notifications .item-notifications .right .big-ico {
        padding: 2px 15px; }
        .tab-notifications .scroll .list-notifications .item-notifications .right .big-ico i {
          font-size: 50px; }
      .tab-notifications .scroll .list-notifications .item-notifications .right .disabled {
        border: 1px solid #eeeeee; }
        .tab-notifications .scroll .list-notifications .item-notifications .right .disabled i {
          color: #eeeeee; }

.popup-head h3 img {
  max-width: 57px;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 480px) {
  .tab-notifications .scroll .list-notifications .item-notifications .right span {
    padding: 11px 11px; }
    .tab-notifications .scroll .list-notifications .item-notifications .right span i {
      font-size: 20px; }
  .tab-notifications .scroll .list-notifications .item-notifications .right .big-ico {
    padding: 2px 13px; }
    .tab-notifications .scroll .list-notifications .item-notifications .right .big-ico i {
      font-size: 40px; } }
.tabs-about .list {
  clear: both; }
  .tabs-about .list .text-grey {
    color: #989898;
    font-size: 11px; }

.tabs-about .scroll-view {
  padding: 20px; }

.tabs-about .link-login {
  position: absolute;
  right: 10px;
  top: 0;
  color: #FFF;
  line-height: 32px; }

.tabs-about .text-center {
  text-align: center !important; }

.tabs-about .item {
  border: none;
  margin: 0 0 5px;
  -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
  -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
  box-shadow: 3px 3px 5px 0px #eeeeee; }
  .tabs-about .item img {
    max-width: 25px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px; }
  .tabs-about .item span {
    display: inline-block;
    line-height: 22px; }

.tabs-about .item.about-us {
  margin-bottom: 20px;
  padding: 10px 16px; }
  .tabs-about .item.about-us img {
    max-width: 35px; }
  .tabs-about .item.about-us span {
    line-height: 32px; }

.tabs-about .no-bg {
  background: none;
  box-shadow: none; }
  .tabs-about .no-bg img {
    max-width: 89px; }
.outlet-detail .list {
  padding-top: 0; }

.outlet-detail .back-button {
  background: #00a17f;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF !important;
  font-size: 30px;
  padding: 4px 13px;
  z-index: 9999; }

.outlet-detail .title-outlet {
  padding: 20px 20px 0;
  margin-bottom: 5px; }
  .outlet-detail .title-outlet .image {
    float: left;
    padding-right: 10px;
    z-index: 9999;
    position: relative; }
    .outlet-detail .title-outlet .image img {
      border: 1px solid #eeeeee;
      padding: 2px;
      background: #FFF;
      width: 60px;
      min-height: 60px; }
  .outlet-detail .title-outlet .right-detail {
    margin-left: 70px; }
  .outlet-detail .title-outlet h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0; }
  .outlet-detail .title-outlet p {
    font-size: 11px;
    color: #7f7f7f; }

.outlet-detail .block-discount {
  margin-bottom: 10px;
  background: #FFF;
  font-size: 11px; }
  .outlet-detail .block-discount .tit-discount {
    padding: 5px 10px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0;
    font-weight: 600; }
  .outlet-detail .block-discount .item-discount {
    padding: 10px 20px;
    border-bottom: 1px solid #EEE; }
    .outlet-detail .block-discount .item-discount img {
      vertical-align: middle;
      margin-right: 5px;
      float: left; }
    .outlet-detail .block-discount .item-discount .name {
      float: left;
      width: 85%; }
    .outlet-detail .block-discount .item-discount .limit {
      float: right; }
  .outlet-detail .block-discount .item-discount:first-child {
    border-top: 1px solid #EEE; }

.outlet-detail .block-info {
  background: #FFF; }
  .outlet-detail .block-info .information {
    font-size: 11px;
    padding: 20px 0 0;
    border-bottom: 1px solid #eeeeee; }
    .outlet-detail .block-info .information p {
      padding-bottom: 10px; }
      .outlet-detail .block-info .information p span {
        width: 90%;
        float: right; }
        .outlet-detail .block-info .information p span a {
          color: #333; }
      .outlet-detail .block-info .information p span.icon {
        width: 10%;
        float: left; }
        .outlet-detail .block-info .information p span.icon i {
          font-size: 18px; }
        .outlet-detail .block-info .information p span.icon.icon-monney i {
          font-size: 12px;
          padding: 1px 4px;
          border: 1px solid #333;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }

.outlet-detail .about-info {
  margin-bottom: 10px; }
  .outlet-detail .about-info h4 {
    font-size: 12px;
    font-weight: bold; }
  .outlet-detail .about-info .information {
    padding-top: 10px; }
    .outlet-detail .about-info .information p {
      padding-bottom: 0; }
  .outlet-detail .about-info .about-us {
    padding-left: 20px; }
  .outlet-detail .about-info .block-address {
    padding: 20px;
    font-size: 11px; }
    .outlet-detail .about-info .block-address p {
      color: #000;
      margin-bottom: 10px; }
    .outlet-detail .about-info .block-address span {
      color: #000; }
      .outlet-detail .about-info .block-address span img {
        max-width: 8px;
        margin-right: 5px; }
      .outlet-detail .about-info .block-address span i {
        font-size: 18px;
        margin-right: 5px; }
    .outlet-detail .about-info .block-address span.icon {
      width: 10%;
      float: left; }
      .outlet-detail .about-info .block-address span.icon i {
        font-size: 18px; }
    .outlet-detail .about-info .block-address .tit-about h4 {
      font-size: 14px; }
    .outlet-detail .about-info .block-address .item-location {
      padding-right: 20px;
      border-bottom: 1px solid #a6a6a6; }
    .outlet-detail .about-info .block-address select {
      border: 1px solid #a6a6a6;
      border-bottom: 1px solid #a6a6a6 !important;
      background-color: transparent;
      width: 100%;
      height: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .outlet-detail .about-info .block-address .opening span.icon {
      width: 10%;
      float: left; }
      .outlet-detail .about-info .block-address .opening span.icon i {
        font-size: 18px; }
    .outlet-detail .about-info .block-address .opening span {
      float: left;
      width: 80%; }
    .outlet-detail .about-info .block-address .opening span.active {
      font-weight: bold; }
      .outlet-detail .about-info .block-address .opening span.active a {
        color: #282828; }
    .outlet-detail .about-info .block-address .opening a {
      color: #1bc395; }
    .outlet-detail .about-info .block-address .opening .open-right {
      float: right;
      font-size: 20px; }
    .outlet-detail .about-info .block-address .opening-hour {
      padding-left: 13%; }
      .outlet-detail .about-info .block-address .opening-hour p {
        margin-bottom: 0; }
        .outlet-detail .about-info .block-address .opening-hour p span {
          float: left;
          width: auto;
          min-width: 130px; }
      .outlet-detail .about-info .block-address .opening-hour p:last-child {
        margin-bottom: 10px; }

.outlet-detail .block-map p {
  padding: 10px 20px;
  font-size: 11px;
  color: #7f7f7f; }
  .outlet-detail .block-map p span.right:after {
    content: '\F105';
    font-family: FontAwesome;
    float: right;
    font-size: 18px;
    margin-left: 5px; }

.outlet-detail .block-map p.map {
  padding: 0; }

.outlet-detail .block-map .text-center {
  text-align: center; }
  .outlet-detail .block-map .text-center p {
    text-decoration: underline; }

.outlet-detail .bar-footer img {
  max-width: 25px; }

.outlet-detail .bar-footer a {
  padding: 0 20px; }
.av-tabs-refer-invite .banner-refer-detail img {
  width: 100% !important; }

.av-tabs-refer-invite .block-msg-refer {
  background: #FFF;
  padding: 15px; }
  .av-tabs-refer-invite .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-refer-invite .block-msg-refer .msg-refer {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0; }
    .av-tabs-refer-invite .block-msg-refer .msg-refer span {
      font-weight: 600;
      font-size: 20px;
      color: #00a17f; }

.av-tabs-refer-invite .content-refer {
  padding: 15px; }
  .av-tabs-refer-invite .content-refer p {
    padding: 0 30px; }
  .av-tabs-refer-invite .content-refer a {
    font-size: 11px;
    display: block;
    color: #00a17f; }

.av-tabs-refer-invite .phone-input {
  margin-bottom: 15px; }
#spinners {
  width: 20px;
  height: 20px;
  line-height: 52px;
  margin-right: 10px;
  margin-left: 10px; }
.av-tabs-refer-success .no-margin-top {
  margin: 0 15px; }

.av-tabs-refer-success .banner-refer-detail img {
  width: 100% !important; }

.av-tabs-refer-success .block-msg-refer {
  background: #FFF;
  padding: 15px;
  position: relative;
  width: 100%;
  background: none;
  min-height: 170px; }
  .av-tabs-refer-success .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-refer-success .block-msg-refer .msg-refer {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0; }
    .av-tabs-refer-success .block-msg-refer .msg-refer span {
      font-weight: 600;
      font-size: 24px;
      color: #00a17f; }
    .av-tabs-refer-success .block-msg-refer .msg-refer strong {
      font-size: 24px; }

.av-tabs-refer-success .content-refer {
  padding: 15px; }
  .av-tabs-refer-success .content-refer .item-merchant {
    background: #FFF;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
    box-shadow: 3px 3px 5px 0px #eeeeee; }
    .av-tabs-refer-success .content-refer .item-merchant a {
      color: #333; }
    .av-tabs-refer-success .content-refer .item-merchant a:hover {
      text-decoration: none; }
    .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .img-merchant {
      float: left;
      margin-right: 10px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .img-merchant img {
        max-width: 42px; }
    .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant {
      padding-top: 8px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant .clearfix {
        display: block;
        overflow: hidden; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant h3 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        float: left; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant span {
        float: right;
        font-size: 10px;
        color: #bababa;
        line-height: 10px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant p {
        font-size: 12px;
        color: #00a17f; }
  .av-tabs-refer-success .content-refer .info-left {
    text-align: left;
    color: #6d6d6d; }
  .av-tabs-refer-success .content-refer .mg-top-20 {
    margin-top: 20px; }
  .av-tabs-refer-success .content-refer .mg-top-30 {
    margin-top: 30px; }
  .av-tabs-refer-success .content-refer .mg-top-40 {
    margin-top: 40px; }
  .av-tabs-refer-success .content-refer .mg-left-60 {
    margin-left: 60px; }
  .av-tabs-refer-success .content-refer .mg-left-70 {
    margin-left: 70px; }
  .av-tabs-refer-success .content-refer .mg-left-80 {
    margin-left: 80px; }
    .av-tabs-refer-success .content-refer .mg-left-80 .merchantName {
      margin: 0 0 5px;
      font-family: Helvetica;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      color: #262626; }
    .av-tabs-refer-success .content-refer .mg-left-80 .phoneNumber {
      margin: 0 0 5px;
      color: #1bc395; }
  .av-tabs-refer-success .content-refer .block {
    display: block; }
  .av-tabs-refer-success .content-refer .item a {
    text-decoration: none; }
    .av-tabs-refer-success .content-refer .item a img {
      float: left;
      width: 100%;
      max-width: 64px;
      height: 100%;
      max-height: 64px; }
  .av-tabs-refer-success .content-refer .Rectangle-5-Copy-3 {
    background-color: #6bd0b5; }
  .av-tabs-refer-success .content-refer .step1 {
    width: 42px;
    height: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px; }
  .av-tabs-refer-success .content-refer .step2 {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 7px;
    float: left;
    display: block; }
  .av-tabs-refer-success .content-refer .Rectangle-7 {
    width: 64px;
    height: 64px;
    background-color: #000000;
    border: solid 1px #efefef; }
  .av-tabs-refer-success .content-refer .-MAY-2017 {
    width: 134px;
    height: 20px;
    font-family: HelveticaNeue;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.91;
    text-align: center;
    color: #111111; }
  .av-tabs-refer-success .content-refer a {
    color: #21ba83 !important; }
  .av-tabs-refer-success .content-refer a.btn {
    color: #ffffff !important;
    text-decoration: none; }
  .av-tabs-refer-success .content-refer .line-height-18 {
    line-height: 27px !important; }
  .av-tabs-refer-success .content-refer .BG {
    width: 100%;
    height: 100%;
    max-width: 490px;
    max-height: 44px;
    border-radius: 4px;
    background-color: #0abf95; }
  .av-tabs-refer-success .content-refer .layer {
    width: 100%;
    height: 100%;
    max-width: 234px;
    max-height: 16px;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 22%;
    padding-right: 22%; }
  .av-tabs-refer-success .content-refer .Shape {
    width: 16px;
    height: 13.8px;
    background-color: #aaaaaa; }
  .av-tabs-refer-success .content-refer .legal {
    width: 490px;
    height: 19px;
    font-family: Helvetica;
    font-size: 13px;
    line-height: 1.46;
    text-align: center;
    color: #999999; }

.av-tabs-refer-success .Rectangle-2 {
  width: 100%;
  height: 66px;
  background-color: #ffffff;
  text-align: center; }
  .av-tabs-refer-success .Rectangle-2 p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #3e3e3e; }
  .av-tabs-refer-success .Rectangle-2 span {
    font-size: 20px;
    line-height: 20px; }
.av-tabs-enrollment-link .scroll-view {
  height: 100%; }
  .av-tabs-enrollment-link .scroll-view .scroll {
    position: fixed;
    width: 100%;
    top: 0; }

.av-tabs-enrollment-link .wide-as-needed div.scroll {
  position: relative; }

.av-tabs-enrollment-link .banner-refer-detail {
  text-align: center; }
  .av-tabs-enrollment-link .banner-refer-detail img {
    float: none;
    margin: 0 auto; }

.av-tabs-enrollment-link .button-medium {
  height: 55px;
  font-size: 20px;
  border-radius: 3px; }

.av-tabs-enrollment-link.pane {
  background: #f9f9f9; }

.av-tabs-enrollment-link .tit-enroll {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0; }

.av-tabs-enrollment-link .slide-merchant {
  margin-bottom: 15px; }

.av-tabs-enrollment-link .enroll-showmore {
  background: #FFF;
  padding: 10px 20px;
  font-size: 11px; }
  .av-tabs-enrollment-link .enroll-showmore a {
    text-align: right;
    display: block;
    color: #00a17f; }

.av-tabs-enrollment-link .block-msg-refer {
  background: #FFF;
  padding: 15px; }
  .av-tabs-enrollment-link .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-enrollment-link .block-msg-refer .msg-refer {
    font-size: 15px;
    line-height: 28px; }
    .av-tabs-enrollment-link .block-msg-refer .msg-refer span {
      font-size: 20px;
      color: #00a17f; }
    .av-tabs-enrollment-link .block-msg-refer .msg-refer span.membership-tier {
      font-size: 12px;
      color: #000; }
  .av-tabs-enrollment-link .block-msg-refer .refer-description {
    margin-bottom: 5px; }

.av-tabs-enrollment-link .tab-merchant-content {
  background: #FFF;
  padding: 0 20px 0px; }
  .av-tabs-enrollment-link .tab-merchant-content .block-merchant {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 152px;
    margin-right: 10px;
    max-height: 240px;
    display: inline-block;
    vertical-align: top; }
    .av-tabs-enrollment-link .tab-merchant-content .block-merchant img {
      object-fit: cover;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      min-height: 120px; }
    .av-tabs-enrollment-link .tab-merchant-content .block-merchant .content-merchant {
      padding: 0 5px 5px;
      text-align: left;
      color: #000;
      min-height: 115px; }
      .av-tabs-enrollment-link .tab-merchant-content .block-merchant .content-merchant h3 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        white-space: normal; }
      .av-tabs-enrollment-link .tab-merchant-content .block-merchant .content-merchant span {
        font-size: 11px;
        line-height: 16px;
        display: block; }
  .av-tabs-enrollment-link .tab-merchant-content .slider-pager {
    display: none; }

.av-tabs-enrollment-link .content-refer {
  padding-top: 30px;
  background: #f9f9f9; }
  .av-tabs-enrollment-link .content-refer .item-divider-flat {
    padding-top: 0;
    padding-bottom: 0; }
  .av-tabs-enrollment-link .content-refer .form-control {
    margin-bottom: 18px;
    line-height: 24px; }
  .av-tabs-enrollment-link .content-refer select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #9f9f9f 50%), linear-gradient(135deg, #9f9f9f 50%, transparent 50%), linear-gradient(to right, #9f9f9f, #9f9f9f);
    background-position: calc(100% - 23px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), calc(100% - 2.5em) 0.5em;
    background-size: 8px 8px, 8px 8px, 0 1.5em;
    background-repeat: no-repeat; }
  .av-tabs-enrollment-link .content-refer p {
    padding: 0 30px;
    margin-bottom: 15px; }
  .av-tabs-enrollment-link .content-refer a {
    cursor: pointer;
    font-size: 11px;
    display: block;
    color: #00a17f; }

.av-tabs-enrollment-link .benefit {
  white-space: pre-wrap;
  line-height: normal; }

.av-tabs-enrollment-link .btn-join-now {
  padding-top: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  background: #f9f9f9; }
  .av-tabs-enrollment-link .btn-join-now .item-divider-flat {
    padding-top: 0;
    padding-bottom: 0; }
  .av-tabs-enrollment-link .btn-join-now .form-control {
    margin-bottom: 18px;
    line-height: 24px; }
  .av-tabs-enrollment-link .btn-join-now select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #9f9f9f 50%), linear-gradient(135deg, #9f9f9f 50%, transparent 50%), linear-gradient(to right, #9f9f9f, #9f9f9f);
    background-position: calc(100% - 23px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), calc(100% - 2.5em) 0.5em;
    background-size: 8px 8px, 8px 8px, 0 1.5em;
    background-repeat: no-repeat; }
  .av-tabs-enrollment-link .btn-join-now p {
    padding: 0 30px;
    margin-bottom: 15px; }
  .av-tabs-enrollment-link .btn-join-now a {
    cursor: pointer;
    font-size: 11px;
    display: block;
    color: #00a17f; }

.av-tabs-enrollment-link .benefit {
  white-space: pre-wrap;
  line-height: normal; }

.text-size-11 {
  font-size: 11px !important; }

.text-size-12 {
  font-size: 12px !important; }

.text-size-14 {
  font-size: 14px !important; }

.text-size-15 {
  font-size: 15px !important; }

.text-size-16 {
  font-size: 16px !important; }

.text-size-17 {
  font-size: 17px !important; }

.text-size-18 {
  font-size: 18px !important; }

.text-size-28 {
  font-size: 28px !important; }

.my-term-popup .popup {
  width: 95%; }
  .my-term-popup .popup .popup-body {
    text-align: left;
    overflow: auto; }
.av-tabs-refer-success .banner-refer-detail img {
  float: left; }

.av-tabs-refer-success .button-medium {
  height: 55px;
  font-size: 20px;
  border-radius: 8px;
  line-height: 55px; }

.av-tabs-refer-success.pane {
  overflow: auto; }

.av-tabs-refer-success .tit-enroll {
  font-weight: 600;
  padding: 0 20px; }

.av-tabs-refer-success .enroll-showmore {
  background: #FFF;
  padding: 10px 20px;
  font-size: 11px; }
  .av-tabs-refer-success .enroll-showmore a {
    text-align: right;
    display: block;
    color: #00a17f; }

.av-tabs-refer-success .coppyright {
  color: #00a17f;
  margin-bottom: 0;
  font-size: 11px; }

.av-tabs-refer-success .block-membership {
  border-top: none;
  color: #000; }
  .av-tabs-refer-success .block-membership p {
    line-height: 30px;
    font-size: 30px;
    padding: 20px;
    color: #000; }

.av-tabs-refer-success .button-back {
  margin: 0 15px; }

.av-tabs-refer-success .block-msg-refer {
  background: #FFF;
  padding: 15px;
  display: block;
  margin-bottom: 10px; }
  .av-tabs-refer-success .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-refer-success .block-msg-refer .msg-refer {
    font-size: 15px;
    line-height: 28px; }
    .av-tabs-refer-success .block-msg-refer .msg-refer span {
      font-size: 20px;
      color: #00a17f; }
    .av-tabs-refer-success .block-msg-refer .msg-refer span.membership-tier {
      font-size: 16px;
      line-height: 12px;
      color: #777777;
      display: block;
      font-weight: normal; }

.av-tabs-refer-success .content-refer {
  padding: 15px; }
  .av-tabs-refer-success .content-refer .item-merchant {
    background: #FFF;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
    box-shadow: 3px 3px 5px 0px #eeeeee; }
    .av-tabs-refer-success .content-refer .item-merchant a {
      color: #333; }
    .av-tabs-refer-success .content-refer .item-merchant a:hover {
      text-decoration: none; }
    .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .img-merchant {
      float: left;
      margin-right: 10px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .img-merchant img {
        max-width: 42px; }
    .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant {
      padding-top: 8px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant .clearfix {
        display: block;
        overflow: hidden; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant h3 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        float: left; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant span {
        float: right;
        font-size: 10px;
        color: #bababa;
        line-height: 10px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant p {
        font-size: 12px;
        color: #00a17f; }
  .av-tabs-refer-success .content-refer .info-left {
    text-align: left;
    color: #6d6d6d; }
  .av-tabs-refer-success .content-refer .mg-top-20 {
    margin-top: 20px; }
  .av-tabs-refer-success .content-refer .mg-top-30 {
    margin-top: 30px; }
  .av-tabs-refer-success .content-refer .mg-top-40 {
    margin-top: 40px; }
  .av-tabs-refer-success .content-refer .mg-left-60 {
    margin-left: 60px; }
  .av-tabs-refer-success .content-refer .mg-left-70 {
    margin-left: 70px; }
  .av-tabs-refer-success .content-refer .mg-left-80 {
    margin-left: 80px; }
    .av-tabs-refer-success .content-refer .mg-left-80 .merchantName {
      margin: 0 0 5px;
      font-family: Helvetica;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      color: #262626; }
    .av-tabs-refer-success .content-refer .mg-left-80 .phoneNumber {
      margin: 0 0 5px;
      color: #1bc395; }
  .av-tabs-refer-success .content-refer .block {
    display: block; }
  .av-tabs-refer-success .content-refer .item a {
    text-decoration: none; }
    .av-tabs-refer-success .content-refer .item a img {
      float: left;
      width: 100%;
      max-width: 64px;
      height: 100%;
      max-height: 64px; }
  .av-tabs-refer-success .content-refer .Rectangle-5-Copy-3 {
    background-color: #6bd0b5; }
  .av-tabs-refer-success .content-refer .step1 {
    width: 42px;
    height: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px; }
  .av-tabs-refer-success .content-refer .step2 {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 7px;
    float: left;
    display: block; }
  .av-tabs-refer-success .content-refer .Rectangle-7 {
    width: 64px;
    height: 64px;
    background-color: #000000;
    border: solid 1px #efefef; }
  .av-tabs-refer-success .content-refer .-MAY-2017 {
    width: 134px;
    height: 20px;
    font-family: HelveticaNeue;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.91;
    text-align: center;
    color: #111111; }
  .av-tabs-refer-success .content-refer a {
    color: #21ba83 !important; }
  .av-tabs-refer-success .content-refer a.btn {
    color: #ffffff !important;
    text-decoration: none; }
  .av-tabs-refer-success .content-refer .line-height-18 {
    line-height: 27px !important; }
  .av-tabs-refer-success .content-refer .BG {
    width: 100%;
    height: 100%;
    max-width: 490px;
    max-height: 44px;
    border-radius: 4px;
    background-color: #0abf95; }
  .av-tabs-refer-success .content-refer .layer {
    width: 100%;
    height: 100%;
    max-width: 234px;
    max-height: 16px;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 22%;
    padding-right: 22%; }
  .av-tabs-refer-success .content-refer .Shape {
    width: 16px;
    height: 13.8px;
    background-color: #aaaaaa; }
  .av-tabs-refer-success .content-refer .legal {
    width: 490px;
    height: 19px;
    font-family: Helvetica;
    font-size: 13px;
    line-height: 1.46;
    text-align: center;
    color: #999999; }

.av-tabs-refer-success .Rectangle-2 {
  width: 100%;
  height: 66px;
  background-color: #ffffff;
  text-align: center; }
  .av-tabs-refer-success .Rectangle-2 p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #3e3e3e; }
  .av-tabs-refer-success .Rectangle-2 span {
    font-size: 20px;
    line-height: 20px; }

.av-tabs-refer-success .block-merchant-tab {
  margin-bottom: 0; }

.av-tabs-refer-success .block-merchant-tab-fixed {
  top: 0;
  z-index: 999; }

.my-merchant-popup .popup {
  background: #FFF;
  width: 300px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75); }
  .my-merchant-popup .popup .popup-head {
    display: none; }
  .my-merchant-popup .popup .popup-body {
    padding: 0;
    overflow: unset; }
    .my-merchant-popup .popup .popup-body .info-benifix {
      position: relative; }
      .my-merchant-popup .popup .popup-body .info-benifix img {
        float: left; }
      .my-merchant-popup .popup .popup-body .info-benifix .tit-merchant {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .my-merchant-popup .popup .popup-body .info-benifix .tit-merchant h2 {
          color: #FFF;
          padding: 5px 20px 0;
          font-size: 18px; }
      .my-merchant-popup .popup .popup-body .info-benifix .close-poup {
        cursor: pointer;
        position: absolute;
        right: -18px;
        top: -18px; }
    .my-merchant-popup .popup .popup-body .tit-benifit {
      color: #FFF;
      background: #16c395;
      margin-bottom: 0;
      text-align: left;
      padding: 5px 20px; }
    .my-merchant-popup .popup .popup-body .content-benefit-popup {
      padding: 20px;
      text-align: left;
      overflow: auto;
      max-height: 62vh; }
      .my-merchant-popup .popup .popup-body .content-benefit-popup strong {
        display: block; }

.merchant-benifit {
  padding: 20px;
  background: #FFF; }
  .merchant-benifit .item-benefit {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 632px;
    min-height: 200px;
    margin: 0 auto 20px; }
    .merchant-benifit .item-benefit .img-merchant img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      float: left;
      min-height: 200px;
      object-fit: cover;
      background: #CCC; }
    .merchant-benifit .item-benefit .stick-benifit {
      position: absolute;
      max-width: 80px;
      top: 0;
      left: 0; }
    .merchant-benifit .item-benefit .content-benifit {
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      color: #FFF;
      position: absolute;
      bottom: 0;
      padding: 10px 20px;
      width: 100%;
      min-height: 110px;
      max-height: 110px; }
      .merchant-benifit .item-benefit .content-benifit > div {
        position: absolute;
        bottom: 10px; }
      .merchant-benifit .item-benefit .content-benifit h2 {
        color: #FFF;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 600; }
.oto-pay span,
.oto-pay a,
.oto-pay p,
.oto-pay div,
.oto-pay input,
.oto-pay label,
.oto-pay h3,
.oto-pay h4 {
  font-family: 'Lato', sans-serif !important; }

.oto-pay .advo-pay-bar {
  background: linear-gradient(105deg, #469f81, #247267) !important;
  height: 56px;
  position: sticky; }
  .oto-pay .advo-pay-bar .buttons.clearfix {
    position: absolute;
    height: 100%;
    cursor: pointer; }
    .oto-pay .advo-pay-bar .buttons.clearfix img {
      width: 24px;
      height: 24px;
      margin: auto;
      margin-left: 16px; }
  .oto-pay .advo-pay-bar h3 {
    color: white;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px; }

.oto-pay .oto-campaign-info {
  background-color: white !important;
  padding: 16px !important; }
  .oto-pay .oto-campaign-info .store-name {
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #8f8f8f;
    margin-bottom: 8px; }
  .oto-pay .oto-campaign-info .campaign-name {
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a; }
  .oto-pay .oto-campaign-info .price-block {
    display: flex;
    margin-top: 12px; }
    .oto-pay .oto-campaign-info .price-block .campaign-price {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #cbcbcb;
      text-decoration: line-through; }
    .oto-pay .oto-campaign-info .price-block .selling-price {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: #469f81;
      margin-left: 8px; }
    .oto-pay .oto-campaign-info .price-block .percent-discount {
      height: 24px;
      line-height: 24px;
      border-radius: 100px;
      background-image: -webkit-linear-gradient(left, #ff8989, #fd6e6e);
      background-image: -o-linear-gradient(left, #ff8989, #fd6e6e);
      background-image: linear-gradient(to right, #ff8989, #fd6e6e);
      padding-left: 8px;
      padding-right: 8px;
      margin-left: 8px;
      color: white;
      font-weight: 600;
      font-size: 12px; }

.oto-pay .border-block-title {
  border-left: 3px solid #469f81;
  background-color: #f5f5f5; }
  .oto-pay .border-block-title .oto-heading-h3 {
    padding-left: 16px;
    width: 375px;
    line-height: 40px;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 0px; }

.oto-pay .oto-redeem-step {
  padding: 16px;
  background: white; }
  .oto-pay .oto-redeem-step .step-item .step-title {
    font-size: 16px;
    color: #247267;
    font-weight: bold; }
  .oto-pay .oto-redeem-step .step-item .step-content {
    margin-bottom: 0px;
    list-style: circle;
    margin-left: 16px; }
    .oto-pay .oto-redeem-step .step-item .step-content li {
      color: #bfbfbf; }
      .oto-pay .oto-redeem-step .step-item .step-content li span {
        color: #4a4a4a;
        font-size: 16px; }
  .oto-pay .oto-redeem-step .step-item hr {
    margin: 16px 0px;
    color: #ececec; }

.oto-pay .oto-deal-offer {
  display: flex;
  background: white;
  padding: 16px; }
  .oto-pay .oto-deal-offer .store-img {
    box-shadow: 0px 0px 8px rgba(143, 143, 143, 0.25);
    border-radius: 8px;
    margin-bottom: 0px;
    height: 40px; }
    .oto-pay .oto-deal-offer .store-img img {
      width: 40px;
      height: 40px;
      border-radius: 8px; }
  .oto-pay .oto-deal-offer .right-detail {
    margin-left: 16px; }
    .oto-pay .oto-deal-offer .right-detail h3 {
      font-size: 16px;
      color: #4a4a4a;
      font-weight: bold;
      margin-bottom: 4px; }
    .oto-pay .oto-deal-offer .right-detail p {
      font-size: 14px;
      margin-bottom: 0px;
      color: #8f8f8f; }

.oto-pay .oto-footer {
  display: flex;
  padding-bottom: 84px; }
  .oto-pay .oto-footer ul {
    margin: auto; }
  .oto-pay .oto-footer h3, .oto-pay .oto-footer p, .oto-pay .oto-footer a {
    text-align: center; }
  .oto-pay .oto-footer .img-li {
    display: flex; }
    .oto-pay .oto-footer .img-li .advo-logo {
      height: 42px;
      width: auto;
      margin: auto; }
  .oto-pay .oto-footer h3 {
    padding-top: 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height, or 131% */
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 8px; }
  .oto-pay .oto-footer p {
    color: #4a4a4a;
    margin: 0px;
    font-size: 16px; }
  .oto-pay .oto-footer a {
    display: block;
    text-align: center;
    font-family: 'Lato',sans-serif;
    padding-top: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height, or 131% */
    text-align: center;
    color: #2958B1; }

.oto-pay .oto-what-you-get {
  background-color: white !important;
  padding: 16px;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a; }
  .oto-pay .oto-what-you-get p {
    color: #4a4a4a; }
  .oto-pay .oto-what-you-get ul {
    margin-bottom: 0;
    list-style: circle;
    margin-left: 16px;
    font-size: 16px;
    line-height: 2em; }
    .oto-pay .oto-what-you-get ul li {
      color: #bfbfbf; }
      .oto-pay .oto-what-you-get ul li span {
        color: #4a4a4a; }

.oto-pay .oto-switch-account {
  position: fixed;
  bottom: 100px;
  right: 16px;
  left: 16px;
  background: white;
  background: #2958B1;
  border-radius: 100px;
  display: flex;
  justify-content: space-between; }
  .oto-pay .oto-switch-account p, .oto-pay .oto-switch-account a {
    color: white; }
  .oto-pay .oto-switch-account .bound-bg {
    background: rgba(59, 118, 212, 0.5);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 6px;
    top: 6px; }
    .oto-pay .oto-switch-account .bound-bg img {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      margin-top: 4px;
      margin-left: 4px; }
  .oto-pay .oto-switch-account a {
    font-size: 14px;
    line-height: 48px;
    text-decoration: underline;
    position: relative;
    min-width: 94px;
    margin-right: 16px; }
  .oto-pay .oto-switch-account .switch-title {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    line-height: 48px;
    margin-left: 48px;
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.oto-pay .oto-chip-info-message {
  position: fixed;
  bottom: 100px;
  right: 16px;
  left: 16px;
  background: #F5FBFF;
  border-radius: 100px;
  display: flex;
  border: 1px solid #BAE0FE;
  height: 48px; }
  .oto-pay .oto-chip-info-message .bound-bg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 6px;
    margin-top: auto;
    margin-bottom: auto; }
  .oto-pay .oto-chip-info-message img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 4px; }
  .oto-pay .oto-chip-info-message p {
    line-height: 48px;
    margin-left: 12px; }

.oto-pay .mask-error {
  position: absolute;
  top: 55px;
  background: white;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px; }
  .oto-pay .mask-error .not-visibilty {
    visibility: hidden; }
  .oto-pay .mask-error .error-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4A4A4A;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 8px; }
  .oto-pay .mask-error .error-content {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #8F8F8F; }

.oto-pay .oto-chip-warn-message {
  position: fixed;
  bottom: 100px;
  right: 16px;
  left: 16px;
  border-radius: 100px;
  display: flex;
  background: #FFFCF0;
  border: 1px solid #FEE8A9;
  height: 48px; }
  .oto-pay .oto-chip-warn-message .bound-bg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 6px;
    margin-top: auto;
    margin-bottom: auto; }
  .oto-pay .oto-chip-warn-message img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 4px; }
  .oto-pay .oto-chip-warn-message p {
    line-height: 48px;
    margin-left: 12px; }

.oto-pay .oto-buy {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: white;
  padding: 12px 16px 24px 16px;
  box-shadow: 0 -3px 6px 0 rgba(143, 143, 143, 0.16); }
  .oto-pay .oto-buy .oto-buy-button {
    color: white;
    height: 48px;
    background-image: linear-gradient(to left, #469f81, #338874);
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px; }
  .oto-pay .oto-buy .oto-full-claim-button {
    color: white;
    height: 48px;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border-radius: 8px;
    background: #CBCBCB; }

.oto-pay .oto-list-outlets {
  padding: 0px 0px 40px 0px;
  background: #f9f9f9;
  padding-top: 24px; }
  .oto-pay .oto-list-outlets .list-available {
    padding-left: 16px;
    padding-right: 16px;
    background: white; }
    .oto-pay .oto-list-outlets .list-available li p {
      margin-bottom: 16px; }
  .oto-pay .oto-list-outlets h3 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 21px; }
  .oto-pay .oto-list-outlets li:first-child {
    padding-top: 16px; }
  .oto-pay .oto-list-outlets li:last-child hr {
    display: none; }
  .oto-pay .oto-list-outlets li hr {
    border-top: 1px solid #ECECEC;
    margin-top: 16px;
    margin-bottom: 16px; }
  .oto-pay .oto-list-outlets li a {
    color: #8f8f8f; }

.av-tabs-one-time-offer-invite .scroll {
  position: relative;
  width: 100%;
  top: 0; }

.av-tabs-one-time-offer-invite.pane {
  overflow: auto; }

.av-tabs-one-time-offer-invite .banner-refer-detail img {
  width: 100%; }

.av-tabs-one-time-offer-invite .tit-enroll {
  font-weight: 600;
  padding: 0 20px; }

.av-tabs-one-time-offer-invite .enroll-showmore {
  background: #fff;
  padding: 10px 20px;
  font-size: 11px; }
  .av-tabs-one-time-offer-invite .enroll-showmore a {
    text-align: right;
    display: block;
    color: #00a17f; }

.av-tabs-one-time-offer-invite .block-msg-refer {
  padding: 10px 15px;
  background: none; }
  .av-tabs-one-time-offer-invite .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-one-time-offer-invite .block-msg-refer p {
    font-size: 14px;
    margin-bottom: 0; }
  .av-tabs-one-time-offer-invite .block-msg-refer .msg-refer {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #292929; }
    .av-tabs-one-time-offer-invite .block-msg-refer .msg-refer span {
      font-weight: 600;
      font-size: 20px;
      color: #00a17f; }

.av-tabs-one-time-offer-invite .benefit {
  white-space: pre-wrap; }

.av-tabs-one-time-offer-invite .power-by {
  background: #00a17f;
  color: #fff;
  padding: 3px 0;
  font-size: 11px; }

.av-tabs-one-time-offer-invite .block-description .block-content {
  border-top: 1px solid #eee;
  padding: 0; }
  .av-tabs-one-time-offer-invite .block-description .block-content .content-description {
    padding: 15px; }
    .av-tabs-one-time-offer-invite .block-description .block-content .content-description i {
      font-style: italic !important; }
    .av-tabs-one-time-offer-invite .block-description .block-content .content-description p.show-less {
      overflow: hidden;
      min-height: 60px; }
    .av-tabs-one-time-offer-invite .block-description .block-content .content-description p.show-more {
      overflow: hidden;
      max-height: 60px; }
  .av-tabs-one-time-offer-invite .block-description .block-content p {
    margin-bottom: 0; }
  .av-tabs-one-time-offer-invite .block-description .block-content p.redeem {
    border-top: 1px solid #eee;
    font-style: italic;
    font-size: 13px;
    padding: 5px 15px;
    margin-bottom: 0; }

.av-tabs-one-time-offer-invite .block-youget {
  background: #f9f9f9;
  padding-top: 24px; }
  .av-tabs-one-time-offer-invite .block-youget .block-content i {
    font-style: italic !important; }
  .av-tabs-one-time-offer-invite .block-youget .block-content ul li {
    list-style: disc inside; }
  .av-tabs-one-time-offer-invite .block-youget .block-content p.show-less {
    overflow: hidden;
    min-height: 60px; }
  .av-tabs-one-time-offer-invite .block-youget .block-content p.show-more {
    overflow: hidden;
    max-height: 60px; }

.av-tabs-one-time-offer-invite .content-campaign .block-available .block-content {
  border-top: none; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .tit-detail {
    background: #f9f9f9;
    padding-top: 0; }
    .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .tit-detail .image {
      margin-right: 10px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available li:after {
    top: 30px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available .content-available div {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 50px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available .content-available .icon {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
    grid-column: 1; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available .content-available p {
    float: left;
    grid-column: 2; }

.av-tabs-one-time-offer-invite .item-btn {
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .av-tabs-one-time-offer-invite .item-btn button {
    margin: 0;
    border-radius: 0;
    height: 50px;
    font-size: 18px; }

.content-refer {
  padding: 0; }
  .content-refer .form-control {
    margin-bottom: 15px; }
  .content-refer p {
    padding: 0 30px; }
  .content-refer a {
    font-size: 11px;
    display: block;
    color: #00a17f; }
  .content-refer .item a {
    float: left; }
  .content-refer .mg-top-20 {
    margin-top: 20px; }
  .content-refer .mg-top-30 {
    margin-top: 30px; }
  .content-refer .mg-top-40 {
    margin-top: 40px; }
  .content-refer .mg-left-60 {
    padding-right: 35px;
    margin-left: 60px; }
  .content-refer .mg-left-70 {
    margin-left: 70px;
    padding-top: 3px; }
    .content-refer .mg-left-70 i {
      font-style: italic !important; }
    .content-refer .mg-left-70 a {
      display: inline !important;
      font-size: 14px; }
  .content-refer .mg-left-80 {
    margin-left: 80px; }
    .content-refer .mg-left-80 p {
      padding: 0; }
    .content-refer .mg-left-80 .merchantName {
      margin: 0 0 5px;
      font-family: Helvetica;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      color: #262626; }
    .content-refer .mg-left-80 .phoneNumber {
      margin: 0 0 5px;
      color: #1bc395; }
  .content-refer .Rectangle-5-Copy-3 {
    background-color: #6bd0b5; }
  .content-refer .tit-step {
    position: relative;
    cursor: pointer; }
  .content-refer .tit-step:after {
    color: #999999;
    content: "\F107";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 15px; }
  .content-refer .tit-step-up:after {
    color: #999999;
    content: "\F106";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 15px; }
  .content-refer .step1 {
    width: 42px;
    height: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px; }
  .content-refer .step2 {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 7px;
    float: left;
    display: block; }

#textMobile {
  box-shadow: none;
  -webkit-appearance: none; }

.form-control.border-green {
  border: 1px solid #1bc395;
  border-bottom: 1px solid #1bc395 !important; }
.advo-pay-checkout span,
.advo-pay-checkout a,
.advo-pay-checkout p,
.advo-pay-checkout div,
.advo-pay-checkout input,
.advo-pay-checkout label {
  font-family: 'Lato',sans-serif !important; }

.advo-pay-checkout .scroll {
  position: fixed;
  padding-bottom: 150px;
  padding-top: 50px; }

.advo-pay-checkout .has-header {
  top: 56px; }

.advo-pay-checkout .advo-spinner-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  opacity: 0.5;
  display: flex;
  justify-content: center; }

.advo-pay-checkout .advo-pay-bar {
  background: linear-gradient(105deg, #469f81, #247267) !important;
  height: 56px; }
  .advo-pay-checkout .advo-pay-bar h3 {
    color: white;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px; }
  .advo-pay-checkout .advo-pay-bar .buttons.clearfix {
    position: absolute;
    height: 100%;
    cursor: pointer; }
    .advo-pay-checkout .advo-pay-bar .buttons.clearfix img {
      width: 24px;
      height: 24px;
      margin: auto;
      margin-left: 16px; }

.advo-pay-checkout .checkout-content {
  background-color: #f9f9f9; }
  .advo-pay-checkout .checkout-content .bg-white {
    background-color: white;
    padding-top: 4px; }
  .advo-pay-checkout .checkout-content .merchant-info {
    font-size: 16px;
    text-align: left;
    display: flex;
    margin-left: 16px;
    margin-top: 24px; }
    .advo-pay-checkout .checkout-content .merchant-info .avatar {
      width: 40px;
      height: 40px;
      border-radius: 8px; }
    .advo-pay-checkout .checkout-content .merchant-info .information {
      margin-left: 12px; }
      .advo-pay-checkout .checkout-content .merchant-info .information .name {
        font-weight: bold;
        color: #4a4a4a;
        margin-bottom: 2px;
        line-height: 19px; }
      .advo-pay-checkout .checkout-content .merchant-info .information .type {
        color: #8f8f8f;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 19px; }
  .advo-pay-checkout .checkout-content .advo-pay-line {
    margin: 16px; }
  .advo-pay-checkout .checkout-content .campaign-info {
    padding: 0px 16px 16px 16px; }
    .advo-pay-checkout .checkout-content .campaign-info .name {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #4a4a4a; }
    .advo-pay-checkout .checkout-content .campaign-info .expiry {
      margin: 0px;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.21;
      text-align: left;
      color: #8f8f8f; }
  .advo-pay-checkout .checkout-content .amount-info {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    height: 50px;
    background: white; }
    .advo-pay-checkout .checkout-content .amount-info .label {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      text-align: left;
      color: #4a4a4a;
      padding: 0px;
      line-height: 50px; }
    .advo-pay-checkout .checkout-content .amount-info .amount {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      text-align: right;
      color: #469f81;
      line-height: 50px; }
  .advo-pay-checkout .checkout-content .cards-info {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px; }
    .advo-pay-checkout .checkout-content .cards-info .title {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      text-align: left;
      color: #4a4a4a; }
    .advo-pay-checkout .checkout-content .cards-info .list-cards {
      background-color: white;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item {
        display: flex;
        justify-content: space-between;
        height: 56px;
        line-height: 56px;
        border-bottom: 1px solid rgba(223, 223, 223, 0.16); }
        .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .card-info {
          display: flex; }
          .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .card-info .card-number {
            margin-left: 8px;
            font-family: 'Lato',sans-serif; }
          .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .card-info .expire-date {
            font-family: 'Lato',sans-serif; }
          .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .card-info .type {
            height: 24px;
            margin: auto; }
        .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .remove-button {
          width: 40px;
          cursor: pointer;
          display: flex; }
          .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .remove-button img {
            width: 24px;
            margin: auto;
            margin-right: 16px; }
        .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .ion-android-delete {
          font-size: 24px;
          color: #8f8f8f; }
        .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .container-checkbox {
          margin-top: 16px;
          margin-left: 16px; }
        .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .ion-minus-circled {
          margin-top: 4px; }
        .advo-pay-checkout .checkout-content .cards-info .list-cards .card-item .ion-minus-circled::before {
          font-size: 20px;
          color: red; }
    .advo-pay-checkout .checkout-content .cards-info .no-cards {
      cursor: pointer;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      height: 48px;
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
      background-color: #ffffff;
      display: flex;
      justify-content: space-between; }
      .advo-pay-checkout .checkout-content .cards-info .no-cards .images {
        line-height: 48px; }
        .advo-pay-checkout .checkout-content .cards-info .no-cards .images img {
          height: 10px;
          margin-right: 8px; }
        .advo-pay-checkout .checkout-content .cards-info .no-cards .images .master {
          margin-right: 16px; }
      .advo-pay-checkout .checkout-content .cards-info .no-cards .label {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #2d67c7;
        line-height: 48px;
        padding: 0px 0px 0px 16px; }
  .advo-pay-checkout .checkout-content .privacy-info {
    display: flex;
    justify-content: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px; }
    .advo-pay-checkout .checkout-content .privacy-info .guard {
      height: 24px;
      width: 24px;
      max-width: none; }
    .advo-pay-checkout .checkout-content .privacy-info .text {
      margin-left: 8px;
      color: #4a4a4a; }

.advo-pay-checkout .fixed-bottom-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 -3px 6px 0 rgba(143, 143, 143, 0.16);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px; }
  .advo-pay-checkout .fixed-bottom-button .label-block {
    letter-spacing: normal;
    font-stretch: normal;
    text-align: left; }
    .advo-pay-checkout .fixed-bottom-button .label-block .label {
      font-size: 14px;
      font-weight: normal;
      color: #8f8f8f;
      padding: 0px; }
    .advo-pay-checkout .fixed-bottom-button .label-block .amount {
      font-size: 16px;
      font-weight: bold;
      color: #3e3f42;
      margin-bottom: 0px;
      margin-top: 6px; }
  .advo-pay-checkout .fixed-bottom-button .pay-button {
    height: 48px;
    border-radius: 8px;
    background-color: #cbcbcb;
    min-width: 190px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .advo-pay-checkout .fixed-bottom-button .pay-button.active {
    background-image: linear-gradient(to left, #469f81, #338874); }

#payment-form {
  width: 100%;
  margin: 0 auto;
  /**
    IE11-targeted optimisations
    */ }
  #payment-form .label {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #4a4a4a;
    padding: 0px;
    margin-bottom: 8px; }
  #payment-form .date-and-code {
    display: flex;
    margin-bottom: 8px;
    margin-top: 24px; }
  #payment-form .date-and-code > div:nth-child(1) {
    width: 50%; }
  #payment-form .date-and-code > div:nth-child(2) {
    width: 50%; }
    #payment-form .date-and-code > div:nth-child(2) .label {
      margin-left: 8px; }
  #payment-form .input-container {
    position: relative;
    display: flex;
    height: 48px; }
  #payment-form .icon-container img {
    height: 12px;
    margin: auto; }
  #payment-form .icon-container:last-child {
    right: 0; }
  #payment-form .icon-container.payment-method {
    right: 0; }
  #payment-form .input-container.card-number {
    margin-bottom: 8px;
    margin-top: 8px;
    background-clip: padding-box; }
    #payment-form .input-container.card-number input {
      -webkit-text-fill-color: #cbcbcb !important;
      font-family: 'Lato',sans-serif; }
  #payment-form .input-container.expiry-date {
    margin-right: 8px;
    margin-top: 8px;
    -webkit-text-fill-color: #cbcbcb !important;
    font-family: 'Lato',sans-serif;
    background-clip: padding-box; }
  #payment-form .input-container.cvv {
    background-clip: padding-box;
    margin-left: 8px;
    margin-top: 8px;
    -webkit-text-fill-color: #cbcbcb !important;
    font-family: 'Lato',sans-serif; }
  #payment-form .input-container.cvv:focus,
  #payment-form .input-container.expiry-date:focus,
  #payment-form .input-container.card-number:focus {
    -webkit-text-fill-color: #4a4a4a !important; }
  #payment-form .card-number-frame {
    width: 100%;
    padding-left: 48px; }
  #payment-form .expiry-date-frame {
    padding-left: 16px; }
  #payment-form .cvv-frame {
    padding-left: 16px; }
  #payment-form div + button {
    margin-top: 8px; }
  #payment-form .icon-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 26px;
    margin: 0 7px; }
    #payment-form .icon-container img {
      position: relative; }
  #payment-form .icon-container.payment-method {
    transform: translateY(-50%) rotateY(90deg);
    transition: opacity 0.15s ease-out;
    opacity: 0;
    top: 50%; }
  #payment-form .icon-container.payment-method.show {
    opacity: 1;
    transition: all 0.4s ease-out;
    transform: translateY(-50%) rotateY(0deg);
    padding-top: 2px; }
  #payment-form .icon-container.payment-method img {
    width: 100%; }
  #payment-form [id$="-error"] {
    display: none; }
  #payment-form .frame {
    opacity: 0; }
  #payment-form .frame--activated {
    opacity: 1;
    border: solid 1px #d9d9d9;
    border-radius: 8px; }
  #payment-form .frame--activated.frame--focus {
    border: solid 1px #469f81; }
  #payment-form .frame--activated.frame--invalid {
    border: solid 1px #d96830; }
  #payment-form .error-message {
    display: block;
    color: #c9501c;
    font-size: 0.9rem;
    margin: 8px 0 0 1px;
    font-weight: 300;
    text-align: center; }
  #payment-form #pay-button {
    border: none;
    color: #fff;
    font-weight: 500;
    height: 48px;
    width: 100%;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal; }
  #payment-form #pay-button:active {
    background-image: linear-gradient(to left, #469f81, #338874);
    box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4); }
  #payment-form #pay-button:hover {
    background-color: #15406b;
    box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.4); }
  #payment-form #pay-button:disabled {
    background-color: #cbcbcb;
    box-shadow: none; }
  #payment-form #pay-button:not(:disabled) {
    cursor: pointer;
    background-image: linear-gradient(to left, #469f81, #338874); }
  #payment-form .success-payment-message {
    color: #13395e;
    line-height: 1.4; }
  #payment-form .token {
    color: #b35e14;
    font-size: 0.9rem;
    font-family: monospace; }
  #payment-form _:-ms-fullscreen,
  #payment-form :root .icon-container {
    display: block; }
  #payment-form _:-ms-fullscreen,
  #payment-form :root .icon-container img {
    top: 50%;
    -ms-transform: translateY(-50%);
    position: absolute; }
  #payment-form _:-ms-fullscreen,
  #payment-form #icon-card-number,
  #payment-form _:-ms-fullscreen,
  #payment-form #icon-expiry-date,
  #payment-form _:-ms-fullscreen,
  #payment-form #icon-cvv {
    left: 7px;
    height: 12px;
    margin: auto; }
  #payment-form #checkout-frames-card-number::-ms-clear {
    display: none; }
  #payment-form .primary-options {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }
    #payment-form .primary-options .label {
      font-size: 14px;
      text-align: left;
      font-weight: normal;
      color: #4a4a4a;
      margin-top: 8px;
      margin-bottom: 0px; }
    #payment-form .primary-options .item {
      border: none;
      margin-right: -16px; }
    #payment-form .primary-options .toggle {
      border: none;
      top: 5px;
      padding-top: 0px; }
      #payment-form .primary-options .toggle .handle {
        top: 2px;
        left: 8px; }
    #payment-form .primary-options .toggle input:checked + .track {
      border-color: #469f81;
      background-color: #469f81; }

.add-card-popup .popup {
  width: 100%;
  border-radius: 8px;
  background: #fff; }
  .add-card-popup .popup .popup-head {
    text-align: left;
    padding-top: 24px;
    padding-left: 16px;
    padding-bottom: 8px; }
    .add-card-popup .popup .popup-head .popup-title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.22;
      text-align: left;
      color: #4a4a4a; }
  .add-card-popup .popup .popup-body {
    text-align: left; }
    .add-card-popup .popup .popup-body .content-pdpa {
      max-height: 300px;
      margin-bottom: 5px;
      overflow-y: scroll; }
    .add-card-popup .popup .popup-body .content-loadmore {
      color: #00a17f;
      cursor: pointer;
      display: none;
      text-decoration: none; }

.add-card-popup .popup-buttons {
  min-height: 0px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #2196f3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.popclose {
  text-align: right;
  position: absolute;
  top: 3px;
  right: 16px;
  z-index: 1000;
  color: #8f8f8f !important;
  padding: 0px !important;
  background-color: transparent !important; }

/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #11b67e; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.advo-pay-mask {
  background-image: linear-gradient(155deg, #469f81, #247267);
  display: flex;
  display: -webkit-flex;
  /* NEW */
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .advo-pay-mask .processing-content {
    display: flex;
    display: -webkit-flex;
    justify-content: center; }
    .advo-pay-mask .processing-content .status {
      position: relative; }
      .advo-pay-mask .processing-content .status .animation-loader {
        border: 6px solid #c2c2c2;
        /* Light grey */
        border-top: 6px solid white;
        /* Blue */
        border-radius: 50%;
        width: 100px;
        height: 100px;
        animation: spin 2s linear infinite;
        margin: auto; }
      .advo-pay-mask .processing-content .status .image-block {
        position: absolute;
        margin: auto;
        top: 35px;
        left: 50%;
        margin-left: -16px; }
      .advo-pay-mask .processing-content .status h5 {
        text-align: center;
        margin-bottom: 8px; }
      .advo-pay-mask .processing-content .status p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0px;
        color: white;
        line-height: 21px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .advo-pay-mask .processing-content .status h5 {
      color: white;
      margin-top: 24px;
      font-weight: 600;
      font-size: 16px; }

.advo-delete-card span, .advo-delete-card p, .advo-delete-card input, .advo-delete-card h3, .advo-delete-card a {
  font-family: Late,sans-serif; }

.advo-delete-card .popup {
  width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 8px;
  background: white; }
  .advo-delete-card .popup .popup-head {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
    padding-bottom: 0px; }
    .advo-delete-card .popup .popup-head h3 {
      text-align: left;
      font-weight: bold;
      color: #4a4a4a;
      margin-bottom: 0px;
      font-size: 18px; }
  .advo-delete-card .popup .popup-body {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px; }
    .advo-delete-card .popup .popup-body .content-delete {
      position: relative; }
    .advo-delete-card .popup .popup-body .card-icon {
      position: absolute;
      width: 32px;
      top: 12px;
      left: 8px; }
    .advo-delete-card .popup .popup-body input {
      height: 48px;
      line-height: 48px;
      background: #fcfcfc;
      border: solid 1px #ececec;
      border-radius: 8px;
      width: 100%;
      margin: auto;
      padding-left: 48px;
      background-clip: padding-box; }
    .advo-delete-card .popup .popup-body .intro-text {
      margin-top: 24px;
      color: #4a4a4a;
      text-align: left;
      margin-bottom: 16px;
      font-size: 16px; }
  .advo-delete-card .popup .popup-buttons {
    display: flex;
    flex-direction: column; }
    .advo-delete-card .popup .popup-buttons .button-positive {
      margin-left: 16px;
      background: #f04b4b !important;
      margin-right: 16px;
      padding: 0px;
      height: 48px;
      line-height: 48px;
      border-radius: 8px;
      margin-bottom: 16px; }
      .advo-delete-card .popup .popup-buttons .button-positive p {
        margin: 0px;
        font-size: 16px;
        font-weight: normal; }
    .advo-delete-card .popup .popup-buttons .button-default {
      margin-left: 16px;
      background: none !important;
      margin-right: 16px;
      padding: 0px;
      height: 48px;
      line-height: 48px;
      border-radius: 8px;
      color: #2d67c7 !important; }
      .advo-delete-card .popup .popup-buttons .button-default p {
        font-size: 16px;
        font-weight: normal; }

.add-card-popup .popup {
  margin-left: 16px;
  margin-right: 16px; }
  .add-card-popup .popup .popup-body {
    padding: 16px; }

.add-card-popup .popclose {
  top: 24px;
  right: 16px; }
  .add-card-popup .popclose .close-icon {
    width: 24px;
    margin-right: -4px; }

.popup-pdpa-v2 .popup-title {
  color: #4a4a4a; }

.popup-pdpa-v2 .popclose {
  background: none !important; }
  .popup-pdpa-v2 .popclose .close-icon {
    width: 24px; }
.advo-pay-processing {
  background-image: linear-gradient(155deg, #469f81, #247267);
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .advo-pay-processing .processing-content {
    display: flex;
    justify-content: center; }
    .advo-pay-processing .processing-content .status {
      position: relative; }
    .advo-pay-processing .processing-content .animation-loader {
      border: 6px solid #c2c2c2;
      /* Light grey */
      border-top: 6px solid white;
      /* Blue */
      border-radius: 50%;
      width: 100px;
      height: 100px;
      animation: spin 2s linear infinite;
      margin: auto; }
    .advo-pay-processing .processing-content .image-block {
      position: absolute;
      margin: auto;
      top: 35px;
      left: 68px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .advo-pay-processing .processing-content .status h5 {
      color: white;
      margin-top: 24px;
      font-weight: 600;
      font-size: 16px; }
.advo-pay-success {
  overflow-y: scroll; }
  .advo-pay-success span,
  .advo-pay-success a,
  .advo-pay-success p,
  .advo-pay-success div,
  .advo-pay-success input,
  .advo-pay-success label, .advo-pay-success button {
    font-family: 'Lato', sans-serif !important; }
  .advo-pay-success .payment-background {
    background-image: url(images/background-success-0c9e2105f0547c01f461134543c259ad.png);
    width: 100%;
    height: 200px;
    background-size: cover; }
  .advo-pay-success .payment-status {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: -80px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
    border-radius: 8px;
    background: white;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 16px; }
    .advo-pay-success .payment-status .wrap-circle {
      position: absolute;
      top: -50px;
      display: flex;
      justify-content: center;
      width: 100%; }
      .advo-pay-success .payment-status .wrap-circle .circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: white;
        margin: auto;
        box-shadow: 0 3px 6px 0 rgba(223, 223, 223, 0.3);
        display: flex;
        justify-content: center; }
        .advo-pay-success .payment-status .wrap-circle .circle img {
          margin: auto; }
    .advo-pay-success .payment-status .success {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: center;
      color: #469f81; }
    .advo-pay-success .payment-status .bought {
      text-align: center;
      color: #8f8f8f;
      font-size: 16px;
      margin-top: 16px; }
    .advo-pay-success .payment-status .campaign-name {
      margin-top: 16px;
      font-size: 16px;
      font-weight: bold;
      color: #4a4a4a;
      text-align: center;
      padding-left: 16px;
      padding-right: 16px; }
  .advo-pay-success .line {
    position: relative; }
    .advo-pay-success .line .dash-line {
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
      background-color: #ffffff;
      border-top-width: 2px;
      border-style: dashed;
      border-color: #eeeeee;
      width: 300px; }
    .advo-pay-success .line .round-left {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -10px;
      background: #f9f9f9;
      left: -10px;
      border-radius: 50%; }
    .advo-pay-success .line .round-right {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -10px;
      background: #f9f9f9;
      right: -10px;
      border-radius: 50%; }
  .advo-pay-success .order-info .info-block {
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px; }
    .advo-pay-success .order-info .info-block .label {
      font-size: 16px;
      color: #8f8f8f;
      margin: 0px;
      padding: 0px; }
    .advo-pay-success .order-info .info-block .value {
      font-size: 16px;
      font-weight: bold;
      text-align: right;
      color: #4a4a4a; }
    .advo-pay-success .order-info .info-block .value-amount {
      color: #11b67e;
      font-size: 16px;
      font-weight: bold;
      text-align: right; }
  .advo-pay-success .guide .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    background-color: #f5f5f5;
    border-left: 3px solid #11b67e;
    height: 40px;
    line-height: 40px;
    padding-left: 16px; }
  .advo-pay-success .guide .info .step {
    font-size: 16px;
    font-weight: bold;
    color: #247267;
    padding-left: 16px; }
  .advo-pay-success .guide .info .content {
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 8px;
    padding-left: 16px; }
  .advo-pay-success .button-block {
    margin: 16px;
    margin-top: 24px;
    padding-bottom: 80px; }
    .advo-pay-success .button-block .back {
      background-image: linear-gradient(to left, #469f81, #247267);
      color: white;
      border-radius: 8px;
      width: 100%;
      height: 48px;
      border: none;
      font-size: 16px; }
    .advo-pay-success .button-block .history {
      margin-top: 16px;
      border-radius: 8px;
      border: solid 1px #469f81;
      background-color: #ffffff;
      color: #469f81;
      height: 48px;
      width: 100%;
      font-size: 16px; }
.advo-pay-history span,
.advo-pay-history a,
.advo-pay-history p,
.advo-pay-history div,
.advo-pay-history input,
.advo-pay-history label {
  font-family: 'Lato',sans-serif !important; }

.advo-pay-history .advo-pay-bar {
  background: linear-gradient(105deg, #469f81, #247267) !important;
  height: 56px; }
  .advo-pay-history .advo-pay-bar h3 {
    color: white;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px; }
  .advo-pay-history .advo-pay-bar .buttons.clearfix {
    position: absolute;
    height: 100%;
    cursor: pointer; }
    .advo-pay-history .advo-pay-bar .buttons.clearfix img {
      width: 24px;
      height: 24px;
      margin: auto;
      margin-left: 16px; }

.advo-pay-history .history-content {
  background: #f9f9f9;
  top: 50px; }
  .advo-pay-history .history-content .list-payments {
    margin: 16px; }
    .advo-pay-history .history-content .list-payments .item-payment {
      margin-top: 16px;
      background-color: white;
      border-radius: 8px;
      padding: 16px; }
      .advo-pay-history .history-content .list-payments .item-payment .head {
        display: flex;
        justify-content: space-between; }
        .advo-pay-history .history-content .list-payments .item-payment .head .type {
          font-size: 14px;
          font-weight: 600;
          text-align: left;
          color: #2d67c7; }
        .advo-pay-history .history-content .list-payments .item-payment .head .date {
          font-size: 14px;
          font-weight: normal;
          text-align: left;
          color: #bfbfbf; }
      .advo-pay-history .history-content .list-payments .item-payment .campaign {
        border-bottom: 1px solid #f9f9f9;
        padding-bottom: 16px; }
        .advo-pay-history .history-content .list-payments .item-payment .campaign .name {
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          color: #4a4a4a;
          margin-bottom: 0px; }
      .advo-pay-history .history-content .list-payments .item-payment .payment-type {
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
        position: relative; }
        .advo-pay-history .history-content .list-payments .item-payment .payment-type .value {
          font-size: 16px;
          font-weight: 600;
          text-align: left;
          color: #11b67e; }
        .advo-pay-history .history-content .list-payments .item-payment .payment-type .credits {
          font-size: 16px;
          font-weight: normal;
          text-align: left;
          color: #8f8f8f; }
        .advo-pay-history .history-content .list-payments .item-payment .payment-type .payment-status {
          padding: 12px;
          position: absolute;
          right: -16px;
          bottom: -26px;
          border-top-left-radius: 8px; }
        .advo-pay-history .history-content .list-payments .item-payment .payment-type .payment-success {
          color: #11b67e;
          background: #f5fff7; }
        .advo-pay-history .history-content .list-payments .item-payment .payment-type .payment-pending {
          color: #fcac2a;
          background: #fffaf1; }
        .advo-pay-history .history-content .list-payments .item-payment .payment-type .payment-failure {
          color: #f04b4b;
          background: #f7e9e8; }
.advo-pay-redirect {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #FAFAFB; }
  .advo-pay-redirect .processing-content {
    display: flex;
    justify-content: center; }
    .advo-pay-redirect .processing-content lottie-player {
      width: 160px;
      height: 160px; }
    .advo-pay-redirect .processing-content .status p {
      font-size: 16px;
      color: #4A4A4A;
      text-align: center;
      margin-bottom: 8px; }
    .advo-pay-redirect .processing-content p:first-of-type {
      font-weight: 700; }

.offer-error-popup .popup {
  background: #FFF;
  border-radius: 8px;
  width: calc(100vw - 40px); }
  .offer-error-popup .popup .popup-head {
    display: none; }
  .offer-error-popup .popup .popup-body {
    padding: 20px; }
    .offer-error-popup .popup .popup-body .container {
      padding: 0; }
    .offer-error-popup .popup .popup-body img {
      width: 250px;
      height: 150px; }
    .offer-error-popup .popup .popup-body .title {
      color: #4A4A4A;
      font-weight: 700;
      margin-top: 20px; }
    .offer-error-popup .popup .popup-body .content {
      margin-top: 4px;
      color: #4A4A4A;
      padding: 0 10px;
      margin-bottom: 20px; }
    .offer-error-popup .popup .popup-body button {
      background: linear-gradient(270deg, #00af81, #00927a);
      color: #fff;
      width: 100%;
      border-radius: 8px;
      font-weight: 700;
      justify-content: center;
      align-items: center;
      min-width: 100px;
      outline: none !important;
      height: 48px;
      border: none; }
  @media (min-width: 768px) {
    .offer-error-popup .popup {
      max-width: 500px; }
      .offer-error-popup .popup .popup-body {
        padding: 24px; }
        .offer-error-popup .popup .popup-body .container {
          width: 100%; } }
.advo-pay-failure {
  overflow-y: scroll; }
  .advo-pay-failure span,
  .advo-pay-failure a,
  .advo-pay-failure p,
  .advo-pay-failure div,
  .advo-pay-failure input,
  .advo-pay-failure label {
    font-family: 'Lato', sans-serif !important; }
  .advo-pay-failure .payment-background {
    background-image: url(images/background-success-0c9e2105f0547c01f461134543c259ad.png);
    width: 100%;
    height: 200px;
    background-size: cover; }
  .advo-pay-failure .payment-status {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: -80px;
    box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
    border-radius: 8px;
    background: white;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 16px; }
    .advo-pay-failure .payment-status .wrap-circle {
      position: absolute;
      top: -50px;
      display: flex;
      justify-content: center;
      width: 100%; }
      .advo-pay-failure .payment-status .wrap-circle .circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: white;
        margin: auto;
        box-shadow: 0 3px 6px 0 rgba(223, 223, 223, 0.3);
        display: flex;
        justify-content: center; }
        .advo-pay-failure .payment-status .wrap-circle .circle img {
          margin: auto;
          width: 40px; }
    .advo-pay-failure .payment-status .failure {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: center;
      color: #f04b4b; }
    .advo-pay-failure .payment-status .bought {
      text-align: center;
      color: #8f8f8f;
      font-size: 16px;
      margin-top: 16px;
      margin-left: 16px;
      margin-right: 16px; }
    .advo-pay-failure .payment-status .campaign-name {
      margin-top: 16px;
      font-size: 16px;
      font-weight: bold;
      color: #4a4a4a;
      text-align: center; }
  .advo-pay-failure .line {
    position: relative; }
    .advo-pay-failure .line .dash-line {
      box-shadow: 0 0 6px 0 rgba(223, 223, 223, 0.16);
      background-color: #ffffff;
      border-top-width: 2px;
      border-style: dashed;
      border-color: #eeeeee; }
    .advo-pay-failure .line .round-left {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -10px;
      background: #f9f9f9;
      left: -10px;
      border-radius: 50%; }
    .advo-pay-failure .line .round-right {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -10px;
      background: #f9f9f9;
      right: -10px;
      border-radius: 50%; }
  .advo-pay-failure .order-info .info-block {
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px; }
    .advo-pay-failure .order-info .info-block .label {
      font-size: 16px;
      color: #8f8f8f;
      margin: 0px;
      padding: 0px;
      font-weight: normal; }
    .advo-pay-failure .order-info .info-block .value {
      font-size: 16px;
      font-weight: bold;
      text-align: right; }
    .advo-pay-failure .order-info .info-block .value-amount {
      color: #11b67e;
      font-size: 16px;
      font-weight: bold;
      text-align: right; }
  .advo-pay-failure .guide .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    background-color: #f5f5f5;
    border-left: 3px solid #11b67e;
    height: 40px;
    line-height: 40px;
    padding-left: 16px; }
  .advo-pay-failure .guide .info .step {
    font-size: 16px;
    font-weight: bold;
    color: #247267;
    padding-left: 16px; }
  .advo-pay-failure .guide .info .content {
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 8px;
    padding-left: 16px; }
  .advo-pay-failure .button-block {
    margin: 16px;
    margin-top: 24px;
    padding-bottom: 80px; }
    .advo-pay-failure .button-block .back {
      background-image: linear-gradient(to left, #469f81, #247267);
      color: white;
      border-radius: 8px;
      width: 100%;
      height: 48px;
      border: none;
      font-size: 16px;
      font-family: 'Lato', sans-serif; }
    .advo-pay-failure .button-block .history {
      margin-top: 16px;
      border-radius: 8px;
      border: solid 1px #469f81;
      background-color: #ffffff;
      color: #469f81;
      height: 48px;
      width: 100%;
      font-size: 16px;
      font-family: 'Lato', sans-serif; }
.av-tabs-one-time-offer-invite .scroll {
  position: relative;
  width: 100%;
  top: 0; }

.av-tabs-one-time-offer-invite.pane {
  overflow: auto; }

.av-tabs-one-time-offer-invite .banner-refer-detail img {
  width: 100%; }

.av-tabs-one-time-offer-invite .tit-enroll {
  font-weight: 600;
  padding: 0 20px; }

.av-tabs-one-time-offer-invite .enroll-showmore {
  background: #FFF;
  padding: 10px 20px;
  font-size: 11px; }
  .av-tabs-one-time-offer-invite .enroll-showmore a {
    text-align: right;
    display: block;
    color: #00a17f; }

.av-tabs-one-time-offer-invite .block-msg-refer {
  padding: 10px 15px;
  background: none; }
  .av-tabs-one-time-offer-invite .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-one-time-offer-invite .block-msg-refer p {
    font-size: 14px;
    margin-bottom: 0; }
  .av-tabs-one-time-offer-invite .block-msg-refer .msg-refer {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #292929; }
    .av-tabs-one-time-offer-invite .block-msg-refer .msg-refer span {
      font-weight: 600;
      font-size: 20px;
      color: #00a17f; }

.av-tabs-one-time-offer-invite .benefit {
  white-space: pre-wrap; }

.av-tabs-one-time-offer-invite .power-by {
  background: #00a17f;
  color: #FFF;
  padding: 3px 0;
  font-size: 11px; }

.av-tabs-one-time-offer-invite .block-description .block-content {
  border-top: 1px solid #EEE;
  padding: 0; }
  .av-tabs-one-time-offer-invite .block-description .block-content .content-description {
    padding: 15px; }
    .av-tabs-one-time-offer-invite .block-description .block-content .content-description i {
      font-style: italic !important; }
    .av-tabs-one-time-offer-invite .block-description .block-content .content-description p.show-less {
      overflow: hidden;
      min-height: 60px; }
    .av-tabs-one-time-offer-invite .block-description .block-content .content-description p.show-more {
      overflow: hidden;
      max-height: 60px; }
  .av-tabs-one-time-offer-invite .block-description .block-content p {
    margin-bottom: 0; }
  .av-tabs-one-time-offer-invite .block-description .block-content p.redeem {
    border-top: 1px solid #EEE;
    font-style: italic;
    font-size: 13px;
    padding: 5px 15px;
    margin-bottom: 0; }

.av-tabs-one-time-offer-invite .block-youget .block-content i {
  font-style: italic !important; }

.av-tabs-one-time-offer-invite .block-youget .block-content ul li {
  list-style: disc inside; }

.av-tabs-one-time-offer-invite .block-youget .block-content p.show-less {
  overflow: hidden;
  min-height: 60px; }

.av-tabs-one-time-offer-invite .block-youget .block-content p.show-more {
  overflow: hidden;
  max-height: 60px; }

.av-tabs-one-time-offer-invite .content-campaign .block-available .block-content {
  border-top: none; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .store-block-title {
    margin-left: 16px;
    margin-top: 16px; }
    .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .store-block-title h3 {
      margin-top: 8px;
      color: #909090;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 8px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .tit-detail {
    padding-top: 16px !important;
    background: #f9f9f9;
    padding-top: 0; }
    .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .tit-detail .image {
      margin-right: 10px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available li:after {
    top: 30px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available .content-available div {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 50px; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available .content-available .icon {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
    grid-column: 1; }
  .av-tabs-one-time-offer-invite .content-campaign .block-available .block-content .list-available .content-available p {
    float: left;
    grid-column: 2; }

.av-tabs-one-time-offer-invite .item-btn {
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .av-tabs-one-time-offer-invite .item-btn button {
    margin: 0;
    border-radius: 0;
    height: 50px;
    font-size: 18px; }

.content-refer {
  padding: 0; }
  .content-refer .form-control {
    margin-bottom: 15px; }
  .content-refer p {
    padding: 0 30px; }
  .content-refer a {
    font-size: 11px;
    display: block;
    color: #00a17f; }
  .content-refer .item a {
    float: left; }
  .content-refer .mg-top-20 {
    margin-top: 20px; }
  .content-refer .mg-top-30 {
    margin-top: 30px; }
  .content-refer .mg-top-40 {
    margin-top: 40px; }
  .content-refer .mg-left-60 {
    padding-right: 35px;
    margin-left: 60px; }
  .content-refer .mg-left-70 {
    margin-left: 70px;
    padding-top: 3px; }
    .content-refer .mg-left-70 i {
      font-style: italic !important; }
    .content-refer .mg-left-70 a {
      display: inline !important;
      font-size: 14px; }
  .content-refer .mg-left-80 {
    margin-left: 80px; }
    .content-refer .mg-left-80 p {
      padding: 0; }
    .content-refer .mg-left-80 .merchantName {
      margin: 0 0 5px;
      font-family: Helvetica;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      color: #262626; }
    .content-refer .mg-left-80 .phoneNumber {
      margin: 0 0 5px;
      color: #1bc395; }
  .content-refer .Rectangle-5-Copy-3 {
    background-color: #6bd0b5; }
  .content-refer .tit-step {
    position: relative;
    cursor: pointer; }
  .content-refer .tit-step:after {
    color: #999999;
    content: '\F107';
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 15px; }
  .content-refer .tit-step-up:after {
    color: #999999;
    content: '\F106';
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 15px; }
  .content-refer .step1 {
    width: 42px;
    height: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px; }
  .content-refer .step2 {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 7px;
    float: left;
    display: block; }

#textMobile {
  box-shadow: none;
  -webkit-appearance: none; }

.form-control.border-green {
  border: 1px solid #1bc395;
  border-bottom: 1px solid #1bc395 !important; }
.av-tabs-refer-success.pane {
  overflow: auto; }

.av-tabs-refer-success .banner-refer-detail img {
  width: 100% !important; }

.av-tabs-refer-success .tit-enroll {
  font-weight: 600;
  padding: 0 20px; }

.av-tabs-refer-success .enroll-showmore {
  background: #FFF;
  padding: 10px 20px;
  font-size: 11px; }
  .av-tabs-refer-success .enroll-showmore a {
    text-align: right;
    display: block;
    color: #00a17f; }

.av-tabs-refer-success .coppyright {
  color: #00a17f;
  margin-bottom: 0;
  font-size: 11px; }

.av-tabs-refer-success .block-membership {
  border-top: none;
  color: #000; }
  .av-tabs-refer-success .block-membership p {
    line-height: 30px;
    font-size: 30px;
    padding: 20px;
    color: #000; }

.av-tabs-refer-success .button-back {
  margin: 0 15px; }

.av-tabs-refer-success .block-msg-refer {
  background: #FFF;
  padding: 30px 15px;
  display: block;
  margin-bottom: 10px;
  min-height: auto; }
  .av-tabs-refer-success .block-msg-refer span {
    font-size: 11px;
    color: #bababa; }
  .av-tabs-refer-success .block-msg-refer .msg-refer {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0; }
    .av-tabs-refer-success .block-msg-refer .msg-refer span {
      font-weight: 600;
      font-size: 30px;
      color: #00a17f;
      display: block; }
    .av-tabs-refer-success .block-msg-refer .msg-refer strong {
      font-size: 24px; }

.av-tabs-refer-success .content-refer {
  padding: 15px; }
  .av-tabs-refer-success .content-refer .item-merchant {
    background: #FFF;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 5px 0px #eeeeee;
    -moz-box-shadow: 3px 3px 5px 0px #eeeeee;
    box-shadow: 3px 3px 5px 0px #eeeeee; }
    .av-tabs-refer-success .content-refer .item-merchant a {
      color: #333; }
    .av-tabs-refer-success .content-refer .item-merchant a:hover {
      text-decoration: none; }
    .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .img-merchant {
      float: left;
      margin-right: 10px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .img-merchant img {
        max-width: 42px; }
    .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant {
      padding-top: 8px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant .clearfix {
        display: block;
        overflow: hidden; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant h3 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        float: left; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant span {
        float: right;
        font-size: 10px;
        color: #bababa;
        line-height: 10px; }
      .av-tabs-refer-success .content-refer .item-merchant .tit-merchant .right-merchant p {
        font-size: 12px;
        color: #00a17f; }
  .av-tabs-refer-success .content-refer .info-left {
    text-align: left;
    color: #6d6d6d; }
  .av-tabs-refer-success .content-refer .promo-code {
    text-align: center; }
    .av-tabs-refer-success .content-refer .promo-code i {
      font-style: italic !important; }
    .av-tabs-refer-success .content-refer .promo-code a {
      display: inline !important;
      font-size: 14px; }
  .av-tabs-refer-success .content-refer .mg-top-20 {
    margin-top: 20px; }
  .av-tabs-refer-success .content-refer .mg-top-30 {
    margin-top: 30px; }
  .av-tabs-refer-success .content-refer .mg-top-40 {
    margin-top: 40px; }
  .av-tabs-refer-success .content-refer .mg-left-60 {
    margin-left: 60px; }
  .av-tabs-refer-success .content-refer .mg-left-70 {
    margin-left: 70px; }
    .av-tabs-refer-success .content-refer .mg-left-70 i {
      font-style: italic !important; }
    .av-tabs-refer-success .content-refer .mg-left-70 a {
      display: inline !important;
      font-size: 14px; }
  .av-tabs-refer-success .content-refer .mg-left-80 {
    margin-left: 80px; }
    .av-tabs-refer-success .content-refer .mg-left-80 .merchantName {
      margin: 0 0 5px;
      font-family: Helvetica;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      color: #262626; }
    .av-tabs-refer-success .content-refer .mg-left-80 .phoneNumber {
      margin: 0 0 5px;
      color: #1bc395; }
  .av-tabs-refer-success .content-refer .block {
    display: block; }
  .av-tabs-refer-success .content-refer .item a {
    text-decoration: none; }
    .av-tabs-refer-success .content-refer .item a img {
      float: left;
      width: 100%;
      max-width: 64px;
      height: 100%;
      max-height: 64px; }
  .av-tabs-refer-success .content-refer .Rectangle-5-Copy-3 {
    background-color: #6bd0b5; }
  .av-tabs-refer-success .content-refer .step1 {
    width: 42px;
    height: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px; }
  .av-tabs-refer-success .content-refer .step2 {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 7px;
    float: left;
    display: block; }
  .av-tabs-refer-success .content-refer .Rectangle-7 {
    width: 64px;
    height: 64px;
    background-color: #000000;
    border: solid 1px #efefef; }
  .av-tabs-refer-success .content-refer .-MAY-2017 {
    width: 134px;
    height: 20px;
    font-family: HelveticaNeue;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.91;
    text-align: center;
    color: #111111; }
  .av-tabs-refer-success .content-refer a {
    color: #21ba83 !important; }
  .av-tabs-refer-success .content-refer a.btn {
    color: #ffffff !important;
    text-decoration: none; }
  .av-tabs-refer-success .content-refer .line-height-18 {
    line-height: 27px !important; }
  .av-tabs-refer-success .content-refer .BG {
    width: 100%;
    height: 100%;
    max-width: 490px;
    max-height: 44px;
    border-radius: 4px;
    background-color: #0abf95; }
  .av-tabs-refer-success .content-refer .layer {
    width: 100%;
    height: 100%;
    max-width: 234px;
    max-height: 16px;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 22%;
    padding-right: 22%; }
  .av-tabs-refer-success .content-refer .Shape {
    width: 16px;
    height: 13.8px;
    background-color: #aaaaaa; }
  .av-tabs-refer-success .content-refer .legal {
    width: 490px;
    height: 19px;
    font-family: Helvetica;
    font-size: 13px;
    line-height: 1.46;
    text-align: center;
    color: #999999; }

.av-tabs-refer-success .Rectangle-2 {
  width: 100%;
  height: 66px;
  background-color: #ffffff;
  text-align: center; }
  .av-tabs-refer-success .Rectangle-2 p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #3e3e3e; }
  .av-tabs-refer-success .Rectangle-2 span {
    font-size: 20px;
    line-height: 20px; }
.dob-warning {
  display: block;
  text-align: center;
  font-weight: bold; }

.spacing-height {
  height: 100px; }

.dob-item {
  background: none;
  max-width: 500px;
  margin: 0 auto !important;
  box-shadow: none !important; }
