@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);wm-modal {
  position: fixed;
  width: 0;
  display: block;
  z-index: 1000000;
  bottom: 0;
  right: 0;
  max-height: 63%;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }
  wm-modal av-keypad .cs-calculator {
    position: fixed;
    border-top: 1px solid #c6c6c6;
    width: 400px;
    bottom: 55px; }
  wm-modal .wm-modal-content {
    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-modal .btn-group-as-one .btn:last-child {
    max-width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0; }

wm-modal.animation {
  width: 400px; }

@media (max-width: 768px) {
  wm-modal.animation {
    width: 95%; }
  wm-modal av-keypad .cs-calculator {
    width: 100%; } }

@media (max-height: 500px) {
  wm-modal av-keypad .cs-calculator {
    position: relative;
    bottom: 0;
    width: auto; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  wm-modal av-keypad .cs-calculator {
    position: relative;
    bottom: 0;
    width: auto; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  wm-modal av-keypad .cs-calculator {
    position: relative;
    bottom: 0;
    width: auto; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  wm-modal av-keypad .cs-calculator {
    position: relative;
    bottom: 0;
    width: auto; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  wm-modal av-keypad .cs-calculator {
    position: relative;
    bottom: 0;
    width: auto; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  /* STYLES GO HERE */ }

@media (max-width: 420px) {
  wm-modal .btn-group-as-one .btn:last-child {
    max-width: 78%; } }
wm-confirm {
  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; }
  wm-confirm .without-background {
    background: none !important; }
    wm-confirm .without-background .void-netspay-btn {
      display: block;
      color: #ffffff;
      font-size: 16px;
      padding: 10px 0;
      margin: 0px 20px 20px;
      text-align: center;
      width: 40%;
      transition-timing-function: ease-in-out;
      transition: 0.2s; }
    wm-confirm .without-background .void-netspay-btn-disable {
      min-width: 90px;
      background-color: #cccccc !important;
      border-color: #cccccc !important; }
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: #FFF;
      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; }
wm-single-confirm-popup {
  display: block;
  margin-top: 300px; }
  wm-single-confirm-popup .popup-content {
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto; }
    wm-single-confirm-popup .popup-content .background-blue-advo {
      background-color: #00a17f;
      text-align: center;
      color: white;
      font-weight: 600;
      width: 100%;
      padding: 10px; }
    wm-single-confirm-popup .popup-content .popup-header {
      background: #00a17f;
      padding: 10px; }
      wm-single-confirm-popup .popup-content .popup-header h4 {
        color: white;
        font-size: 18px;
        margin: 0; }
    wm-single-confirm-popup .popup-content .popup-body {
      padding: 20px; }
      wm-single-confirm-popup .popup-content .popup-body p {
        font-size: 18px;
        font-weight: bold;
        text-shadow: none; }
        wm-single-confirm-popup .popup-content .popup-body p strong {
          font-size: 24px; }
        wm-single-confirm-popup .popup-content .popup-body p.discount {
          color: #00a17f;
          font-size: 16px;
          padding-bottom: 20px; }
          wm-single-confirm-popup .popup-content .popup-body p.discount strong {
            font-size: 19px; }
    wm-single-confirm-popup .popup-content .popup-footer {
      padding: 0;
      background: #00a27f;
      border-top: 1px solid #FFF; }
      wm-single-confirm-popup .popup-content .popup-footer .confirmation-nav {
        display: table;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        wm-single-confirm-popup .popup-content .popup-footer .confirmation-nav li {
          display: table-cell;
          width: 50%; }
          wm-single-confirm-popup .popup-content .popup-footer .confirmation-nav li:first-child {
            border-right: 1px solid #FFF; }
          wm-single-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-single-confirm-popup .popup-content .popup-footer .confirmation-nav li .red {
            background: #c74e50;
            border-color: #c74e50; }
/*!
 * 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 */
@charset "UTF-8";
/*!
 *  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.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/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/ionicons/fonts/ionicons-2c2ae068be3b089e0a5b59abb1831550.eot);
  src: url(lib/bower_components/ionicons/fonts/ionicons-2c2ae068be3b089e0a5b59abb1831550.eot#iefix) format("embedded-opentype"), url(lib/bower_components/ionicons/fonts/ionicons-24712f6c47821394fba7942fbb52c3b2.ttf) format("truetype"), url(lib/bower_components/ionicons/fonts/ionicons-05acfdb568b3df49ad31355b19495d4a.woff) format("woff"), url(lib/bower_components/ionicons/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"; }

/*! 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; } }

/* google font */
.av-typo-danger {
  color: #e73c50; }

.box {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 18px;
  position: relative;
  /*
     * Helpers
     */
  /*
     * Section
     */ }
  .box.round {
    border-radius: 2.5px; }
  .box.center {
    text-align: center; }
  .box.shadow {
    box-shadow: 0.5px 0.5px 1.5px 0 rgba(209, 209, 209, 0.5) !important; }
  .box.grey {
    background: #eee; }
  .box .separator {
    background: #ccc;
    display: block;
    height: 1px;
    width: auto;
    margin: 18px 0; }
    .box .separator.full {
      margin: 18px -18px; }
  .box .section {
    margin-bottom: 18px;
    position: relative; }
    .box .section:last-child, .box .section.last {
      margin-bottom: 0; }
    .box .section.absolute.right {
      right: 18px; }
    .box .section.absolute.left {
      left: 18px; }
    .box .section.absolute.top {
      top: 18px; }
    .box .section.absolute.bottom {
      bottom: 18px; }
    .box .section .title {
      color: #333;
      font-size: 24px;
      font-weight: bold; }

@font-face {
  font-family: 'arista_2_regular';
  src: url(_/_/common_beta/assets/fonts/arista2.0-webfont-8b40708dc7abebc1ad4044436c8d9f3e.eot);
  src: url(_/_/common_beta/assets/fonts/arista2.0-webfont-8b40708dc7abebc1ad4044436c8d9f3e.eot?#iefix) format("embedded-opentype"), url(_/_/common_beta/assets/fonts/arista2.0-webfont-7d6654252e9f314a542f59e589983688.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/arista2.0-webfont-09cd43110390ff0c8096c52d97f8ea02.woff) format("woff"), url(_/_/common_beta/assets/fonts/arista2.0-webfont-510b0f42fd8cb7b747323cdf3f4e8455.ttf) format("truetype"), url(_/_/common_beta/assets/fonts/arista2.0-webfont-de583e192ba2bc93bbb91058755413fe.svg#arista_2_regular) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url(_/_/common_beta/assets/fonts/HelveticaNeue-aad78d9fbb78c9d08f3746120b925298.eot);
  src: url(_/_/common_beta/assets/fonts/HelveticaNeue-aad78d9fbb78c9d08f3746120b925298.eot?#iefix) format("embedded-opentype"), url(_/_/common_beta/assets/fonts/HelveticaNeue-b630fb40ce3ae901fd3b39329d3f8854.woff) format("woff"), url(_/_/common_beta/assets/fonts/HelveticaNeue-791be1470e759b5339b92363017cecd6.ttf) format("truetype"), url(_/_/common_beta/assets/fonts/HelveticaNeue-74f5df48471247691b2ce354146fe844.svg#HelveticaNeue) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'HelveticaNeueLight';
  src: url(_/_/common_beta/assets/fonts/helveticaneuelight-0a4d37b22558e86fc49120e96fcc2d01.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'PlusJakartaSans';
  src: url(_/_/common_beta/assets/fonts/PlusJakartaSans-Light-4a50da30599e2b71312fef87368a6499.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Light-973219dac613d7427cea48f083248f26.woff) format("woff"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Light-aeaf400b2924f047004640d77cbffad6.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'PlusJakartaSans';
  src: url(_/_/common_beta/assets/fonts/PlusJakartaSans-ExtraLight-35555ad7ca03ea68cb2dbee7b6906519.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-ExtraLight-c61af57653a6015d50bd18abe57c3535.woff) format("woff"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-ExtraLight-8589974f146dc2c1715726bc9f5f809b.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'PlusJakartaSans';
  src: url(_/_/common_beta/assets/fonts/PlusJakartaSans-Regular-14338f34dc0a2bf2440c636b6e89bcd7.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Regular-adca274a6e8e2021ea3efe83f5bc53dc.woff) format("woff"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Regular-5e9d74f8b78c94887b8b189049c54a87.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PlusJakartaSans';
  src: url(_/_/common_beta/assets/fonts/PlusJakartaSans-Medium-3572b5d7d80dd3c362b0f94d1af2cea3.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Medium-268644062083b25d87118cdb0cb11f7b.woff) format("woff"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Medium-1cb69d45fb5263e6b1544fa0fe259739.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'PlusJakartaSans';
  src: url(_/_/common_beta/assets/fonts/PlusJakartaSans-Bold-66785021c1b1260c7396e475d997004b.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Bold-061d3992563af3d2b5d250616f3b3105.woff) format("woff"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-Bold-366ac72994f591f6b45829aa5db6a9ae.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'PlusJakartaSans';
  src: url(_/_/common_beta/assets/fonts/PlusJakartaSans-ExtraBold-776438730b994e844eaf0f9873de599b.woff2) format("woff2"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-ExtraBold-a2bfb462811bc083256a32c98e14442d.woff) format("woff"), url(_/_/common_beta/assets/fonts/PlusJakartaSans-ExtraBold-6f0875a7ba10c95f1f54da6960386d0c.ttf) format("truetype");
  font-weight: 800;
  font-style: normal; }

[ui-view], body, html {
  height: 100%; }

wm-messages {
  color: #e73c50; }

/* Base Rules */
body {
  color: #2b2b2b;
  font-family: "HelveticaNeue", sans-serif;
  background: #f1f1f1;
  font-size: 15px; }

body.overflowBody {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  body.overflowBody .overflow-full {
    overflow: hidden !important; }
  body.overflowBody .content-container {
    overflow: hidden !important; }

a {
  color: #00a27f;
  cursor: pointer; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #08856b; }

img {
  max-width: 100%; }

/* Coloring helpers */
.bg-red {
  background: #c90d22; }

.bg-green {
  background: #08856b; }

.text-muted {
  color: #999 !important; }

.text-yellow {
  color: #fbe158; }

input, input:before, input:after {
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

/* Button Group as One */
.btn-group-as-one {
  display: block;
  border: 1px solid #333;
  background: #00a17f;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn-group-as-one .btn {
    font-size: 1.143em;
    border: none;
    color: #ffffff;
    background: none;
    box-shadow: none;
    float: none; }
  .btn-group-as-one .btn:first-child {
    float: left; }
  .btn-group-as-one .btn:last-child {
    float: left;
    border-left: 1px solid #333;
    text-align: left; }
  .btn-group-as-one.red .btn {
    background: #c90d22;
    border-color: #ad0b1e; }
    .btn-group-as-one.red .btn:nth-child(2n) {
      border-left-color: #ad0b1e; }
  .btn-group-as-one.green .btn {
    background: #00a17f;
    border-color: #007a60; }
    .btn-group-as-one.green .btn:nth-child(2n) {
      border-left-color: #007a60; }
  .btn-group-as-one.disabled {
    border: 1px solid #999;
    color: #AEAEAE;
    background: #AEAEAE; }
    .btn-group-as-one.disabled button {
      color: #ffffff; }
    .btn-group-as-one.disabled button:last-child {
      border-left: 1px solid #999; }
    .btn-group-as-one.disabled:nth-child(2n) {
      border-left-color: #999; }

.btn.btn-2em {
  line-height: 2em; }

/* Button Circle */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-width: 3px;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px #cccccc;
  -moz-box-shadow: 0px 1px 2px 0px #cccccc;
  box-shadow: 0px 1px 2px 0px #cccccc;
  border-color: #08856b;
  color: #08856b; }
  .btn-circle.txt-sm {
    font-size: 1.300rem !important; }
  .btn-circle:hover {
    background: #00a27f;
    border-color: #fff;
    color: #fff; }
  .btn-circle.red {
    border-color: #c90d22;
    color: #c90d22; }
    .btn-circle.red:hover {
      background: #c90d22;
      border-color: #fff;
      color: #fff; }
  .btn-circle[disabled], .btn-circle .disabled {
    border-color: #999;
    color: #AEAEAE; }
    .btn-circle[disabled]:hover, .btn-circle .disabled:hover {
      border-color: #999;
      color: #AEAEAE;
      background-color: transparent; }
  .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    width: 48px;
    height: 48px;
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px; }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px; }
  .btn-circle .remove-item {
    background: #fff;
    color: #383838;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
    -moz-box-shadow: 0px 0px 5px 0px #cccccc;
    box-shadow: 0px 0px 5px 0px #cccccc;
    font-size: 13px;
    padding: 2px;
    position: absolute;
    top: -5px;
    right: -7px; }
    .btn-circle .remove-item > .fa {
      font-size: 19px;
      background: #fff;
      -webkit-border-radius: 50px;
      -khtml-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
    .btn-circle .remove-item:hover {
      background: #383838;
      color: #fff; }
    .btn-circle .remove-item:hover > .fa {
      background: #383838; }

/* Absolute positioning helpers */
.absolute {
  position: absolute !important;
  z-index: 1; }
  .absolute.right {
    right: 14px; }
  .absolute.left {
    left: 14px; }
  .absolute.top {
    top: 14px; }
  .absolute.bottom {
    bottom: 14px; }

/* Action icon */
.action-icon {
  color: #c0c0c0;
  cursor: pointer;
  font-size: 24px; }

.action-icon:hover,
.action-icon:active,
.action-icon:focus {
  color: #08856b; }

/* Text Badge */
.text-badge {
  color: #fff;
  background: #1282ba;
  padding: 4px 8px;
  font-size: 12px;
  font-family: "HelveticaNeue", sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .text-badge.green {
    background: #08856b; }
  .text-badge.yellow {
    background: #ffa92b; }
  .text-badge.more-yellow {
    background: #efb500; }
  .text-badge.brown {
    background: #8b572a; }
  .text-badge.rose {
    background: #ffa4a4; }
  .text-badge.blue {
    background: #9bafff; }
  .text-badge.more-rose {
    background: #FF6B6B; }
  .text-badge.loyalty-tag-color {
    background: #FFCF38; }
  .text-badge.prepaid-tag-color {
    background: #9BAFFF; }
  .text-badge.stored-value-tag-color {
    background: #FFA4A4; }
  .text-badge.stamps-tag-color {
    background: #37D7E3; }
  .text-badge.membership-tag-color {
    background: #53ABD1; }
  .text-badge.referral-tag-color {
    background: #FFA92B; }
  .text-badge.cashback-tag-color {
    background: #FF6B6B; }
  .text-badge.voucher-tag-color {
    background: #6B89FF; }
  .text-badge.counter-tag-color {
    background: #5b56ca; }
  .text-badge.one-time-offer-tag-color {
    background: #fb8b64; }
  .text-badge.absolute.top.right {
    -webkit-border-radius: 0 0 0 5px;
    -khtml-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    top: 0;
    right: 0;
    padding: 0px 10px 1px 10px; }
  .text-badge.absolute.top.left {
    -webkit-border-radius: 2px 0 0 0;
    -khtml-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    -ms-border-radius: 2px 0 0 0;
    -o-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
    top: 0;
    left: 0;
    padding: 1px 10px 1px 10px; }

/* List: Stamps */
.list-stamps li {
  background: url(_/_/common_beta/assets/images/stamp-c892cabbacf93474046ae057eb3d0d67.png) no-repeat;
  text-align: center;
  margin-right: 10px;
  height: 48px;
  width: 47px; }
  .list-stamps li a {
    color: #08856b;
    display: block;
    padding: 13px 0 14px 0; }
  .list-stamps li a:hover {
    text-decoration: none; }

.list-stamps li:first-child {
  margin-left: 0; }

/* List: With icons */
.list-with-icons li {
  margin-bottom: 10px; }

.list-with-icons .list-item-icon {
  margin-right: 10px; }

/* Form */
.form-inverse input,
.form-inverse textarea,
.form-inverse select {
  background: #fff; }

label.pull-left {
  float: right;
  margin-right: 15px;
  margin-bottom: 0; }

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

/* Select */
select.select-inline {
  display: inline-block;
  width: auto;
  margin: 0 15px; }

/* Input: File Upload */
.btn-file {
  position: relative;
  overflow: hidden;
  background: #aaa;
  color: #fff;
  border-color: #ccc;
  border-right: 0; }
  .btn-file:hover {
    background: #888;
    color: #fff; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.btn.btn-file-upload {
  background: #3aafda;
  color: #fff; }

.btn.btn-file-upload:hover {
  background: #0098D0; }

/* Input: Button */
.btn.btn-submit {
  background: #08856b;
  color: #fff; }

.btn.btn-submit:hover {
  background: #00a27f; }

/* Input: Checkbox */
.checkbox.checkbox-compact {
  margin-top: 5px; }

/* Input: Custom Checkbox */
.checkbox.checkbox-compact .custom-checkbox + label:before {
  line-height: 20px; }

.custom-checkbox {
  display: none; }
  .custom-checkbox + label {
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    line-height: 30px; }
  .custom-checkbox + label:before {
    content: " ";
    /* unchecked icon */
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    border-radius: 1px;
    background-color: #eaeaea;
    box-shadow: inset 0 0.5px 1.5px 0 rgba(157, 157, 157, 0.5);
    display: inline-block;
    margin-right: 10px;
    text-align: center; }
  .custom-checkbox + label:before {
    content: " ";
    /* unchecked icon */ }
  .custom-checkbox + label:before {
    letter-spacing: 10px;
    /* space between checkbox and label */ }
  .custom-checkbox:checked + label:before {
    content: "\F00C";
    /* checked icon */
    color: #FFF;
    background: #00a27f;
    position: relative;
    top: 0;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px; }
  .custom-checkbox:checked + label:before {
    letter-spacing: 6.6px;
    /* allow space for check mark */ }

/* Input: Search */
.search-form .search-input {
  background: #fff !important;
  border-radius: 24px;
  border-left: 0;
  padding-left: 0;
  min-width: 230px; }

.search-form .search-input:focus {
  border-color: #ccc;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.search-form .input-group-addon {
  background: #fff !important;
  border-radius: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* Input: Stepper */
.stepper {
  width: auto;
  min-width: 70px; }
  .stepper .stepper-input {
    background: #fff; }
  .stepper .stepper-arrow {
    position: absolute;
    right: 0;
    display: block;
    width: 20px;
    height: 50%;
    text-indent: -99999px;
    cursor: pointer;
    background-color: #0977AE;
    border: 0; }
    .stepper .stepper-arrow.up {
      background-position: center top;
      border-bottom: none;
      top: 0; }
    .stepper .stepper-arrow:active, .stepper .stepper-arrow:hover {
      background-color: #0f6895;
      border-color: #0977AE; }
  .stepper .up {
    top: 0;
    border: 1px solid #0f6895;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px; }
  .stepper .up::before {
    top: 5px;
    left: 5px;
    border-bottom: 4px solid #fff; }
  .stepper .down {
    bottom: 0;
    border: 1px solid #0f6895;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px; }
  .stepper .down:before {
    bottom: 5px;
    left: 5px;
    border-top: 4px solid #fff; }
  .stepper .down::before,
  .stepper .up::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

/* IonIcons */
.ion-size-x2 {
  font-size: 2.071em;
  line-height: 1; }

/* Other */
.rounded {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.shadow {
  -webkit-box-shadow: 0px 1px 2px 0px #cccccc;
  -moz-box-shadow: 0px 1px 2px 0px #cccccc;
  box-shadow: 0px 1px 2px 0px #cccccc; }

.status {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block; }
  .status:before {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    content: "";
    display: inline-block;
    margin-right: 8px;
    height: 8px;
    width: 8px; }
  .status.active:before {
    background: #08856b; }
  .status.inactive:before {
    background: #c90d22; }

.border {
  border: 1px solid #ccc;
  display: block; }

.fa-baseline {
  vertical-align: baseline; }

.col-center-block {
  /* center grid column */
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Bootstrap overrides */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 16px; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

/* Buttons */
.btn-primary {
  background: #08856b;
  border-color: #08856b; }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #00a27f;
  border-color: #00a27f; }

.btn-danger {
  background: #c90d22;
  border-color: #ad0b1e; }

.btn-add-comment {
  background: #00a27f;
  border-color: #00a27f;
  color: #fff;
  margin-left: 10px; }

.text_note {
  max-width: 500px;
  float: left;
  line-height: 30px; }

.full_inform_note {
  margin-left: 100px;
  margin-top: 10px; }

.switch_css {
  margin-left: 100px; }

.btn-add-comment:hover {
  color: #fff; }

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #ad0b1e;
  border-color: #860917; }

.voided {
  margin-left: 100px; }

.btn-primary-blue {
  background: #0977ae;
  border-color: #0977ae;
  color: #fff; }

.btn-primary-blue:hover,
.btn-primary-blue:active,
.btn-primary-blue:focus {
  background: #0f6895;
  border-color: #0f6895;
  color: #fff; }

/* Tables */
.table > thead > tr > th {
  border-bottom: 1px solid #999; }

/* Tooltip */
.tooltip .tooltip-arrow {
  border-right-color: #0f6895 !important; }

.tooltip .tooltip-inner {
  background-color: #0f6895; }

/* Forms */
.help-block {
  color: #999;
  font-style: italic; }

.form-control {
  background: #f3f3f3; }

select.form-control {
  background: #fff; }

/* Definition List */
dt {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

dd {
  margin-bottom: 16px; }
  dd.dd-lg {
    font-size: 16px; }

/* Other */
hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff; }

.main-content {
  padding-top: 15px;
  padding-bottom: 30px; }
  .main-content h1 {
    color: #2b2b2b;
    margin-top: 10px; }

.title {
  font-size: 1.143em; }
  .title.title-lg {
    font-size: 1.286em; }

/* Main Content */
.page-info-header {
  margin-top: 40px;
  margin-bottom: 20px; }
  .page-info-header .title {
    font-size: 28px;
    display: inline-block;
    margin-top: 0px; }
  .page-info-header .section-image {
    float: left;
    margin-right: 20px; }
  .page-info-header .section-info {
    float: left; }
  .page-info-header .section-controls {
    float: right;
    margin-top: 14px; }

.main-content {
  background: #f1f1f1;
  padding-bottom: 30px; }
  .main-content h1 {
    color: #2b2b2b;
    margin-top: 10px; }

.height-100-percent {
  height: 100%; }

.title {
  font-size: 1.143em; }
  .title.title-lg {
    font-size: 1.286em; }

.left {
  float: left; }

.right {
  float: right; }

.bg-white {
  background: #FFF;
  height: 100%;
  overflow: auto; }

.text-grey {
  color: #afafaf; }

.font-small {
  font-size: 15px !important; }

.mBT0 {
  margin-bottom: 0 !important; }

.mBT20 {
  margin-bottom: 20px !important; }

.pL0 {
  padding-left: 0 !important; }

.pR0 {
  padding-right: 0 !important; }

.pT40 {
  padding-top: 40px !important; }

.ico {
  max-width: 20px; }

.pdpa_agree {
  margin-right: 10px !important; }

.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.6); }

.form-control {
  color: #2b2b2b; }

.daterangepicker {
  z-index: 9999 !important; }

/************* style checkbox ************/
input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  display: block; }

input[type="radio"] + label:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #08856b;
  vertical-align: middle;
  font-family: FontAwesome;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  float: right; }

input[type="radio"]:checked + label:after {
  content: " ";
  color: #FFF;
  background: #08856b url(assets/images/mobile_icon_tick-cc06c86554f2bc61cf327e365109dbd3.png) no-repeat center center;
  background-size: 20px 20px;
  font-family: FontAwesome; }

.styled-select {
  background: #eaeaea url(assets/images/tablet_icon_inputarrows@2x.png-028dd4631305321c802d60193809f455.png) no-repeat 97% 15px;
  background-size: 14px 20px;
  overflow: hidden;
  width: 100%; }

.styled-select select.form-control {
  background: transparent !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%; }

/***************** Cashier V1: slide right *********/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.transition-div-In {
  animation-duration: 0.3s;
  transition-timing-function: ease-in;
  animation-name: fadeIn; }

.transition-div-InUp {
  animation-duration: 0.3s;
  transition-timing-function: ease-in;
  animation-name: fadeInUp; }

.transition-div-animation {
  animation-name: fadeInUp; }

.table-responsive {
  width: 100%;
  overflow-x: auto; }

.list-date-range {
  margin-left: 5px;
  float: left; }
  .list-date-range li {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px; }
  .list-date-range li.tit {
    box-shadow: none;
    background: none; }

input[type=date],
input[type=date] {
  -webkit-appearance: none; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.block-filtered {
  display: none; }
  .block-filtered span {
    color: #08856b; }

.link-apply-filter {
  background: #00a17f;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
  z-index: 999; }
  .link-apply-filter img {
    max-width: 35px; }

.btn-group > .btn.active {
  z-index: 0; }

.col-slide-right .overlay-slide-right {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99; }

.col-slide-right .right-info-outlet {
  height: 100%;
  position: relative;
  overflow: auto; }
  .col-slide-right .right-info-outlet .content-overflow {
    height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .col-slide-right .right-info-outlet .content-void-overflow {
    height: 68%; }

.col-slide-right .content-slide-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #FFF;
  float: right;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 100; }
  .col-slide-right .content-slide-right .content-col-right {
    padding: 20px 20px 0;
    height: 100%; }
    .col-slide-right .content-slide-right .content-col-right .info-outlet {
      border-bottom: 1px solid #e6e6e6;
      padding: 10px 0 10px;
      margin-bottom: 20px; }
      .col-slide-right .content-slide-right .content-col-right .info-outlet span:first-child {
        font-size: 24px;
        margin-right: 20px; }
    .col-slide-right .content-slide-right .content-col-right .content-note {
      height: 77%; }
      .col-slide-right .content-slide-right .content-col-right .content-note.content-membership {
        overflow-y: auto; }
      .col-slide-right .content-slide-right .content-col-right .content-note .content-edit-note {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      .col-slide-right .content-slide-right .content-col-right .content-note p.noted {
        font-style: italic; }
      .col-slide-right .content-slide-right .content-col-right .content-note p span span {
        color: #afafaf;
        font-size: 14px; }
      .col-slide-right .content-slide-right .content-col-right .content-note textarea.form-control {
        background-color: #f0f0f0;
        box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
        font-style: italic; }
    .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
      height: 85%; }
  .col-slide-right .content-slide-right .top-slide-right {
    background: #08856b;
    color: #FFF;
    padding: 20px 20px; }
    .col-slide-right .content-slide-right .top-slide-right p {
      margin-bottom: 0;
      padding-bottom: 0; }
      .col-slide-right .content-slide-right .top-slide-right p a {
        padding: 10px; }
  .col-slide-right .content-slide-right .top-content {
    border-bottom: solid 1px #e6e6e6; }
    .col-slide-right .content-slide-right .top-content a {
      color: #00a293;
      font-size: 16px; }
    .col-slide-right .content-slide-right .top-content strong {
      margin-right: 10px;
      font-weight: normal; }
    .col-slide-right .content-slide-right .top-content .text-manage {
      font-size: 14px; }
  .col-slide-right .content-slide-right .content-info .list-menu {
    margin: 0;
    padding: 0; }
    .col-slide-right .content-slide-right .content-info .list-menu li {
      list-style: none;
      padding: 0 20px; }
      .col-slide-right .content-slide-right .content-info .list-menu li a {
        display: block;
        padding: 15px 20px;
        border-bottom: solid 1px #e6e6e6;
        color: #00a293; }
        .col-slide-right .content-slide-right .content-info .list-menu li a img {
          max-width: 20px;
          margin-right: 10px; }
    .col-slide-right .content-slide-right .content-info .list-menu li.selected {
      font-weight: bold;
      font-size: 16px; }
      .col-slide-right .content-slide-right .content-info .list-menu li.selected a:before {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid green; }

.col-slide-right .content-slide-right.animation {
  width: 400px; }

.col-slide-right .form-group {
  margin-bottom: 30px; }
  .col-slide-right .form-group .form-control {
    width: 100% !important;
    height: 50px;
    border-radius: 2px;
    background-color: #eaeaea;
    box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5); }
  .col-slide-right .form-group 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 + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
    background-size: 8px 8px, 8px 8px, 0 1.5em;
    background-repeat: no-repeat;
    padding-right: 35px; }

.col_right_switch .content-slide-right {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.bottom-col-right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #08856b; }
  .bottom-col-right button {
    display: block;
    color: #FFF;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    width: 100%; }
  .bottom-col-right a {
    display: block;
    color: #FFF;
    font-size: 16px;
    padding: 20px 0;
    text-align: center; }

.block-topup-confirm .content-topup-confirm {
  background: #f3f3f3;
  position: absolute;
  bottom: 63px;
  text-align: center;
  left: 0;
  width: 100%; }
  .block-topup-confirm .content-topup-confirm .void-netpays-bottom-text {
    padding: 0px 35px 130px;
    background-color: #ffffff; }

.block-topup-confirm p {
  padding: 15px 0;
  margin: 0 30px;
  border-bottom: solid 1px #d9d9d9;
  font-weight: normal !important;
  width: 360px;
  min-width: 360px; }
  .block-topup-confirm p span {
    font-size: 20px; }
  .block-topup-confirm p span.status-membership {
    font-size: 25px; }

.right-info-outlet {
  height: 100%;
  position: relative;
  overflow: auto; }
  .right-info-outlet .top-info {
    background-size: 100% 100%;
    background: black; }
    .right-info-outlet .top-info .top-info-bg {
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), black);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(rgba(0, 0, 0, 0.1), black);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), black);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(rgba(0, 0, 0, 0.1), black);
      /* Standard syntax (must be last) */
      z-index: 11;
      position: relative;
      padding-bottom: 20px; }
    .right-info-outlet .top-info .top-info-image {
      position: absolute;
      z-index: 10; }
    .right-info-outlet .top-info .top-content {
      color: #FFF;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05), black);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(rgba(0, 0, 0, 0.05), black);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(rgba(0, 0, 0, 0.05), black);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(rgba(0, 0, 0, 0.05), black);
      /* Standard syntax (must be last) */
      border-bottom: none; }
    .right-info-outlet .top-info .top-bg-outlet {
      min-height: 155px;
      padding: 20px;
      color: #FFF; }
      .right-info-outlet .top-info .top-bg-outlet .name-left {
        float: left;
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer; }
        .right-info-outlet .top-info .top-bg-outlet .name-left .avatar {
          max-width: 34px; }
      .right-info-outlet .top-info .top-bg-outlet a {
        float: right;
        color: #FFF;
        padding: 5px 0 5px 0; }
        .right-info-outlet .top-info .top-bg-outlet a i {
          font-size: 25px; }
        .right-info-outlet .top-info .top-bg-outlet a img {
          max-width: 21px; }
    .right-info-outlet .top-info .top-bg-outlet.top_bg_outlet_sort {
      min-height: 129px; }
    .right-info-outlet .top-info .top-bg-outlet.top_bg_outlet_3line {
      min-height: 115px; }
    .right-info-outlet .top-info .wm-image {
      width: 100px;
      height: 100px;
      margin: -50px auto 20px;
      border-radius: 1px;
      background-color: #ffffff;
      border: solid 0.3px #dedede; }
    .right-info-outlet .top-info .modal-title {
      font-weight: 500;
      padding: 0 20px;
      margin-bottom: 10px;
      color: #FFF; }
    .right-info-outlet .top-info .modal-title.title_3line {
      margin-bottom: 0; }
  .right-info-outlet .content-info {
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    z-index: 12;
    position: relative; }
    .right-info-outlet .content-info .pc-field {
      border-bottom: 1px solid #C6C6C6;
      background: #FFF; }
      .right-info-outlet .content-info .pc-field .phone-ext {
        width: 100%;
        float: left;
        height: 50px;
        border: none;
        border-right: 1px solid #c6c6c6;
        color: #08856b;
        box-shadow: none;
        font-size: 18px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .right-info-outlet .content-info .pc-field .phone-select {
        position: relative;
        float: left;
        width: 33.30%; }
      .right-info-outlet .content-info .pc-field .phone-select:after {
        content: '\F0D7';
        position: absolute;
        right: 10px;
        top: 16px;
        color: #08856b;
        font-family: FontAwesome; }
      .right-info-outlet .content-info .pc-field .phone-no {
        background: #FFF;
        color: #000;
        box-shadow: none;
        font-family: "HelveticaNeueLight", sans-serif;
        width: 65.69%;
        border: none;
        height: 50px;
        font-size: 26px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        float: right; }
  .right-info-outlet .content-info-pdpa {
    margin: 20px 0; }
    .right-info-outlet .content-info-pdpa .content-loadmore {
      padding: 0 20px 10px;
      display: none; }
    .right-info-outlet .content-info-pdpa .content-pdpa {
      padding: 0 20px;
      margin-bottom: 10px;
      max-height: 710px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }

.right-info-outlet.right-info-outlet-noscroll {
  overflow: visible; }

.slide-change-language {
  position: fixed;
  height: 100%;
  top: 0;
  right: 400px;
  overflow: hidden;
  width: 0;
  background: #FFF;
  z-index: 101;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .slide-change-language .top-header {
    background: #08856b;
    color: #FFF;
    padding: 20px 30px; }
    .slide-change-language .top-header .header-title p {
      font-size: 16px;
      margin-bottom: 0; }
      .slide-change-language .top-header .header-title p img {
        max-width: 20px;
        margin-right: 10px; }
    .slide-change-language .top-header .header-title p.right img {
      max-width: 12px; }
    .slide-change-language .top-header .search-staff {
      border-top: 0.3px solid rgba(255, 255, 255, 0.4);
      padding-top: 20px;
      margin-top: 15px; }
      .slide-change-language .top-header .search-staff input {
        background-color: #f0f0f0;
        box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
        padding: 12px;
        height: 50px;
        font-size: 16px;
        width: 100%; }
  .slide-change-language .content-sub-menu {
    overflow: auto;
    height: calc(100% - 147px); }
    .slide-change-language .content-sub-menu .list-language {
      padding: 0 0 40px; }
      .slide-change-language .content-sub-menu .list-language li {
        margin: 0 15px;
        display: block;
        border-bottom: solid 1px #e6e6e6;
        font-size: 18px;
        font-weight: 300;
        color: #2b2b2b;
        padding: 15px; }
        .slide-change-language .content-sub-menu .list-language li a {
          display: block;
          color: #2b2b2b; }
      .slide-change-language .content-sub-menu .list-language li:last-child {
        border-bottom: none; }
    .slide-change-language .content-sub-menu .list-staff li img {
      margin-right: 10px;
      max-width: 34px;
      border-radius: 50%; }
    .slide-change-language .content-sub-menu .list-staff li .form-staff-login {
      margin-top: 20px;
      display: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .slide-change-language .content-sub-menu .list-staff li .form-staff-login input {
        float: left;
        width: 75%;
        background-color: #f0f0f0;
        box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
        padding: 12px;
        height: 50px;
        font-size: 16px;
        border-radius: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .slide-change-language .content-sub-menu .list-staff li .form-staff-login button {
        background: #08856b;
        color: #FFF;
        border: none;
        font-size: 16px;
        height: 50px;
        float: right;
        width: 25%;
        text-align: center;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
    .slide-change-language .content-sub-menu .list-staff li p {
      color: #e73c50;
      font-size: 14px; }
    .slide-change-language .content-sub-menu .list-staff li form {
      width: 100%;
      border: 1px solid #FFF; }
    .slide-change-language .content-sub-menu .list-staff li .form_error {
      border: 1px solid #FF0000;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .slide-change-language .content-sub-menu.content-sub-language {
      height: calc(100% - 62px); }
  .slide-change-language .bottom-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .slide-change-language .bottom-footer .btn.btn-submit {
      padding: 12px 0;
      font-size: 16px;
      border-radius: 0;
      width: 100%; }

.slide-change-language.animation {
  width: 400px; }
  .slide-change-language.animation .content-slide-change-language {
    border-right: 1px solid #e6e6e6;
    height: 100%; }

/*********** Paging ***********/
.search-form {
  margin-bottom: -50px;
  padding: 20px 0; }
  .search-form .paging span {
    float: left; }
  .search-form .paging a {
    background: #727272 !important;
    color: #FFF;
    border: none;
    display: inline-block;
    padding: 0 20px;
    margin-left: 10px;
    line-height: 40px;
    min-width: 104px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .search-form .paging a span {
      display: block;
      float: none; }
    .search-form .paging a i {
      display: none; }

/*********** Filter ***********/
.arrow-filter {
  position: relative; }

.arrow-filter:after {
  position: absolute;
  top: -10px;
  left: 44%;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #FFF; }

.search-mobile-block:after {
  left: 50.5%; }

.link-filter-mobile {
  display: none; }

.block-filter {
  background: #FFF;
  margin-bottom: 20px;
  padding: 20px 20px 0;
  box-shadow: 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .block-filter .item-filter .label-filter {
    width: 20%;
    float: left;
    margin-top: 12px; }
  .block-filter .item-filter .right-filter {
    width: 80%;
    float: right; }
    .block-filter .item-filter .right-filter ul li {
      position: relative;
      float: left; }
      .block-filter .item-filter .right-filter ul li a {
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 25px;
        border: 1px solid #00a27f;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .block-filter .item-filter .right-filter ul li.active a {
      background: #00a27f;
      color: #FFF;
      text-decoration: none; }
    .block-filter .item-filter .right-filter ul li.disabled a {
      border: 1px solid #dadada;
      color: #dadada; }
    .block-filter .item-filter .right-filter .form-date {
      background: #f0f0f0;
      box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .block-filter .item-filter .right-filter .form-date span.icon-date {
        position: absolute;
        right: 10px;
        top: 10px;
        max-width: 22px; }
      .block-filter .item-filter .right-filter .form-date input {
        background: none;
        border: none;
        z-index: 10;
        position: relative;
        height: 43px;
        min-width: 150px;
        outline: none !important;
        box-shadow: none; }
  .block-filter .item-filter:first-child {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px; }
  .block-filter .form-group {
    margin-bottom: 20px; }
    .block-filter .form-group .input-group {
      width: 100%; }
      .block-filter .form-group .input-group input {
        background: none;
        border: none;
        font-size: 16px;
        padding: 0;
        box-shadow: none; }
  .block-filter .list-inline {
    float: left; }
    .block-filter .list-inline li {
      margin-bottom: 20px; }

.confirm-loyalty {
  position: fixed;
  top: 75px;
  width: 100%;
  height: 100%;
  background: #FFF; }
  .confirm-loyalty .btn-group {
    margin: 0 10px; }
    .confirm-loyalty .btn-group .btn.active {
      background: #00a17f;
      color: #FFF; }

.av-auth-login .link-bot,
.av-auth-login .advocado-tell-more {
  display: none !important; }

@media (max-height: 640px) {
  .right-info-outlet .top-info .top-bg-outlet {
    min-height: 118px; } }

@media (max-height: 760px) {
  .topup-loyalty p {
    padding: 10px 0 !important; } }

@media (max-height: 760px) {
  .topup-loyalty p {
    padding: 5px 0 !important;
    font-size: 20px !important; }
    .topup-loyalty p i {
      font-size: 30px !important;
      line-height: 6px !important; } }

@media (max-height: 615px) {
  .right-info-outlet .top-info .wm-image {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-bottom: 15px; }
  .right-info-outlet .top-info .modal-title {
    margin-bottom: 5px; }
  .right-info-outlet .top-info .top-bg-outlet {
    min-height: 95px; }
  .right-info-outlet .content-info .pc-field .phone-select:after {
    top: 10px; } }

@media (max-height: 570px) {
  .col-slide-right .right-info-outlet .content-overflow {
    height: 77%;
    overflow: auto; } }

@media (max-height: 490px) {
  .col-slide-right .right-info-outlet .content-overflow {
    height: 70%; }
  .col-slide-right .right-info-outlet .content-void-overflow {
    height: 58%; } }

@media (max-height: 390px) {
  .col-slide-right .right-info-outlet .content-overflow {
    height: 60%; }
  .col-slide-right .right-info-outlet .content-void-overflow {
    height: 48%; } }

@media (max-height: 280px) {
  .col-slide-right .right-info-outlet .content-overflow {
    height: 48%; }
  .col-slide-right .right-info-outlet .content-void-overflow {
    height: 36%; } }

@media (max-width: 1680px) {
  .arrow-filter:after {
    left: 44.5%; }
  .search-mobile-block:after {
    left: 51.5%; } }

@media (max-width: 1500px) {
  .search-mobile-block:after {
    left: 53%; } }

@media (max-width: 1366px) {
  .arrow-filter:after {
    left: 45%; }
  .search-mobile-block:after {
    left: 54.5%; } }

@media (max-width: 1330px) {
  .block-filter .item-filter .right-filter ul li.li-clear {
    clear: both; } }

@media (max-width: 1280px) {
  .arrow-filter:after {
    left: 45.5%; }
  .search-mobile-block:after {
    left: 55%; } }

@media (max-width: 1200px) {
  .search-mobile-block:after {
    left: 56%; } }

@media (max-width: 1024px) {
  .arrow-filter:after {
    left: 46.5%; }
  .search-mobile-block:after {
    left: 58.5%; } }

@media (max-width: 768px) {
  .block-topup-confirm p {
    width: calc(100% - 60px); }
  .block-filtered {
    display: block; }
  .link-apply-filter {
    display: block; }
  .top-membership {
    padding: 0 15px; }
  .top-filter .filter {
    display: none !important; }
  .link-filter-mobile {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block; }
    .link-filter-mobile a {
      background: #727272;
      -webkit-border-radius: 3px;
      display: block;
      float: right;
      margin-left: 10px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #FFF;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
      .link-filter-mobile a img {
        margin: 0 auto;
        max-width: 34px;
        vertical-align: middle; }
      .link-filter-mobile a:hover {
        background: #08856b !important; }
  .filter-desktop {
    display: none; }
  .filter-mobile {
    box-shadow: none;
    position: fixed;
    right: 0;
    top: 61px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 0;
    z-index: 999; }
    .filter-mobile .item-filter .label-filter {
      width: 100%;
      margin-bottom: 10px; }
    .filter-mobile .item-filter .right-filter {
      width: 100%; }
      .filter-mobile .item-filter .right-filter .list-inline {
        text-align: center; }
        .filter-mobile .item-filter .right-filter .list-inline li {
          width: 49%;
          float: left; }
          .filter-mobile .item-filter .right-filter .list-inline li input {
            width: 100%; }
        .filter-mobile .item-filter .right-filter .list-inline li.tit {
          display: block;
          float: none;
          clear: left; }
    .filter-mobile .item-filter:first-child {
      border-bottom: none; }
  .filter-mobile.animation {
    width: 95%; }
  .col-slide-right .content-slide-right.animation {
    width: 95%; }
  .slide-change-language {
    right: 0; }
  .slide-change-language.animation {
    width: 95%; }
  .block-filter .list-inline {
    float: none !important; }
  .search-form .paging a.content-text {
    min-width: auto;
    font-family: FontAwesome;
    font-size: 25px;
    padding: 0 17px; }
    .search-form .paging a.content-text span {
      display: none; }
    .search-form .paging a.content-text i {
      display: block;
      font-size: 25px;
      line-height: 40px; }
  .block-filter.filter-desktop {
    display: none; }
  .block-filter.filter-mobile {
    height: 90vh;
    overflow: auto;
    margin-bottom: 0; } }

.modal-backdrop {
  display: none; }

@media (max-width: 480px) {
  .right-info-outlet .top-info .top-bg-outlet.top_bg_outlet_sort {
    min-height: 110px; }
  .right-info-outlet .top-info .wm_image_3line .wm-image {
    width: 70px;
    height: 70px;
    margin-top: -30px;
    margin-bottom: 15px; }
  .right-info-outlet .top-info .wm_image_sort .wm-image {
    width: 70px;
    height: 70px;
    margin-top: -30px;
    margin-bottom: 15px; }
  .right-info-outlet .top-info .wm_image_3line .wm-image {
    width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-bottom: 10px; }
  .right-info-outlet .content-info-pdpa .content-loadmore {
    display: block;
    position: absolute;
    bottom: 95px;
    line-height: 12px;
    width: 100%;
    background: #FFF; }
  .right-info-outlet .content-info-pdpa .content-pdpa {
    overflow: hidden; }
  .right-info-outlet .content-info-pdpa.pdpa_scroll {
    overflow-y: auto; }
  .right-info-outlet .content-info-pdpa .agree-pdpa {
    position: absolute;
    width: 100%;
    bottom: 64px;
    background: #FFF; }
  .block-topup-confirm p {
    min-width: 300px; }
  .block-filter .item-filter .right-filter ul li a {
    font-size: 14px; }
  .block-topup-confirm p {
    padding: 15px 0; }
    .block-topup-confirm p span.status-membership {
      font-size: 20px; }
  .col-slide-right .form-group {
    margin-bottom: 10px; }
    .col-slide-right .form-group .form-control {
      height: 40px; }
    .col-slide-right .form-group 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 + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
      background-size: 8px 8px, 8px 8px, 0 1.5em;
      background-repeat: no-repeat;
      padding-right: 35px; }
    .col-slide-right .form-group .styled-select {
      background-position: 95% 10px; }
    .col-slide-right .form-group .form-date-membership {
      height: 40px; }
      .col-slide-right .form-group .form-date-membership .icon-date {
        top: 8px; }
        .col-slide-right .form-group .form-date-membership .icon-date img {
          max-width: 20px; }
      .col-slide-right .form-group .form-date-membership input {
        height: 40px; } }

@media (max-height: 570px) {
  .block-topup-confirm p {
    padding: 10px 0; } }

@media (max-width: 360px) {
  .block-topup-confirm p {
    min-width: 280px; }
  wm-confirm {
    margin: 100px 20px; }
  wm-confirm .modal-content {
    max-width: 200px;
    width: 200px; }
  .block-filter .item-filter .right-filter ul li a {
    font-size: 12px; } }

@media (max-width: 320px) {
  .block-topup-confirm p {
    min-width: 250px; } }

@media (max-height: 500px) {
  .col-slide-right .content-slide-right .content-col-right {
    padding-top: 10px; }
    .col-slide-right .content-slide-right .content-col-right .info-outlet {
      border: none; }
      .col-slide-right .content-slide-right .content-col-right .info-outlet .actions-name {
        font-size: 16px; }
      .col-slide-right .content-slide-right .content-col-right .info-outlet .content-value strong {
        font-size: 20px; } }

@media (max-height: 900px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 650px; } }

@media (max-height: 835px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 600px; } }

@media (max-height: 820px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 535px; } }

@media (max-height: 725px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 520px; } }

@media (max-height: 705px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 495px; } }

@media (max-height: 685px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 440px; } }

@media (max-height: 640px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 430px; } }

@media (max-height: 610px) {
  .right-info-outlet .content-info-pdpa .content-loadmore {
    display: block;
    position: absolute;
    bottom: 95px;
    width: 100%;
    line-height: 12px;
    background: #FFF; }
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 390px; }
  .right-info-outlet .content-info-pdpa.pdpa_scroll {
    overflow-y: auto; }
  .right-info-outlet .content-info-pdpa .agree-pdpa {
    position: absolute;
    width: 100%;
    bottom: 65px;
    background: #FFF; } }

@media (max-height: 550px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 335px; } }

@media (max-height: 505px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 280px; } }

@media (max-height: 470px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 250px; } }

@media (max-height: 435px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 210px; } }

@media (max-height: 394px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 185px; } }

@media (max-height: 368px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 150px; } }

@media (max-height: 345px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 120px; } }

@media (max-height: 320px) {
  .right-info-outlet .content-info-pdpa .content-pdpa {
    max-height: 120px; } }

.campaign-action-error {
  padding: 20px;
  height: 150px; }

.bg-outlet .version {
  color: #fff;
  position: absolute;
  margin: 4px 4px;
  left: 0px;
  bottom: 0px; }

.overlay-slide-right .version {
  color: #fff;
  position: absolute;
  margin: 4px 4px;
  left: 0px;
  bottom: 0px; }
[wm-load] > .wm-loading, [wm-load] > .wm-error {
  text-align: center;
  margin: 3rem; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00a27f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

#spinners {
  height: 40px;
  width: 40px;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn #spinners {
  width: 20px;
  height: 20px;
  line-height: 52px; }

.btn.btn-submit #spinners .double-bounce1, .btn.btn-submit #spinners .double-bounce2 {
  background-color: #FFF; }

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; }
.av-auth .av-auth-inner {
  display: block;
  padding-top: 10%;
  min-height: 100%; }
  .av-auth .av-auth-inner .logo-content {
    margin-bottom: 30px; }

.av-auth .footer-in-bottom {
  clear: both;
  position: relative;
  z-index: 10;
  height: 3em;
  margin-top: -3em; }
.av-auth-login .logo-content a img {
  height: 55px; }

.av-auth-login .mBT0 {
  margin-bottom: 0 !important; }

.av-auth-login .mBT20 {
  margin-bottom: 20px !important; }

.av-auth-login .box {
  padding: 30px; }
  .av-auth-login .box h4 {
    font-weight: 700; }
  .av-auth-login .box.round {
    -webkit-border-top-left-radius: 2.5px;
    -webkit-border-top-right-radius: 2.5px;
    -moz-border-radius-topleft: 2.5px;
    -moz-border-radius-topright: 2.5px;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .av-auth-login .box.center {
    text-align: center; }
  .av-auth-login .box.shadow {
    box-shadow: 0.5px 0.5px 1.5px 0 rgba(209, 209, 209, 0.5); }

.av-auth-login .link-bot {
  text-decoration: underline; }

.av-auth-login .link-bot:hover {
  text-decoration: none; }

.av-auth-login .form-control {
  height: 50px;
  border-radius: 2px;
  background-color: #eaeaea;
  box-shadow: inset 0 0.5px 1.5px 0 rgba(156, 156, 156, 0.5); }

.av-auth-login .btn.btn-submit {
  background: #08856b;
  color: #FFF;
  font-size: 16px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2.5px;
  -webkit-border-bottom-left-radius: 2.5px;
  -moz-border-radius-bottomright: 2.5px;
  -moz-border-radius-bottomleft: 2.5px;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px; }

.av-auth-login .form-cms-login .checkbox {
  margin-top: 0; }

.av-auth-login .form-cms-login .custom-checkbox + label {
  padding-left: 0;
  font-size: 15px;
  line-height: 18px; }

.av-auth-login .form-cms-login .custom-checkbox + label:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: bottom;
  border-radius: 1px;
  background-color: #eaeaea;
  box-shadow: inset 0 0.5px 1.5px 0 rgba(156, 156, 156, 0.5);
  top: 0; }

.av-auth-login .form-cms-login .custom-checkbox:checked + label:before {
  content: '\F00C';
  background-color: #08856b;
  margin-right: 10px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding-left: 3px;
  line-height: 20px; }

.av-auth-login .form-group {
  position: relative;
  margin-bottom: 50px; }

.av-auth-login .password-label {
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 5px; }

.av-auth-login .forgot-label {
  padding-right: 0;
  margin-bottom: 5px;
  position: absolute;
  right: 10px;
  top: 15px; }
  .av-auth-login .forgot-label a {
    color: #08856b; }

.av-auth-login .post-store-address p {
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: bold; }

.av-auth-login .store-address .form-control-feedback {
  right: 15px; }
.av-auth-forgot h4 {
  font-weight: 700; }

.av-auth-forgot button {
  display: inline-block; }

.av-auth-forgot .mBT0 {
  margin-bottom: 0 !important; }

.av-auth-forgot .mBT20 {
  margin-bottom: 20px !important; }

.av-auth-forgot .box {
  padding: 30px; }
  .av-auth-forgot .box.round {
    -webkit-border-top-left-radius: 2.5px;
    -webkit-border-top-right-radius: 2.5px;
    -moz-border-radius-topleft: 2.5px;
    -moz-border-radius-topright: 2.5px;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .av-auth-forgot .box.center {
    text-align: center; }
  .av-auth-forgot .box.shadow {
    box-shadow: 0.5px 0.5px 1.5px 0 rgba(209, 209, 209, 0.5); }

.av-auth-forgot .link-bot {
  text-decoration: underline; }

.av-auth-forgot .link-bot:hover {
  text-decoration: none; }

.av-auth-forgot .form-control {
  height: 50px;
  border-radius: 2px;
  background-color: #eaeaea;
  box-shadow: inset 0 0.5px 1.5px 0 rgba(156, 156, 156, 0.5); }

.av-auth-forgot .btn.btn-submit {
  background: #08856b;
  color: #FFF;
  font-size: 16px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2.5px;
  -webkit-border-bottom-left-radius: 2.5px;
  -moz-border-radius-bottomright: 2.5px;
  -moz-border-radius-bottomleft: 2.5px;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px; }
.av-home .overflow-full {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999; }

.av-home .page-info-nav {
  margin: 0; }

.av-home .page-info-nav p {
  margin: 0; }

.av-home .page-info-nav p a {
  display: inline-block;
  vertical-align: top;
  color: white;
  line-height: 36px;
  margin: 0 10px; }
.av-home-customer .link-receipt-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content {
    border-radius: 0;
    background: none; }
    .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header {
      position: absolute;
      top: 0;
      height: 7rem;
      width: 100%;
      padding: 15px;
      text-align: center;
      background: #08856b; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header h3 {
        text-align: center;
        font-size: 28px;
        color: white;
        font-weight: 500; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header img:hover {
        border: 1px; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header .close {
        margin-top: -5px;
        margin-right: 20px;
        width: 45px;
        height: 45px;
        border: 0;
        image-border: 0;
        opacity: 1; }
    .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body {
      height: 100%;
      width: 100%;
      margin: 0 !important;
      padding: 0 !important;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar {
        width: 30vw;
        height: 5px; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-track {
        background: none; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb {
        background: #888; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb:hover {
        background: #555;
        height: 7px; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .refresh-btn {
          position: absolute;
          top: 0;
          right: 0;
          width: 45px;
          height: 45px;
          margin-top: 10px;
          margin-right: 35px; }
        .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt {
          left: 0;
          width: 170px;
          max-width: 170px;
          min-width: 170px;
          height: 410px;
          margin: 0 15px; }
          .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt input[type=checkbox]:checked + .check-without-receipt {
            background-color: rgba(4, 200, 163, 0.12);
            border-color: #03C8A5; }
          .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt label > * {
            pointer-events: none; }
          .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt .check-without-receipt {
            width: 100%;
            height: 396px;
            display: flex;
            padding: 10px;
            align-items: center;
            justify-content: center;
            border: 2px;
            border-style: dotted;
            margin-bottom: 14px;
            background-color: rgba(232, 232, 232, 0.3); }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt .check-without-receipt p {
              line-height: 1.5;
              margin: 0;
              font-size: 25px;
              text-align: center;
              color: white;
              opacity: 1;
              font-weight: 500; }
        .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper {
          -ms-touch-action: pan-y;
          -ms-overflow-style: none !important;
          right: 0;
          height: 410px;
          padding-bottom: 10px;
          white-space: nowrap;
          overflow-x: scroll;
          overflow-y: hidden;
          -webkit-overflow-scrolling: touch;
          position: relative;
          flex-grow: 1; }
          .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide {
            width: 250px;
            height: 400px;
            display: inline-block;
            margin-right: 15px;
            float: none; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide input[type=checkbox]:checked + .receipt-checkbox {
              width: 250px;
              height: 400px;
              padding: 2px 2px;
              border-radius: 3px;
              background-color: #04C8A3;
              border: solid 0.3px #03C8A5; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .receipt-checkbox {
              width: 246px;
              height: 396px;
              background-color: #ffffff;
              border: solid 0.3px #cdcdcd;
              margin-bottom: 15px; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide label > * {
              pointer-events: none; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item {
              width: 246px;
              height: 396px;
              opacity: 0.88;
              background-color: #ffffff;
              box-shadow: 0.5px 0.5px 2px 0 rgba(163, 163, 163, 0.5);
              border: solid 0.3px #cdcdcd; }
              .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-header {
                padding: 15px;
                height: 20px;
                width: 100%;
                border-bottom: solid 0.5px #cdcdcd;
                background-color: #e2e2e2; }
                .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-header a {
                  width: 18px;
                  height: 18px;
                  float: right;
                  margin-top: -15px;
                  pointer-events: all; }
              .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-contain {
                padding: 15px;
                height: 366px;
                width: 100%; }
                .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-contain .receipt-id {
                  line-height: 0.8;
                  font-size: 23px;
                  color: #04C8A3;
                  margin-bottom: 35px;
                  margin-top: 10px; }
                .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-contain .receipt-info {
                  line-height: 0.9;
                  font-size: 15px;
                  font-weight: 500; }
                .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-contain .value-title {
                  line-height: 0.9;
                  font-size: 26px;
                  font-weight: 500;
                  color: gray;
                  margin-top: 35px; }
                .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .swiper-slide .choose-receipt-item .receipt-contain .receipt-value {
                  line-height: 0.9;
                  color: black;
                  font-size: 26px;
                  font-weight: 500; }
          .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .no-receipt {
            width: 100%;
            height: 110px;
            margin-top: 170px; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .no-receipt .no-receipt-title {
              line-height: 1.1;
              width: 100%;
              text-align: center;
              color: #04C8A3;
              font-size: 26px;
              font-weight: 600; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .no-receipt .no-receipt-action {
              line-height: 0.8;
              width: 100%;
              text-align: center;
              color: #04C8A3;
              font-size: 20px;
              font-weight: 300; }
            .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .swiper-wrapper .no-receipt #myImgref {
              max-width: 50%; }
    .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-footer {
      position: absolute;
      bottom: 0;
      height: 7rem;
      width: 100%;
      text-align: center;
      margin: 0 !important;
      padding: 0 !important; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-footer .link-btn {
        background-image: linear-gradient(#70A4F0, #5177E6);
        border: solid 0.3px #70A4F0;
        font-size: 25px;
        color: white;
        width: 100%;
        height: 100%; }
      .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-footer button:focus {
        outline: none; }

.av-home-customer .modal-content .modal-header {
  padding: 15px;
  text-align: center;
  background: #04C8A3; }
  .av-home-customer .modal-content .modal-header h3 {
    text-align: center;
    font-size: 28px;
    color: white;
    font-weight: 500; }

.av-home-customer .modal-content .modal-footer {
  text-align: center;
  padding-bottom: 20px; }
  .av-home-customer .modal-content .modal-footer button, .av-home-customer .modal-content .modal-footer button:hover {
    width: 100px;
    background-color: dimgray;
    border-color: dimgray; }

.av-home-customer .modal-body {
  margin: 30px 20px 0px 20px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 30px; }

.av-home-customer wm-file-upload .image-upload {
  background: none; }
  .av-home-customer wm-file-upload .image-upload .image-holder {
    margin-bottom: 10px; }
    .av-home-customer wm-file-upload .image-upload .image-holder .wm-image {
      background-color: #F0F0F0;
      border-radius: 4px;
      border: 1px solid #CCCCCC; }
  .av-home-customer wm-file-upload .image-upload .btn-file-upload {
    background-color: #00A27F;
    border-radius: 2px;
    height: 40px;
    color: #FFF;
    position: relative;
    z-index: 10; }
  .av-home-customer wm-file-upload .image-upload .btn-file-remove {
    height: 40px;
    background-color: #EB6363;
    border-radius: 2px;
    color: #FFF;
    opacity: 1;
    width: 48%;
    float: right; }

.av-home-customer wm-file-upload .image-upload.thumbnail {
  max-width: 100px; }
  .av-home-customer wm-file-upload .image-upload.thumbnail .image-holder {
    margin-bottom: 0;
    z-index: 9; }

.av-home-customer .required {
  color: red; }

.av-home-customer .require-sub-type {
  clear: both;
  opacity: 1 !important; }

.av-home-customer .col-slide-right .right-info-outlet {
  overflow: hidden; }

.av-home-customer .main-content {
  -webkit-overflow-scrolling: touch; }

.av-home-customer .detail-compaign {
  display: none; }

.av-home-customer .email_class {
  margin-top: 45px; }

.av-home-customer .block-spend {
  padding-right: 2px; }

.av-home-customer .outlet-card.profile-card .outlet-card-content .phone {
  font-size: 20px; }

.av-home-customer .outlet-card-logo .wm-image {
  width: 88px;
  height: 88px;
  border-radius: 50%; }

.av-home-customer .outlet-card-content .name {
  font-size: 20px; }

.av-home-customer .outlet-card .outlet-card-footer p {
  margin: 0;
  font-size: 14px; }
  .av-home-customer .outlet-card .outlet-card-footer p:after {
    content: '';
    display: block;
    clear: both; }

.av-home-customer .mg-left-15 {
  margin-left: 15px; }

.av-home-customer .max-width-19 {
  max-width: 19px !important; }

.av-home-customer .max-width-40 {
  max-width: 40px !important; }

.av-home-customer .round-border {
  border: 1px solid #ccc;
  border-radius: 50px;
  background: #fff; }

.av-home-customer .left-border {
  border-left: none;
  position: static; }

.av-home-customer .campaign-info-block .left-section {
  border-right: 1px solid #dddddd;
  padding: 40px 20px 20px; }

.av-home-customer .btn-group-as-one {
  margin-top: 20px; }
  .av-home-customer .btn-group-as-one .btn {
    white-space: normal;
    font-size: 18px; }
    .av-home-customer .btn-group-as-one .btn:last-child {
      max-width: 85%; }

.av-home-customer .blue-box {
  display: block;
  min-height: 88px;
  background: #3195d1;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 3px 1px 0px #185774;
  -moz-box-shadow: inset 0px 3px 1px 0px #185774;
  box-shadow: inset 0px 3px 1px 0px #185774;
  margin: 15px auto;
  max-width: 108px; }
  .av-home-customer .blue-box p {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #eeeeee;
    padding: 23px 0;
    text-align: center; }
    .av-home-customer .blue-box p strong {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px; }
      .av-home-customer .blue-box p strong.bigger {
        font-size: 32px; }

.av-home-customer .default-tabs {
  border-right: 1px solid #ddd;
  padding-bottom: 7px;
  min-height: 140px; }

.av-home-customer .noPadding {
  padding: 0;
  position: static; }
  .av-home-customer .noPadding .link-topup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%; }

.av-home-customer .right-border {
  border-right: 1px solid #dddddd; }

.av-home-customer .default-tabs {
  display: block;
  width: 100%;
  background-color: #fff; }
  .av-home-customer .default-tabs ul.list-inline {
    margin: 20px 30px; }
    .av-home-customer .default-tabs ul.list-inline li {
      margin-bottom: 15px; }
      .av-home-customer .default-tabs ul.list-inline li button {
        font-size: 14px; }
  .av-home-customer .default-tabs .nav-tabs {
    display: table;
    width: 100%; }
    .av-home-customer .default-tabs .nav-tabs li {
      display: table-cell;
      float: none;
      border-radius: 0;
      width: 50%; }
      .av-home-customer .default-tabs .nav-tabs li a {
        border-radius: 0;
        margin: 0;
        text-align: center;
        color: #c3c3c3;
        font-size: 17px; }
        .av-home-customer .default-tabs .nav-tabs li a:hover {
          color: #000; }
      .av-home-customer .default-tabs .nav-tabs li.active a {
        background: #f3f3f3;
        color: #000; }
      .av-home-customer .default-tabs .nav-tabs li:first-child a {
        border-left: none; }
      .av-home-customer .default-tabs .nav-tabs li:last-child a {
        border-right: none; }

.av-home-customer .block-main-membership {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px; }
  .av-home-customer .block-main-membership .block-membership {
    position: initial; }
    .av-home-customer .block-main-membership .block-membership .search-form {
      position: absolute;
      margin: 0 15px;
      right: 0;
      bottom: 18px; }
    .av-home-customer .block-main-membership .block-membership .top-membership .left {
      width: 67%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .av-home-customer .block-main-membership .block-membership .top-membership .left img {
        display: inline-block; }

.av-home-customer .block-filter.open {
  display: block; }

.av-home-customer .top-transaction {
  margin-bottom: 0; }
  .av-home-customer .top-transaction .cw-date {
    font-weight: bold; }
  .av-home-customer .top-transaction .search-form {
    margin-bottom: 0;
    padding: 0; }

.av-home-customer .transaction-history .pull-right .search-form {
  margin-bottom: -30px; }

.av-home-customer .transaction-listing {
  padding-bottom: 15px !important; }

.av-home-customer .wrap-transaction {
  padding-top: 15px; }
  .av-home-customer .wrap-transaction .campaign-author {
    display: none; }

.av-home-customer .import_message {
  color: #FF0000;
  margin-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 0; }

@media (max-width: 1100px) {
  .av-home-customer .import_message {
    bottom: -20px; } }

@media (max-width: 991px) {
  .av-home-customer .noPadding .link-topup {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%; }
  .av-home-customer .campaign-info-block .left-section {
    border-bottom: 1px solid #dddddd; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 26px; } }

@media (max-width: 875px) {
  .av-home-customer .noPadding .link-topup {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%; }
  .av-home-customer .campaign-info-block .left-section {
    border-bottom: 1px solid #dddddd; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 26px; } }

@media (max-width: 768px) {
  .av-home-customer .top-transaction {
    margin-bottom: 0; }
    .av-home-customer .top-transaction .pull-left {
      margin-top: 0; }
  .av-home-customer .campaign-info-block .left-section {
    border-bottom: 1px solid #dddddd; }
  .av-home-customer .left-border {
    border-left: none; }
  .av-home-customer .import_message {
    position: relative;
    bottom: 0; } }

@media (max-width: 767px) {
  .av-home-customer .default-tabs {
    border-right: none; }
    .av-home-customer .default-tabs ul.list-inline {
      margin-left: 10px;
      margin-right: 10px; }
  .av-home-customer .block-main-membership .block-membership .search-form {
    position: relative;
    margin: 10px 0 0;
    right: 0;
    bottom: 0; }
  .av-home-customer .campaign-info-block .left-section {
    border-bottom: 1px solid #dddddd; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 24px; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt .check-without-receipt p {
    font-size: 17px; } }

@media (max-width: 535px) {
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 22px; } }

@media (max-width: 480px) {
  .av-home-customer .default-tabs {
    border-right: none; }
    .av-home-customer .default-tabs ul.list-inline {
      margin-left: 10px;
      margin-right: 10px; }
  .av-home-customer .block-main-membership .block-membership .search-form {
    position: relative;
    margin: 10px 0 0;
    right: 0;
    bottom: 0; }
  .av-home-customer .campaign-info-block .left-section {
    border-bottom: 1px solid #dddddd; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 21px; }
  .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt {
    width: 130px;
    max-width: 130px;
    min-width: 130px; }
    .av-home-customer .link-receipt-modal .modal-dialog .modal-content .modal-body .data-contain .without-receipt .check-without-receipt p {
      font-size: 17px; } }

.av-home-customer .page-info-nav p a {
  color: #a19999; }

.av-home-customer .avatar {
  border-radius: 50%; }

.av-home-customer form {
  margin: 0;
  padding: 0; }

.div-input-content {
  height: 100%; }
  .div-input-content p {
    margin-top: 15px; }
  .div-input-content input {
    margin-bottom: 10px; }
  .div-input-content textarea {
    overflow-y: scroll;
    height: 100%;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.customer-page-topup-confirm-netspay {
  background: #FFF;
  padding: 16px 0 16px 0 !important;
  margin: 0 !important;
  width: 100% !important; }
  .customer-page-topup-confirm-netspay .line-netspay {
    margin: 0 30px; }

.note-submit {
  width: 100%;
  min-width: 90px;
  background-color: #00a17f !important;
  border-color: #00a17f !important; }

.tag-color {
  background-color: #4D5359;
  width: auto;
  min-width: 65px;
  float: left;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
  text-align: right;
  font-size: 15px;
  border: 1px solid #acacac;
  border-radius: 5px; }

.reset-button {
  padding: 7px;
  float: right; }

.wrap-customer-note-create {
  margin-bottom: 10px;
  height: 100%; }

.consumer-note-edit-row {
  padding-top: 7px; }

.div-inline {
  display: inline; }
  .div-inline p {
    display: inherit; }

.div-membership {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  margin-top: 18px; }
  .div-membership > div {
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px; }
  .div-membership button {
    width: 22%;
    float: right;
    border-radius: 0;
    padding: 32.5px 0;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px; }
  .div-membership div {
    float: left;
    width: 78%; }
    .div-membership div p {
      color: white;
      margin-bottom: 0; }
    .div-membership div h4 {
      color: white;
      font-weight: bold;
      border-bottom: 1px solid #fff;
      margin: 0 0 10px;
      padding-bottom: 10px;
      font-size: 24px; }

.button-width {
  width: 22%;
  float: right; }
  .button-width button {
    width: 100%;
    float: right;
    border-radius: 0;
    padding: 22px 0;
    margin-top: 18px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; }

/*******************Cashier v1************/
.av-home-customer .box {
  padding: 0;
  box-shadow: 1px 1px 4px 0 rgba(163, 163, 163, 0.5) !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .av-home-customer .box .box-title {
    background: #08856b;
    color: #FFF;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .av-home-customer .box .box-title p {
      margin-bottom: 0; }
    .av-home-customer .box .box-title p.left {
      padding: 11px 15px; }
    .av-home-customer .box .box-title p.right span {
      opacity: 1; }
      .av-home-customer .box .box-title p.right span span {
        opacity: 0.7; }
    .av-home-customer .box .box-title p.right span.child-expiry {
      padding: 11px 15px;
      display: inline-block; }
    .av-home-customer .box .box-title p.right span.day-expired {
      background: #FFF;
      color: #ff0060;
      padding: 11px 20px 12px;
      margin-right: 10px; }
    .av-home-customer .box .box-title p.right a {
      display: inline-block;
      padding: 11px 15px; }
    .av-home-customer .box .box-title span {
      opacity: 0.7; }
    .av-home-customer .box .box-title span.text {
      opacity: 1; }
    .av-home-customer .box .box-title img {
      max-width: 20px;
      margin-right: 10px; }
    .av-home-customer .box .box-title a {
      color: #FFF;
      margin-left: 10px;
      text-decoration: underline; }
  .av-home-customer .box .box-content {
    padding: 15px;
    margin-bottom: 0; }
    .av-home-customer .box .box-content .avatar {
      float: left;
      margin-right: 10px; }
    .av-home-customer .box .box-content .right-info {
      display: block;
      vertical-align: top;
      padding-top: 10px;
      position: relative;
      margin-left: 100px;
      padding-bottom: 12px; }
      .av-home-customer .box .box-content .right-info img {
        max-width: 13px;
        vertical-align: top; }
      .av-home-customer .box .box-content .right-info span:first-child {
        font-size: 24px;
        margin-right: 10px; }
      .av-home-customer .box .box-content .right-info span.phone-customer {
        display: inline-block;
        padding-top: 10px; }
      .av-home-customer .box .box-content .right-info span.email {
        font-size: 14px; }
      .av-home-customer .box .box-content .right-info .btn-not-you {
        margin-left: 5px; }
    .av-home-customer .box .box-content .outlet-card-footer p {
      display: inline-block;
      margin-right: 40px;
      margin-top: 0; }
      .av-home-customer .box .box-content .outlet-card-footer p span {
        color: #afafaf; }
    .av-home-customer .box .box-content .outlet-card-footer p:last-child {
      margin-right: 0; }
  .av-home-customer .box .box-content-left {
    width: 70%;
    float: left; }
  .av-home-customer .box .box-content-account {
    border-left: 1px solid #e5e5e5;
    width: 30%;
    float: right;
    text-align: center; }
    .av-home-customer .box .box-content-account p {
      padding: 37px 0;
      margin-bottom: 0;
      font-size: 16px;
      min-height: 125px; }
      .av-home-customer .box .box-content-account p .wm-image {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle; }
    .av-home-customer .box .box-content-account .link-manage {
      background: #08856b;
      padding: 10px 0;
      color: #FFF;
      display: block; }

.av-home-customer .box-membership {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .av-home-customer .box-membership .box {
    margin-bottom: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
  .av-home-customer .box-membership .box_content_2col_membership {
    z-index: 10; }

.av-home-customer .box_content_2col {
  width: 50%;
  float: left;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  cursor: pointer; }
  .av-home-customer .box_content_2col .left-member {
    float: left; }
    .av-home-customer .box_content_2col .left-member .wm-image {
      width: 70px;
      height: 70px; }
  .av-home-customer .box_content_2col .right-member {
    margin-left: 80px; }
    .av-home-customer .box_content_2col .right-member .name-member {
      margin-top: 0;
      margin-bottom: 0px;
      color: #FFF;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .av-home-customer .box_content_2col .right-member p {
      font-size: 13px;
      margin-bottom: 0px;
      color: #FFF;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.av-home-customer .box_membership_color .right-member .name-member {
  color: #FFF; }

.av-home-customer .box_membership_color .right-member p {
  color: #FFF; }

.av-home-customer .block-membership .top-membership p img {
  max-width: 34px;
  margin-right: 10px;
  border-radius: 50%; }

.av-home-customer .block-membership .top-membership p a {
  background: #08856b;
  font-size: 16px;
  color: #FFF;
  padding: 8px 35px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.av-home-customer .block-membership .block-info-outlet {
  color: #FFF;
  min-height: 285px;
  background-size: 100% 100%;
  text-align: center; }
  .av-home-customer .block-membership .block-info-outlet .content-info-outlet {
    background: rgba(0, 0, 0, 0.5);
    min-height: 285px;
    padding-top: 70px; }
  .av-home-customer .block-membership .block-info-outlet h4 {
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 10px; }
  .av-home-customer .block-membership .block-info-outlet .wm-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #FFF; }

.av-home-customer .wrap-customer-note-edit {
  min-height: 72px; }
  .av-home-customer .wrap-customer-note-edit p {
    margin-bottom: 5px;
    min-height: 34px;
    max-height: 34px; }
    .av-home-customer .wrap-customer-note-edit p a {
      font-size: 14px;
      display: block;
      padding: 2px; }
    .av-home-customer .wrap-customer-note-edit p a.add-note {
      text-decoration: underline;
      margin-bottom: 9px;
      display: block; }
    .av-home-customer .wrap-customer-note-edit p img {
      max-width: 20px; }
  .av-home-customer .wrap-customer-note-edit p:last-child {
    margin-bottom: 0;
    min-height: auto; }
    .av-home-customer .wrap-customer-note-edit p:last-child span {
      font-size: 14px; }
      .av-home-customer .wrap-customer-note-edit p:last-child span span {
        color: #afafaf; }
    .av-home-customer .wrap-customer-note-edit p:last-child span.left {
      padding-top: 10px;
      max-width: 85%; }

@-moz-document url-prefix() {
  .av-home-customer .wrap-customer-note-edit p {
    min-height: 35px;
    max-height: 35px; }
  .av-home-customer .wrap-customer-note-edit p:last-child {
    min-height: 34px; } }

@-moz-document url-prefix() {
  .av-home-customer .wrap-customer-note-edit p.note-empty {
    min-height: 35px;
    max-height: 35px; } }

@-moz-document url-prefix() {
  @media (max-width: 1600px) {
    .av-home-customer .wrap-customer-note-edit p.note-empty {
      min-height: 40px;
      max-height: 40px; } } }
  .av-home-customer .wrap-customer-note-edit .text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    max-height: 35px;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    max-width: 85%; }

.av-home-customer .top-filter .tabs-choose-campaign {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px 0 rgba(163, 163, 163, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .av-home-customer .top-filter .tabs-choose-campaign li {
    float: left; }
    .av-home-customer .top-filter .tabs-choose-campaign li a {
      color: #636363;
      cursor: pointer;
      display: block;
      padding: 10px 20px; }
    .av-home-customer .top-filter .tabs-choose-campaign li a:hover,
    .av-home-customer .top-filter .tabs-choose-campaign li a.active {
      color: #00a27f;
      border-bottom: 2px solid #00a27f; }
  .av-home-customer .top-filter .tabs-choose-campaign li:first-child {
    border-right: 1px solid #e5e5e5; }

.av-home-customer .top-filter .tab-choose-membership {
  margin-right: 10px; }
  .av-home-customer .top-filter .tab-choose-membership li {
    border-right: none; }
    .av-home-customer .top-filter .tab-choose-membership li a {
      font-size: 14px;
      text-align: center;
      padding: 2px 20px; }

.av-home-customer .top-filter .filter {
  display: block;
  position: relative;
  background: #727272;
  color: #FFF;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .av-home-customer .top-filter .filter img {
    max-width: 21px;
    margin-right: 10px; }

.av-home-customer .top-filter .filter.active {
  background: #00a27f; }

.av-home-customer .top-filter .filter.active:after {
  position: absolute;
  bottom: -22px;
  left: 30%;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #FFF; }

.av-home-customer .manage-account {
  height: 100%; }
  .av-home-customer .manage-account .content-note {
    overflow-y: auto; }
  .av-home-customer .manage-account input {
    background-color: #f0f0f0;
    box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
    padding: 12px;
    height: 50px;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%; }
  .av-home-customer .manage-account a.link-add {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: block; }
  .av-home-customer .manage-account .list-manage-account {
    overflow-y: auto; }
    .av-home-customer .manage-account .list-manage-account li {
      border-bottom: 1px solid #e5e5e5; }
      .av-home-customer .manage-account .list-manage-account li .wm-image {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle; }
      .av-home-customer .manage-account .list-manage-account li p {
        padding-top: 10px;
        font-size: 16px; }
        .av-home-customer .manage-account .list-manage-account li p a {
          color: #000; }
        .av-home-customer .manage-account .list-manage-account li p span {
          padding-left: 20px;
          color: #afafaf;
          font-size: 14px; }
  .av-home-customer .manage-account .list-sub {
    clear: both;
    margin-top: 20px; }
    .av-home-customer .manage-account .list-sub li {
      border-bottom: none;
      padding: 0; }
    .av-home-customer .manage-account .list-sub .link-sub-account {
      border-top: 1px solid #e5e5e5;
      color: #000;
      display: block;
      padding: 15px 20px; }
    .av-home-customer .manage-account .list-sub .left-sub {
      float: left;
      max-width: 70%; }
      .av-home-customer .manage-account .list-sub .left-sub span {
        display: inline-block;
        padding-top: 10px;
        font-size: 16px; }
    .av-home-customer .manage-account .list-sub .right-sub {
      float: right;
      padding-top: 10px; }
      .av-home-customer .manage-account .list-sub .right-sub a {
        margin-left: 10px; }
      .av-home-customer .manage-account .list-sub .right-sub span {
        color: #afafaf; }
  .av-home-customer .manage-account .block-info-account {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .av-home-customer .manage-account .block-info-account h2 {
      font-size: 22px;
      margin-top: 0; }
  .av-home-customer .manage-account .block-type-account p {
    margin-bottom: 20px; }
  .av-home-customer .manage-account .block-type-account .list-type-account {
    margin-bottom: 20px; }
    .av-home-customer .manage-account .block-type-account .list-type-account li {
      text-align: center;
      float: left;
      margin-right: 20px; }
  .av-home-customer .manage-account .block-type-account span.link-span {
    color: #00a27f;
    display: block; }
  .av-home-customer .manage-account .block-type-account a {
    display: block; }
  .av-home-customer .manage-account .block-type-account a.btn {
    background: #08856b;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #FFF;
    display: inline-block; }
  .av-home-customer .manage-account .block-type-account .form-date-membership input {
    background-color: transparent; }
  .av-home-customer .manage-account .block-type-account .div-inline-2 {
    margin-bottom: 30px; }
    .av-home-customer .manage-account .block-type-account .div-inline-2 input {
      box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: none;
      outline: none;
      margin-bottom: 0;
      line-height: 30px; }
    .av-home-customer .manage-account .block-type-account .div-inline-2 input[type="radio"] + label {
      display: inline-block;
      padding-right: 10px; }
    .av-home-customer .manage-account .block-type-account .div-inline-2 input[type="radio"] + label:after {
      float: left;
      margin-right: 5px; }
  .av-home-customer .manage-account .block-type-account .block-btn a {
    display: inline-block;
    background: #08856b;
    padding: 10px 20px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .av-home-customer .manage-account .block-type-account .block-btn span {
    display: inline-block; }
  .av-home-customer .manage-account .block-account-select .list-type-account {
    border-bottom: 1px solid #e5e5e5; }
    .av-home-customer .manage-account .block-account-select .list-type-account li {
      cursor: pointer; }
      .av-home-customer .manage-account .block-account-select .list-type-account li img {
        background: #00a27f;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  .av-home-customer .manage-account .account_selected .list-type-account li {
    opacity: 0.5; }
  .av-home-customer .manage-account .account_selected .list-type-account li.active {
    opacity: 1; }

.av-home-customer .block-scroll-down {
  background: #FFF;
  padding: 20px 0 10px;
  z-index: 99;
  position: relative;
  display: none; }
  .av-home-customer .block-scroll-down span {
    color: #929292;
    display: block;
    font-size: 9px;
    text-transform: uppercase; }
  .av-home-customer .block-scroll-down img {
    max-width: 8px; }

.av-home-customer .profile-yuu-linking {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  border: 1px solid #E4E7EC;
  border-radius: 8px;
  background-color: #FCFCFD; }
  @media (max-width: 767px) {
    .av-home-customer .profile-yuu-linking {
      padding: 6px; } }
  @media (max-width: 640px) {
    .av-home-customer .profile-yuu-linking {
      padding: 10px; } }
  .av-home-customer .profile-yuu-linking p {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    margin-left: 8px; }
    @media (max-width: 767px) {
      .av-home-customer .profile-yuu-linking p {
        font-size: 6px;
        line-height: 8px; } }
    @media (max-width: 640px) {
      .av-home-customer .profile-yuu-linking p {
        font-size: 14px;
        line-height: 16px; } }

.av-home-customer .profile-yuu-img-container {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .av-home-customer .profile-yuu-img-container {
      width: 16px;
      height: 16px; } }
  @media (max-width: 640px) {
    .av-home-customer .profile-yuu-img-container {
      width: 34px;
      height: 34px; } }

.av-home-customer .profile-yuu-linked {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #F0F9FF;
  border: 1px solid #CBE9FE;
  border-radius: 7px;
  padding: 5px 8px; }
  @media (max-width: 767px) {
    .av-home-customer .profile-yuu-linked {
      padding: 4px; } }
  @media (max-width: 640px) {
    .av-home-customer .profile-yuu-linked {
      padding: 8px; } }
  .av-home-customer .profile-yuu-linked img {
    width: 16px;
    height: 16px; }
  .av-home-customer .profile-yuu-linked p {
    margin: 0;
    color: #307FE2;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }
    @media (max-width: 767px) {
      .av-home-customer .profile-yuu-linked p {
        font-size: 6px;
        line-height: 8px; } }
    @media (max-width: 640px) {
      .av-home-customer .profile-yuu-linked p {
        font-size: 14px;
        line-height: 16px; } }

@media (max-height: 900px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 75%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 83%; } }

@media (max-height: 830px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 72%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 80%; } }

@media (max-height: 750px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 65%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 77%; } }

@media (max-height: 620px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 63%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 71%; }
  .col-slide-right .content-slide-right .content-col-right .has_confirm.content-note {
    height: 30%; } }

@media (max-height: 570px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 60%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 68%; } }

@media (max-height: 530px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 56%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 64%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 64%; } }

@media (max-height: 420px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 52%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 60%; }
  .col-slide-right .content-slide-right .content-col-right .has_confirm.content-note {
    height: 20%; } }

@media (max-height: 390px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 48%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 56%; } }

@media (max-height: 360px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 43%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 51%; } }

@media (max-height: 330px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 38%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 46%; } }

@media (max-height: 300px) {
  .col-slide-right .content-slide-right .content-col-right .content-note {
    height: 28%; }
  .col-slide-right .content-slide-right .content-col-right .content-block-add-account {
    height: 36%; } }

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .av-home-customer .btn-group-as-one .btn:last-child {
    max-width: 78%; } }

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .av-home-customer .box-content .right-info span:first-child {
    max-width: 128px;
    vertical-align: top;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (max-width: 1150px) {
  .av-home-customer .box_content_2col {
    width: 100%; }
  .av-home-customer .box_content_2col_membership {
    width: 50%; }
  .av-home-customer .box_content_2col_membership_wide {
    width: 100%; } }

@media (max-width: 768px) {
  .av-home-customer .block-outlet {
    width: 100%; }
  .av-home-customer .block-membership {
    width: 100%;
    padding: 0; }
    .av-home-customer .block-membership .block-info-outlet {
      text-align: left;
      min-height: auto;
      margin-bottom: 20px; }
      .av-home-customer .block-membership .block-info-outlet .content-info-outlet {
        min-height: auto;
        padding: 20px 0; }
      .av-home-customer .block-membership .block-info-outlet .wm-image {
        float: left;
        margin: 0 20px;
        width: 50px;
        height: 50px; }
      .av-home-customer .block-membership .block-info-outlet h4 {
        margin-top: 15px; }
  .av-home-customer .top-filter .left {
    float: none; }
  .av-home-customer .top-filter .tabs-choose-campaign li {
    width: 50%;
    text-align: center; }
  .av-home-customer .top-filter .tab-choose-membership li {
    width: 100%; }
  .av-home-customer .transaction-history .pull-right .search-form {
    margin-bottom: -46px; } }

@media (max-width: 875px) {
  .av-home-customer .block-membership .top-membership p a {
    padding: 8px 25px; } }

@media (max-width: 768px) {
  .av-home-customer .block-membership .top-membership p a {
    padding: 8px 35px; } }

@media (max-width: 1000px) {
  .av-home-customer .box .box-content-left {
    width: 100%; }
  .av-home-customer .box .box-content-account {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e5e5e5; }
  .av-home-customer .box_content_2col_membership {
    width: 100%; } }

@media (max-width: 480px) {
  .av-home-customer .block-scroll-down {
    display: block; }
  .av-home-customer .box .box-title {
    font-size: 13px;
    padding: 11px 10px 9px; }
    .av-home-customer .box .box-title img {
      margin-right: 5px; }
    .av-home-customer .box .box-title p.right span.day-expired {
      padding: 11px 10px 12px; }
    .av-home-customer .box .box-title p.right span {
      margin-right: 5px; }
    .av-home-customer .box .box-title p.right a {
      margin-left: 5px; }
  .av-home-customer .box .box-content .outlet-card-footer p {
    margin-right: 20px; }
  .av-home-customer .box .box-content .right-info {
    padding: 0; }
    .av-home-customer .box .box-content .right-info p {
      margin: 0;
      font-size: 13px; }
    .av-home-customer .box .box-content .right-info span:first-child {
      font-size: 20px; }
  .av-home-customer .box .box-content .avatar {
    margin-right: 10px; }
  .av-home-customer .wrap-customer-note-edit .text-ellipsis {
    max-width: 88%; }
  .av-home-customer .outlet-card-logo .wm-image {
    width: 60px;
    height: 60px; }
  .av-home-customer .block-membership .top-membership p a {
    padding: 8px 25px; } }

@media (max-width: 420px) {
  .av-home-customer .btn-group-as-one .btn:last-child {
    max-width: 78%; } }

@media (max-width: 360px) {
  .av-home-customer .box .box-content .right-info {
    padding: 0; }
    .av-home-customer .box .box-content .right-info p {
      margin: 0;
      font-size: 12px; }
    .av-home-customer .box .box-content .right-info span:first-child {
      font-size: 18px;
      margin-right: 10px; }
  .av-home-customer .box .box-content .avatar {
    margin-right: 10px; }
  .av-home-customer .btn-group-as-one .btn:last-child {
    max-width: 78%; } }

#top-slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
/* Campaign Info Block */
@media (max-width: 992px) {
  .campaign-infoblock .left-section {
    border-right: 0;
    border-bottom: 1px solid #ddd; } }

.campaign-info-block {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(163, 163, 163, 0.5);
  -moz-box-shadow: 1px 1px 4px 0px rgba(163, 163, 163, 0.5);
  box-shadow: 1px 1px 4px 0px rgba(163, 163, 163, 0.5);
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .campaign-info-block .campaign-info {
    margin-left: 80px; }
  .campaign-info-block .detail-compaign a {
    font-size: 12px; }
  .campaign-info-block .text-remaining {
    margin-left: 40px; }
  .campaign-info-block .left-section {
    padding: 40px 20px 20px; }
  .campaign-info-block .right-section {
    padding: 0; }
  .campaign-info-block .left-section {
    border-right: 1px solid #ddd; }
    .campaign-info-block .left-section .campaign-logo {
      float: left;
      margin-right: 20px;
      max-height: 80px; }
    .campaign-info-block .left-section .campaign-title {
      font-size: 22px;
      font-weight: bold;
      margin: 10px 0 6px 0; }
  .campaign-info-block .content-value {
    padding: 20px 0; }
    .campaign-info-block .content-value strong {
      display: block;
      font-weight: 300;
      font-size: 32px; }
  .campaign-info-block .link-topup a {
    width: 50%;
    float: left;
    background: #ef6666;
    color: #FFF;
    padding: 10px;
    vertical-align: middle; }
    .campaign-info-block .link-topup a img {
      max-width: 11px;
      margin-right: 10px; }
  .campaign-info-block .link-topup a.top-up {
    background: #00a27f;
    border-right: 1px solid #FFF; }
    .campaign-info-block .link-topup a.top-up.button-disable {
      cursor: default;
      background: #929191; }
  .campaign-info-block .link-topup a.link-referal {
    width: 100%; }
  .campaign-info-block .link-topup a.top-up-full {
    width: 100%;
    background: #00a27f;
    border-right: 1px solid #FFF; }
    .campaign-info-block .link-topup a.top-up-full.button-disable {
      cursor: default;
      background: #929191; }
  .campaign-info-block .content-slide-right .content-col-right {
    height: 100%; }
  .campaign-info-block .content-slide-right .top-slide-right p.left img {
    max-width: 11px;
    margin-right: 10px; }
  .campaign-info-block .content-slide-right .info-outlet .actions-name {
    width: 48%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
    min-height: 65px;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  .campaign-info-block .content-slide-right .info-outlet .actions-value {
    width: 48%;
    float: right; }
    .campaign-info-block .content-slide-right .info-outlet .actions-value .content-value {
      padding: 0; }
      .campaign-info-block .content-slide-right .info-outlet .actions-value .content-value strong {
        font-size: 24px;
        opacity: 1; }
  .campaign-info-block .content-slide-right .btn-topup {
    border: none;
    color: #00a17f;
    font-size: 18px;
    line-height: 18px;
    background: url(_/_/common_beta/assets/images/mobile_moneybox@2x.png-de38cc3dd4abed21b3ae53904cfdd2b1.png) no-repeat;
    background-size: 100% 100%;
    min-width: 156px;
    height: 50px;
    padding: 15px 12px; }
  .campaign-info-block .content-slide-right .btn-topup-selected {
    color: #FFF;
    background: #31b89b url(_/_/common_beta/assets/images/mobile_moneybox_selected@2x.png-751f66f41f323ee98cad4214d7276c8e.png) no-repeat center center;
    background-size: 98% 41px;
    min-width: 150px; }
  .campaign-info-block .content-slide-right .btn-topup:hover {
    color: #FFF;
    background: #31b89b url(_/_/common_beta/assets/images/mobile_moneybox_selected@2x.png-751f66f41f323ee98cad4214d7276c8e.png) no-repeat center center;
    background-size: 98% 41px;
    min-width: 150px; }
  .campaign-info-block .content-slide-right .btn-topup:focus {
    color: #FFF;
    background: #31b89b url(_/_/common_beta/assets/images/mobile_moneybox_selected@2x.png-751f66f41f323ee98cad4214d7276c8e.png) no-repeat center center;
    background-size: 98% 41px;
    min-width: 150px; }
  .campaign-info-block .content-slide-right .btn-topup-style2 {
    border: 1px solid #333;
    color: #FFF;
    background: #00a17f;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 18px;
    min-width: 130px;
    height: 50px;
    padding: 15px 12px; }
  .campaign-info-block .content-slide-right .btn-topup-style2:hover {
    color: #FFF;
    background: #31b89b; }
  .campaign-info-block .content-slide-right .btn-topup-style2.disabled {
    border: 1px solid #999;
    background: #AEAEAE;
    opacity: 1; }
  .campaign-info-block .content-slide-right .btn-topup-style2:disabled {
    border: 1px solid #999;
    background: #AEAEAE;
    opacity: 1; }
  .campaign-info-block .content-slide-right .list-inline {
    margin-left: 0; }
    .campaign-info-block .content-slide-right .list-inline > li {
      padding: 0;
      width: 50%;
      float: left;
      text-align: center;
      padding-bottom: 10px; }
  .campaign-info-block .content-slide-right .content-note {
    overflow: auto;
    max-height: 80%; }

@media (max-width: 1024px) {
  .campaign-info-block .content-slide-right .btn-topup {
    min-width: 100%; }
  .campaign-info-block .content-slide-right .btn-topup:hover {
    min-width: 100%; }
  .campaign-info-block .content-slide-right .list-inline {
    margin-left: 0; }
    .campaign-info-block .content-slide-right .list-inline > li {
      width: 48%;
      float: left; }
    .campaign-info-block .content-slide-right .list-inline > li:nth-child(2n) {
      width: 48%;
      float: right; } }

@media (max-width: 768px) {
  .campaign-info-block .content-slide-right .btn-topup {
    min-width: 156px; }
  .campaign-info-block .content-slide-right .btn-topup:hover {
    min-width: 150px; }
  .campaign-info-block .content-slide-right .list-inline {
    margin-left: 0; }
    .campaign-info-block .content-slide-right .list-inline > li {
      width: 50%;
      float: left; }
    .campaign-info-block .content-slide-right .list-inline > li:nth-child(2n) {
      width: 50%;
      float: left; }
  .campaign-info-block .content-slide-right .info-outlet .actions-name {
    width: 48%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    /* fallback */
    min-height: 58px;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  .campaign-info-block .content-slide-right .info-outlet .actions-value {
    width: 48%;
    float: right; }
    .campaign-info-block .content-slide-right .info-outlet .actions-value .content-value {
      padding: 0; }
      .campaign-info-block .content-slide-right .info-outlet .actions-value .content-value strong {
        font-size: 24px;
        opacity: 1; }
  .campaign-info-block .left-section {
    border-right: none; } }

@media (max-width: 640px) {
  .campaign-info-block .content-slide-right .btn-topup {
    min-width: 100%; }
  .campaign-info-block .content-slide-right .btn-topup:hover {
    min-width: 100%; }
  .campaign-info-block .content-slide-right .list-inline {
    margin-left: 0; }
    .campaign-info-block .content-slide-right .list-inline > li {
      width: 48%;
      float: left; }
    .campaign-info-block .content-slide-right .list-inline > li:nth-child(2n) {
      width: 48%;
      float: right; } }

@media (max-width: 480px) {
  .campaign-info-block .text-remaining {
    display: block;
    margin-left: 0; }
  .campaign-info-block .left-section .campaign-title {
    margin-top: 0;
    font-size: 18px; }
  .campaign-info-block .left-section span {
    font-size: 13px; }
  .campaign-info-block .left-section .campaign-logo {
    max-width: 60px; }
  .campaign-info-block .content-slide-right .content-note {
    height: 70%; } }

@media (max-height: 800px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 75%; } }

@media (max-height: 640px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 70%; } }

@media (max-height: 610px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 65%; } }

@media (max-height: 500px) {
  .campaign-info-block .content-slide-right .info-outlet .actions-value .content-value {
    font-size: 12px; }
    .campaign-info-block .content-slide-right .info-outlet .actions-value .content-value strong {
      font-size: 18px; } }

@media (max-height: 450px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 60%; } }

@media (max-height: 400px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 55%; } }

@media (max-height: 350px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 50%; } }

@media (max-height: 350px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 45%; } }

@media (max-height: 290px) {
  .campaign-info-block .content-slide-right .content-note {
    max-height: 35%; } }

.voucher-card {
  position: absolute;
  top: 0;
  left: 0;
  display: flex; }
  .voucher-card .text-badge {
    border-radius: 2px 0 0 0;
    padding: 1px 10px 1px 10px;
    height: 20px; }
  .voucher-card button {
    border: none;
    padding: 1px 10px 1px 10px;
    margin-left: 14px;
    color: #fff;
    background: #DE6E6B;
    font-size: 12px;
    display: flex;
    align-items: center; }
    .voucher-card button img {
      padding-left: 6px; }

.extend-expiry-menu .content-col-right .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #4A4A4A;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC; }

.extend-expiry-menu .content-col-right .expiry {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #ECECEC; }
  .extend-expiry-menu .content-col-right .expiry small {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #667085; }
  .extend-expiry-menu .content-col-right .expiry p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FF4949; }
    .extend-expiry-menu .content-col-right .expiry p span {
      text-transform: lowercase; }

.extend-expiry-menu .content-col-right .new-expiry {
  background: #FFFDF5;
  border: 1px solid #FEE8A9;
  padding: 20px 14px;
  display: flex; }
  .extend-expiry-menu .content-col-right .new-expiry img {
    background: #FEF5D4;
    border-radius: 4px;
    height: 45px;
    width: 45px;
    padding: 10px; }
  .extend-expiry-menu .content-col-right .new-expiry > div {
    display: flex;
    flex-direction: column;
    margin-left: 12px; }
    .extend-expiry-menu .content-col-right .new-expiry > div span {
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      color: #667085; }
    .extend-expiry-menu .content-col-right .new-expiry > div strong {
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      color: #FCAC2A; }

.extend-expiry-menu .btn:hover {
  color: #fff; }
campaign-action-loyalty .loyalty-name-point {
  margin-bottom: 0px !important;
  border: none !important; }

campaign-action-loyalty .sub-monthly-balance {
  background-color: #F1FEF4;
  padding: 12px 12px 0px 12px !important;
  border: 1px solid #B6DDD4 !important; }
  campaign-action-loyalty .sub-monthly-balance .title {
    position: relative; }
    campaign-action-loyalty .sub-monthly-balance .title .show-sub-banlance-arrow {
      position: absolute;
      right: 0px;
      top: 4px;
      font-size: 12px; }

campaign-action-loyalty .sub-balances {
  margin-bottom: 12px; }
  campaign-action-loyalty .sub-balances .title {
    color: #005E61;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 14px; }
  campaign-action-loyalty .sub-balances .balance {
    border-top: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0; }
    campaign-action-loyalty .sub-balances .balance > div {
      display: flex;
      flex-direction: column; }
    campaign-action-loyalty .sub-balances .balance strong {
      font-size: 14px;
      line-height: 20px;
      color: #4A4A4A;
      font-weight: bold; }
    campaign-action-loyalty .sub-balances .balance span {
      font-size: 12px;
      color: #8F8F8F;
      line-height: 18px; }

.topup-loyalty {
  position: absolute;
  bottom: 246px;
  width: 100%; }
  .topup-loyalty p {
    border-bottom: none;
    font-size: 30px !important; }
    .topup-loyalty p i {
      display: block;
      font-size: 80px;
      line-height: 14px;
      color: #636363; }
    .topup-loyalty p i.grey {
      color: #bababa; }
    .topup-loyalty p a {
      font-size: 14px; }

@media (max-width: 480px) {
  .topup-loyalty {
    bottom: 200px; } }
number-input {
  position: fixed;
  top: 155px;
  right: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.39s ease-in-out;
  -moz-transition: 0.39s ease-in-out;
  -o-transition: 0.39s ease-in-out;
  transition: 0.39s ease-in-out; }
  number-input .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: none; }
    number-input .modal-content .modal-header {
      padding-top: 0;
      padding-bottom: 0;
      position: relative; }
      number-input .modal-content .modal-header h4 {
        font-size: 24px;
        color: #666666;
        line-height: 58px;
        padding: 0; }
      number-input .modal-content .modal-header .modal-title {
        text-align: center; }
    number-input .modal-content .modal-body {
      padding: 0;
      height: 100%; }
      number-input .modal-content .modal-body form {
        margin: 0;
        height: 100%; }
      number-input .modal-content .modal-body .bottom {
        padding: 0;
        border-radius: 0 0 6px 6px;
        width: 100%; }
        number-input .modal-content .modal-body .bottom .campaign-expired-alert img {
          width: 20px;
          height: 20px; }
        number-input .modal-content .modal-body .bottom .done-container {
          text-align: center;
          padding: 1rem; }
          number-input .modal-content .modal-body .bottom .done-container .done {
            min-width: 50%; }
      number-input .modal-content .modal-body .cs-title {
        font-size: 16px;
        line-height: 56px;
        text-align: center;
        font-weight: normal;
        padding: 0 20px 10px;
        border-top: 1px solid #e6e6e6;
        padding: 0;
        margin-bottom: 0; }
      number-input .modal-content .modal-body .cs-title.border-red {
        border-top: 1px solid #ef6666;
        border-left: 1px solid #ef6666;
        border-right: 1px solid #ef6666;
        color: #ef6666; }
      number-input .modal-content .modal-body .cs-field {
        height: 65px;
        box-sizing: border-box;
        padding: 0 20px 20px;
        text-align: center; }
        number-input .modal-content .modal-body .cs-field.has-prefix label {
          display: inline-block; }
        number-input .modal-content .modal-body .cs-field.has-prefix input.form-control {
          width: auto;
          border: none;
          background: none;
          box-shadow: none; }
        number-input .modal-content .modal-body .cs-field.has-prefix .form-control-feedback {
          right: 17px; }
        number-input .modal-content .modal-body .cs-field span {
          font-size: 30px;
          font-weight: normal;
          line-height: 41px;
          position: relative; }
        number-input .modal-content .modal-body .cs-field label {
          display: none;
          font-size: 30px;
          font-weight: normal;
          line-height: 41px;
          position: relative; }
        number-input .modal-content .modal-body .cs-field .form-control-feedback {
          top: 17px;
          right: 25px;
          font-size: 1.7rem; }
          number-input .modal-content .modal-body .cs-field .form-control-feedback.disabled {
            color: #c6c6c6; }
        number-input .modal-content .modal-body .cs-field input.form-control {
          display: inline-block;
          vertical-align: top;
          line-height: 41px;
          height: 41px;
          background: none;
          border: none;
          box-shadow: none;
          font-size: 30px;
          text-align: center;
          padding-left: 0;
          padding-right: 0; }
          number-input .modal-content .modal-body .cs-field input.form-control:focus {
            color: #000; }
      number-input .modal-content .modal-body .cs-field.border-red {
        border-bottom: 1px solid #ef6666;
        border-left: 1px solid #ef6666;
        border-right: 1px solid #ef6666;
        color: #ef6666; }
      number-input .modal-content .modal-body .bottom {
        padding: 0;
        border-radius: 0 0 6px 6px; }
        number-input .modal-content .modal-body .bottom .confirmation-nav {
          display: table;
          width: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
          background-color: #00a17f;
          position: absolute;
          bottom: 150px; }
          number-input .modal-content .modal-body .bottom .confirmation-nav li {
            display: table-cell;
            width: 50%; }
            number-input .modal-content .modal-body .bottom .confirmation-nav li button {
              width: 100%;
              border: none;
              background: none;
              color: white;
              border-radius: 0;
              font-size: 16px;
              line-height: 60px;
              padding: 0; }
              number-input .modal-content .modal-body .bottom .confirmation-nav li button.disabled {
                border: 1px solid #999;
                background: #AEAEAE;
                opacity: 1; }

number-input.animation {
  width: 400px; }

@media (max-height: 650px) {
  number-input av-keypad {
    height: 290px; } }

@media (max-height: 600px) {
  number-input av-keypad {
    height: 265px; } }

@media (max-height: 570px) {
  number-input av-keypad {
    height: 238px; } }

@media (max-height: 540px) {
  number-input av-keypad {
    height: 205px; } }

@media (max-height: 520px) {
  number-input av-keypad {
    height: 185px; } }

@media (max-height: 500px) {
  number-input {
    top: 125px;
    border-top: 1px solid #e6e6e6; }
    number-input .modal-content {
      height: 62%;
      overflow: auto; }
      number-input .modal-content .modal-body .cs-field {
        height: 45px; }
        number-input .modal-content .modal-body .cs-field span {
          font-size: 22px; }
      number-input .modal-content .modal-body .cs-field.has-prefix label {
        font-size: 22px; }
      number-input .modal-content .modal-body .cs-title {
        line-height: 30px;
        border: none; }
      number-input .modal-content .modal-body .bottom {
        position: relative; }
        number-input .modal-content .modal-body .bottom .confirmation-nav {
          bottom: 0;
          position: fixed;
          width: 400px; }
    number-input av-keypad {
      height: 290px; } }

@media (max-height: 480px) {
  number-input .modal-content {
    height: 59%; }
  number-input av-keypad {
    height: 290px; } }

@media (max-height: 450px) {
  number-input .modal-content {
    height: 55%; } }

@media (max-height: 350px) {
  number-input .modal-content {
    height: 45%; } }

@media (max-height: 290px) {
  number-input .modal-content {
    height: 35%; }
  number-input av-keypad {
    height: 290px; } }

@media (max-width: 768px) {
  number-input.animation {
    width: 95%; }
  number-input .modal-content .modal-body .bottom .confirmation-nav {
    width: 100%; } }
.box {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 18px;
  position: relative;
  /*
     * Helpers
     */
  /*
     * Section
     */ }
  .box.round {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .box.center {
    text-align: center; }
  .box.shadow {
    -webkit-box-shadow: 0px 1px 2px 0px #cccccc;
    -moz-box-shadow: 0px 1px 2px 0px #cccccc;
    box-shadow: 0px 1px 2px 0px #cccccc; }
  .box.grey {
    background: #eee; }
  .box .separator {
    background: #ccc;
    display: block;
    height: 1px;
    width: auto;
    margin: 18px 0; }
    .box .separator.full {
      margin: 18px -18px; }
  .box .section {
    margin-bottom: 18px;
    position: relative; }
    .box .section:last-child, .box .section.last {
      margin-bottom: 0; }
    .box .section.absolute.right {
      right: 18px; }
    .box .section.absolute.left {
      left: 18px; }
    .box .section.absolute.top {
      top: 18px; }
    .box .section.absolute.bottom {
      bottom: 18px; }
    .box .section .title {
      color: #333;
      font-size: 24px;
      font-weight: bold; }
pin-input {
  position: fixed;
  top: 75px;
  height: 100%;
  right: 0;
  width: 400px;
  padding: 0;
  margin: 0;
  border: none; }
  pin-input .btn-group-as-one {
    margin: 5px 20px 20px;
    padding: 0 !important; }
    pin-input .btn-group-as-one .active {
      background: #00a17f !important;
      color: #FFF !important;
      border-radius: 0 !important;
      min-width: 50px; }
  pin-input .campaign-action-confirm > p {
    padding: 30px 0; }
  pin-input .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: none; }
    pin-input .modal-content .modal-header {
      padding-top: 0;
      padding-bottom: 0;
      position: relative; }
      pin-input .modal-content .modal-header h4 {
        font-size: 24px;
        color: #666666;
        line-height: 58px;
        padding: 0; }
      pin-input .modal-content .modal-header .modal-title {
        text-align: center; }
    pin-input .modal-content .modal-body {
      height: 100%;
      width: 100%;
      padding: 0; }
      pin-input .modal-content .modal-body p {
        font-weight: normal; }
      pin-input .modal-content .modal-body .extra-msg {
        text-align: center;
        font-size: 14px; }
      pin-input .modal-content .modal-body .error-msg {
        color: red;
        margin-bottom: 0; }
      pin-input .modal-content .modal-body .cs-title {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        font-weight: normal;
        border-top: 1px solid #e6e6e6;
        padding: 0; }
      pin-input .modal-content .modal-body form {
        margin: 0;
        height: 100%;
        width: 100%; }
      pin-input .modal-content .modal-body .bottom {
        padding: 0;
        border-radius: 0 0 6px 6px;
        width: 100%; }
        pin-input .modal-content .modal-body .bottom .done-container {
          text-align: center;
          padding: 1rem; }
          pin-input .modal-content .modal-body .bottom .done-container .done {
            min-width: 50%; }
      pin-input .modal-content .modal-body .cs-title {
        font-size: 18px;
        color: #666666;
        line-height: 48px;
        text-align: center;
        margin: 0;
        padding: 0; }
      pin-input .modal-content .modal-body .cs-field {
        box-sizing: border-box;
        padding: 0 20px 20px;
        text-align: center;
        border-top: 1px solid #e6e6e6; }
        pin-input .modal-content .modal-body .cs-field input {
          width: auto;
          border: none;
          background: none;
          box-shadow: none;
          text-align: center; }
        pin-input .modal-content .modal-body .cs-field .forgot {
          line-height: 27px;
          background: #00634D;
          color: #ffffff;
          min-width: 18%;
          padding: 6px 10px; }
        pin-input .modal-content .modal-body .cs-field label {
          display: none;
          font-size: 18px;
          color: #fff;
          line-height: 41px;
          padding-right: 10px;
          position: absolute; }
        pin-input .modal-content .modal-body .cs-field .form-control-feedback {
          top: 17px;
          right: 25px;
          font-size: 1.7rem; }
          pin-input .modal-content .modal-body .cs-field .form-control-feedback.disabled {
            color: #c6c6c6; }
        pin-input .modal-content .modal-body .cs-field input.form-control {
          display: inline-block;
          vertical-align: top;
          line-height: 41px;
          height: 41px;
          background: #fff;
          font-size: 18px;
          text-align: center; }
          pin-input .modal-content .modal-body .cs-field input.form-control:focus {
            color: #000; }
      pin-input .modal-content .modal-body .bottom {
        padding: 0; }
        pin-input .modal-content .modal-body .bottom .confirmation-nav {
          display: table;
          width: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
          background-color: #00a17f;
          position: absolute;
          bottom: 75px; }
          pin-input .modal-content .modal-body .bottom .confirmation-nav li {
            display: table-cell;
            width: 50%; }
            pin-input .modal-content .modal-body .bottom .confirmation-nav li button {
              width: 100%;
              border: none;
              background: none;
              color: white;
              border-radius: 0;
              font-size: 16px;
              line-height: 60px;
              padding: 0; }
  pin-input .action-confirm-counter p {
    padding-bottom: 0; }
  pin-input .action-confirm-counter p.discount {
    padding-top: 0; }
  pin-input .resend-pin-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    padding: 16px; }
  pin-input .resend-pin-btn {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border: none;
    outline: none;
    background: none;
    color: #3B76D4; }
    pin-input .resend-pin-btn:disabled {
      color: #BFBFBF; }
  pin-input .select-channel-header {
    color: #FFF;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: -75px;
    left: 40px;
    background: #08856b; }
  pin-input .back-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: -77px;
    right: 20px;
    width: 30px;
    height: 30px; }
  pin-input .channel-btn {
    width: 100%;
    padding: 8px 14px;
    background: #FAFFFB;
    border: 1px solid #00AF81;
    color: #00927A;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px; }
  pin-input .channel-whatsapp-btn {
    color: #fff;
    background: #00927A; }

@media (max-height: 650px) {
  pin-input av-keypad {
    height: 290px; } }

@media (max-height: 600px) {
  pin-input av-keypad {
    height: 265px; }
  pin-input .modal-content .modal-body p {
    font-size: 14px;
    padding: 0; }
    pin-input .modal-content .modal-body p strong {
      font-size: 20px; }
  pin-input .modal-content .modal-body .cs-title {
    font-size: 14px;
    line-height: 40px; }
  pin-input .modal-content .modal-body .cs-field {
    padding-bottom: 10px;
    font-size: 14px; }
    pin-input .modal-content .modal-body .cs-field input.form-control {
      padding: 0;
      line-height: 30px;
      height: 30px; }
  pin-input .modal-content .modal-body form {
    overflow: auto; } }

@media (max-height: 570px) {
  pin-input av-keypad {
    height: 238px; } }

@media (max-height: 540px) {
  pin-input av-keypad {
    height: 205px; } }

@media (max-height: 520px) {
  pin-input av-keypad {
    height: 185px; } }

@media (max-height: 500px) {
  pin-input .modal-content {
    height: 75%;
    overflow: auto; }
  pin-input av-keypad {
    height: 290px; }
  pin-input .modal-content .modal-body .bottom {
    position: relative; }
    pin-input .modal-content .modal-body .bottom .confirmation-nav {
      bottom: 0;
      position: fixed;
      width: 400px; } }

@media (max-height: 450px) {
  pin-input .modal-content {
    height: 68%; } }

@media (max-height: 350px) {
  pin-input .modal-content {
    height: 58%; } }

@media (max-width: 768px) {
  pin-input {
    width: 95%; }
    pin-input .campaign-action-confirm > p {
      padding: 10px 0; }
    pin-input .modal-content .modal-body .bottom .confirmation-nav {
      width: 100%; } }

@media (max-width: 480px) {
  pin-input .modal-content .modal-body .cs-field {
    font-size: 16px; }
    pin-input .modal-content .modal-body .cs-field input {
      width: 70%; }
  pin-input .modal-content .modal-body p {
    font-size: 16px;
    padding: 10px 0; } }
.campaign-action-confirm p {
  font-size: 18px;
  font-weight: bold;
  text-shadow: none; }
  .campaign-action-confirm p strong {
    font-size: 24px; }
  .campaign-action-confirm p.discount {
    color: #00a17f;
    font-size: 16px;
    padding-bottom: 20px; }
    .campaign-action-confirm p.discount strong {
      font-size: 19px; }

.campaign-action-confirm .block-topup-confirm-netspay p {
  font-size: 15px;
  padding: 20px 0; }

.campaign-action-confirm .block-topup-confirm-netspay .content-topup-confirm-netspay {
  background: #FFF;
  padding: 10px 0;
  margin: 0;
  width: 100%; }
  .campaign-action-confirm .block-topup-confirm-netspay .content-topup-confirm-netspay .line-netspay {
    margin: 0 30px; }

.campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty {
  bottom: 390px; }
  .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty p {
    font-size: 25px !important;
    padding: 10px 0; }
    .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty p i {
      font-size: 40px;
      line-height: 8px; }

.mT10 {
  margin-top: 10px; }

.green {
  color: #00a17f; }

.red {
  color: #ef6666; }

.status-actions {
  display: none;
  text-align: center;
  vertical-align: top;
  line-height: 35px; }
  .status-actions i {
    font-size: 35px;
    display: block;
    line-height: 7px; }
  .status-actions img {
    max-width: 30px;
    vertical-align: bottom; }

.status-topup i {
  color: #00a17f; }

.status-topup i:first-child {
  opacity: 0.6; }

.status-redeem i {
  color: #ef6666; }

.status-redeem i:last-child {
  opacity: 0.6; }

@media (max-width: 1020px) {
  .btn-group-as-one button.btn-2em-text:last-child {
    max-width: 218px;
    white-space: normal; } }

@media (max-width: 500px) {
  .btn-group-as-one {
    padding: 0 10px; } }

sub, sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: middle; }

@media (max-height: 690px) {
  .campaign-action-confirm .block-topup-confirm-netspay p {
    font-size: 14px;
    padding: 10px 0; }
  .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty {
    bottom: 335px; }
    .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty p {
      font-size: 20px !important;
      padding: 5px 0; }
      .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty p i {
        font-size: 30px;
        line-height: 8px; } }

@media (max-height: 600px) {
  .campaign-action-confirm .block-topup-confirm-netspay p {
    font-size: 12px;
    padding: 10px 0; }
  .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty {
    bottom: 325px; }
    .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty p {
      font-size: 18px !important;
      padding: 5px 0; }
      .campaign-action-confirm .block-topup-confirm-netspay .topup-loyalty p i {
        font-size: 25px;
        line-height: 8px; } }

.campaign-expired-alert {
  position: absolute;
  align-items: center;
  left: 100px;
  bottom: 20px; }
  .campaign-expired-alert > div {
    background: #FFF8F5;
    border: 1px solid #FFE7DA;
    border-radius: 8px;
    padding: 14px;
    color: #FF4949;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    gap: 6px;
    align-items: center; }
  .campaign-expired-alert img {
    width: 20px;
    height: 20px; }
.bootbox {
  font-family: "Open+Sans", sans-serif;
  z-index: 9999999; }
  .bootbox .modal-content {
    min-width: 360px;
    margin-top: 120px; }
    .bootbox .modal-content .modal-body {
      padding: 0px; }
      .bootbox .modal-content .modal-body .qr-code-popup {
        margin: 0 auto;
        padding-top: 15px;
        width: 256px;
        height: 256px;
        text-align: center; }
      .bootbox .modal-content .modal-body .qr-outer {
        background-color: #d4d4d4;
        padding: 5px; }
      .bootbox .modal-content .modal-body .qr-outer-content {
        background-color: white; }
      .bootbox .modal-content .modal-body .nets-confirm-text-approved {
        color: #43b658; }
    .bootbox .modal-content .modal-footer {
      padding: 0px !important; }
  .bootbox .bootbox-close-button {
    margin-right: 4px; }

.btn-nets-confirm {
  color: #9d9d9d;
  background: linear-gradient(#f3f6f7, #e6e9ed);
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 8px !important; }

.btn-nets-cancel {
  color: white;
  background: linear-gradient(#6195ed, #4970e3);
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 8px !important; }

.btn-nets-yes {
  color: white;
  background: linear-gradient(#ed8982, #e06055); }

.btn-nets-no {
  color: white;
  background: linear-gradient(#ed8982, #e06055); }

.sms-receipt {
  width: 100%;
  height: 48px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center; }
  .sms-receipt .btn-receipt {
    width: 60%;
    height: 40px;
    background-color: #a4a4a4;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0px; }

.btn-receipt-confirm {
  width: 100%;
  background-color: #00a27f;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }

.btn-nets {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  width: 100%;
  height: 40px; }
  .btn-nets button {
    background: #0f4b91 url(_/_/common_beta/assets/images/netspay_blue-4ae15aecab3df936ebfbc0a0b25e25ec.png) no-repeat center center;
    font-weight: 600;
    width: 180px;
    height: 48px; }

.text-or {
  text-align: center;
  padding-top: 10px;
  color: #d4d4d4;
  width: 36px;
  left: 50%;
  font-size: 14pt;
  font-weight: 400; }

.draw-line-or-left {
  margin-top: 30px;
  height: 1px;
  width: 36%;
  background-color: #d4d4d4;
  position: absolute;
  z-index: 1; }

.draw-line-or-right {
  margin-top: 30px;
  height: 1px;
  width: 38%;
  background-color: #d4d4d4;
  position: absolute;
  z-index: 1;
  left: 58%; }

.nets-confirm .title {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center; }
.modal-content {
  color: #333;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto; }
  .modal-content .modal-header {
    border: none;
    padding: 0; }
  .modal-content .modal-body p {
    font-size: 18px;
    font-weight: bold;
    text-shadow: none; }
    .modal-content .modal-body p strong {
      font-size: 24px; }
    .modal-content .modal-body p.discount {
      color: #00a17f;
      font-size: 16px;
      padding-bottom: 20px; }
      .modal-content .modal-body p.discount strong {
        font-size: 19px; }
  .modal-content .modal-footer {
    padding: 5px;
    border: none; }

.form-date-membership {
  width: 100% !important;
  height: 50px;
  border-radius: 2px;
  background-color: #eaeaea;
  box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
  position: relative; }
  .form-date-membership input {
    background: none;
    border: none;
    width: 100%;
    padding-left: 10px;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 10;
    outline: none; }
  .form-date-membership .icon-date {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 9; }
    .form-date-membership .icon-date img {
      max-width: 26px; }

.div-inline-2 {
  display: block;
  text-align: left;
  margin: 0 auto;
  float: none; }
  .div-inline-2 .span-strong {
    font-weight: bold; }
.yuu {
  background-color: #F3F3F3;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-align: left; }
  @media (max-width: 767px) {
    .yuu {
      gap: 8px;
      font-size: 10px;
      line-height: 14px; }
      .yuu img {
        width: 24px;
        height: 24px; } }
  @media (max-width: 640px) {
    .yuu {
      gap: 10px;
      font-size: 16px;
      line-height: 20px;
      padding: 18px; }
      .yuu img {
        width: 40px;
        height: 40px; } }

.yuu-blue-block {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #307FE2;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff; }
  @media (max-width: 767px) {
    .yuu-blue-block {
      padding: 8px;
      gap: 6px;
      font-size: 8px;
      line-height: 16px; } }
  @media (max-width: 640px) {
    .yuu-blue-block {
      padding: 12px;
      gap: 8px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .yuu-blue-block img {
      width: 20px;
      height: 20px; } }
  @media (max-width: 640px) {
    .yuu-blue-block img {
      width: 32px;
      height: 32px; } }
.action-confirm-without-pin-counter {
  position: absolute;
  width: 100%;
  bottom: 450px; }
.topup-loyalty {
  position: absolute;
  bottom: 246px;
  width: 100%; }
  .topup-loyalty p {
    border-bottom: none;
    font-size: 30px !important; }
    .topup-loyalty p i {
      display: block;
      font-size: 80px;
      line-height: 14px;
      color: #636363; }
    .topup-loyalty p i.grey {
      color: #bababa; }
    .topup-loyalty p a {
      font-size: 14px; }

@media (max-width: 480px) {
  .topup-loyalty {
    bottom: 200px; } }
.mB5 {
  margin-bottom: 5px; }

.loyalty-reward {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 36px;
  position: relative;
  margin-left: -80px; }
  @media (min-width: 480px) {
    .loyalty-reward {
      margin-left: 0;
      gap: 6px;
      flex-direction: row; } }
  .loyalty-reward img {
    position: absolute;
    left: 12px;
    width: 16px;
    height: 16px; }
  .loyalty-reward h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    color: #8f8f8f; }
  .loyalty-reward span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #4a4a4a; }

transaction-info-block .campaign-infoblock {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(163, 163, 163, 0.5);
  -moz-box-shadow: 1px 1px 2px 0px rgba(163, 163, 163, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(163, 163, 163, 0.5);
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative; }
  transaction-info-block .campaign-infoblock .right-transaction {
    margin-left: 106px; }
    transaction-info-block .campaign-infoblock .right-transaction .block-view-comment {
      border-top: 1px solid #e6e6e6;
      padding-top: 5px;
      padding-bottom: 5px; }
      transaction-info-block .campaign-infoblock .right-transaction .block-view-comment p {
        margin-bottom: 0; }
      transaction-info-block .campaign-infoblock .right-transaction .block-view-comment p.left {
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      transaction-info-block .campaign-infoblock .right-transaction .block-view-comment a {
        font-size: 12px; }
  transaction-info-block .campaign-infoblock .btn-group-as-one {
    margin: 20px 0; }
  transaction-info-block .campaign-infoblock .left-border {
    border-left: none; }
  transaction-info-block .campaign-infoblock .default-tabs {
    display: block;
    width: 100%; }
    transaction-info-block .campaign-infoblock .default-tabs ul.list-inline {
      margin: 20px 30px; }
      transaction-info-block .campaign-infoblock .default-tabs ul.list-inline li {
        margin-bottom: 15px; }
        transaction-info-block .campaign-infoblock .default-tabs ul.list-inline li button {
          font-size: 14px; }
    transaction-info-block .campaign-infoblock .default-tabs .nav-tabs {
      display: table;
      width: 100%; }
      transaction-info-block .campaign-infoblock .default-tabs .nav-tabs li {
        display: table-cell;
        float: none;
        border-radius: 0;
        width: 50%; }
        transaction-info-block .campaign-infoblock .default-tabs .nav-tabs li a {
          border-radius: 0;
          margin: 0;
          text-align: center;
          color: #c3c3c3;
          font-size: 17px; }
          transaction-info-block .campaign-infoblock .default-tabs .nav-tabs li a:hover {
            color: #000; }
        transaction-info-block .campaign-infoblock .default-tabs .nav-tabs li.active a {
          background: #f3f3f3;
          color: #000; }
        transaction-info-block .campaign-infoblock .default-tabs .nav-tabs li:first-child a {
          border-left: none; }
        transaction-info-block .campaign-infoblock .default-tabs .nav-tabs li:last-child a {
          border-right: none; }
  transaction-info-block .campaign-infoblock .blue-box {
    display: block;
    min-height: 88px;
    background: #3195d1;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 3px 1px 0px #185774;
    -moz-box-shadow: inset 0px 3px 1px 0px #185774;
    box-shadow: inset 0px 3px 1px 0px #185774;
    margin: 15px auto;
    max-width: 108px; }
    transaction-info-block .campaign-infoblock .blue-box p {
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      color: #eeeeee;
      padding: 23px 0;
      text-align: center; }
      transaction-info-block .campaign-infoblock .blue-box p strong {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
        transaction-info-block .campaign-infoblock .blue-box p strong.bigger {
          font-size: 32px; }
  transaction-info-block .campaign-infoblock.noMarginLR {
    margin-left: 0;
    margin-right: 0; }
  transaction-info-block .campaign-infoblock .noPadding {
    padding: 0; }
  transaction-info-block .campaign-infoblock .left-section {
    padding: 30px 30px 30px;
    border-right: 1px solid #DDDDDD; }
  transaction-info-block .campaign-infoblock .left-section p {
    color: #636363; }
  transaction-info-block .campaign-infoblock .left-section .campaign-logo {
    float: left;
    margin: 20px 25px 20px 0;
    max-width: 80px; }
  transaction-info-block .campaign-infoblock .left-section .campaign-title {
    font-size: 18px;
    color: #636363;
    margin: 0 0 10px 0;
    display: block; }
  transaction-info-block .campaign-infoblock .left-section .campaign-availability {
    color: #999; }
    transaction-info-block .campaign-infoblock .left-section .campaign-availability span {
      color: #666; }
  transaction-info-block .campaign-infoblock .left-section .campaign-info {
    display: inline-block;
    vertical-align: top;
    background: #aaa;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
    transaction-info-block .campaign-infoblock .left-section .campaign-info:focus, transaction-info-block .campaign-infoblock .left-section .campaign-info:hover {
      background: #666;
      text-decoration: none; }
  transaction-info-block .campaign-infoblock .right-section {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 15px !important;
    line-height: 1.143em;
    position: static; }
    transaction-info-block .campaign-infoblock .right-section .btn-actions {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%; }
    transaction-info-block .campaign-infoblock .right-section .padding {
      padding: 20px 0; }
    transaction-info-block .campaign-infoblock .right-section .totals {
      color: #333;
      font-size: 28px;
      margin-bottom: 12px; }
    transaction-info-block .campaign-infoblock .right-section .desc {
      color: #666;
      font-size: 13px;
      margin-bottom: 0; }
    transaction-info-block .campaign-infoblock .right-section .with-border {
      border-right: 1px solid #ddd; }
    transaction-info-block .campaign-infoblock .right-section .btn-history {
      -webkit-border-radius: 0;
      color: #FFF;
      -moz-border-radius: 0;
      border-radius: 0;
      height: 50px;
      font-size: 16px;
      width: 50%;
      float: left; }
    transaction-info-block .campaign-infoblock .right-section .btn-history.void {
      background: #e85f3b;
      border-right: 1px solid #FFF; }
    transaction-info-block .campaign-infoblock .right-section .btn-history.add-comment {
      background: #4c86d8;
      -webkit-border-radius: 0 0 3px 0;
      -moz-border-radius: 0 0 3px 0;
      border-radius: 0 0 3px 0; }
    transaction-info-block .campaign-infoblock .right-section .btn-history.btn-width {
      width: 100%; }
  transaction-info-block .campaign-infoblock .opacity-3 {
    opacity: 0.3; }

transaction-info-block .campaign-author {
  display: block;
  line-height: 26px; }
  transaction-info-block .campaign-author .wm-image {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 50%; }
    transaction-info-block .campaign-author .wm-image .wrap-image {
      line-height: 40px; }
  transaction-info-block .campaign-author .ca-name {
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 22px;
    margin: 2px 15px 0 0; }
  transaction-info-block .campaign-author .ca-phone {
    display: inline-block;
    vertical-align: top;
    color: #2b2b2b;
    font-size: 18px;
    margin: 4px 15px 0 0; }

transaction-info-block .campaign-summary {
  padding: 0px 0px;
  text-align: center;
  margin-bottom: 0; }
  transaction-info-block .campaign-summary span {
    display: block; }
  transaction-info-block .campaign-summary span.left {
    width: 50%; }
  transaction-info-block .campaign-summary span.right {
    width: 50%; }
  transaction-info-block .campaign-summary .cs-reloaded {
    font-size: 40px;
    line-height: 42px; }
  transaction-info-block .campaign-summary .cs-spent {
    font-size: 40px;
    line-height: 42px; }
  transaction-info-block .campaign-summary .cs-balance {
    font-size: 22px;
    line-height: 30px;
    margin-top: 12px;
    font-weight: 300; }
    transaction-info-block .campaign-summary .cs-balance span {
      font-size: 15px;
      line-height: 17px; }

transaction-info-block .row .membership-name {
  font-size: 40px;
  line-height: 42px; }

transaction-info-block .row .membership-name.cs-reloaded {
  display: block; }

transaction-info-block .campaign-type {
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 20px 0; }
  transaction-info-block .campaign-type .campaign-type-img {
    float: left;
    margin-right: 20px; }
    transaction-info-block .campaign-type .campaign-type-img img {
      max-height: 80px; }
  transaction-info-block .campaign-type .campaign-title {
    font-size: 20px;
    display: inline-block;
    margin-top: 25px; }

transaction-info-block .void-netspay {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 30px 0 50px 0; }
  transaction-info-block .void-netspay .amount-money {
    font-size: 40px; }

transaction-info-block .refund-form {
  border: solid 2px #d9d9d9;
  margin: 0px;
  padding: 30px;
  background: #f2f4f5; }
  transaction-info-block .refund-form div select {
    background-color: #ffffff !important;
    border: 2px solid #dcd9d9;
    border-radius: 5px !important; }
  transaction-info-block .refund-form div input {
    background-color: #ffffff !important;
    border: 2px solid #dcd9d9;
    border-radius: 5px !important;
    margin-bottom: 0px; }

transaction-info-block .top-outlet-info .campaign-summary {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0; }

transaction-info-block .strong-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; }

transaction-info-block .show-at-bottom {
  position: absolute;
  bottom: 16px;
  width: 100%;
  color: #00a17f; }

.yuu-points-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700; }

.yuu-points-text-modal {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

.yuu-earned-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500; }

@media (max-height: 660px) {
  transaction-info-block .campaign-type {
    padding: 20px 0 10px 0; }
  transaction-info-block .top-outlet-info .campaign-summary {
    padding: 10px 0; }
    transaction-info-block .top-outlet-info .campaign-summary .cs-reloaded {
      font-size: 30px;
      line-height: 40px; } }

@media (max-width: 992px) {
  transaction-info-block .campaign-infoblock .right-section {
    padding-top: 0 !important; }
    transaction-info-block .campaign-infoblock .right-section .btn-actions {
      position: relative;
      width: 100%; } }

@media (max-width: 768px) {
  transaction-info-block .campaign-infoblock .left-border {
    border-left: none; }
  transaction-info-block .campaign-summary {
    padding: 0; }
  transaction-info-block .row .membership-name {
    font-size: 25px;
    line-height: 42px; }
  transaction-info-block .row .membership-name.cs-reloaded {
    display: inline; } }

@media (max-width: 640px) {
  transaction-info-block .campaign-infoblock .left-border {
    border-left: none; }
  transaction-info-block .campaign-infoblock .right-transaction .block-view-comment p.left {
    width: 100%; }
  transaction-info-block .campaign-infoblock .right-transaction .block-view-comment p.right {
    float: left; } }

@media (max-width: 480px) {
  transaction-info-block .campaign-infoblock .left-section .campaign-logo {
    max-width: 60px;
    margin: 0; }
  transaction-info-block .campaign-infoblock .left-section p {
    font-size: 13px; }
  transaction-info-block .campaign-infoblock .right-transaction {
    margin-left: 80px; }
  transaction-info-block .campaign-author .ca-name {
    font-size: 18px; }
  transaction-info-block .campaign-author .ca-phone {
    font-size: 14px; } }

.history-btn-nets-void {
  background-color: #e85f3b;
  color: white;
  padding: 4px 8px 2px 8px; }

.history-btn-nets-void:hover {
  color: white; }

.history-lb-nets-void {
  color: #e85f3b; }
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 .image-holder i.fa-spin {
      display: none; }
.wm-image {
  width: 100%;
  height: 100%; }
  .wm-image .wrap-image {
    line-height: 100px;
    height: 100%; }
  .wm-image.wm-image-cover {
    background-size: cover; }
  .wm-image.wm-image-contain {
    background-size: contain; }
  .wm-image #spinners {
    width: 20px;
    height: 20px; }
.av-home-customer-login {
  /*************cashier v1 **********/ }
  .av-home-customer-login .modal {
    overflow-y: auto;
    background-size: 100% 100%; }
    .av-home-customer-login .modal .modal-content {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .av-home-customer-login .modal .modal-content .modal-header {
        background: #00a27f;
        padding: 20px; }
        .av-home-customer-login .modal .modal-content .modal-header h4 {
          color: #FFF;
          font-size: 16px;
          float: left; }
        .av-home-customer-login .modal .modal-content .modal-header p.right {
          margin-bottom: 0; }
          .av-home-customer-login .modal .modal-content .modal-header p.right img {
            max-width: 15px; }
      .av-home-customer-login .modal .modal-content .modal-body p {
        font-size: 16px;
        color: #2b2b2b;
        font-weight: normal; }
      .av-home-customer-login .modal .modal-content .modal-footer {
        margin-top: 0;
        background: #00a27f; }
        .av-home-customer-login .modal .modal-content .modal-footer button {
          background: none;
          border: none;
          font-size: 16px;
          color: #c0c0c0; }
  .av-home-customer-login .content-info-pin {
    z-index: 999;
    position: relative;
    background: #FFF; }
    .av-home-customer-login .content-info-pin .top-info {
      background: #FFF; }
    .av-home-customer-login .content-info-pin p {
      padding: 50px 0;
      font-size: 16px;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 0; }
    .av-home-customer-login .content-info-pin .pc-field {
      text-align: center; }
      .av-home-customer-login .content-info-pin .pc-field input {
        width: 100% !important;
        text-align: center;
        float: none !important;
        height: 125px !important; }
  .av-home-customer-login form {
    margin: 0;
    padding: 0; }
  .av-home-customer-login .col-customer-login {
    height: 100%;
    width: 400px;
    float: right; }
  .av-home-customer-login .col-customer-barcode {
    overflow: visible !important; }
    .av-home-customer-login .col-customer-barcode .right-info-outlet {
      overflow: visible; }
  @media (min-height: 800px) {
    .av-home-customer-login .modal-dialog {
      margin-top: 60px; } }
  .av-home-customer-login .modal-content, .av-home-customer-login .modal-body {
    border-radius: 0 0 6px 6px; }
  .av-home-customer-login .bg-cash-page .main-content {
    background: none; }
  .av-home-customer-login .bg-cash-page .main-content .page-info-nav p a {
    color: #fff; }
  .av-home-customer-login #phone-calculator .modal-header {
    padding-top: 20px; }
  .av-home-customer-login #phone-calculator .modal-header .outlet-card-logo {
    display: inline-block; }
    .av-home-customer-login #phone-calculator .modal-header .outlet-card-logo .wm-image {
      width: 88px;
      height: 88px; }
  .av-home-customer-login #phone-calculator .modal-header h4 {
    color: #000; }
  .av-home-customer-login #phone-calculator .pc-field {
    background: #00a17f;
    height: 65px;
    box-sizing: border-box;
    padding: 13px 25px; }
  .av-home-customer-login #phone-calculator .pc-field input.form-control {
    display: inline-block;
    vertical-align: top;
    line-height: 41px;
    height: 41px;
    background: #fff;
    font-size: 18px; }
  .av-home-customer-login #phone-calculator .pc-field select.form-control.phone-ext {
    width: 23%;
    float: left;
    height: 4rem;
    font-size: 1.8rem;
    color: #000; }
  .av-home-customer-login #phone-calculator .pc-field input.form-control.phone-no {
    width: 75%;
    float: right; }
  .av-home-customer-login #phone-calculator .pc-field input.form-control:focus {
    color: #000;
    text-align: left; }
  .av-home-customer-login .convert-spending .modal-dialog {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%; }
  .av-home-customer-login .convert-spending .modal-dialog.modal-pdpa {
    width: auto; }
  .av-home-customer-login .convert-spending .modal-header {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  .av-home-customer-login .convert-spending .modal-header h4 {
    font-size: 24px;
    color: #666666;
    line-height: 32px;
    padding-left: 20px;
    font-weight: bold; }
  .av-home-customer-login .convert-spending .modal-header .close {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold; }
  .av-home-customer-login .convert-spending .modal-body {
    background: #eeeeee;
    padding: 0; }
  .av-home-customer-login .convert-spending .modal-body .cs-title {
    font-size: 18px;
    color: #666666;
    line-height: 56px;
    text-align: center;
    margin: 0;
    padding: 0; }
  .av-home-customer-login .convert-spending .modal-body .cs-field {
    background: #00a17f;
    height: 65px;
    box-sizing: border-box;
    padding: 13px 25px; }
  .av-home-customer-login .convert-spending .modal-body .cs-field label {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 41px;
    padding-right: 10px;
    position: absolute; }
  .av-home-customer-login .convert-spending .modal-body .cs-field input.form-control {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    line-height: 41px;
    height: 41px;
    background: #fff;
    font-size: 18px;
    color: #d3d0d0;
    text-align: center;
    margin-left: 12%; }
  .av-home-customer-login .convert-spending .modal-body .cs-field input.form-control:focus {
    color: #000;
    text-align: left; }
  .av-home-customer-login .login-btn {
    width: 100%;
    border: none;
    background: #00a17f !important;
    color: white;
    border-radius: 0 0 6px 6px;
    font-size: 18px;
    line-height: 44px;
    padding: 0; }
  .av-home-customer-login .login-btn-keypad {
    width: 100%;
    border: solid 1px #08856b;
    background: #08856b;
    color: #fff;
    border-radius: 0;
    font-family: "HelveticaNeueLight", sans-serif;
    font-size: 24px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    left: 0;
    bottom: 0; }
  .av-home-customer-login .login-btn-keypad[disabled] {
    border: solid 1px #e1e1e1;
    opacity: 1;
    background: #e1e1e1;
    color: #868686; }
  .av-home-customer-login .btn-primary-blue-report {
    background: #7ca1b4;
    border-color: #7ca1b4;
    color: #fff !important; }
  .av-home-customer-login .btn-primary-blue-report:hover,
  .av-home-customer-login .btn-primary-blue-report:active,
  .av-home-customer-login .btn-primary-blue-report:focus {
    background: #0f6895;
    border-color: #0f6895;
    color: #fff !important; }
  .av-home-customer-login .text-center-sub-title {
    color: black !important;
    font-size: 23px !important;
    font-weight: 600; }
  .av-home-customer-login .col-bg-landing {
    height: 100%;
    width: 100%;
    position: absolute; }
  .av-home-customer-login .bg-outlet {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden; }
    .av-home-customer-login .bg-outlet img {
      object-fit: unset;
      height: 100%;
      width: 100%; }
  .av-home-customer-login .bg-telestation {
    display: flex;
    justify-content: flex-end; }
  .av-home-customer-login .col-bg-landing-telestation {
    height: 100%;
    width: calc(100vw - 400px); }
    .av-home-customer-login .col-bg-landing-telestation .bg-telestation-text {
      position: absolute;
      width: calc(100vw - 400px);
      margin-top: 53px; }
      .av-home-customer-login .col-bg-landing-telestation .bg-telestation-text h4 {
        text-align: center;
        font-size: 22px;
        font-family: Gotham;
        text-transform: uppercase;
        line-height: 28px;
        margin-bottom: 8px;
        font-weight: bold; }
      .av-home-customer-login .col-bg-landing-telestation .bg-telestation-text p {
        text-align: center;
        font-size: 12px; }
  .av-home-customer-login .bg-outlet-telestation {
    width: 100%;
    height: 100%;
    background-size: contain;
    overflow: hidden;
    background-position: calc(100% - 0px) calc(100% - 0px);
    background-repeat: no-repeat; }
  .av-home-customer-login .content-slide-right {
    background: #fff !important; }
  .av-home-customer-login .col-slide-right .content-slide-right {
    width: 0;
    height: 100%;
    background: #FFF;
    float: right; }
  .av-home-customer-login .col-slide-right .content-slide-right.animation {
    width: 400px; }
  .av-home-customer-login .col-slide-right .content-slide-right.content_info_pin {
    background: none; }
    .av-home-customer-login .col-slide-right .content-slide-right.content_info_pin .right-info-outlet .top-info .top-bg-outlet {
      min-height: 103px; }
  .av-home-customer-login .col_slide_right_pdpa .content-slide-right.animation {
    width: 700px; }
  .av-home-customer-login .slide-change-language .top-header {
    background: #08856b;
    color: #FFF;
    padding: 20px 30px; }
    .av-home-customer-login .slide-change-language .top-header .header-title p {
      font-size: 16px;
      margin-bottom: 0; }
      .av-home-customer-login .slide-change-language .top-header .header-title p img {
        margin-right: 10px; }
    .av-home-customer-login .slide-change-language .top-header .search-staff {
      border-top: 0.3px solid rgba(255, 255, 255, 0.4);
      padding-top: 20px;
      margin-top: 15px; }
      .av-home-customer-login .slide-change-language .top-header .search-staff input {
        background-color: #f0f0f0;
        box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
        padding: 12px;
        height: 50px;
        font-size: 16px; }
  .av-home-customer-login .slide-change-language .bottom-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .av-home-customer-login .slide-change-language .bottom-footer .btn.btn-submit {
      padding: 12px 0;
      font-size: 16px;
      border-radius: 0;
      width: 100%; }
  .av-home-customer-login .avatar {
    max-width: 34px;
    border-radius: 50%; }
  .av-home-customer-login .mg-right-60 {
    right: 60px !important; }
  .av-home-customer-login .mg-left-10 {
    left: 10px !important; }

@media (max-width: 991px) {
  .av-home-customer-login .col-bg-landing {
    width: 100%;
    position: fixed; }
  .av-home-customer-login .login-btn-keypad {
    position: relative; } }

@media (max-width: 768px) {
  .av-home-customer-login .col-slide-right .content-slide-right.animation {
    width: 95%; }
  .av-home-customer-login .slide-change-language {
    right: 0; } }

@media (max-width: 992px) {
  .av-home-customer-login .col-customer-login {
    float: none;
    margin: 0 auto; } }

@media (max-width: 480px) {
  .av-home-customer-login .col-customer-login {
    width: 100%; }
  .av-home-customer-login .col-bg-landing {
    display: none; } }

@media (min-height: 630px) {
  .av-home-customer-login .col-customer-login {
    overflow: hidden; } }

@media (max-height: 630px) {
  .av-home-customer-login .col-customer-login {
    -webkit-overflow-scrolling: touch; }
  .av-home-customer-login .content-info-pin p {
    padding: 40px 0; }
  .av-home-customer-login .content-info-pin .pc-field input {
    height: 108px !important; } }

@media (max-height: 620px) {
  .av-home-customer-login .content-info-pin p {
    padding: 35px 0; }
  .av-home-customer-login .content-info-pin .pc-field input {
    height: 100px !important; } }

@media (max-height: 600px) {
  .av-home-customer-login .content-info-pin p {
    padding: 30px 0; }
  .av-home-customer-login .content-info-pin .pc-field input {
    height: 90px !important; } }

@media (max-height: 570px) {
  .av-home-customer-login .content-info-pin p {
    padding: 20px 0; }
  .av-home-customer-login .content-info-pin .pc-field input {
    height: 78px !important; } }

@media (max-height: 560px) {
  .av-home-customer-login form {
    position: relative; } }

.relative {
  position: relative; }

.onboarding-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center; }
  .onboarding-popup__overlay {
    background: rgba(16, 24, 40, 0.72);
    width: 100%;
    height: 100%; }
  .onboarding-popup .welcome-step {
    position: absolute; }
    .onboarding-popup .welcome-step .content {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #FFF;
      border-radius: 8px;
      padding: 24px;
      width: 398px; }
      .onboarding-popup .welcome-step .content > img {
        width: 250px;
        height: 150px; }
      .onboarding-popup .welcome-step .content h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #00766E;
        margin: 24px 0 0;
        font-family: PlusJakartaSans, 'sans-serif'; }
      .onboarding-popup .welcome-step .content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #667085;
        margin: 6px 0 32px;
        text-align: center;
        font-family: PlusJakartaSans, 'sans-serif'; }
      .onboarding-popup .welcome-step .content button {
        font-family: PlusJakartaSans, 'sans-serif';
        background: #00927A;
        height: 48px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #FFF; }
        .onboarding-popup .welcome-step .content button:hover {
          background: #00766E; }
        .onboarding-popup .welcome-step .content button:active {
          background: #00766E;
          box-shadow: 0 0 0 4px rgba(0, 175, 129, 0.12); }
        .onboarding-popup .welcome-step .content button > img {
          width: 20px;
          height: 20px;
          margin-left: 6px; }
  .onboarding-popup .login-step {
    padding: 16px;
    width: 280px;
    background: #FFF;
    position: fixed;
    right: 424px;
    top: 40%;
    transform: translateY(-40%);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(71, 84, 103, 0.12); }
    .onboarding-popup .login-step.pdpa {
      right: 724px;
      transform: unset;
      top: unset;
      bottom: 120px; }
    .onboarding-popup .login-step.spending {
      transform: unset;
      top: 180px !important;
      width: 366px; }
    .onboarding-popup .login-step.membership {
      left: 64px;
      top: 144px;
      width: 375px; }
      .onboarding-popup .login-step.membership:after {
        top: 0;
        left: 16px; }
    .onboarding-popup .login-step.reward {
      width: 365px; }
      .onboarding-popup .login-step.reward:after {
        top: 0;
        right: unset;
        left: 20px; }
    .onboarding-popup .login-step.success {
      width: 375px; }
      .onboarding-popup .login-step.success:after {
        bottom: -10px;
        top: unset;
        right: 50%;
        transform: rotate(45deg) translateX(-50%); }
    .onboarding-popup .login-step:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #FFF;
      right: 0;
      top: 50%;
      position: absolute;
      transform: rotate(45deg) translateY(-50%); }
    .onboarding-popup .login-step h6 {
      margin: 0 0 2px;
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      color: #005E61;
      font-family: PlusJakartaSans, 'sans-serif'; }
    .onboarding-popup .login-step p {
      margin: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #667085;
      font-family: PlusJakartaSans, 'sans-serif'; }
    .onboarding-popup .login-step .btn-continue {
      display: flex;
      justify-content: flex-end;
      font-family: PlusJakartaSans, 'sans-serif'; }
    .onboarding-popup .login-step button {
      font-family: PlusJakartaSans, 'sans-serif';
      margin-top: 20px;
      padding: 0 14px;
      background: #00927A;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      color: #FFF; }
      .onboarding-popup .login-step button:hover {
        background: #00766E; }
      .onboarding-popup .login-step button:active {
        background: #00766E;
        box-shadow: 0 0 0 4px rgba(0, 175, 129, 0.12); }

.pdpa-label-agree.checked:before {
  content: "\F00C";
  color: #fff;
  background: #00a27f;
  position: relative;
  top: 0;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px; }
.av-home-customer-login-phone .checkbox_bigger {
  zoom: 2;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.av-home-customer-login-phone .avatar {
  max-width: 34px;
  border-radius: 50%; }

.av-home-customer-login-phone .ui-select-container .ui-select-toggle {
  background: #fff;
  width: 100%;
  float: left;
  height: 50px;
  border: none;
  border-right: 1px solid #c6c6c6;
  color: #08856b;
  box-shadow: none;
  font-size: 18px;
  border-radius: 0px; }
  .av-home-customer-login-phone .ui-select-container .ui-select-toggle .ui-select-match-text {
    line-height: 40px; }
  .av-home-customer-login-phone .ui-select-container .ui-select-toggle .caret {
    display: none; }

.av-home-customer-login-phone .ui-select-container .ui-select-search {
  background: #fff;
  width: 100%;
  float: left;
  height: 50px;
  border: none;
  border-right: 1px solid #c6c6c6;
  color: #08856b;
  box-shadow: none;
  font-size: 18px;
  border-radius: 0px; }

.av-home-customer-login-phone input.form-control.ui-select-search {
  padding: 0 0 0 5% !important;
  width: 100% !important; }

.av-home-customer-login-phone .block-login-via {
  height: 48px; }
  .av-home-customer-login-phone .block-login-via a {
    color: #FFF;
    background: #08856b;
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    padding: 13px 0;
    text-align: center; }
  .av-home-customer-login-phone .block-login-via a:hover,
  .av-home-customer-login-phone .block-login-via a.active {
    opacity: 0.9; }

.av-home-customer-login-phone .button-login-qr {
  position: absolute;
  right: 10px;
  top: -55px; }
  .av-home-customer-login-phone .button-login-qr img {
    max-width: 50px; }

.av-home-customer-login-phone .button-login-face {
  background-image: linear-gradient(to top, #0309ae, #276ffb);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: -55px;
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 6px; }
  .av-home-customer-login-phone .button-login-face a {
    color: #FFF; }
    .av-home-customer-login-phone .button-login-face a img {
      max-width: 25px;
      margin-bottom: 2px; }
    .av-home-customer-login-phone .button-login-face a span {
      display: block;
      font-size: 7px;
      text-transform: uppercase; }

.av-home-customer-login-phone .div-resent-otp {
  cursor: pointer;
  border: 0px; }

.av-home-customer-login-phone .p-wrong-number {
  cursor: pointer; }

.pdpa-content p {
  font-size: 13px !important;
  text-shadow: none !important;
  font-weight: inherit !important; }

.login-qr-box {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black; }
  .login-qr-box section {
    height: 100%; }
  .login-qr-box .viewport {
    height: 100%;
    text-align: center; }

.loading-indicator-layer {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #262626;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36pt;
  color: white; }

.circle-login {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  float: left; }

.circle-login:after {
  content: '';
  position: absolute;
  border: 10px solid #15caa9;
  left: 0;
  top: 0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8); }

.content-qr-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  .content-qr-box .top-overlay,
  .content-qr-box .bottom-overlay {
    height: calc((100% - 500px) / 2);
    width: 100%; }
  .content-qr-box .middle-overlay {
    width: calc((100% - 500px) / 2);
    height: 500px;
    float: left; }
  .content-qr-box .notice-qr-box {
    color: #FFF;
    text-align: center;
    z-index: 999; }
    .content-qr-box .notice-qr-box p {
      margin-bottom: 0;
      padding-bottom: 10px;
      z-index: 999;
      position: relative; }
    .content-qr-box .notice-qr-box .btn-switch-camera img {
      max-width: 40px; }
  .content-qr-box .btn-switch-login {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    z-index: 999; }
    .content-qr-box .btn-switch-login img {
      width: 57px;
      height: 57px; }

.scan-child {
  height: 100%;
  object-fit: fill; }

.switch-camera {
  height: 24px;
  width: auto;
  margin-top: 4px;
  margin-left: 16px;
  margin-right: 16px; }

.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent; }

.viewport {
  position: relative; }

.draw-line {
  height: 6px;
  background-color: #48e18b;
  transform-origin: left center;
  position: absolute;
  z-index: 1;
  width: 48px;
  border-radius: 0 3px 3px 0; }

.blur-screen {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  transform-origin: left top;
  z-index: 1; }

.full-width-of-100 {
  object-fit: cover;
  width: 100%; }

.face-video {
  height: 100%; }
  .face-video video {
    width: 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; }

@media (device-width: 800px) and (device-height: 480px) and (orientation: landscape) {
  .av-home-customer-login-phone .ui-select-container .ui-select-toggle {
    height: 40px; }
    .av-home-customer-login-phone .ui-select-container .ui-select-toggle .ui-select-match-text {
      line-height: 30px; } }

.tit-phone {
  margin: 20px 5px 15px; }
  .tit-phone p {
    margin-top: 20px; }
  .tit-phone img {
    max-width: none; }

.phone-input {
  margin-bottom: 15px; }

.container {
  margin: 0 auto;
  padding: 0;
  background-color: #efefef; }

.app {
  width: 100%;
  position: relative; }

.app #start-camera {
  display: none;
  border-radius: 3px;
  max-width: 400px;
  color: #fff;
  background-color: #448AFF;
  text-decoration: none;
  padding: 15px;
  opacity: 0.8;
  margin: 50px auto;
  text-align: center; }

.app video#camera-stream {
  display: none;
  width: 100%; }

.app img#snap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none; }

.app #error-message {
  width: 100%;
  background-color: #ccc;
  color: #9b9b9b;
  font-size: 28px;
  padding: 200px 100px;
  text-align: center;
  display: none; }

.app .controls {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px; }

.app .controls a {
  border-radius: 50%;
  color: #fff;
  background-color: #111;
  text-decoration: none;
  padding: 15px;
  line-height: 0;
  opacity: 0.7;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.app .controls a:hover {
  opacity: 1; }

.app .controls a.disabled {
  background-color: #555;
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.app .controls a.disabled:hover {
  opacity: 0.5; }

.app .controls a i {
  font-size: 18px; }

.app .controls #take-photo i {
  font-size: 32px; }

.app canvas {
  display: none; }

.app video#camera-stream.visible,
.app img#snap.visible,
.app #error-message.visible {
  display: block; }

.app .controls.visible {
  display: flex; }

@media (max-width: 1000px) {
  .container {
    margin: 40px; }
  .app #start-camera.visible {
    display: block; }
  .app .controls a i {
    font-size: 16px; }
  .app .controls #take-photo i {
    font-size: 24px; } }

@media (max-width: 600px) {
  .container {
    margin: 10px; }
  .app #error-message {
    padding: 80px 50px;
    font-size: 18px; }
  .app .controls a i {
    font-size: 12px; }
  .app .controls #take-photo i {
    font-size: 18px; } }

@media (max-width: 640px) {
  .content-qr-box .top-overlay,
  .content-qr-box .bottom-overlay {
    height: calc((100% - 300px) / 2); }
  .content-qr-box .middle-overlay {
    width: calc((100% - 300px) / 2);
    height: 300px; }
  .circle-login {
    width: 300px;
    height: 300px; } }

.button {
  padding: 0px; }

.login-face-box {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00a17f; }
  .login-face-box section {
    height: 100%; }
  .login-face-box .viewport {
    height: 100%;
    text-align: center; }

.login-phone-view {
  background: #5f5f5f;
  overflow: auto; }
  .login-phone-view .welcome-phone-view {
    padding: 20px 0;
    background: #247a45;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px; }
  .login-phone-view .content-phone-view {
    margin-bottom: 40px; }
    .login-phone-view .content-phone-view .keypad-phone-view {
      box-shadow: 0 3px 30px 0 #333; }
    .login-phone-view .content-phone-view p {
      background: #4d4d4d;
      padding: 20px 0;
      font-weight: 600;
      font-size: 16px;
      color: #FFF;
      margin-bottom: 0; }
  .login-phone-view .content-phone-otp {
    text-align: center;
    margin-top: 40px;
    background: #FFF; }
    .login-phone-view .content-phone-otp p {
      background: #247a45;
      color: #FFF;
      font-size: 16px; }
    .login-phone-view .content-phone-otp .content-phone-otp-detail {
      padding-top: 20px; }
      .login-phone-view .content-phone-otp .content-phone-otp-detail input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */ }
      .login-phone-view .content-phone-otp .content-phone-otp-detail p {
        background: #FFF;
        color: #333; }
        .login-phone-view .content-phone-otp .content-phone-otp-detail p a {
          color: #afafaf; }
      .login-phone-view .content-phone-otp .content-phone-otp-detail .text-grey {
        color: #afafaf;
        font-weight: 300;
        font-size: 12px;
        padding: 20px; }
      .login-phone-view .content-phone-otp .content-phone-otp-detail .block-otp input {
        width: 50px;
        height: 50px;
        border: 3px solid #707070;
        text-align: center;
        margin: 0 5px;
        outline: none; }
      .login-phone-view .content-phone-otp .content-phone-otp-detail .block-btn-otp button {
        padding: 10px 20px;
        margin: 0 10px 20px; }
  .login-phone-view .btn-action {
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    min-width: 150px; }
  .login-phone-view .btn-red {
    background: #b9060c;
    color: #FFF;
    margin-bottom: 20px; }
  .login-phone-view .btn-green {
    background: #15a25e;
    border: 2px solid #15a25e;
    color: #FFF; }
  .login-phone-view .btn-trans {
    background: #FFF;
    color: #898989;
    border: 2px solid #717171; }

.overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(transparent 300px, black 600px);
  background: -webkit-radial-gradient(transparent 300px, black 600px);
  background: -ms-radial-gradient(transparent 300px, black 600px);
  background: -o-radial-gradient(transparent 300px, black 600px);
  pointer-events: none;
  /* send mouse events beneath this layer */ }
.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; }
.av-home-customer-login-pin .pc-field {
  text-align: center; }
  .av-home-customer-login-pin .pc-field input {
    width: 100% !important;
    text-align: center;
    float: none !important; }

.av-home-customer-login-pin .checkbox_bigger {
  zoom: 2;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

@media (max-height: 830px) {
  .av-home-customer-login-pin form {
    position: relative; }
  .av-home-customer-login-pin .login-btn-keypad {
    position: relative; }
  .col_class_login_pin .right-info-outlet .top-info .wm-image {
    width: 80px;
    height: 80px; }
  .col_class_login_pin .right-info-outlet .top-info .top-bg-outlet {
    min-height: 140px; } }

@media (max-height: 790px) {
  .col_class_login_pin .right-info-outlet .top-info .wm-image {
    width: 60px;
    height: 60px;
    margin-top: -30px; }
  .col_class_login_pin .right-info-outlet .top-info .top-bg-outlet {
    min-height: 100px; }
  .col_class_login_pin .right-info-outlet .top-info .modal-title {
    margin-bottom: 5px; } }
.av-home-choose-outlet .page-cash-choose-header {
  margin-top: 45px; }

.av-home-choose-outlet .page-cash-choose-header .title {
  font-size: 26px; }

.av-home-choose-outlet .page-cash-choose-header .subtitle {
  font-size: 18px;
  margin-top: 0;
  color: #2b2b2b; }

.av-home-choose-outlet .cash-choose-outlet-item {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0.5px 0.5px 2px 0 rgba(163, 163, 163, 0.5);
  border: solid 0.3px #cdcdcd;
  padding: 20px;
  margin-bottom: 25px; }
  .av-home-choose-outlet .cash-choose-outlet-item .outlet-without-address h4 {
    line-height: 50px; }

.av-home-choose-outlet .cash-choose-outlet-item .title {
  padding-left: 0;
  line-height: 32px;
  font-size: 18px;
  vertical-align: top; }
  .av-home-choose-outlet .cash-choose-outlet-item .title h4 {
    font-weight: 700;
    margin-bottom: 5px; }
  .av-home-choose-outlet .cash-choose-outlet-item .title p {
    color: #2b2b2b;
    font-size: 14px; }

.av-home-choose-outlet .cash-choose-outlet-item .pic {
  padding-right: 0;
  padding-left: 0;
  width: 80px;
  margin-right: 20px;
  float: left; }

.av-home-choose-outlet .cash-choose-outlet-item .wm-image {
  border: solid 0.3px #dedede;
  border-radius: 3px;
  height: 80px;
  max-width: 80px; }

@media (max-width: 480px) {
  .av-home-choose-outlet .cash-choose-outlet-item .wm-image {
    height: 60px;
    max-width: 60px; }
  .av-home-choose-outlet .cash-choose-outlet-item .pic {
    margin-right: 0; } }

.error {
  color: #e73c50;
  font-size: 14px; }
av-keypad .cs-calculator {
  background: #eeeeee;
  border-bottom: 1px solid #c6c6c6; }
  av-keypad .cs-calculator.disabled .row > div {
    background: #eee !important; }
    av-keypad .cs-calculator.disabled .row > div a {
      cursor: not-allowed;
      background: #eee !important; }
  av-keypad .cs-calculator .row > div {
    border-bottom: 1px solid #c6c6c6;
    padding: 0; }
    av-keypad .cs-calculator .row > div:first-child {
      border-right: 1px solid #c6c6c6; }
    av-keypad .cs-calculator .row > div:last-child {
      border-left: 1px solid #c6c6c6; }
    av-keypad .cs-calculator .row > div:link {
      background: #e1e1e1; }
    av-keypad .cs-calculator .row > div:active {
      background: #e1e1e1; }
    av-keypad .cs-calculator .row > div:visited {
      background: #e1e1e1; }
  av-keypad .cs-calculator .row:last-child > div {
    border-bottom: none; }
  av-keypad .cs-calculator a {
    display: block;
    color: #636363;
    padding: 20px 0;
    font-family: "HelveticaNeueLight", sans-serif;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 500; }
    av-keypad .cs-calculator a span {
      font-size: 32px;
      line-height: 32px;
      display: block; }
    av-keypad .cs-calculator a span.no-charater {
      line-height: 53px; }
    av-keypad .cs-calculator a span.character {
      display: inline-block;
      clear: both;
      font-size: 12px;
      line-height: 12px; }
    av-keypad .cs-calculator a.disabled {
      color: #c6c6c6; }
  av-keypad .cs-calculator a.active {
    background: #e1e1e1; }
  av-keypad .cs-calculator .row {
    margin: 0; }

av-keypad input.hiddenInput {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-height: 760px) {
  av-keypad .cs-calculator a {
    padding: 18px 0; } }

@media (max-height: 740px) {
  av-keypad .cs-calculator a {
    padding: 15px 0; } }

@media (max-height: 720px) {
  av-keypad .cs-calculator a {
    padding: 18px 0; }
    av-keypad .cs-calculator a span {
      font-size: 22px;
      line-height: 22px; }
    av-keypad .cs-calculator a span.no-charater {
      line-height: 42px; }
    av-keypad .cs-calculator a span.character {
      display: inline-block;
      clear: both;
      font-size: 12px;
      line-height: 12px; } }

@media (max-height: 700px) {
  av-keypad .cs-calculator a {
    padding: 15px 0; }
    av-keypad .cs-calculator a span {
      font-size: 22px;
      line-height: 22px; }
    av-keypad .cs-calculator a span.no-charater {
      line-height: 42px; }
    av-keypad .cs-calculator a span.character {
      display: inline-block;
      clear: both;
      font-size: 12px;
      line-height: 12px; } }

@media (max-height: 680px) {
  av-keypad .cs-calculator a {
    padding: 13px 0; } }

@media (max-height: 665px) {
  av-keypad .cs-calculator a {
    padding: 11px 0; } }

@media (max-height: 660px) {
  av-keypad .cs-calculator a {
    padding: 11px 0; } }

@media (max-height: 650px) {
  av-keypad .cs-calculator a {
    padding: 10.3px 0; } }

@media (max-height: 640px) {
  av-keypad .cs-calculator a {
    padding: 14px 0; } }

@media (max-height: 630px) {
  av-keypad .cs-calculator a {
    padding: 12px 0; } }

@media (max-height: 600px) {
  number-input av-keypad .cs-calculator a {
    padding: 11px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 11px 0; } }

@media (max-height: 590px) {
  number-input av-keypad .cs-calculator a {
    padding: 10px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 10px 0; } }

@media (max-height: 580px) {
  number-input av-keypad .cs-calculator a {
    padding: 8px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 8px 0; } }

@media (max-height: 560px) {
  number-input av-keypad .cs-calculator a {
    padding: 7px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 7px 0; } }

@media (max-height: 550px) {
  number-input av-keypad .cs-calculator a {
    padding: 5px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 5px 0; } }

@media (max-height: 540px) {
  number-input av-keypad .cs-calculator a {
    padding: 4px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 4px 0; } }

@media (max-height: 530px) {
  number-input av-keypad .cs-calculator a {
    padding: 3px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 3px 0; } }

@media (max-height: 500px) {
  number-input av-keypad .cs-calculator a {
    padding: 12px 0; }
  pin-input av-keypad .cs-calculator a {
    padding: 12px 0; } }
.av-home-choose-device .devices-content {
  margin-left: 9.9%;
  width: 80%; }

.av-home-choose-device .confirm-btn {
  width: 97%;
  margin: 20px;
  background-image: linear-gradient(#70A4F0, #5177E6);
  height: 60px;
  border: solid 0.3px #70A4F0;
  font-size: 25px;
  color: white; }

.av-home-choose-device input[type=checkbox]:checked + .device-checkbox {
  width: 100%;
  border-radius: 3px;
  background-color: #E0F8F4;
  border: solid 1px #03C8A5; }

.av-home-choose-device label > * {
  pointer-events: none; }

.av-home-choose-device .device-checkbox {
  width: 100%;
  height: 115px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 0.3px #cdcdcd; }

.av-home-choose-device .page-choose-device-header {
  margin-bottom: 45px;
  margin-top: 45px; }

.av-home-choose-device .page-choose-device-footer {
  margin-bottom: 40px;
  margin-top: 40px; }

.av-home-choose-device .page-choose-device-header .title {
  font-size: 26px; }

.av-home-choose-device .choose-device-item {
  height: 110px;
  border-radius: 3px;
  opacity: 0.88;
  padding: 10px;
  margin: 0.6px; }

.av-home-choose-device .choose-device-item .title {
  padding-left: 10px;
  line-height: 32px;
  font-size: 18px;
  vertical-align: top;
  width: calc(100% - 80px);
  float: left; }
  .av-home-choose-device .choose-device-item .title h4 {
    font-weight: 300;
    margin-bottom: 5px; }
  .av-home-choose-device .choose-device-item .title p {
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word; }

.av-home-choose-device .choose-device-item .pic {
  padding-right: 0;
  padding-left: 0;
  width: 60px;
  margin-right: 20px;
  float: left; }

.av-home-choose-device .choose-device-item .wm-image {
  padding: 5px;
  margin-left: 5px;
  border: solid 0.3px #dedede;
  border-radius: 3px;
  height: 60px;
  max-width: 60px; }

@media (max-width: 991px) {
  .col-sm-4 {
    width: 45%; }
  .av-home-choose-device .confirm-btn {
    width: 84.5%;
    font-size: 20px; } }

@media (max-width: 767px) {
  .col-sm-4 {
    width: 100%; }
  .av-home-choose-device .confirm-btn {
    width: 84.5%;
    font-size: 20px; }
  .av-home-choose-device .page-choose-device-header .title {
    font-size: 20px; }
  .av-home-choose-device .confirm-btn {
    width: 92.6%;
    font-size: 20px; } }

@media (max-width: 480px) {
  .av-home-choose-device .page-choose-device-header .title {
    font-size: 18px; }
  .av-home-choose-device .choose-device-item .wm-image {
    height: 60px;
    max-width: 60px; }
  .av-home-choose-device .choose-device-item .pic {
    margin-right: 0; }
  .av-home-choose-device .confirm-btn {
    width: 88.5%;
    font-size: 18px; } }

.error {
  color: #e73c50;
  font-size: 14px; }
.av-manage {
  /**************** cashier v1 *********/ }
  .av-manage .block-title-page {
    margin-bottom: 20px; }
  .av-manage .col-slide-right .content-slide-right .content-col-right {
    height: 85%; }
    .av-manage .col-slide-right .content-slide-right .content-col-right .content-note {
      height: 50%; }
    .av-manage .col-slide-right .content-slide-right .content-col-right .content-manage-overflow {
      height: 95%; }
  .av-manage .wrap-customer-note-create {
    height: 100px; }
  .av-manage wm-image .wrap-image {
    line-height: 70px; }
  .av-manage .col-slide-right .content-slide-right .block-view-menu {
    height: 98%; }
  .av-manage .campaign-head .page-info-header {
    background: #fff;
    margin: 0;
    padding: 20px;
    line-height: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .av-manage .campaign-head .page-info-header .right-info {
      margin-left: 80px; }
    .av-manage .campaign-head .page-info-header .title {
      font-size: 20px;
      margin-bottom: 0;
      color: #2b2b2b; }
    .av-manage .campaign-head .page-info-header .modal-title {
      font-size: 15px;
      color: #2b2b2b; }
    .av-manage .campaign-head .page-info-header a.menu {
      font-size: 24px;
      color: #2b2b2b;
      margin-top: 10px;
      margin-right: 5px; }
      .av-manage .campaign-head .page-info-header a.menu img {
        max-width: 21px; }
    .av-manage .campaign-head .page-info-header .day-report-starting {
      font-weight: normal;
      font-size: 15px;
      font-family: HelveticaNeue;
      color: #000000; }
  .av-manage .campaign-wrap {
    padding: 0 20px; }
  .av-manage .content-container {
    position: relative;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999; }
  .av-manage .nav-side-menu {
    position: relative;
    left: 0;
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #343f53;
    width: 100px;
    height: 100%;
    color: #e1ffff;
    z-index: 0; }
  .av-manage .nav-side-menu .brand {
    width: 80px;
    background: #00a17f;
    color: #d6dad8;
    display: none;
    padding-left: 0; }
    .av-manage .nav-side-menu .brand a {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 60px;
      text-decoration: none;
      color: #fff;
      position: relative;
      top: 10px; }
      .av-manage .nav-side-menu .brand a i {
        text-align: center;
        border-color: #fff; }
  .av-manage .nav-side-menu .toggle-btn {
    display: none;
    margin-top: 25px; }
  .av-manage .nav-side-menu ul,
  .av-manage .nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */ }
  .av-manage .nav-side-menu ul :not(collapsed) .arrow:before,
  .av-manage .nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\F078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right; }
  .av-manage .nav-side-menu ul .sub-menu li.active,
  .av-manage .nav-side-menu li .sub-menu li.active {
    color: #d19b3d; }
  .av-manage .nav-side-menu ul .sub-menu li.active a,
  .av-manage .nav-side-menu li .sub-menu li.active a {
    color: #d19b3d; }
  .av-manage .nav-side-menu ul .sub-menu li,
  .av-manage .nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px; }
  .av-manage .nav-side-menu ul .sub-menu li:hover,
  .av-manage .nav-side-menu li .sub-menu li:hover {
    background-color: #020203; }
  .av-manage .nav-side-menu ul .sub-menu li:before,
  .av-manage .nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\F105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle; }
  .av-manage .nav-side-menu li {
    padding-left: 0px;
    /*border-left: 3px solid #2e353d;*/
    /*border-bottom: 1px solid #23282e;*/
    text-align: center; }
    .av-manage .nav-side-menu li a {
      display: block;
      text-decoration: none;
      color: #96a1b8;
      padding: 15px 0;
      font-size: 14px; }
    .av-manage .nav-side-menu li:hover a {
      color: #fff; }
      .av-manage .nav-side-menu li:hover a i {
        border-color: #fff;
        color: #fff; }
    .av-manage .nav-side-menu li.active a {
      color: #fff; }
  .av-manage .nav-side-menu li.backGreen a {
    background: #00a17f;
    color: #d6dad8; }
    .av-manage .nav-side-menu li.backGreen a i {
      border-color: #d6dad8; }
  .av-manage .nav-side-menu li.backGreen:hover a {
    color: #fff; }
    .av-manage .nav-side-menu li.backGreen:hover a i {
      border-color: #fff; }
  .av-manage .nav-side-menu li a i {
    display: block;
    margin: auto;
    font-size: 24px; }
  .av-manage .nav-side-menu li:hover {
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
  .av-manage .round-icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #96a1b8;
    line-height: 34px;
    border-radius: 50%; }
  .av-manage .search-form {
    margin-bottom: 0;
    padding: 0; }
  .av-manage .link-filter-mobile {
    display: none; }
  .av-manage .top-filter {
    margin-top: 10px; }
    .av-manage .top-filter .tabs-choose-campaign {
      background: #FFF;
      margin-bottom: 20px;
      box-shadow: 1px 1px 2px 0 rgba(163, 163, 163, 0.5);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .av-manage .top-filter .tabs-choose-campaign li {
        float: left; }
        .av-manage .top-filter .tabs-choose-campaign li a {
          color: #636363;
          cursor: pointer;
          display: block;
          padding: 10px 20px; }
        .av-manage .top-filter .tabs-choose-campaign li a:hover,
        .av-manage .top-filter .tabs-choose-campaign li a.active {
          color: #00a27f;
          border-bottom: 2px solid #00a27f; }
      .av-manage .top-filter .tabs-choose-campaign li:first-child {
        border-right: 1px solid #e5e5e5; }
    .av-manage .top-filter .filter {
      background: #727272;
      color: #FFF;
      display: inline-block;
      padding: 0 20px;
      margin-right: 10px;
      line-height: 40px;
      min-width: 104px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      position: relative; }
      .av-manage .top-filter .filter img {
        max-width: 21px;
        margin-right: 10px; }
    .av-manage .top-filter .filter.active {
      background: #00a27f; }
  @media (max-width: 768px) {
    .av-manage .col-xs-5 {
      width: 80%; }
    .av-manage .col-xs-7 {
      width: 20%; }
    .av-manage .link-filter-mobile {
      position: fixed;
      right: 20px;
      bottom: 20px;
      display: block; }
      .av-manage .link-filter-mobile a {
        background: #727272;
        -webkit-border-radius: 3px;
        display: block;
        float: right;
        margin-left: 10px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #FFF;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center; }
        .av-manage .link-filter-mobile a img {
          margin: 0 auto;
          max-width: 34px;
          vertical-align: middle; }
    .av-manage .top-filter {
      display: none; }
    .av-manage .container {
      width: auto; }
    .av-manage .filter-mobile {
      box-shadow: none;
      position: fixed;
      right: 0;
      top: 61px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 0;
      z-index: 999; }
      .av-manage .filter-mobile .item-filter .label-filter {
        width: 100%;
        margin-bottom: 10px; }
      .av-manage .filter-mobile .item-filter .right-filter {
        width: 100%; }
        .av-manage .filter-mobile .item-filter .right-filter .list-inline {
          text-align: center; }
          .av-manage .filter-mobile .item-filter .right-filter .list-inline li {
            width: 49%; }
      .av-manage .filter-mobile .item-filter:first-child {
        border-bottom: none; }
    .av-manage .filter-mobile.animation {
      width: 95%; }
    .av-manage .search-mobile-block {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 999; }
      .av-manage .search-mobile-block .search-mobile {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); }
      .av-manage .search-mobile-block .block-filter {
        padding: 5px 15px;
        margin: 50px 20px;
        z-index: 999;
        position: relative; }
        .av-manage .search-mobile-block .block-filter .form-group {
          margin-bottom: 0; }
    .av-manage .campaign-head .page-info-header a.menu {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .av-manage {
      /* Left Sidebar Nav */ }
      .av-manage .nav-side-menu {
        position: relative;
        margin-bottom: 10px; }
        .av-manage .nav-side-menu li a i {
          display: inline-block;
          margin-right: 15px; }
        .av-manage .nav-side-menu .toggle-btn {
          cursor: pointer;
          position: absolute;
          right: 10px;
          top: 10px;
          z-index: 10 !important;
          padding: 3px;
          color: #fff;
          width: 40px;
          text-align: center; }
        .av-manage .nav-side-menu .brand {
          display: block;
          text-align: left !important;
          width: auto;
          font-size: 42px;
          padding-left: 20px;
          line-height: 50px !important; }
      .av-manage .text-right {
        text-align: left; }
      .av-manage .search-form {
        position: relative;
        z-index: 99; }
        .av-manage .search-form .input-group {
          float: left;
          margin-left: 10px; } }
  .av-manage .block-left-manage .wm-image {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    border-radius: 1px;
    background-color: #ffffff;
    border: solid 0.3px #dedede; }
  @media (max-height: 830px) {
    .av-manage .col-slide-right .content-slide-right .content-col-right .content-note {
      height: 40%; } }
  @media (max-height: 790px) {
    .av-manage .col-slide-right .content-slide-right .content-col-right .content-note {
      height: 36%; } }
  @media (max-width: 768px) {
    .av-manage campaign-stats-block .stat {
      margin-bottom: 20px;
      border: none; } }
  @media (max-height: 755px) {
    .av-manage .col-slide-right .content-slide-right .content-col-right .content-note {
      height: 130px; } }
  @media (max-height: 660px) {
    .av-manage .col-slide-right .content-slide-right .content-col-right {
      height: 78%; } }
  @media (max-width: 480px) {
    .av-manage campaign-stats-block .stat {
      margin-bottom: 20px;
      border: none; }
    .av-manage campaign-stats-block .col-xs-2 {
      width: 100%; }
    .av-manage .search-form .input-group {
      margin-left: 0; }
      .av-manage .search-form .input-group > span {
        margin: 10px 0;
        font-size: 14px; } }
  .av-manage .avatar {
    max-width: 34px;
    border-radius: 50%; }
  .av-manage .block-title-page {
    margin-bottom: 20px; }
    .av-manage .block-title-page .pull-left {
      float: none !important; }
  .av-manage .infocard-logo {
    border: none;
    margin-right: 10px;
    float: left; }
    .av-manage .infocard-logo img {
      max-width: 84px; }
  .av-manage .section-info {
    float: left;
    padding-top: 1px; }
  .av-manage .btn-primary-blue-report {
    background: #7ca1b4;
    border-color: #7ca1b4;
    color: #fff !important; }
  .av-manage .btn-primary-blue-report:hover,
  .av-manage .btn-primary-blue-report:active,
  .av-manage .btn-primary-blue-report:focus {
    background: #0f6895;
    border-color: #0f6895;
    color: #fff !important; }
  .av-manage .text-center-sub-title {
    color: black !important;
    font-size: 23px !important;
    font-weight: 600; }
.mB5 {
  margin-bottom: 5px; }

receipts-history-block .campaign-infoblock {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(163, 163, 163, 0.5);
  -moz-box-shadow: 1px 1px 2px 0px rgba(163, 163, 163, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(163, 163, 163, 0.5);
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative; }
  receipts-history-block .campaign-infoblock p {
    color: #636363; }
  receipts-history-block .campaign-infoblock .right-transaction {
    margin-left: 0; }
    receipts-history-block .campaign-infoblock .right-transaction .cs-reloaded {
      font-size: 26px;
      line-height: 26px; }
      receipts-history-block .campaign-infoblock .right-transaction .cs-reloaded p {
        font-size: 26px; }
    receipts-history-block .campaign-infoblock .right-transaction .block-view-comment {
      border-top: 1px solid #e6e6e6;
      padding-top: 5px;
      padding-bottom: 5px; }
      receipts-history-block .campaign-infoblock .right-transaction .block-view-comment p {
        margin-bottom: 0; }
      receipts-history-block .campaign-infoblock .right-transaction .block-view-comment p.left {
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      receipts-history-block .campaign-infoblock .right-transaction .block-view-comment a {
        font-size: 12px; }
  receipts-history-block .campaign-infoblock .btn-group-as-one {
    margin: 20px 0; }
  receipts-history-block .campaign-infoblock .left-border {
    border-left: none; }
  receipts-history-block .campaign-infoblock .default-tabs {
    display: block;
    width: 100%; }
    receipts-history-block .campaign-infoblock .default-tabs ul.list-inline {
      margin: 20px 30px; }
      receipts-history-block .campaign-infoblock .default-tabs ul.list-inline li {
        margin-bottom: 15px; }
        receipts-history-block .campaign-infoblock .default-tabs ul.list-inline li button {
          font-size: 14px; }
    receipts-history-block .campaign-infoblock .default-tabs .nav-tabs {
      display: table;
      width: 100%; }
      receipts-history-block .campaign-infoblock .default-tabs .nav-tabs li {
        display: table-cell;
        float: none;
        border-radius: 0;
        width: 50%; }
        receipts-history-block .campaign-infoblock .default-tabs .nav-tabs li a {
          border-radius: 0;
          margin: 0;
          text-align: center;
          color: #c3c3c3;
          font-size: 17px; }
          receipts-history-block .campaign-infoblock .default-tabs .nav-tabs li a:hover {
            color: #000; }
        receipts-history-block .campaign-infoblock .default-tabs .nav-tabs li.active a {
          background: #f3f3f3;
          color: #000; }
        receipts-history-block .campaign-infoblock .default-tabs .nav-tabs li:first-child a {
          border-left: none; }
        receipts-history-block .campaign-infoblock .default-tabs .nav-tabs li:last-child a {
          border-right: none; }
  receipts-history-block .campaign-infoblock .blue-box {
    display: block;
    min-height: 88px;
    background: #3195d1;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 3px 1px 0px #185774;
    -moz-box-shadow: inset 0px 3px 1px 0px #185774;
    box-shadow: inset 0px 3px 1px 0px #185774;
    margin: 15px auto;
    max-width: 108px; }
    receipts-history-block .campaign-infoblock .blue-box p {
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      color: #eeeeee;
      padding: 23px 0;
      text-align: center; }
      receipts-history-block .campaign-infoblock .blue-box p strong {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
        receipts-history-block .campaign-infoblock .blue-box p strong.bigger {
          font-size: 32px; }
  receipts-history-block .campaign-infoblock.noMarginLR {
    margin-left: 0;
    margin-right: 0; }
  receipts-history-block .campaign-infoblock .noPadding {
    padding: 0; }
  receipts-history-block .campaign-infoblock .left-section {
    padding: 30px 30px 30px;
    border-right: 1px solid #DDDDDD; }
  receipts-history-block .campaign-infoblock .left-section .campaign-logo {
    float: left;
    margin: 20px 25px 20px 0;
    max-width: 80px; }
  receipts-history-block .campaign-infoblock .left-section .value-title {
    line-height: 0.9;
    font-size: 16px;
    color: black;
    margin: 0 0 10px 0;
    display: block; }
  receipts-history-block .campaign-infoblock .left-section .receipt-id {
    line-height: 1.1;
    font-size: 20px;
    color: #04C8A3;
    margin: 10px 0 15px 0;
    display: block; }
  receipts-history-block .campaign-infoblock .left-section .text-left {
    line-height: 0.8;
    font-size: 16px;
    color: black;
    margin: 0 0 10px 0;
    display: block; }
  receipts-history-block .campaign-infoblock .left-section .campaign-availability {
    color: #999; }
    receipts-history-block .campaign-infoblock .left-section .campaign-availability span {
      color: #666; }
  receipts-history-block .campaign-infoblock .left-section .campaign-info {
    display: inline-block;
    vertical-align: top;
    background: #aaa;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
    receipts-history-block .campaign-infoblock .left-section .campaign-info:focus, receipts-history-block .campaign-infoblock .left-section .campaign-info:hover {
      background: #666;
      text-decoration: none; }
  receipts-history-block .campaign-infoblock .right-section {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 0 !important;
    line-height: 1.143em;
    position: static; }
    receipts-history-block .campaign-infoblock .right-section .btn-actions {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%; }
    receipts-history-block .campaign-infoblock .right-section .padding {
      padding: 30px; }
    receipts-history-block .campaign-infoblock .right-section .totals {
      color: #333;
      font-size: 28px;
      margin-bottom: 12px; }
    receipts-history-block .campaign-infoblock .right-section .desc {
      color: #666;
      font-size: 13px;
      margin-bottom: 0; }
    receipts-history-block .campaign-infoblock .right-section .with-border {
      border-right: 1px solid #ddd; }
    receipts-history-block .campaign-infoblock .right-section .btn-unlink {
      -webkit-border-radius: 0;
      color: #FFF;
      -moz-border-radius: 0;
      border-radius: 0;
      height: 50px;
      font-size: 20px;
      width: 47.7%;
      float: right; }
    receipts-history-block .campaign-infoblock .right-section .btn-unlink.unlink {
      background: #e85f3b;
      border-right: 1px solid #FFF; }
    receipts-history-block .campaign-infoblock .right-section .btn-unlink.add-comment {
      background: #4c86d8;
      -webkit-border-radius: 0 0 3px 0;
      -moz-border-radius: 0 0 3px 0;
      border-radius: 0 0 3px 0; }
    receipts-history-block .campaign-infoblock .right-section .btn-unlink.btn-width {
      width: 100%; }
  receipts-history-block .campaign-infoblock .opacity-3 {
    opacity: 0.3; }

receipts-history-block .campaign-author {
  display: block;
  line-height: 26px; }
  receipts-history-block .campaign-author .wm-image {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 50%; }
    receipts-history-block .campaign-author .wm-image .wrap-image {
      line-height: 40px; }
  receipts-history-block .campaign-author .ca-name {
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 22px;
    margin: 2px 15px 0 0; }
  receipts-history-block .campaign-author .ca-phone {
    display: inline-block;
    vertical-align: top;
    color: #2b2b2b;
    font-size: 18px;
    margin: 4px 15px 0 0; }

receipts-history-block .campaign-summary {
  padding: 0px 0px;
  text-align: center;
  margin-bottom: 0; }
  receipts-history-block .campaign-summary span {
    display: block; }
  receipts-history-block .campaign-summary span.left {
    width: 50%; }
  receipts-history-block .campaign-summary span.right {
    width: 50%; }
  receipts-history-block .campaign-summary .cs-reloaded {
    font-size: 30px;
    line-height: 30px; }
  receipts-history-block .campaign-summary .cs-spent {
    font-size: 30px;
    line-height: 30px; }
  receipts-history-block .campaign-summary .cs-balance {
    font-size: 22px;
    line-height: 30px;
    margin-top: 12px;
    font-weight: 300; }
    receipts-history-block .campaign-summary .cs-balance span {
      font-size: 15px;
      line-height: 17px; }

receipts-history-block .row .membership-name {
  font-size: 40px;
  line-height: 42px; }

receipts-history-block .row .membership-name.cs-reloaded {
  display: block; }

receipts-history-block .campaign-type {
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 20px 0; }
  receipts-history-block .campaign-type .campaign-type-img {
    float: left;
    margin-right: 20px; }
    receipts-history-block .campaign-type .campaign-type-img img {
      max-height: 80px; }
  receipts-history-block .campaign-type .campaign-title {
    font-size: 20px;
    display: inline-block;
    margin-top: 25px; }

receipts-history-block .void-netspay {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 30px 0 50px 0; }
  receipts-history-block .void-netspay .amount-money {
    font-size: 40px; }

receipts-history-block .refund-form {
  border: solid 2px #d9d9d9;
  margin: 0px;
  padding: 30px;
  background: #f2f4f5; }
  receipts-history-block .refund-form div select {
    background-color: #ffffff !important;
    border: 2px solid #dcd9d9;
    border-radius: 5px !important; }
  receipts-history-block .refund-form div input {
    background-color: #ffffff !important;
    border: 2px solid #dcd9d9;
    border-radius: 5px !important;
    margin-bottom: 0px; }

receipts-history-block .top-outlet-info .campaign-summary {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0; }

receipts-history-block .strong-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; }

receipts-history-block .show-at-bottom {
  position: absolute;
  bottom: 16px;
  width: 100%;
  color: #00a17f; }

receipts-history-block .linked-mobile {
  display: flex; }
  receipts-history-block .linked-mobile .mobile {
    display: flex;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 400; }
  receipts-history-block .linked-mobile p {
    font-size: 20px;
    font-weight: 300; }

receipts-history-block .absolute-bottom {
  position: absolute;
  bottom: 0;
  padding-bottom: 200px; }

receipts-history-block .right-info-outlet {
  overflow-y: hidden;
  overflow-x: hidden; }
  receipts-history-block .right-info-outlet .popup-contain {
    width: 100%;
    height: 100%; }
    receipts-history-block .right-info-outlet .popup-contain .popup-header {
      width: 100%;
      height: 70px;
      background-color: #08856b;
      opacity: 1; }
      receipts-history-block .right-info-outlet .popup-contain .popup-header .title {
        font-size: 24px;
        float: left;
        margin: 15px 0 0 20px;
        height: 70px;
        text-align: center;
        color: white; }
      receipts-history-block .right-info-outlet .popup-contain .popup-header .close-unlink {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px; }
    receipts-history-block .right-info-outlet .popup-contain .popup-body {
      width: 100%;
      height: 85%;
      background-color: none;
      opacity: 1;
      padding: 20px; }
  receipts-history-block .right-info-outlet .blue-text {
    color: #04C8A3; }
  receipts-history-block .right-info-outlet .larger-text {
    font-size: 26px;
    padding-right: 10px; }
  receipts-history-block .right-info-outlet .smaller-text {
    line-height: 0.8;
    font-size: 20px; }

@media (max-height: 1060px) {
  receipts-history-block .linked-mobile .mobile {
    display: flex;
    font-size: 16px; }
  receipts-history-block .linked-mobile p {
    font-size: 16px; } }

@media (max-height: 660px) {
  receipts-history-block .campaign-type {
    padding: 20px 0 10px 0; }
  receipts-history-block .top-outlet-info .campaign-summary {
    padding: 10px 0; }
    receipts-history-block .top-outlet-info .campaign-summary .cs-reloaded {
      font-size: 30px;
      line-height: 40px; } }

@media (max-width: 992px) {
  receipts-history-block .campaign-infoblock .right-section {
    padding-top: 0 !important; }
    receipts-history-block .campaign-infoblock .right-section .btn-actions {
      position: relative;
      width: 100%; }
    receipts-history-block .campaign-infoblock .right-section .btn-unlink {
      width: 100%; }
  receipts-history-block .linked-mobile .mobile {
    display: flex;
    font-size: 20px; }
  receipts-history-block .linked-mobile p {
    font-size: 20px; } }

@media (max-width: 768px) {
  receipts-history-block .campaign-infoblock .left-border {
    border-left: none; }
  receipts-history-block .campaign-summary {
    padding: 0; }
  receipts-history-block .row .membership-name {
    font-size: 25px;
    line-height: 42px; }
  receipts-history-block .row .membership-name.cs-reloaded {
    display: inline; } }

@media (max-width: 640px) {
  receipts-history-block .campaign-infoblock .left-border {
    border-left: none; }
  receipts-history-block .campaign-infoblock .right-transaction .block-view-comment p.left {
    width: 100%; }
  receipts-history-block .campaign-infoblock .right-transaction .block-view-comment p.right {
    float: left; } }

@media (max-width: 574px) {
  receipts-history-block .campaign-type {
    padding: 20px 0 10px 0; }
  receipts-history-block .campaign-infoblock .right-transaction {
    margin-left: 0; }
    receipts-history-block .campaign-infoblock .right-transaction .cs-reloaded {
      font-size: 22px;
      line-height: 22px; }
      receipts-history-block .campaign-infoblock .right-transaction .cs-reloaded p {
        font-size: 22px; }
  receipts-history-block .campaign-author .ca-name {
    font-size: 18px; }
  receipts-history-block .campaign-author .ca-phone {
    font-size: 14px; } }

@media (max-width: 480px) {
  receipts-history-block .campaign-infoblock .left-section p {
    font-size: 13px; }
  receipts-history-block .campaign-infoblock .right-transaction {
    margin-left: 0; }
    receipts-history-block .campaign-infoblock .right-transaction .right {
      float: left;
      margin-top: 0; }
  receipts-history-block .campaign-author .ca-name {
    font-size: 18px; }
  receipts-history-block .campaign-author .ca-phone {
    font-size: 14px; }
  receipts-history-block .right-info-outlet .popup-contain .popup-header .title {
    font-size: 18px; } }

@media (max-width: 467px) {
  receipts-history-block .campaign-infoblock .left-section p {
    font-size: 13px; }
  receipts-history-block .campaign-infoblock .right-transaction {
    margin-left: 0; }
    receipts-history-block .campaign-infoblock .right-transaction .right {
      float: left;
      margin-top: 20px; }
  receipts-history-block .campaign-author .ca-name {
    font-size: 18px; }
  receipts-history-block .campaign-author .ca-phone {
    font-size: 14px; } }

.history-btn-nets-void {
  background-color: #e85f3b;
  color: white;
  padding: 4px 8px 2px 8px; }

.history-btn-nets-void:hover {
  color: white; }

.history-lb-nets-void {
  color: #e85f3b; }
.block-filter {
  background: #FFF;
  margin-bottom: 20px;
  padding: 20px 20px 0;
  box-shadow: 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .block-filter .item-filter .label-filter {
    width: 20%;
    float: left;
    margin-top: 12px; }
  .block-filter .item-filter .right-filter {
    width: 80%;
    float: right; }
    .block-filter .item-filter .right-filter ul li {
      position: relative;
      float: left; }
      .block-filter .item-filter .right-filter ul li a {
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 25px;
        border: 1px solid #00a27f; }
    .block-filter .item-filter .right-filter ul li.active a {
      background: #00a27f;
      color: #FFF;
      text-decoration: none; }
    .block-filter .item-filter .right-filter ul li.disabled a {
      border: 1px solid #dadada;
      color: #dadada; }
    .block-filter .item-filter .right-filter .form-date {
      background: #f0f0f0;
      box-shadow: inset 0.5px 0.5px 1.5px 0 rgba(175, 175, 175, 0.5);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .block-filter .item-filter .right-filter .form-date span.icon-date {
        position: absolute;
        right: 10px;
        top: 10px;
        max-width: 22px; }
      .block-filter .item-filter .right-filter .form-date input {
        background: none;
        border: none;
        z-index: 10;
        position: relative;
        height: 43px;
        min-width: 150px; }
  .block-filter .item-filter:first-child {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px; }
  .block-filter .form-group {
    margin-bottom: 20px; }
    .block-filter .form-group .input-group {
      width: 100%; }
      .block-filter .form-group .input-group input {
        background: none;
        border: none;
        font-size: 16px;
        padding: 0;
        box-shadow: none; }
  .block-filter .list-inline {
    float: left; }
    .block-filter .list-inline li {
      margin-bottom: 20px; }

@media (max-width: 768px) {
  .link-filter-mobile {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block; }
    .link-filter-mobile a {
      background: #727272;
      -webkit-border-radius: 3px;
      display: block;
      float: right;
      margin-left: 10px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #FFF;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
      .link-filter-mobile a img {
        margin: 0 auto;
        max-width: 34px;
        vertical-align: middle; }
  .filter-mobile {
    box-shadow: none;
    position: fixed;
    right: 0;
    top: 61px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 0;
    z-index: 999; }
    .filter-mobile .item-filter .label-filter {
      width: 100%;
      margin-bottom: 10px; }
    .filter-mobile .item-filter .right-filter {
      width: 100%; }
      .filter-mobile .item-filter .right-filter .list-inline {
        text-align: center; }
        .filter-mobile .item-filter .right-filter .list-inline li {
          width: 49%; }
    .filter-mobile .item-filter:first-child {
      border-bottom: none; }
  .filter-mobile.animation {
    width: 95%; } }
campaign-stats-block {
  display: block;
  padding-left: 30px;
  text-align: center;
  padding-top: 15px;
  line-height: 1.143em; }
  campaign-stats-block .totals {
    color: #333;
    font-size: 28px;
    margin-bottom: 12px; }
  campaign-stats-block .desc {
    color: #666;
    font-size: 13px;
    margin-bottom: 0; }
  campaign-stats-block .stat {
    border-right: 1px solid #ddd; }
    campaign-stats-block .stat:last-child {
      border-right: none; }
wm-grid {
  display: block;
  position: relative;
  /* Table */ }
  wm-grid .loading-grid {
    display: none; }
  wm-grid .loading-indicator {
    position: absolute;
    top: 35%;
    left: 50%;
    display: none; }
    wm-grid .loading-indicator #spinners {
      width: 20px;
      height: 20px; }
  wm-grid .body-buffer {
    display: none; }
    wm-grid .body-buffer .body-buffer-inner {
      padding-top: 50px; }
  wm-grid .empty .body-buffer {
    display: table-row; }
  wm-grid .loading .loading-grid {
    display: block; }
  wm-grid .loading .loading-indicator {
    display: block; }
  wm-grid .loading tbody {
    opacity: 0.3; }
  wm-grid tbody {
    transition: opacity 100ms linear; }
  wm-grid table.table-rounded {
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0.5px 0.5px 2px 0 rgba(163, 163, 163, 0.5);
    -moz-box-shadow: 0.5px 0.5px 2px 0 rgba(163, 163, 163, 0.5);
    box-shadow: 0.5px 0.5px 2px 0 rgba(163, 163, 163, 0.5); }
    wm-grid table.table-rounded tr:first-child td {
      border-top: 0; }
    wm-grid table.table-rounded tbody > tr {
      cursor: pointer; }
    wm-grid table.table-rounded > thead > tr > th {
      background: #00a17f;
      border-bottom: 0;
      color: #fff;
      text-shadow: none;
      box-shadow: none;
      padding: 8px 20px; }
    wm-grid table.table-rounded > thead > tr > th:first-child {
      border-radius: 5px 0 0 0; }
    wm-grid table.table-rounded > thead > tr > th:last-child {
      border-radius: 0 5px 0 0; }
    wm-grid table.table-rounded tr > td {
      padding: 0; }
      wm-grid table.table-rounded tr > td > * {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        overflow: auto; }
    wm-grid table.table-rounded tr > th {
      padding: 20px 20px;
      font-weight: 300; }
    wm-grid table.table-rounded tr > td {
      border: 1px solid #e6e6e6;
      border-top: none;
      border-left: none; }
      wm-grid table.table-rounded tr > td img {
        max-width: 32px;
        border-radius: 50%;
        border: 1px solid #cdcdcd;
        margin-right: 10px; }
  wm-grid .table.table-extended > tbody > tr > td,
  wm-grid .table.table-extended > tbody > tr > th {
    padding: 16px 8px; }
  wm-grid .wm-grid-footer {
    color: #636363;
    width: 100%;
    text-align: right;
    padding: 20px 0;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; }
    wm-grid .wm-grid-footer .paging {
      display: inline-block; }
      wm-grid .wm-grid-footer .paging span {
        margin: 0 1rem; }
      wm-grid .wm-grid-footer .paging button {
        background: #727272;
        color: #FFF;
        display: inline-block;
        padding: 0 20px;
        margin-left: 10px;
        line-height: 40px;
        min-width: 104px;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none; }
        wm-grid .wm-grid-footer .paging button:disabled {
          opacity: 0.7; }
  wm-grid .preline {
    white-space: pre-line !important; }
  wm-grid .table > thead > tr > th {
    vertical-align: middle; }
.av-manage-customers .top-transaction {
  margin-bottom: 20px; }
  .av-manage-customers .top-transaction .cw-date {
    padding-top: 10px; }

.av-manage-customers .search-form {
  margin-bottom: 0;
  padding: 0; }

.av-manage-customers .color-blue {
  background: #00a17f !important; }

@media (max-width: 480px) {
  .av-manage-customers .top-transaction .cw-date {
    padding-top: 0;
    font-size: 13px; }
    .av-manage-customers .top-transaction .cw-date span strong {
      display: block; }
  .av-manage-customers wm-grid .wm-grid-footer {
    margin-bottom: 60px; } }

wm-grid table.table-rounded tr > td img {
  width: 32px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  height: 32px; }
.av-views-customer .info-module {
  background: #FFF;
  margin: 0 0 20px 0;
  padding: 18px;
  position: relative; }
  .av-views-customer .info-module-section.right-padded {
    margin-right: 154px; }
  .av-views-customer .info-module-section.left-padded {
    margin-left: 154px; }
  .av-views-customer .info-module-header {
    font-size: 13px;
    line-height: 24px; }
    .av-views-customer .info-module-header .title {
      color: #333;
      font-size: 24px;
      font-weight: bold;
      margin-right: 16px; }
  .av-views-customer .info-module-image.left {
    position: absolute;
    top: 27px;
    left: 27px;
    max-width: 100%; }
    .av-views-customer .info-module-image.left .wm-image {
      border-radius: 50%;
      width: 100px;
      height: 100px; }
  .av-views-customer .info-module-image.right {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 118px; }
  .av-views-customer .info-module .separator {
    background: #ccc;
    display: block;
    height: 1px;
    width: auto;
    margin: 18px 0; }
    .av-views-customer .info-module .separator.full {
      margin: 18px -18px; }

@media (max-width: 640px) {
  .av-views-customer .info-module-image.left {
    position: relative;
    top: 0; }
  .av-views-customer .info-module-section.left-padded {
    margin-left: 0; }
  .av-views-customer .info-module-section.info-module-header {
    margin-left: 154px; } }

@media (max-width: 640px) {
  .av-views-customer .info-module-section.info-module-header .pull-right {
    float: left !important; } }

.div-inline-2 {
  display: block;
  text-align: left;
  margin: 0 auto;
  float: none;
  clear: left; }

.messages-error {
  color: red; }

.div-inline-2 input {
  float: left; }

.div-inline-2 a {
  background: #FFF;
  color: #000;
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9;
  position: relative;
  border: 1px solid #D3D3D3; }

.div-inline-2 a.right {
  margin-left: -20px; }

.div-inline-2 a.active {
  background: #1bc395;
  color: #FFF;
  z-index: 10;
  border: 1px solid #D3D3D3; }

.div-unsubscribe {
  text-align: left;
  padding: 5px;
  font-size: 18px; }

.div-unsubscribe label {
  font-weight: normal; }

.div-unsubscribe input {
  margin-right: 10px; }

.div-withdraw {
  text-align: left;
  padding: 5px;
  font-size: 18px; }

.div-withdraw label {
  font-weight: normal; }

.div-withdraw input {
  margin-right: 10px; }

.div-border {
  border: 1px solid #D3D3D3;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  margin-left: 30px;
  margin-right: 30px; }
membership-info-block .campaign-info-block {
  margin-bottom: 0;
  position: relative;
  z-index: 1; }
.av-manage-account .account-wrap {
  width: 390px;
  max-width: 100%;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #dddddd; }
  .av-manage-account .account-wrap .aw-header {
    border-bottom: 1px solid #dddddd;
    padding: 20px;
    position: relative; }
    .av-manage-account .account-wrap .aw-header button.close {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      right: 20px;
      bottom: 0;
      margin: auto; }
    .av-manage-account .account-wrap .aw-header h4.modal-title {
      font-size: 22px;
      font-weight: bold;
      margin: 0; }
    .av-manage-account .account-wrap .aw-header .modal-subtitle {
      font-size: 16px;
      margin: 0; }
  .av-manage-account .account-wrap .aw-body .row {
    border-bottom: 1px solid #dddddd;
    line-height: 34px;
    margin: 0; }
    .av-manage-account .account-wrap .aw-body .row .text-right {
      color: #000; }
    .av-manage-account .account-wrap .aw-body .row strong {
      color: #999999; }
    .av-manage-account .account-wrap .aw-body .row p {
      margin: 0;
      line-height: normal;
      padding: 14px 0; }

@media (max-width: 400px) {
  .av-manage-account .account-wrap .col-xs-4 {
    width: 100%; }
  .av-manage-account .account-wrap .col-xs-8 {
    width: 100%; } }
.av-manage-history .top-transaction {
  padding-bottom: 0; }

.av-manage-history .search-form {
  margin-bottom: -50px; }

.av-manage-history .campaign-wrap .cw-date {
  display: block;
  font-weight: bold;
  padding-bottom: 20px; }
  .av-manage-history .campaign-wrap .cw-date:after {
    content: '';
    display: block;
    clear: both; }

.av-manage-history .campaign-wrap .right-section {
  padding-top: 25px;
  padding-bottom: 0; }
  .av-manage-history .campaign-wrap .right-section .round-border {
    width: 24px;
    height: 24px;
    text-align: center;
    border-color: #848484; }
    .av-manage-history .campaign-wrap .right-section .round-border i {
      color: #848484; }
  .av-manage-history .campaign-wrap .right-section i {
    margin-right: 12px; }
    .av-manage-history .campaign-wrap .right-section i.fa-clock-o {
      font-size: 26px; }

.paging > span {
  margin: 10px; }

@media (max-width: 480px) {
  .av-manage-history .campaign-wrap .cw-date {
    font-size: 13px; } }
.av-manage-linked-receipts .top-transaction {
  padding-bottom: 0; }

.av-manage-linked-receipts .search-form {
  margin-bottom: -50px; }

.av-manage-linked-receipts .campaign-wrap .cw-date {
  display: block;
  font-weight: bold;
  padding-bottom: 20px; }
  .av-manage-linked-receipts .campaign-wrap .cw-date:after {
    content: '';
    display: block;
    clear: both; }

.av-manage-linked-receipts .campaign-wrap .right-section {
  padding-top: 25px;
  padding-bottom: 0; }
  .av-manage-linked-receipts .campaign-wrap .right-section .round-border {
    width: 24px;
    height: 24px;
    text-align: center;
    border-color: #848484; }
    .av-manage-linked-receipts .campaign-wrap .right-section .round-border i {
      color: #848484; }
  .av-manage-linked-receipts .campaign-wrap .right-section i {
    margin-right: 12px; }
    .av-manage-linked-receipts .campaign-wrap .right-section i.fa-clock-o {
      font-size: 26px; }

.paging > span {
  margin: 10px; }

@media (max-width: 480px) {
  .av-manage-linked-receipts .campaign-wrap .cw-date {
    font-size: 13px; } }
.av-manage-campaigns .av-manage-campaigns-campaign .edit-button {
  display: none; }

.av-manage-campaigns .page-info-header .section-image img {
  max-width: 84px; }

@media (max-width: 1020px) {
  .av-manage-campaigns .btn-group-as-one button.btn-2em-text:last-child {
    max-width: 218px;
    white-space: normal; } }

@media (max-width: 500px) {
  .av-manage-campaigns .btn-group-as-one button.btn:first-child {
    max-width: 100%;
    min-width: 100% !important;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px !important; }
  .av-manage-campaigns .btn-group-as-one button.btn:last-child {
    max-width: 100%;
    min-width: 100% !important;
    white-space: normal;
    margin-left: 0;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0; } }

@media (max-width: 480px) {
  .av-manage-campaigns .left-inline p {
    font-size: 13px; } }
.left-inline {
  float: left;
  line-height: 81px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold; }
.av-home-campaigns-campaign {
  /* Button Group as One */ }
  .av-home-campaigns-campaign av-amchart {
    display: block;
    width: 100%;
    height: 400px; }
  .av-home-campaigns-campaign .chart {
    height: 400px; }
  .av-home-campaigns-campaign .btn-delete {
    background: #c74e50;
    border-color: #c74e50;
    color: white; }
  .av-home-campaigns-campaign .btn-delete:hover {
    background: #b30000;
    border-color: #b30000;
    color: white; }
  .av-home-campaigns-campaign .btn-delete-disabled {
    background: grey;
    border-color: grey;
    color: white; }
  .av-home-campaigns-campaign .btn-group-as-one {
    display: block;
    border: 1px solid #00a17f;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .av-home-campaigns-campaign .btn-group-as-one .btn {
      font-size: 1.143em;
      border: none;
      color: #00a17f;
      background: none;
      box-shadow: none;
      float: none; }
    .av-home-campaigns-campaign .btn-group-as-one .btn:first-child {
      float: left; }
    .av-home-campaigns-campaign .btn-group-as-one .btn:last-child {
      float: left;
      border-left: 1px solid #00a17f;
      text-align: left; }
    .av-home-campaigns-campaign .btn-group-as-one.red .btn {
      background: #c90d22;
      border-color: #ad0b1e; }
      .av-home-campaigns-campaign .btn-group-as-one.red .btn:nth-child(2n) {
        border-left-color: #ad0b1e; }
    .av-home-campaigns-campaign .btn-group-as-one.green .btn {
      background: #00a17f;
      border-color: #007a60; }
      .av-home-campaigns-campaign .btn-group-as-one.green .btn:nth-child(2n) {
        border-left-color: #007a60; }
    .av-home-campaigns-campaign .btn-group-as-one.disabled {
      border-color: #dadada;
      color: #dadada; }
      .av-home-campaigns-campaign .btn-group-as-one.disabled:nth-child(2n) {
        border-left-color: #999; }
  .av-home-campaigns-campaign .btn-group-as-one:hover .btn {
    color: #00a17f;
    background-color: transparent; }
  .av-home-campaigns-campaign .btn-group-as-one:hover.red .btn {
    background: #ad0b1e;
    color: #fff;
    border-color: #860917; }
  .av-home-campaigns-campaign .btn-group-as-one:hover.green .btn {
    background: #007a60;
    color: #fff;
    border-color: #005240; }
  .av-home-campaigns-campaign .btn-group-as-one:hover.disabled .btn {
    background: #AEAEAE;
    border-color: #999; }
    .av-home-campaigns-campaign .btn-group-as-one:hover.disabled .btn:nth-child(2n) {
      border-left-color: #999; }
  .av-home-campaigns-campaign .page-info-header .section-image img {
    max-width: 84px; }

.left-title {
  float: left; }

.right-block {
  text-align: right;
  margin-bottom: 10px; }
  .right-block .box-left {
    display: inline-block;
    margin-left: 10px; }
    .right-block .box-left button {
      height: 35px;
      padding: 0 15px;
      background: none;
      border: none;
      float: left;
      outline: none; }
    .right-block .box-left .btn-blue {
      background: #eaf2f9;
      border: 1px solid #e1e7ec;
      margin-left: 10px; }
    .right-block .box-left .btn-next {
      padding: 0 5px; }
    .right-block .box-left .content_width {
      text-align: right; }
      .right-block .box-left .content_width input, .right-block .box-left .content_width select {
        height: 35px;
        float: left;
        margin: 0 5px; }
      .right-block .box-left .content_width input {
        min-width: 180px; }
      .right-block .box-left .content_width .bg-grey {
        color: #555555;
        background: #eeeeee;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 0 10px; }
      .right-block .box-left .content_width .form-control {
        width: auto;
        margin: 0; }
      .right-block .box-left .content_width select {
        margin-right: 10px !important; }
      .right-block .box-left .content_width .input-group-addon {
        width: auto;
        padding: 9px 12px 10px;
        float: left; }

@media (max-width: 480px) {
  .right-block .box-left .btn-blue {
    margin-bottom: 10px; } }

@media (max-width: 380px) {
  .right-block .box-left .content_width input {
    max-width: 120px;
    min-width: 120px; } }
.av-manage-customers .top-transaction {
  margin-bottom: 20px; }
  .av-manage-customers .top-transaction .cw-date {
    padding-top: 10px; }

.av-manage-customers .search-form {
  margin-bottom: 0;
  padding: 0; }

.av-manage-customers .color-blue {
  background: #00a17f !important; }

@media (max-width: 480px) {
  .av-manage-customers .top-transaction .cw-date {
    padding-top: 0;
    font-size: 13px; }
    .av-manage-customers .top-transaction .cw-date span strong {
      display: block; }
  .av-manage-customers wm-grid .wm-grid-footer {
    margin-bottom: 60px; } }

wm-grid table.table-rounded tr > td img {
  width: 32px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  height: 32px; }
.netspay-report .title {
  margin-bottom: 16px;
  font-size: 23px;
  display: inline-block; }

.netspay-report .title-bold {
  font-weight: 700;
  display: inline-block; }

.netspay-report .sub-color {
  color: #655e5e;
  display: inline-block; }

.netspay-report .btn-inline {
  display: inline-block;
  margin-top: 0px; }

.netspay-report .amout-paid {
  color: #02a281;
  font-size: 18px; }

.netspay-report .qr-class {
  max-width: 72px !important;
  border-radius: 0 !important;
  border: 1px solid #cdcdcd !important;
  margin-right: 0px !important; }
.main-content-report {
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px; }

@media (max-width: 480px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .main-content-report {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 1024px) {
  .main-summary-report .day-report-info-child .padding-ipad {
    padding-top: 10px; }
  .main-summary-report .day-report-info-block .totals {
    font-size: 25px !important; }
  .main-summary-report .day-report-info-child .totals {
    font-size: 25px !important; }
  .main-summary-report .day-report-info-child .report-sub-title {
    padding-left: 23% !important; }
  .main-summary-report {
    padding: 0 10px !important; } }

@media (max-width: 992px) {
  .main-summary-report .campaign-info-block .left-section {
    border-left: 0; }
  .main-summary-report .day-report-info-child .totals {
    margin-bottom: 0px; }
  .main-summary-report .day-report-info-block .left-section .campaign-logo {
    margin-right: 0px;
    max-height: 90px; }
  .main-summary-report .day-report-info-child .right-section {
    border-right: none; } }

@media (max-width: 991px) {
  .main-summary-report {
    padding: 0 10px; }
  .main-summary-report .day-report-info-block .totals {
    padding: 0;
    font-size: 25px !important;
    margin-bottom: 0px;
    font-size: 25px; }
  .main-summary-report .day-report-info-child .padding-ipad {
    padding-left: 0px; }
  .main-summary-report .day-report-info-child .right-section {
    border-right: none !important; } }

@media (max-width: 768px) {
  .main-summary-report {
    padding: 0 0px !important; }
  .main-summary-report .day-report-info-block {
    display: flex !important; }
    .main-summary-report .day-report-info-block .right-section {
      border-left: 1px solid #ddd; }
  .main-summary-report .day-report-info-block .left-section .left-section-parent {
    display: table;
    width: 100%;
    height: 100%; }
  .main-summary-report .day-report-info-block .left-section .left-section-parent .img-logo-report {
    display: table-cell;
    vertical-align: middle; }
  .main-summary-report .day-report-info-child .totals {
    font-size: 25px !important; }
  .main-summary-report .day-report-info-child .report-sub-title {
    padding-left: 30% !important; }
  .main-summary-report .day-report-info-child .right-section {
    border-left: 1px solid #dddd !important; }
  .main-summary-report .day-report-info-child .left-section .left-section-child {
    border-right: none !important;
    display: table;
    height: 100%;
    width: 100%; }
  .main-summary-report .day-report-info-child .left-section a {
    display: table-cell;
    vertical-align: middle; }
  .main-summary-report .day-report-info-child .border-line-top {
    display: flex; }
  .main-summary-report .day-report-info-block .left-section .campaign-logo {
    padding-top: 0px !important; }
  .main-summary-report .day-report-info-block .left-section .campaign-title {
    padding-top: 10px !important; } }

@media (max-width: 480px) {
  .main-summary-report {
    padding: 0 !important; }
  .main-summary-report .day-report-info-block .text-remaining {
    display: block;
    margin-left: 0; }
  .main-summary-report .day-report-info-block .left-section .campaign-title {
    margin-top: 0;
    font-size: 18px;
    color: #000000;
    padding-top: 10px; }
  .main-summary-report .day-report-info-block .left-section span {
    font-size: 13px; }
  .main-summary-report .day-report-info-block .left-section .campaign-logo {
    max-width: 60px;
    float: none; }
  .main-summary-report .day-report-info-block .left-section .campaign-info {
    margin-left: 0px; }
    .main-summary-report .day-report-info-block .left-section .campaign-info .campaign-title {
      font-size: 24px; }
  .main-summary-report .day-report-info-block .totals {
    font-size: 25px !important; }
  .main-summary-report .day-report-info-block .left-section .campaign-logo {
    float: none !important;
    margin-right: 0 !important; }
  .main-summary-report .day-report-info-block .left-section .campaign-info .campaign-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 0.5; }
  .main-summary-report .day-report-info-block .col-xs-12 {
    width: 100% !important; }
  .main-summary-report .day-report-info-child .col-xs-12 {
    width: 100% !important; }
  .main-summary-report .day-report-info-child .totals {
    font-size: 25px !important; }
  .main-summary-report .day-report-info-block .img-logo-report {
    padding: 30px 0px 30px 0px;
    text-align: center; }
  .main-summary-report .day-report-info-child .border-line-top {
    border-top: 1px solid #ddd !important;
    display: flex; }
  .main-summary-report .day-report-info-child .right-section {
    border-left: 1px solid #dddd !important; }
  .main-summary-report .day-report-info-child .left-section {
    border-right: none !important; }
  .main-summary-report .day-report-info-child .left-section .left-section-child {
    border-right: none !important;
    display: table;
    height: 100%;
    width: 100%; }
  .main-summary-report .day-report-info-child .left-section a {
    display: table-cell;
    vertical-align: middle; }
  .main-summary-report .day-report-info-child .report-sub-title {
    font-size: 24px !important;
    padding-left: 0px !important;
    text-align: center; }
  .main-summary-report .day-report-info-block .left-section .campaign-title {
    padding-top: 0 !important; } }

.main-summary-report .day-report-info-child {
  display: block;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .main-summary-report .day-report-info-child .totals {
    color: #000000;
    font-size: 30px;
    margin-bottom: 12px;
    text-align: -webkit-center;
    padding-top: 10px;
    text-align: center; }
  .main-summary-report .day-report-info-child .left-section {
    border-right: 1px solid #ddd; }
  .main-summary-report .day-report-info-child .report-sub-title {
    font-size: 24px;
    margin: 0px 0px 0px 0;
    color: #000000;
    padding-left: 20%;
    padding-top: 5px;
    word-break: break-all; }
  .main-summary-report .day-report-info-child .desc {
    color: #999999;
    font-size: 13px;
    text-align: -webkit-center;
    text-align: center;
    padding-bottom: 10px; }

.main-summary-report .day-report-info-child .padding-ipad {
  padding-left: 0px;
  padding-top: 0px; }

.main-summary-report .day-report-info-child .totals {
  margin-bottom: 0px;
  word-break: break-all;
  padding: 5px 2px; }

.main-summary-report .day-report-info-child .left-section {
  padding: 15px 20px 20px 20px;
  border-right: none; }

.main-summary-report .day-report-info-child .right-section {
  border-left: 1px solid #dddd; }

.av-manage .campaign-head .page-info-header {
  margin-bottom: 5px; }

.main-summary-report .day-report-info-block {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px; }
  .main-summary-report .day-report-info-block .campaign-info {
    margin-left: 80px;
    padding-top: 10px; }
  .main-summary-report .day-report-info-block .detail-compaign a {
    font-size: 12px; }
  .main-summary-report .day-report-info-block .text-remaining {
    margin-left: 40px; }
  .main-summary-report .day-report-info-block .text-muted {
    padding-top: 10px;
    font-weight: bold; }
  .main-summary-report .day-report-info-block .right-section {
    border-left: 1px solid #ddd;
    padding-left: 0px; }
  .main-summary-report .day-report-info-block .desc {
    color: #999999;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 10px; }
  .main-summary-report .day-report-info-block .left-section .campaign-logo {
    float: left;
    margin-right: 20px;
    max-height: 90px;
    padding-top: 20px; }
  .main-summary-report .day-report-info-block .left-section .campaign-title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    line-height: 2;
    padding-left: 5%; }
  .main-summary-report .day-report-info-block .totals {
    color: #000000;
    font-size: 30px;
    margin-bottom: 0px;
    text-align: -webkit-center;
    padding: 0;
    text-align: center; }

.main-summary-report .day-report-info-block .right-section .stat {
  padding-right: 0px; }

.main-summary-report .day-report-info-block .left-section .campaign-title {
  font-size: 24px !important; }

.main-summary-report {
  padding: 0 20px; }

.main-summary-report .day-report-info-block .right-section .stat {
  padding: 0px; }

.main-summary-report .day-report-info-child .right-section .stat {
  padding: 0px; }

.main-summary-report .row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.main-summary-report .day-report-info-block .totals {
  word-break: break-all;
  padding: 5px 2px; }
.main-content-cashback .page-info-header .title {
  font-size: 29px;
  font-weight: normal; }

.main-content-cashback {
  padding: 0 40px; }
  .main-content-cashback h1 {
    margin: 0 15px 0 0 !important;
    font-weight: bold; }
  .main-content-cashback .search-form {
    margin-top: 10px; }
  .main-content-cashback .count-block {
    padding-bottom: 20px; }
    .main-content-cashback .count-block .item-count {
      float: left;
      margin-bottom: 11px;
      color: #000; }
      .main-content-cashback .count-block .item-count p {
        font-size: 30px;
        margin: 0;
        padding: 0; }
        .main-content-cashback .count-block .item-count p span {
          font-size: 15px;
          vertical-align: top; }
      .main-content-cashback .count-block .item-count p.green {
        color: green; }
      .main-content-cashback .count-block .item-count p.red {
        color: red; }
      .main-content-cashback .count-block .item-count p.p-right {
        margin-right: 22px; }
      .main-content-cashback .count-block .item-count span.bold {
        font-weight: bold; }

.main-content-cashback .page-info-header .form-inline .form-control .form-control {
  max-width: 210px !important; }

.main-content-cashback .page-info-header {
  margin-bottom: 5px !important;
  margin-top: 24px; }

.main-content-cashback .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle !important;
  border-top: 1px solid #ddd; }

.main-content-cashback .btn-primary-blue-2 {
  background: #7ca1b4;
  border-color: #7ca1b4;
  color: #fff;
  padding: 8px 17px !important;
  font-size: 15px !important; }

.main-content-cashback .btn-primary-blue-2:hover,
.main-content-cashback .btn-primary-blue-2:active,
.main-content-cashback .btn-primary-blue-2:focus {
  background: #0f6895;
  border-color: #0f6895;
  color: #fff; }

.main-content-cashback .form-inline {
  margin-top: 0px; }

.main-content-cashback .wm-grid {
  display: block;
  position: relative;
  /* Table */ }
  .main-content-cashback .wm-grid .loading-indicator {
    position: absolute;
    top: 40%;
    left: 50%;
    display: none; }
  .main-content-cashback .wm-grid .empty .body-buffer {
    display: table-row; }
  .main-content-cashback .wm-grid .loading .loading-indicator {
    display: block; }
  .main-content-cashback .wm-grid .loading tbody {
    opacity: 0.3; }
  .main-content-cashback .wm-grid tbody {
    transition: opacity 100ms linear; }
  .main-content-cashback .wm-grid table.table-rounded {
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #DDD;
    margin-bottom: 0; }
    .main-content-cashback .wm-grid table.table-rounded tr:first-child td {
      border-top: 0; }
    .main-content-cashback .wm-grid table.table-rounded tbody > tr {
      cursor: pointer; }
    .main-content-cashback .wm-grid table.table-rounded > thead > tr > th {
      border-bottom: 0;
      color: #fff;
      text-align: center;
      vertical-align: middle !important; }
    .main-content-cashback .wm-grid table.table-rounded > thead > tr > th:first-child {
      border-radius: 5px 0 0 0; }
    .main-content-cashback .wm-grid table.table-rounded > thead > tr > th:last-child {
      border-radius: 0 5px 0 0; }
  .main-content-cashback .wm-grid .table.table-extended > tbody > tr > td,
  .main-content-cashback .wm-grid .table.table-extended > tbody > tr > th {
    padding: 16px 8px; }
  .main-content-cashback .wm-grid .wm-grid-footer {
    width: 100%;
    text-align: right;
    padding: 8px 12px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; }
    .main-content-cashback .wm-grid .wm-grid-footer .paging {
      display: inline-block; }
      .main-content-cashback .wm-grid .wm-grid-footer .paging span {
        margin: 0 1rem; }
      .main-content-cashback .wm-grid .wm-grid-footer .paging button {
        padding: 5px 10px;
        border: none;
        background-color: #58717e; }
        .main-content-cashback .wm-grid .wm-grid-footer .paging button:disabled {
          opacity: 0.3; }

@media (max-width: 480px) {
  .main-content-cashback {
    padding: 0 0px !important; }
  .main-content-cashback .count-block {
    text-align: center; }
  .main-content-cashback .page-info-header {
    text-align: center; }
  .main-content-cashback .page-info-header .title {
    padding-bottom: 20px; } }

@media (max-width: 768px) {
  .main-content-cashback {
    padding: 0px 24px !important; }
  .main-content-cashback .count-block .item-count {
    text-align: center;
    padding: 0px; }
  .main-content-cashback .page-info-header .title {
    padding-bottom: 20px; }
  .main-content-cashback .padding0 {
    padding: 0; }
  .main-content-cashback .page-info-header {
    padding-bottom: 24px; } }

.main-content-cashback .form-control {
  min-width: 150px !important;
  height: 40px;
  font-size: 15px;
  background: #efefef !important; }

.main-content-cashback .count-block .item-count p {
  word-break: break-all; }
.main-content-membership {
  padding: 0 40px; }

.main-content-membership .page-info-header .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle !important;
  border-top: 1px solid #ddd; }

.main-content-membership .page-info-header .btn-primary-blue-2 {
  background: #7ca1b4;
  border-color: #7ca1b4;
  color: #fff;
  font-size: 15px;
  padding: 8px 17px; }

.main-content-membership .page-info-header .btn-primary-blue-2:hover,
.main-content-membership .page-info-header .btn-primary-blue-2:active,
.main-content-membership .page-info-header .btn-primary-blue-2:focus {
  background: #0f6895;
  border-color: #0f6895;
  color: #fff; }

.main-content-membership .page-info-header .form-inline {
  margin-top: 15px; }

.main-content-membership .page-info-header .search-form {
  float: right; }

.main-content-membership .page-info-header .search-form a {
  background: #fff;
  color: #333;
  border: 1px solid #CCC; }

.main-content-membership .page-info-header .form-summary {
  padding: 20px;
  background-color: #FFF;
  margin-top: 33px; }

.main-content-membership .page-info-header .form-summary .title {
  font-size: 20px;
  padding-bottom: 20px; }

.main-content-membership .page-info-header .form-summary p {
  float: left;
  min-width: 200px; }

.main-content-membership .page-info-header .all-form {
  clear: both; }

.main-content-membership .page-info-header .sub-form {
  float: left;
  width: 50%; }

.main-content-membership .page-info-header .description-cashgenerated {
  padding-top: 15px; }

.main-content-membership .page-info-header .count-block {
  padding-top: 20px; }
  .main-content-membership .page-info-header .count-block .item-count {
    float: left;
    margin-bottom: 11px;
    color: #000; }
    .main-content-membership .page-info-header .count-block .item-count p {
      margin-bottom: 0px;
      font-size: 30px;
      color: #000;
      margin: 0;
      padding: 0; }
      .main-content-membership .page-info-header .count-block .item-count p span {
        font-size: 15px;
        vertical-align: top; }
    .main-content-membership .page-info-header .count-block .item-count p.green {
      color: green; }
    .main-content-membership .page-info-header .count-block .item-count p.red {
      color: red; }
    .main-content-membership .page-info-header .count-block .item-count p.p-right {
      margin-right: 22px; }
    .main-content-membership .page-info-header .count-block .item-count span.bold {
      font-weight: bold; }

.main-content-membership .wm-grid-footer .paging button {
  padding: 0; }

.main-content-membership .page-info-header .title {
  font-size: 29px; }

.main-content-membership .page-info-header .count-block {
  padding-top: 5px; }

.main-content-membership .page-info-header {
  margin-top: 24px; }

@media (max-width: 768px) {
  .main-content-membership .page-info-header .text-center-mobile {
    padding-bottom: 24px; }
  .main-content-membership .page-info-header .count-block {
    text-align: center; }
  .main-content-membership {
    padding: 0px 24px; }
  .main-content-membership .padding0 {
    padding: 0px; }
  .main-content-membership .text-right-ipad {
    text-align: right; }
  .main-content-membership .page-info-header .title {
    font-size: 25px; } }

@media (max-width: 480px) {
  .main-content-membership .page-info-header .text-center-mobile {
    text-align: center;
    padding-bottom: 24px; }
  .main-content-membership .page-info-header .count-block {
    text-align: center; }
  .main-content-membership .page-info-header .title {
    font-size: 29px;
    line-height: 1.3; }
  .main-content-membership {
    padding: 0 0px !important; }
  .main-content-membership .text-right-ipad {
    text-align: center; }
  .main-content-membership .padding0 {
    padding: 0px;
    width: 100%; } }
.main-content-voucher .page-info-header h1 {
  font-size: 29px !important;
  font-weight: normal !important; }

.main-content-voucher {
  padding: 0 40px; }
  .main-content-voucher .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle !important;
    border-top: 1px solid #ddd; }
  .main-content-voucher .btn-primary-blue-2 {
    background: #7ca1b4;
    border-color: #7ca1b4;
    color: #fff;
    padding: 8px 17px;
    font-size: 15px; }
  .main-content-voucher .btn-primary-blue-2:hover,
  .main-content-voucher .btn-primary-blue-2:active,
  .main-content-voucher .btn-primary-blue-2:focus {
    background: #0f6895;
    border-color: #0f6895;
    color: #fff; }
  .main-content-voucher .form-inline {
    margin-top: 0px; }

.main-content-voucher .count-block {
  padding-bottom: 20px; }
  .main-content-voucher .count-block .item-count {
    float: left;
    margin-bottom: 11px;
    color: #000;
    min-width: 130px; }
    .main-content-voucher .count-block .item-count p {
      font-size: 30px;
      margin: 0;
      padding: 0; }
      .main-content-voucher .count-block .item-count p span {
        font-size: 15px;
        vertical-align: top; }
    .main-content-voucher .count-block .item-count p.green {
      color: green; }
    .main-content-voucher .count-block .item-count p.red {
      color: red; }
    .main-content-voucher .count-block .item-count p.p-right {
      margin-right: 22px; }
    .main-content-voucher .count-block .item-count span.bold {
      font-weight: bold; }

.main-content-voucher .page-info-header {
  margin-bottom: 5px !important;
  margin-top: 24px; }
  .main-content-voucher .page-info-header h1 {
    margin: 0 15px 0 0 !important;
    font-weight: bold; }
  .main-content-voucher .page-info-header .search-form {
    margin-top: 10px; }

body {
  color: #000000 !important; }

@media (max-width: 480px) {
  .main-content-voucher {
    padding: 0px !important; }
  .main-content-voucher .page-info-header .text-center-mobile .title {
    text-align: center;
    padding-bottom: 20px; }
  .main-content-voucher .count-block .item-count {
    text-align: center; }
  .main-content-voucher .form-control {
    min-width: auto !important; } }

@media (max-width: 768px) {
  .main-content-voucher {
    padding: 0px 24px; }
  .main-content-voucher .padding0 {
    padding: 0px; }
  .main-content-voucher .count-block .item-count {
    text-align: center; }
  .main-content-voucher .page-info-header h1 {
    padding-bottom: 20px; }
  .main-content-voucher .form-control {
    min-width: auto !important; }
  .main-content-voucher .page-info-header {
    padding-bottom: 24px; } }

.main-content-voucher .form-control {
  min-width: 150px !important;
  height: 40px;
  background: #efefef !important;
  font-size: 15px; }
.main-content-stored-value .page-info-header .title {
  font-size: 29px;
  font-weight: normal; }

.main-content-stored-value {
  padding: 0 40px; }
  .main-content-stored-value h1 {
    margin: 0 15px 0 0 !important;
    font-weight: bold; }
  .main-content-stored-value .search-form {
    margin-top: 10px; }
  .main-content-stored-value .count-block {
    padding-bottom: 20px; }
    .main-content-stored-value .count-block .item-count {
      float: left;
      margin-bottom: 11px;
      color: #000; }
      .main-content-stored-value .count-block .item-count p {
        font-size: 30px;
        margin: 0;
        padding: 0; }
        .main-content-stored-value .count-block .item-count p span {
          font-size: 15px;
          vertical-align: top; }
      .main-content-stored-value .count-block .item-count p.green {
        color: green; }
      .main-content-stored-value .count-block .item-count p.red {
        color: red; }
      .main-content-stored-value .count-block .item-count p.p-right {
        margin-right: 22px; }
      .main-content-stored-value .count-block .item-count span.bold {
        font-weight: bold; }

.main-content-stored-value .page-info-header .form-inline .form-control .form-control {
  max-width: 210px !important; }

.main-content-stored-value .page-info-header {
  margin-bottom: 5px !important;
  margin-top: 24px; }

.main-content-stored-value .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle !important;
  border-top: 1px solid #ddd; }

.main-content-stored-value .btn-primary-blue-2 {
  background: #7ca1b4;
  border-color: #7ca1b4;
  color: #fff;
  padding: 8px 17px !important;
  font-size: 15px !important; }

.main-content-stored-value .btn-primary-blue-2:hover,
.main-content-stored-value .btn-primary-blue-2:active,
.main-content-stored-value .btn-primary-blue-2:focus {
  background: #0f6895;
  border-color: #0f6895;
  color: #fff; }

.main-content-stored-value .form-inline {
  margin-top: 0px; }

.main-content-stored-value .wm-grid {
  display: block;
  position: relative;
  /* Table */ }
  .main-content-stored-value .wm-grid .loading-indicator {
    position: absolute;
    top: 40%;
    left: 50%;
    display: none; }
  .main-content-stored-value .wm-grid .empty .body-buffer {
    display: table-row; }
  .main-content-stored-value .wm-grid .loading .loading-indicator {
    display: block; }
  .main-content-stored-value .wm-grid .loading tbody {
    opacity: 0.3; }
  .main-content-stored-value .wm-grid tbody {
    transition: opacity 100ms linear; }
  .main-content-stored-value .wm-grid table.table-rounded {
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #DDD;
    margin-bottom: 0; }
    .main-content-stored-value .wm-grid table.table-rounded tr:first-child td {
      border-top: 0; }
    .main-content-stored-value .wm-grid table.table-rounded tbody > tr {
      cursor: pointer; }
    .main-content-stored-value .wm-grid table.table-rounded > thead > tr > th {
      border-bottom: 0;
      color: #fff;
      text-align: center;
      vertical-align: middle !important; }
    .main-content-stored-value .wm-grid table.table-rounded > thead > tr > th:first-child {
      border-radius: 5px 0 0 0; }
    .main-content-stored-value .wm-grid table.table-rounded > thead > tr > th:last-child {
      border-radius: 0 5px 0 0; }
  .main-content-stored-value .wm-grid .table.table-extended > tbody > tr > td,
  .main-content-stored-value .wm-grid .table.table-extended > tbody > tr > th {
    padding: 16px 8px; }
  .main-content-stored-value .wm-grid .wm-grid-footer {
    width: 100%;
    text-align: right;
    padding: 8px 12px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; }
    .main-content-stored-value .wm-grid .wm-grid-footer .paging {
      display: inline-block; }
      .main-content-stored-value .wm-grid .wm-grid-footer .paging span {
        margin: 0 1rem; }
      .main-content-stored-value .wm-grid .wm-grid-footer .paging button {
        padding: 5px 10px;
        border: none;
        background-color: #58717e; }
        .main-content-stored-value .wm-grid .wm-grid-footer .paging button:disabled {
          opacity: 0.3; }

@media (max-width: 480px) {
  .main-content-stored-value {
    padding: 0 0px !important; }
  .main-content-stored-value .count-block {
    text-align: center; }
  .main-content-stored-value .page-info-header {
    text-align: center; }
  .main-content-stored-value .page-info-header .title {
    padding-bottom: 20px; } }

@media (max-width: 768px) {
  .main-content-stored-value {
    padding: 0px 24px !important; }
  .main-content-stored-value .count-block .item-count {
    text-align: center;
    padding: 0px; }
  .main-content-stored-value .page-info-header .title {
    padding-bottom: 20px; }
  .main-content-stored-value .padding0 {
    padding: 0; }
  .main-content-stored-value .page-info-header {
    padding-bottom: 24px; } }

.main-content-stored-value .form-control {
  min-width: 150px !important;
  height: 40px;
  font-size: 15px;
  background: #efefef !important; }

.main-content-stored-value .count-block .item-count p {
  word-break: break-all; }
.main-content-prepaid .page-info-header h1 {
  font-size: 29px !important;
  font-weight: normal !important; }

.main-content-prepaid {
  padding: 0 40px; }
  .main-content-prepaid .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle !important;
    border-top: 1px solid #ddd; }
  .main-content-prepaid .btn-primary-blue-2 {
    background: #7ca1b4;
    border-color: #7ca1b4;
    color: #fff;
    padding: 8px 17px;
    font-size: 15px; }
  .main-content-prepaid .btn-primary-blue-2:hover,
  .main-content-prepaid .btn-primary-blue-2:active,
  .main-content-prepaid .btn-primary-blue-2:focus {
    background: #0f6895;
    border-color: #0f6895;
    color: #fff; }
  .main-content-prepaid .form-inline {
    margin-top: 0px; }

.main-content-prepaid .count-block {
  padding-bottom: 20px; }
  .main-content-prepaid .count-block .item-count {
    float: left;
    margin-bottom: 11px;
    color: #000;
    min-width: 130px; }
    .main-content-prepaid .count-block .item-count p {
      font-size: 30px;
      margin: 0;
      padding: 0; }
      .main-content-prepaid .count-block .item-count p span {
        font-size: 15px;
        vertical-align: top; }
    .main-content-prepaid .count-block .item-count p.green {
      color: green; }
    .main-content-prepaid .count-block .item-count p.red {
      color: red; }
    .main-content-prepaid .count-block .item-count p.p-right {
      margin-right: 22px; }
    .main-content-prepaid .count-block .item-count span.bold {
      font-weight: bold; }

.main-content-prepaid .page-info-header {
  margin-bottom: 5px !important;
  margin-top: 24px; }
  .main-content-prepaid .page-info-header h1 {
    margin: 0 15px 0 0 !important;
    font-weight: bold; }
  .main-content-prepaid .page-info-header .search-form {
    margin-top: 10px; }

body {
  color: #000000 !important; }

@media (max-width: 480px) {
  .main-content-prepaid {
    padding: 0px !important; }
  .main-content-prepaid .page-info-header .text-center-mobile .title {
    text-align: center;
    padding-bottom: 20px; }
  .main-content-prepaid .count-block .item-count {
    text-align: center; }
  .main-content-prepaid .form-control {
    min-width: auto !important; } }

@media (max-width: 768px) {
  .main-content-prepaid {
    padding: 0px 24px; }
  .main-content-prepaid .padding0 {
    padding: 0px; }
  .main-content-prepaid .count-block .item-count {
    text-align: center; }
  .main-content-prepaid .page-info-header h1 {
    padding-bottom: 20px; }
  .main-content-prepaid .form-control {
    min-width: auto !important; }
  .main-content-prepaid .page-info-header {
    padding-bottom: 24px; } }

.main-content-prepaid .form-control {
  min-width: 150px !important;
  height: 40px;
  background: #efefef !important;
  font-size: 15px; }
.main-content-loyalty .page-info-header h1 {
  font-size: 29px !important;
  font-weight: normal !important; }

.main-content-loyalty {
  padding: 0 40px; }
  .main-content-loyalty .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle !important;
    border-top: 1px solid #ddd; }
  .main-content-loyalty .btn-primary-blue-2 {
    background: #7ca1b4;
    border-color: #7ca1b4;
    color: #fff;
    padding: 8px 17px;
    font-size: 15px; }
  .main-content-loyalty .btn-primary-blue-2:hover,
  .main-content-loyalty .btn-primary-blue-2:active,
  .main-content-loyalty .btn-primary-blue-2:focus {
    background: #0f6895;
    border-color: #0f6895;
    color: #fff; }
  .main-content-loyalty .form-inline {
    margin-top: 0px; }

.main-content-loyalty .count-block {
  padding-bottom: 20px; }
  .main-content-loyalty .count-block .item-count {
    float: left;
    margin-bottom: 11px;
    color: #000;
    min-width: 130px; }
    .main-content-loyalty .count-block .item-count p {
      font-size: 30px;
      margin: 0;
      padding: 0; }
      .main-content-loyalty .count-block .item-count p span {
        font-size: 15px;
        vertical-align: top; }
    .main-content-loyalty .count-block .item-count p.green {
      color: green; }
    .main-content-loyalty .count-block .item-count p.red {
      color: red; }
    .main-content-loyalty .count-block .item-count p.p-right {
      margin-right: 22px; }
    .main-content-loyalty .count-block .item-count span.bold {
      font-weight: bold; }

.main-content-loyalty .page-info-header {
  margin-bottom: 5px !important;
  margin-top: 24px; }
  .main-content-loyalty .page-info-header h1 {
    margin: 0 15px 0 0 !important;
    font-weight: bold; }
  .main-content-loyalty .page-info-header .search-form {
    margin-top: 10px; }

body {
  color: #000000 !important; }

@media (max-width: 480px) {
  .main-content-loyalty {
    padding: 0px !important; }
  .main-content-loyalty .page-info-header .text-center-mobile .title {
    text-align: center;
    padding-bottom: 20px; }
  .main-content-loyalty .count-block .item-count {
    text-align: center; }
  .main-content-loyalty .form-control {
    min-width: auto !important; } }

@media (max-width: 768px) {
  .main-content-loyalty {
    padding: 0px 24px; }
  .main-content-loyalty .padding0 {
    padding: 0px; }
  .main-content-loyalty .count-block .item-count {
    text-align: center; }
  .main-content-loyalty .page-info-header h1 {
    padding-bottom: 20px; }
  .main-content-loyalty .form-control {
    min-width: auto !important; }
  .main-content-loyalty .page-info-header {
    padding-bottom: 24px; } }

.main-content-loyalty .form-control {
  min-width: 150px !important;
  height: 40px;
  background: #efefef !important;
  font-size: 15px; }
.main-content-voucher .page-info-header h1 {
  font-size: 29px !important;
  font-weight: normal !important; }

.main-content-voucher {
  padding: 0 40px; }
  .main-content-voucher .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle !important;
    border-top: 1px solid #ddd; }
  .main-content-voucher .btn-primary-blue-2 {
    background: #7ca1b4;
    border-color: #7ca1b4;
    color: #fff;
    padding: 8px 17px;
    font-size: 15px; }
  .main-content-voucher .btn-primary-blue-2:hover,
  .main-content-voucher .btn-primary-blue-2:active,
  .main-content-voucher .btn-primary-blue-2:focus {
    background: #0f6895;
    border-color: #0f6895;
    color: #fff; }
  .main-content-voucher .form-inline {
    margin-top: 0px; }

.main-content-voucher .count-block {
  padding-bottom: 20px; }
  .main-content-voucher .count-block .item-count {
    float: left;
    margin-bottom: 11px;
    color: #000;
    min-width: 130px; }
    .main-content-voucher .count-block .item-count p {
      font-size: 30px;
      margin: 0;
      padding: 0; }
      .main-content-voucher .count-block .item-count p span {
        font-size: 15px;
        vertical-align: top; }
    .main-content-voucher .count-block .item-count p.green {
      color: green; }
    .main-content-voucher .count-block .item-count p.red {
      color: red; }
    .main-content-voucher .count-block .item-count p.p-right {
      margin-right: 22px; }
    .main-content-voucher .count-block .item-count span.bold {
      font-weight: bold; }

.main-content-voucher .page-info-header {
  margin-bottom: 5px !important;
  margin-top: 24px; }
  .main-content-voucher .page-info-header h1 {
    margin: 0 15px 0 0 !important;
    font-weight: bold; }
  .main-content-voucher .page-info-header .search-form {
    margin-top: 10px; }

body {
  color: #000000 !important; }

@media (max-width: 480px) {
  .main-content-voucher {
    padding: 0px !important; }
  .main-content-voucher .page-info-header .text-center-mobile .title {
    text-align: center;
    padding-bottom: 20px; }
  .main-content-voucher .count-block .item-count {
    text-align: center; }
  .main-content-voucher .form-control {
    min-width: auto !important; } }

@media (max-width: 768px) {
  .main-content-voucher {
    padding: 0px 24px; }
  .main-content-voucher .padding0 {
    padding: 0px; }
  .main-content-voucher .count-block .item-count {
    text-align: center; }
  .main-content-voucher .page-info-header h1 {
    padding-bottom: 20px; }
  .main-content-voucher .form-control {
    min-width: auto !important; }
  .main-content-voucher .page-info-header {
    padding-bottom: 24px; } }

.main-content-voucher .form-control {
  min-width: 150px !important;
  height: 40px;
  background: #efefef !important;
  font-size: 15px; }
